SELECT SQL_NO_CACHE a.*, b.*, IF(a.`type` = 1,
"Click",
"Hover") as type
FROM fri629link_popup a
LEFT JOIN fri629link_popup_lang b ON a.`id_link_popup` = b.`id_link_popup`
AND b.`id_lang` = 1 |
4.7 |
32913 |
|
|
/modules/linkpopup/classes/DLinkPopup.php:97
/modules/linkpopup/linkpopup.php:387 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629configuration` c
LEFT JOIN `fri629configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.3 |
2216 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209 /classes/Configuration.php:289 /classes/shop/Shop.php:382 /config/config.inc.php:119 /index.php:41
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=9)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) GROUP BY fp.id_feature_value |
3.4 |
636 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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, active
FROM `fri629hook_module` hm
STRAIGHT_JOIN `fri629hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `fri629module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.6 |
744 |
|
|
/classes/Hook.php:407
/classes/Hook.php:449 /classes/tax/TaxManagerFactory.php:67 /classes/tax/TaxManagerFactory.php:46 /classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `fri629module` m
INNER JOIN fri629module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `fri629module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `fri629hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `fri629hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `fri629module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.3 |
224 |
Yes |
Yes |
/classes/Hook.php:670
/classes/Hook.php:775 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=32)) AND ((fp_1.id_feature_value=8912)) GROUP BY fp.id_feature_value |
2.3 |
360 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
2.2 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:279 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
2.1 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:87 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
2.1 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
2.1 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
2 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:63 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
2 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php:61 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/module/Module.php:2447 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.9 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:369 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:119 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.9 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:251 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=2)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1.8 |
3240 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.7 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.6 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.6 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.6 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.6 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.5 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE cp.id_category, 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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND cg.id_group='1' AND c.level_depth<=3 AND c.nleft>53 AND c.nright<64 GROUP BY cp.id_category |
1.5 |
6480 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:992 /modules/ps_facetedsearch/src/Filters/Block.php:158 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.5 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 390 LIMIT 1 |
1.5 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
(SELECT SQL_NO_CACHE * FROM `fri629cart_rule` cr
LEFT JOIN `fri629cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `fri629cart_rule` cr
LEFT JOIN `fri629cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
1.5 |
1 |
|
|
/classes/CartRule.php:401
/classes/CartRule.php:512 /classes/Cart.php:508 /src/Adapter/Presenter/Cart/CartPresenter.php:439 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.5 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:159 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.5 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.5 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.5 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
(SELECT SQL_NO_CACHE * FROM `fri629cart_rule` cr
LEFT JOIN `fri629cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) UNION (SELECT * FROM `fri629cart_rule` cr
LEFT JOIN `fri629cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
1.5 |
1 |
|
|
/classes/CartRule.php:401
/classes/Cart.php:2799 /classes/Cart.php:3182 /classes/Cart.php:3255 /src/Core/Cart/Fees.php:81 /src/Core/Cart/Calculator.php:294 /src/Core/Cart/Calculator.php:129 /classes/Cart.php:1974 /src/Adapter/Presenter/Cart/CartPresenter.php:327 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook` h
ORDER BY `name` |
1.4 |
715 |
Yes |
|
/classes/Hook.php:156
/modules/anthemeblocks/anthemeblocks.php:376 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:97 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product 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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
1.4 |
64800 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 /modules/ps_facetedsearch/src/Product/SearchProvider.php:187 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1.4 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 205 LIMIT 1 |
1.4 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 291 LIMIT 1 |
1.3 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 349 LIMIT 1 |
1.3 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 214 LIMIT 1 |
1.3 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 209 LIMIT 1 |
1.3 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `fri629category` c
INNER JOIN fri629category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fri629category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `fri629category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 9
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.3 |
5 |
Yes |
Yes |
/classes/Category.php:909
/controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=28)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1.2 |
3240 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 207 LIMIT 1 |
1.2 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1.2 |
12312 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 15
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1.1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=6)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1.1 |
3240 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 5
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1.1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=11)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1.1 |
9396 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 16
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1.1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=31)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1 |
3240 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=13)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
1 |
11664 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 6
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 6
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 13
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 442 LIMIT 1 |
1 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 1
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629an_wishlist_products`
WHERE `id_product` = 418 LIMIT 1 |
1 |
6176 |
|
|
/modules/an_wishlist/classes/an_wish_products.php:105
/modules/an_wishlist/an_wishlist.php:344 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 19
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 4
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM fri629product p INNER JOIN fri629layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 |
1 |
180 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 /modules/ps_facetedsearch/src/Filters/Block.php:250 /modules/ps_facetedsearch/src/Filters/Block.php:131 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 7
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
1 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
1 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=34)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
0.9 |
3240 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_wishlist`
FROM `fri629an_wishlist`
WHERE `id_customer` = 111131
AND `is_guest` = 1
AND `id_shop` = 1 LIMIT 1 |
0.9 |
5429 |
|
|
/modules/an_wishlist/classes/an_wish.php:75
/modules/an_wishlist/an_wishlist.php:326 /modules/an_wishlist/an_wishlist.php:268 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `fri629hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `fri629hook_alias` ha
INNER JOIN `fri629hook` h ON ha.name = h.name |
0.9 |
0 |
|
|
/classes/Hook.php:194
/classes/Hook.php:787 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 18
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.9 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 17
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.9 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 5
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.9 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 13
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.9 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 4
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.9 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 17
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.9 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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, cp.position FROM fri629product p LEFT JOIN fri629product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fri629product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fri629stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fri629product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fri629category_product cp ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fri629category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fri629category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_1.id_feature_value=8912)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=53 AND c.nright<=64 GROUP BY p.id_product) p INNER JOIN fri629feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN fri629feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN fri629feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=33)) AND ((fp_1.id_feature_value IN (19979, 19975, 19970, 19974))) AND ((fp_2.id_feature_value=8912)) GROUP BY fp.id_feature_value |
0.8 |
12312 |
Yes |
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 /modules/ps_facetedsearch/src/Filters/Block.php:855 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 18
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.8 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `fri629manufacturer` m INNER JOIN fri629manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `fri629manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.8 |
9 |
Yes |
|
/classes/Manufacturer.php:207
/modules/an_brandslider/an_brandslider.php:431 /modules/an_brandslider/an_brandslider.php:1214 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 15
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.8 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 16
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.8 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 19
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.7 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 7
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.7 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629andropdown` d
LEFT JOIN `fri629andropdown_lang` dl ON d.`id_andropdown` = dl.`id_andropdown`
WHERE d.`id_anmenu` = 1
AND `id_lang` = 1
AND `active` = 1
GROUP BY d.`id_andropdown`
ORDER BY d.`position` ASC |
0.7 |
61 |
Yes |
Yes |
/modules/an_megamenu/classes/AnDropdown.php:170
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:144 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product`
FROM fri629product_lang
WHERE `link_rewrite` = "9-cbd-chanvre-alimentaire"
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
0.7 |
292 |
|
|
/override/classes/Dispatcher.php:1292
/override/classes/Dispatcher.php:343 /classes/Dispatcher.php:349 /index.php:42
|
REPLACE INTO fri629layered_filter_block (hash, data) VALUES ("b55d8a39db5572c964419bdd127a3a76", "a:1:{s:7:\"filters\";a:8:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:1:{i:24;a:2:{s:4:\"name\";s:7:\"Gélule\";s:3:\"nbr\";s:1:\"9\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"32\";s:6:\"values\";a:11:{i:19978;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Beauté\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19976;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:13:\"Concentration\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19980;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:16:\"Confort Féminin\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19979;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:9:\"Digestion\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:19972;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:7:\"Douleur\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19973;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"Fatigue\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19975;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"Immunité\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:19977;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"Libido\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19970;a:5:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:7:\"Sommeil\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:19974;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"Sport\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:19971;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:6:\"Stress\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:7:\"Besoins\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"28\";s:6:\"values\";a:2:{i:12857;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:3:\"CBD\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12859;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"CBN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:21:\"Type de cannabinoïde\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"31\";s:6:\"values\";a:3:{i:19961;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:15:\"101 mg - 300 mg\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19962;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:15:\"301 mg - 500 mg\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:19964;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:17:\"1001 mg - 2000 mg\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:22:\"Taux de cannabinoïdes\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"6\";s:6:\"values\";a:2:{i:440;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:6:\"Nature\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8915;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:6:\"Neutre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:6:\"Saveur\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"2\";s:6:\"values\";a:4:{i:8048;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Hexa3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:17276;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:14:\"Le Bon Dormeur\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:626;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:18:\"Le Petit Botaniste\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15476;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"Tengrams\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:6:\"Marque\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"9\";s:6:\"values\";a:7:{i:13592;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:10:\"20 sachets\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:17890;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"30 g\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1242;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:4:\"50 g\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13554;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"Comprimé\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8912;a:5:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:7:\"Gélule\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:17494;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"Pastille\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9407;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:6:\"Perles\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Conditionnement\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:7;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:50;s:3:\"min\";d:18;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:10:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:2:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:9;s:5:\"value\";N;}}}") |
0.6 |
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC |
0.5 |
297 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature` f INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `fri629feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `fri629layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
0.5 |
529 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 291 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 291
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.5 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 209 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 291
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.5 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 442 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 205 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 205
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.5 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 349 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `fri629specific_price` WHERE `id_product` != 0 |
0.5 |
288 |
|
|
/classes/SpecificPrice.php:291
/classes/SpecificPrice.php:341 /classes/SpecificPrice.php:529 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 349
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.5 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 207 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 390 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 209 AND `id_shop` = 1 |
0.5 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 418 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
0.5 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-30 00:00:00',
INTERVAL 45 DAY
)
) > 0) as new
FROM fri629product p
LEFT JOIN fri629product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fri629stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 214 |
0.5 |
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 214 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.5 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 291) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 207
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 209) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `fri629specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.4 |
288 |
|
|
/classes/SpecificPrice.php:283
/classes/SpecificPrice.php:341 /classes/SpecificPrice.php:529 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 205 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 349 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 291 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 349
ORDER BY f.position ASC |
0.4 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 9 ORDER BY vl.`value` ASC |
0.4 |
36 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `fri629ets_abancart_campaign` ac
LEFT JOIN `fri629ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `fri629ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=1
LEFT JOIN `fri629ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `fri629group_shop` `gs` ON gs.id_group = acg.id_group AND gs.id_shop = 1
WHERE (ac.id_shop = 1) AND (ac.enabled = 1 AND ac.deleted = 0) AND (IF(ac.is_all_lang != 1, cl.id_ets_abancart_campaign is NOT NULL AND cl.id_lang=1, 1)) AND (ac.campaign_type != 'email') AND (ac.campaign_type != 'customer') AND (IF(ac.min_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.min_total_cart <= 0, 1) AND IF(ac.max_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.max_total_cart >= 0, 1)) AND (IF(ac.available_from is NOT NULL, ac.available_from <= '2025-04-30', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2025-04-30', 1)) AND (IF(ac.has_applied_voucher = 'both' OR (ac.has_applied_voucher = 'yes' AND 0 > 0) OR (ac.has_applied_voucher = 'no' AND 0 = 0), 1, 0)) AND (IF(ac.has_product_in_cart = 1, 0, 1)) AND (acg.id_group = 1) AND (ac.is_all_country = 1 OR cc.id_country = -1 OR cc.id_country=8)
GROUP BY ac.id_ets_abancart_campaign |
0.4 |
1 |
|
Yes |
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:415
/modules/ets_abandonedcart/ets_abandonedcart.php:913 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 418 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.4 |
130 |
|
|
/classes/module/Module.php:307
/modules/ets_livechat/ets_livechat.php:96 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 209
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 418
ORDER BY f.position ASC |
0.4 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 349) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 214
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 207) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 418) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 442
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 442 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 418
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 390 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 390
ORDER BY f.position ASC |
0.4 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 207 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 390) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 442
ORDER BY f.position ASC |
0.4 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 442 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 442 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 418 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 418 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 390 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 205 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `fri629meta` m
LEFT JOIN `fri629meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.4 |
81 |
Yes |
|
/override/classes/Dispatcher.php:212
/override/classes/Dispatcher.php:28 /classes/Dispatcher.php:207 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 209 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 209 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 291 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 214 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 207 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 207 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 442) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 205) AND (b.`id_shop` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /classes/Link.php:106 /classes/Link.php:174 /classes/Product.php:4763 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 349 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `fri629category` c
INNER JOIN fri629category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fri629category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position |
0.4 |
80 |
Yes |
|
/classes/Category.php:708
/modules/ps_facetedsearch/src/Filters/Block.php:986 /modules/ps_facetedsearch/src/Filters/Block.php:158 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 418 AND `id_shop` = 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 349 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 349 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 442 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 207
ORDER BY f.position ASC |
0.4 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 390 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 390 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 418 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.4 |
1 |
Yes |
|
/classes/SpecificPrice.php:620
/modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 291 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 291 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.4 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `fri629product_attribute` pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `fri629attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `fri629attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `fri629attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `fri629attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 390
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.4 |
1 |
Yes |
Yes |
/classes/Product.php:2397
/modules/an_productattributes/an_productattributes.php:466 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 205 AND `id_shop` = 1 |
0.4 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 291
ORDER BY f.position ASC |
0.3 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `fri629meta` m
LEFT JOIN `fri629meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.3 |
81 |
Yes |
|
/override/classes/Dispatcher.php:212
/classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`id_anthemeblock` IN(18, 42, 51, 53, 55, 56, 57, 58, 59, 83)) AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.3 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 209
ORDER BY f.position ASC |
0.3 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 214
ORDER BY f.position ASC |
0.3 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
(SELECT 1 FROM `fri629cart_rule` WHERE date_to >= "2025-04-30 00:00:00" AND date_to <= "2025-04-30 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `fri629cart_rule` WHERE date_from >= "2025-04-30 00:00:00" AND date_from <= "2025-04-30 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `fri629cart_rule` WHERE date_from < "2025-04-30 00:00:00" AND date_to > "2025-04-30 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.3 |
1 |
|
|
/classes/CartRule.php:342
/classes/CartRule.php:375 /classes/Cart.php:2799 /classes/Cart.php:3182 /classes/Cart.php:3255 /src/Core/Cart/Fees.php:81 /src/Core/Cart/Calculator.php:294 /src/Core/Cart/Calculator.php:129 /classes/Cart.php:1974 /src/Adapter/Presenter/Cart/CartPresenter.php:327 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayBanner') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.3 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:63 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 214 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 214 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 209) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `fri629specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 207 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-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.3 |
1 |
Yes |
|
/classes/SpecificPrice.php:557
/classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anmenu` m
LEFT JOIN `fri629anmenu_lang` ml ON m.`id_anmenu` = ml.`id_anmenu`
WHERE m.`id_shop` = 1
AND `id_lang` = 1
AND `active` = 1
GROUP BY m.`id_anmenu`
ORDER BY m.`position` ASC |
0.3 |
15 |
Yes |
Yes |
/modules/an_megamenu/classes/AnMenu.php:156
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:141 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:99 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM fri629feature_product pf
LEFT JOIN fri629feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fri629feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fri629feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fri629feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 205
ORDER BY f.position ASC |
0.3 |
23 |
Yes |
|
/classes/Product.php:5020
/classes/Product.php:4907 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
(SELECT 1 FROM `fri629cart_rule` WHERE date_to >= "2025-04-30 00:00:00" AND date_to <= "2025-04-30 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `fri629cart_rule` WHERE date_from >= "2025-04-30 00:00:00" AND date_from <= "2025-04-30 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `fri629cart_rule` WHERE date_from < "2025-04-30 00:00:00" AND date_to > "2025-04-30 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.3 |
1 |
|
|
/classes/CartRule.php:342
/classes/CartRule.php:375 /classes/CartRule.php:512 /classes/Cart.php:508 /src/Adapter/Presenter/Cart/CartPresenter.php:439 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 442 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 32 ORDER BY vl.`value` ASC |
0.3 |
15 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.3 |
130 |
|
|
/classes/module/Module.php:307
/modules/lexicon/lexicon.php:34 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 9 ORDER BY vl.`value` ASC |
0.3 |
36 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 214 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.3 |
130 |
|
|
/classes/module/Module.php:307
/modules/ets_abandonedcart/ets_abandonedcart.php:90 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
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 `fri629cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 205 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `fri629cart_product` cp JOIN `fri629pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fri629product` 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` = 205 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.3 |
0 |
|
|
/classes/Cart.php:1238
/classes/Product.php:3705 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.3 |
130 |
|
|
/classes/module/Module.php:307
/modules/jprestaspeedpack/jprestaspeedpack.php:202 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 205
ORDER BY `position` |
0.3 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 349 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 418
ORDER BY `position` |
0.3 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 291 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 390
ORDER BY `position` |
0.3 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE f.*, fl.title,fl.description,fl.button_submit_label,fl.friendly_url,fl.meta_title,fl.meta_description,fl.meta_keywords
FROM `fri629ets_livechat_ticket_form` f
LEFT JOIN `fri629ets_livechat_ticket_form_lang` fl ON f.id_form=fl.id_form AND fl.id_lang=1
WHERE f.deleted=0 AND f.id_shop=1 AND f.id_form!=1 ORDER BY f.sort_order asc |
0.3 |
2 |
Yes |
|
/modules/ets_livechat/classes/LC_Ticket_form.php:271
/modules/ets_livechat/classes/LC_Base.php:43 /modules/ets_livechat/ets_livechat.php:1384 /modules/ets_livechat/ets_livechat.php:1459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 214) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 418) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.3 |
130 |
|
|
/classes/module/Module.php:307
/modules/colissimo/colissimo.php:114 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 207 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 205) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM fri629layered_category
WHERE controller = 'category'
AND id_category = 9
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.3 |
13 |
Yes |
Yes |
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='390' and id_lang='1' LIMIT 1 |
0.3 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product_lang`
WHERE `id_product` = 390 AND `id_shop` = 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 6 ORDER BY vl.`value` ASC |
0.3 |
19 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 207) LIMIT 1 |
0.3 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.3 |
130 |
|
|
/classes/module/Module.php:307
/modules/ets_delete_order/ets_delete_order.php:45 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fri629module` m
LEFT JOIN `fri629module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.3 |
130 |
|
|
/classes/module/Module.php:307
/modules/anblog/anblog.php:53 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayFooterBefore') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.3 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE tr.*
FROM `fri629tax_rule` tr
JOIN `fri629tax_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` = 3
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.3 |
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3422 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM fri629shop_url su
LEFT JOIN fri629shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.lepetitbotaniste.com' OR su.domain_ssl = 'www.lepetitbotaniste.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.3 |
1 |
Yes |
|
/classes/shop/Shop.php:345
/config/config.inc.php:119 /index.php:41
|
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 fri629shop_group gs
LEFT JOIN fri629shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN fri629shop_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.3 |
1 |
Yes |
|
/classes/shop/Shop.php:705
/classes/shop/Shop.php:764 /classes/Configuration.php:286 /classes/shop/Shop.php:382 /config/config.inc.php:119 /index.php:41
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 291
ORDER BY `position` |
0.3 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 32 ORDER BY vl.`value` ASC |
0.3 |
15 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 /modules/ps_facetedsearch/src/Product/SearchProvider.php:163 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 291) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayNavFullWidth') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:279 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayCart') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 349) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 291
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 28 ORDER BY vl.`value` ASC |
0.2 |
17 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayTop') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anmenu` m
LEFT JOIN `fri629anmenu_lang` ml ON m.`id_anmenu` = ml.`id_anmenu`
WHERE m.`id_shop` = 1
AND `id_lang` = 1
AND `active` = 1
GROUP BY m.`id_anmenu`
ORDER BY m.`position` ASC |
0.2 |
15 |
Yes |
Yes |
/modules/an_megamenu/classes/AnMenu.php:156
/modules/an_megamenu/composite/AnMegaMenuConfigurator.php:141 /modules/an_megamenu/an_megamenu.php:260 /modules/an_megamenu/composite/AnMegaMenuHooks.php:127 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a0
LEFT JOIN `fri629category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 53) AND (a0.`nright` > 64) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc |
0.2 |
80 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 /controllers/front/listing/CategoryController.php:230 /classes/controller/FrontController.php:1682 /classes/controller/FrontController.php:499 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 349
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='418' and id_lang='1' LIMIT 1 |
0.2 |
11 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /classes/Category.php:1102 /override/classes/Link.php:82 /override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:47 /classes/controller/FrontController.php:438 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 207
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 418
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 214
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 418) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 442
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 214
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 209
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 207
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayFooter') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 390) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayNav1') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:87 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 291 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 349
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayCopyrightContainer') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:159 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='207' and id_lang='1' LIMIT 1 |
0.2 |
2 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM fri629cart_product cp INNER JOIN fri629product p
ON (p.id_product = cp.id_product) INNER JOIN fri629product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Cart.php:4055
/classes/Cart.php:4030 /classes/Cart.php:1926 /src/Adapter/Presenter/Cart/CartPresenter.php:326 /classes/controller/FrontController.php:490 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 349) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 442
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/modules/an_productattributes/an_productattributes.php:608 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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 `fri629feature_value` v LEFT JOIN `fri629feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fri629layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 31 ORDER BY vl.`value` ASC |
0.2 |
7 |
Yes |
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Block.php:864 /modules/ps_facetedsearch/src/Filters/Block.php:154 /modules/ps_facetedsearch/src/Product/SearchProvider.php:215 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayMyAccountBlock') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.pscustomeraccountlinkspsc.php:61 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/module/Module.php:2447 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_guest`
FROM `fri629connections`
WHERE `id_guest` = 111131
AND `date_add` > '2025-04-30 08:39:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.2 |
1 |
Yes |
|
/classes/Connection.php:163
/classes/Connection.php:97 /modules/statsdata/statsdata.php:118 /modules/statsdata/statsdata.php:74 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:369 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:119 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `description` FROM `fri629gmcatseconddesc` WHERE `id_category` = 9 AND `id_shop` = 1 AND `id_lang` = 1 LIMIT 1 |
0.2 |
1 |
|
|
/modules/gmcatseconddesc/gmcatseconddesc.php:124
/modules/gmcatseconddesc/gmcatseconddesc.php:164 /modules/gmcatseconddesc/gmcatseconddesc.php:150 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /config/smartyfront.config.inc.php:89 /config/smartyfront.config.inc.php:82 /config/smartyfront.config.inc.php:93 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.2 |
1 |
|
|
/classes/Category.php:2167
/override/classes/Link.php:56 /override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:47 /classes/controller/FrontController.php:438 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 15 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:708 /modules/ets_htmlbox/ets_htmlbox.php:625 /modules/ets_htmlbox/ets_htmlbox.php:658 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `fri629group` g
LEFT JOIN `fri629group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC |
0.2 |
4 |
|
|
/classes/Group.php:108
/modules/ets_livechat/classes/LC_Base.php:47 /modules/ets_livechat/ets_livechat.php:1384 /modules/ets_livechat/ets_livechat.php:1459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 390
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 390) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='349' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='418' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 209
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_meta
FROM fri629meta_lang
WHERE url_rewrite = "9-cbd-chanvre-alimentaire"
AND `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 |
0.2 |
73 |
|
|
/override/classes/Dispatcher.php:1276
/override/classes/Dispatcher.php:317 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='442' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 205) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(*)
FROM `fri629hook_module` hm
LEFT JOIN `fri629hook` h ON (h.`id_hook` = hm.`id_hook`)
WHERE h.`name` = 'displayHome' AND hm.`id_module` = 20 LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2333
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:65 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 /modules/ps_googleanalytics/ps_googleanalytics.php:94 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 442) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='291' and id_lang='1' LIMIT 1 |
0.2 |
33 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 55) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `fri629lang` l
JOIN fri629lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Language.php:1058
/classes/Language.php:1240 /classes/Dispatcher.php:538 /classes/Dispatcher.php:238 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayCopyrightContainerLeft') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:200 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 59) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='205' and id_lang='1' LIMIT 1 |
0.2 |
10 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629product` a
LEFT JOIN `fri629product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 442) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Product.php:551 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_meta
FROM fri629meta_lang
WHERE url_rewrite = "Conditionnement-Gélule"
AND `id_lang` = 1 AND `id_shop` = 1 LIMIT 1 |
0.2 |
73 |
|
|
/override/classes/Dispatcher.php:1276
/override/classes/Dispatcher.php:396 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 291) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 209 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 205
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayLeftColumn') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:251 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:55 /classes/controller/FrontController.php:1665 /controllers/front/listing/CategoryController.php:248 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 4 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:731 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayBeforeBodyClosingTag') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:369 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:119 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:55 /classes/controller/FrontController.php:1665 /controllers/front/listing/CategoryController.php:248 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629country` a
LEFT JOIN `fri629country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `fri629country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:141 /index.php:41
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 209
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:85 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 214) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fri629image` i
INNER JOIN fri629image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fri629image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 205
ORDER BY `position` |
0.2 |
1 |
Yes |
|
/classes/Product.php:3059
/src/Adapter/Image/ImageRetriever.php:66 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displaySearch') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:200 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 214
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM fri629shop s
LEFT JOIN fri629shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/shop/Shop.php:201
/classes/shop/Shop.php:131 /classes/shop/Shop.php:413 /config/config.inc.php:119 /index.php:41
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 25 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:727 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 53) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:200 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:200 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM fri629meta m
LEFT JOIN fri629meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Meta.php:189
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:177 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:103 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 42) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:63 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:28 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock` a0
LEFT JOIN `fri629anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayNav2') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc |
0.2 |
50 |
Yes |
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:97 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629currency` a
LEFT JOIN `fri629currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `fri629currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:213 /src/Adapter/Currency/CurrencyDataProvider.php:101 /src/Adapter/Currency/CurrencyDataProvider.php:111 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:91 /src/Core/Data/Layer/AbstractDataLayer.php:90 /src/Core/Data/Layer/AbstractDataLayer.php:150 /src/Core/Data/Layer/AbstractDataLayer.php:94 /src/Core/Localization/Currency/CurrencyDataSource.php:67 /src/Core/Localization/Currency/CurrencyDataSource.php:110 /src/Core/Localization/Currency/CurrencyDataSource.php:97 /src/Core/Localization/Currency/Repository.php:95 /src/Core/Localization/Locale/Repository.php:207 /src/Core/Localization/Locale/Repository.php:150 /classes/controller/Controller.php:189 /classes/controller/FrontController.php:271 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 83) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 1 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:713 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:87 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 209) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=291 |
0.2 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.2 |
18 |
Yes |
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:249 /classes/controller/FrontController.php:1518 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `fri629lang` l
LEFT JOIN `fri629lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.2 |
1 |
|
|
/classes/Language.php:911
/config/config.inc.php:138 /index.php:41
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 209 AND id_shop=1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629lang` a
LEFT JOIN `fri629lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:194 /index.php:41
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 390
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
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
FROM `fri629product` p
INNER JOIN `fri629product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fri629product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 207) |
0.2 |
1 |
|
|
/classes/Product.php:3364
/classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `fri629currency` c
LEFT JOIN fri629currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
0.2 |
2 |
|
|
/classes/Currency.php:932
/classes/Currency.php:949 /classes/module/Module.php:2386 /modules/an_megamenu/composite/AnMegaMenuHooks.php:98 /modules/an_megamenu/an_megamenu.php:260 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 14 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:703 /modules/ets_htmlbox/ets_htmlbox.php:626 /modules/ets_htmlbox/ets_htmlbox.php:658 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='214' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='209' and id_lang='1' LIMIT 1 |
0.2 |
3 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='209' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 56) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 :undefined /modules/anthemeblocks/classes/AnThemeBlock.php:447 /modules/anthemeblocks/anthemeblocks.php:383 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 349
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 442
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 16 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:693 /modules/ets_htmlbox/ets_htmlbox.php:649 /modules/ets_htmlbox/ets_htmlbox.php:658 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 7 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:750 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:251 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:83 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 418 |
0.2 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_category FROM fri629category_lang
WHERE link_rewrite = "9-cbd-chanvre-alimentaire" AND id_lang = 1 AND id_shop = 1 LIMIT 1 |
0.2 |
80 |
|
|
/override/classes/Link.php:578
/override/classes/Link.php:336 /classes/controller/FrontController.php:1985 /classes/controller/FrontController.php:1509 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 207
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='207' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='205' and id_lang='1' LIMIT 1 |
0.2 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 214 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM fri629meta m
LEFT JOIN fri629meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Meta.php:189
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:177 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:103 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 26 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 418 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /classes/controller/FrontController.php:1705 /controllers/front/listing/CategoryController.php:236 /classes/controller/FrontController.php:1682 /classes/controller/FrontController.php:499 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 57) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 5 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:735 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:143 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 207 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.2 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629group` a
LEFT JOIN `fri629group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Group.php:78 /classes/Group.php:394 /classes/Cart.php:245 /classes/Cart.php:218 /classes/controller/FrontController.php:410 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /classes/controller/FrontController.php:1705 /controllers/front/listing/CategoryController.php:236 /classes/controller/FrontController.php:1682 /classes/controller/FrontController.php:499 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='214' and id_lang='1' LIMIT 1 |
0.2 |
1 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE p.id_product
FROM `fri629product` p
INNER JOIN fri629product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 418
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-04-30 00:00:00",
INTERVAL 45 DAY
)
) > 0 |
0.2 |
0 |
|
|
/classes/Product.php:1403
/classes/Product.php:568 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE tr.*
FROM `fri629tax_rule` tr
JOIN `fri629tax_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 ('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.2 |
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:108
/classes/Product.php:3449 /classes/Product.php:3222 /classes/Product.php:4816 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 36 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=209 |
0.2 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='349' and id_lang='1' LIMIT 1 |
0.2 |
2 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 24 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629everpspopup` ep
LEFT JOIN `fri629everpspopup_lang` `epl` ON ep.id_everpspopup = epl.id_everpspopup
WHERE (ep.active = 1) AND (epl.id_lang = 1) |
0.2 |
1 |
|
|
/modules/everpspopup/models/EverPsPopupClass.php:182
/modules/everpspopup/models/EverPsPopupClass.php:226 /modules/everpspopup/everpspopup.php:350 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:369 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:119 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='442' and id_lang='1' LIMIT 1 |
0.2 |
4 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `fri629ets_hb_html_box` hb
LEFT JOIN `fri629ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `fri629ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 17 |
0.2 |
3 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:255
/modules/ets_htmlbox/ets_htmlbox.php:590 /modules/ets_htmlbox/ets_htmlbox.php:698 /modules/ets_htmlbox/ets_htmlbox.php:650 /modules/ets_htmlbox/ets_htmlbox.php:658 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 59) AND (a1.`id_lang` = 1) |
0.2 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.2 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms` a
LEFT JOIN `fri629cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 205 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 390 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:128 /classes/shop/Shop.php:413 /config/config.inc.php:119 /index.php:41
|
SELECT SQL_NO_CACHE value FROM `fri629configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/Shop.php:1164
/classes/shop/Shop.php:1020 /classes/Configuration.php:432 /modules/ets_livechat/ets_livechat.php:4027 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 56) AND (a1.`id_lang` = 1) |
0.1 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 55) AND (a1.`id_lang` = 1) |
0.1 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 51) AND (a1.`id_lang` = 1) |
0.1 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 349 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 442 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:47 /classes/controller/FrontController.php:438 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=390 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `price_display_method`
FROM `fri629group`
WHERE `id_group` = 3 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Group.php:171
/classes/Group.php:187 /classes/order/Order.php:292 /modules/systempay/systempay.php:62 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/ps_facetedsearch/src/Product/Search.php:364 /modules/ps_facetedsearch/src/Product/Search.php:130 /modules/ps_facetedsearch/src/Product/SearchProvider.php:173 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 442
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM fri629product_attribute pa
INNER JOIN fri629product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 390 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:847
/classes/Product.php:3323 /classes/Product.php:3222 /classes/Product.php:573 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE tb.id_anthemeblock
FROM `fri629anthemeblock` tb
WHERE tb.`status` = 1 AND tb.`id_parent` = 0 |
0.1 |
50 |
|
|
/modules/anthemeblocks/classes/AnThemeBlock.php:420
/modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE count(*) FROM fri629steavisgarantis_reviews WHERE product_id='390' and id_lang='1' LIMIT 1 |
0.1 |
1 |
|
|
/modules/steavisgarantis/steavisgarantis.php:382
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 418 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category` a
LEFT JOIN `fri629category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fri629category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /controllers/front/listing/CategoryController.php:200 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629image_type` |
0.1 |
18 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:202 /modules/ambjolisearch/ambjolisearch.php:1879 /modules/ambjolisearch/ambjolisearch.php:1542 /modules/ambjolisearch/ambjolisearch.php:165 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:551 /config/config.inc.php:165 /index.php:41
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 349 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 25 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=214 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 42) AND (a1.`id_lang` = 1) |
0.1 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:47 /classes/controller/FrontController.php:438 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fri629category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Category.php:1360
/classes/Product.php:581 /modules/an_productattributes/an_productattributes.php:459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629country` a
LEFT JOIN `fri629country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/AddressFormat.php:357 /classes/AddressFormat.php:396 /classes/controller/FrontController.php:1617 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629currency` c ORDER BY `iso_code` ASC |
0.1 |
2 |
Yes |
|
/classes/Currency.php:581
/src/Adapter/Currency/CurrencyDataProvider.php:84 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:92 /src/Core/Localization/Currency/CurrencyDataSource.php:97 /src/Core/Localization/Currency/Repository.php:95 /src/Core/Localization/Locale/Repository.php:207 /src/Core/Localization/Locale/Repository.php:150 /classes/controller/Controller.php:189 /classes/controller/FrontController.php:271 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=207 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 205 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 214 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=205 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2286 /modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:40 /modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:61 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 /modules/ps_googleanalytics/ps_googleanalytics.php:94 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 0 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:407
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629cb_hook_settings`
WHERE hook_name = 'displayNavFullWidth' LIMIT 1 |
0.1 |
1 |
|
|
/modules/custombanners/custombanners.php:1725
/modules/custombanners/custombanners.php:1910 /modules/custombanners/custombanners.php:2192 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:279 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=418 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM fri629shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:196 /classes/Tools.php:320 /classes/Link.php:58 /override/classes/Link.php:625 /config/config.inc.php:233 /index.php:41
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=349 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 58) AND (a1.`id_lang` = 1) |
0.1 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `name`
FROM `fri629manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:559 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms` a
LEFT JOIN `fri629cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM fri629tag t
LEFT JOIN fri629product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=442 |
0.1 |
1 |
|
|
/classes/Tag.php:229
/classes/Product.php:575 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE `from` BETWEEN '2025-04-30 00:00:00' AND '2025-04-30 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:358
/classes/SpecificPrice.php:529 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook_alias` |
0.1 |
83 |
|
|
/classes/Hook.php:238
/classes/Hook.php:379 /classes/Hook.php:695 /classes/Hook.php:775 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629image_type` a
WHERE (a.`id_image_type` = 13) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/an_brandslider/an_brandslider.php:421 /modules/an_brandslider/an_brandslider.php:1214 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 349 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE rate FROM fri629steavisgarantis_average_rating WHERE product_id='291' and id_lang='1' LIMIT 1 |
0.1 |
372 |
|
|
/modules/steavisgarantis/steavisgarantis.php:384
/modules/steavisgarantis/steavisgarantis.php:360 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1080 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629currency` a
LEFT JOIN `fri629currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:213 /classes/Currency.php:885 /classes/Tools.php:700 /classes/controller/FrontController.php:351 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 209 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook_alias` |
0.1 |
83 |
|
|
/classes/Hook.php:264
/classes/Hook.php:295 /classes/Hook.php:333 /classes/Hook.php:896 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Category.php:150 /modules/ps_facetedsearch/src/Product/Search.php:364 /modules/ps_facetedsearch/src/Product/Search.php:130 /modules/ps_facetedsearch/src/Product/SearchProvider.php:173 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 9 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fri629category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1360
/classes/Product.php:4761 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms` a
LEFT JOIN `fri629cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 22 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629hook` a
WHERE (a.`id_hook` = 35) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:59 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 442 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.id_currency
FROM `fri629currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1 |
0.1 |
1 |
|
|
/classes/Currency.php:751
/src/Adapter/Currency/CurrencyDataProvider.php:92 /src/Adapter/Currency/CurrencyDataProvider.php:111 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:91 /src/Core/Data/Layer/AbstractDataLayer.php:90 /src/Core/Data/Layer/AbstractDataLayer.php:150 /src/Core/Data/Layer/AbstractDataLayer.php:94 /src/Core/Localization/Currency/CurrencyDataSource.php:67 /src/Core/Localization/Currency/CurrencyDataSource.php:110 /src/Core/Localization/Currency/CurrencyDataSource.php:97 /src/Core/Localization/Currency/Repository.php:95 /src/Core/Localization/Locale/Repository.php:207 /src/Core/Localization/Locale/Repository.php:150 /classes/controller/Controller.php:189 /classes/controller/FrontController.php:271 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE format
FROM `fri629address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.1 |
1 |
|
|
/classes/AddressFormat.php:629
/classes/AddressFormat.php:591 /classes/AddressFormat.php:576 /classes/AddressFormat.php:520 /classes/AddressFormat.php:395 /classes/controller/FrontController.php:1617 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 207 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "gmcatseconddesc" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /config/smartyfront.config.inc.php:89 /config/smartyfront.config.inc.php:82 /config/smartyfront.config.inc.php:93 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 349 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629everpspopup` a
LEFT JOIN `fri629everpspopup_lang` `b` ON a.`id_everpspopup` = b.`id_everpspopup` AND b.`id_lang` = 1
WHERE (a.`id_everpspopup` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/everpspopup/models/EverPsPopupClass.php:235 /modules/everpspopup/everpspopup.php:350 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:369 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:119 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629cms` a
LEFT JOIN `fri629cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:128 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:95 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:61 /modules/ps_linklist/ps_linklist.php:226 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 442 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:218 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629country_lang`
WHERE `id_country` = 8 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/AddressFormat.php:357 /classes/AddressFormat.php:396 /classes/controller/FrontController.php:1617 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 207 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:444
/classes/Product.php:3701 /classes/Product.php:4887 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 349
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE id_product = 291 LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:416
/classes/SpecificPrice.php:504 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629anthemeblock_data` a0
LEFT JOIN `fri629anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 18) AND (a1.`id_lang` = 1) |
0.1 |
85 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:396 /modules/anthemeblocks/classes/AnThemeBlock.php:225 /modules/anthemeblocks/classes/AnThemeBlock.php:351 /classes/ObjectModel.php:1974 /classes/PrestaShopCollection.php:383 /classes/PrestaShopCollection.php:423 /modules/anthemeblocks/anthemeblocks.php:527 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 442 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /classes/controller/FrontController.php:1552 /classes/controller/FrontController.php:1656 /controllers/front/listing/CategoryController.php:248 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE 1 FROM `fri629specific_price` WHERE `to` BETWEEN '2025-04-30 00:00:00' AND '2025-04-30 23:59:59' LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:529 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE data FROM fri629layered_filter_block WHERE hash="b55d8a39db5572c964419bdd127a3a76" LIMIT 1 |
0.1 |
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 /classes/controller/ProductListingFrontController.php:307 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 418 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629group_lang`
WHERE `id_group` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Group.php:78 /classes/Group.php:394 /classes/Cart.php:245 /classes/Cart.php:218 /classes/controller/FrontController.php:410 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 209
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:612 /modules/quantitydiscounttable/quantitydiscounttable.php:594 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fri629category` c
LEFT JOIN `fri629category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE c.`id_category` = 2 |
0.1 |
1 |
|
|
/override/classes/Link.php:91
/override/classes/Link.php:31 /controllers/front/listing/CategoryController.php:210 :undefined /controllers/front/listing/CategoryController.php:214 /controllers/front/listing/CategoryController.php:121 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 418) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:265 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 390
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 418
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "an_productattributes" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1305 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE c.id_currency
FROM `fri629currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1 |
0.1 |
1 |
|
|
/classes/Currency.php:751
/src/Adapter/Currency/CurrencyDataProvider.php:92 /src/Adapter/Currency/CurrencyDataProvider.php:111 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:91 /src/Core/Data/Layer/AbstractDataLayer.php:90 /src/Core/Data/Layer/AbstractDataLayer.php:150 /src/Core/Data/Layer/AbstractDataLayer.php:94 /src/Core/Localization/Currency/CurrencyDataSource.php:67 /src/Core/Localization/Currency/CurrencyDataSource.php:110 /src/Core/Localization/Currency/CurrencyDataSource.php:97 /src/Core/Localization/Currency/Repository.php:95 /src/Core/Localization/Locale/Repository.php:207 /src/Core/Localization/Locale/Repository.php:150 /classes/controller/Controller.php:189 /classes/controller/FrontController.php:271 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 214
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 390 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_meta
FROM fri629meta
WHERE page = "category" LIMIT 1 |
0.1 |
1 |
|
|
/override/classes/Link.php:540
/override/classes/Link.php:309 /classes/controller/FrontController.php:1985 /classes/controller/FrontController.php:1509 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_category`
FROM fri629category_lang
WHERE `link_rewrite` = 'cbd-chanvre-alimentaire'
AND `id_lang` = 1
AND `id_shop` = 1 LIMIT 1 |
0.1 |
80 |
|
|
/override/controllers/front/CategoryController.php:37
/tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 207
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "an_logo" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:218 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/40/8e/8a/408e8ab2730807f59ef6ae5cee7731ac127e6f5b_2.file.header.tpl.php:42 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:62 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:334 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 291 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 442 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `name` FROM `fri629supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.1 |
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:560 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE cb.`id_link_block`
FROM fri629link_block cb
WHERE `id_hook` = 35
ORDER by cb.`position` |
0.1 |
2 |
Yes |
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:71
/modules/ps_linklist/ps_linklist.php:222 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 207 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629tax_lang`
WHERE `id_tax` = 3 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /classes/Product.php:3422 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 207 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /config/smartyfront.config.inc.php:56 /config/smarty.config.inc.php:59 /config/config.inc.php:202 /index.php:41
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 209) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE out_of_stock
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:760
/classes/Product.php:6605 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 390 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 214 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "an_wishlist" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM fri629category_group ctg
WHERE ctg.`id_category` = 9 AND ctg.`id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Category.php:1691
/controllers/front/listing/CategoryController.php:94 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "an_theme" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /var/cache/prod/smarty/compile/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php:29 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/module/Module.php:2447 /modules/ps_facetedsearch/src/Product/SearchProvider.php:310 /classes/controller/ProductListingFrontController.php:331 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE version FROM `fri629module` WHERE name ="ets_livechat" LIMIT 1 |
0.1 |
1 |
|
|
/modules/ets_livechat/classes/LC_Base.php:1900
/modules/ets_livechat/classes/LC_Base.php:42 /modules/ets_livechat/ets_livechat.php:1384 /modules/ets_livechat/ets_livechat.php:1459 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `iso_code`
FROM `fri629country`
WHERE `id_country` = 8 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:256 /src/Core/Addon/Module/ModuleManagerBuilder.php:172 /src/Core/Addon/Module/ModuleManagerBuilder.php:87 /classes/Link.php:944 /override/classes/Link.php:635 /src/Adapter/Image/ImageRetriever.php:255 /classes/controller/FrontController.php:1518 /classes/controller/FrontController.php:496 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 205 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 205
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629tax` a
WHERE (a.`id_tax` = 3) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/tax/TaxRulesTaxManager.php:115 /classes/Product.php:3422 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `fri629specific_price_priority`
WHERE `id_product` = 291
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.1 |
1 |
|
|
/classes/SpecificPrice.php:246
/classes/SpecificPrice.php:226 /classes/SpecificPrice.php:546 /classes/Product.php:3333 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 214 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `fri629country`
WHERE `id_country` = 8 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:595 /classes/AddressFormat.php:576 /classes/AddressFormat.php:520 /classes/AddressFormat.php:395 /classes/controller/FrontController.php:1617 /classes/controller/FrontController.php:495 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM fri629required_field |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1473
/classes/ObjectModel.php:1505 /classes/ObjectModel.php:1436 /classes/controller/FrontController.php:498 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fri629product_shop`
WHERE `id_product` = 291 AND id_shop=1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:5694
/classes/Product.php:3421 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 349) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_shop
FROM `fri629group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1610
/classes/Group.php:397 /classes/Cart.php:245 /classes/Cart.php:218 /classes/controller/FrontController.php:410 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 209 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 214 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 390 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/classes/controller/FrontController.php:1552 /classes/controller/FrontController.php:1656 /controllers/front/listing/CategoryController.php:248 /classes/controller/FrontController.php:494 /classes/controller/FrontController.php:548 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 172 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/config/smartyfront.config.inc.php:56 /config/smarty.config.inc.php:59 /config/config.inc.php:202 /index.php:41
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fri629product_attribute`
WHERE `id_product` = 205 |
0.1 |
1 |
|
|
/classes/Product.php:2473
/src/Adapter/Image/ImageRetriever.php:72 /src/Adapter/Presenter/Product/ProductLazyArray.php:589 /src/Adapter/Presenter/Product/ProductLazyArray.php:107 /src/Adapter/Presenter/Product/ProductListingPresenter.php:56 /classes/controller/ProductListingFrontController.php:62 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE id_shop
FROM `fri629lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1610
/classes/Tools.php:580 /classes/Tools.php:662 /classes/Dispatcher.php:242 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1305 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 390) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 291) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 96 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /config/smartyfront.config.inc.php:89 /config/smartyfront.config.inc.php:82 /config/smartyfront.config.inc.php:93 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE name FROM fri629category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Product.php:4762
/classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 291 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/jprestaspeedpack/jprestaspeedpack.php:3926 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_lang` FROM `fri629lang` WHERE `locale` = 'fr-fr' LIMIT 1 |
0.1 |
1 |
|
|
/classes/Language.php:744
/src/Adapter/Currency/CurrencyDataProvider.php:109 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:91 /src/Core/Data/Layer/AbstractDataLayer.php:90 /src/Core/Data/Layer/AbstractDataLayer.php:150 /src/Core/Data/Layer/AbstractDataLayer.php:94 /src/Core/Localization/Currency/CurrencyDataSource.php:67 /src/Core/Localization/Currency/CurrencyDataSource.php:110 /src/Core/Localization/Currency/CurrencyDataSource.php:97 /src/Core/Localization/Currency/Repository.php:95 /src/Core/Localization/Locale/Repository.php:207 /src/Core/Localization/Locale/Repository.php:150 /classes/controller/Controller.php:189 /classes/controller/FrontController.php:271 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 205 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE depends_on_stock
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:735
/classes/Product.php:6606 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /modules/an_productattributes/an_productattributes.php:600 /modules/an_productattributes/an_productattributes.php:460 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1111 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1332 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/var/cache/prod/smarty/compile/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php:29 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /classes/module/Module.php:2447 /modules/ps_facetedsearch/src/Product/SearchProvider.php:310 /classes/controller/ProductListingFrontController.php:331 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 349 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE location
FROM `fri629stock_available`
WHERE (id_product = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.1 |
1 |
|
|
/classes/stock/StockAvailable.php:788
/classes/Product.php:6607 /classes/Product.php:577 /modules/quantitydiscounttable/quantitydiscounttable.php:582 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:1338 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/34/57/68/345768ebd9a3ecb567ff419819535906a83486b1_2.file.product.tpl.php:30 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:72 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/e6/48/d4/e648d4738085b177dbf9622f1fedf22c05c0605b_2.file.products.tpl.php:37 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:81 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:82 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:88 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 418 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "pm_advancedsearch4" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /override/classes/Link.php:515 /classes/controller/FrontController.php:438 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629link_block_lang`
WHERE `id_link_block` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Model/LinkBlock.php:76 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:75 /modules/ps_linklist/ps_linklist.php:222 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "cookiesplus" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:3910 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /override/classes/Dispatcher.php:176 /classes/Dispatcher.php:249 /override/classes/Dispatcher.php:27 /classes/Dispatcher.php:207 /index.php:42
|
SELECT SQL_NO_CACHE data
FROM `fri629ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.1 |
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:89 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:55 /modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:61 /modules/ps_googleanalytics/ps_googleanalytics.php:134 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:369 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:119 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:334 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629currency_lang`
WHERE `id_currency` = 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:213 /classes/Currency.php:885 /classes/Tools.php:700 /classes/controller/FrontController.php:351 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/override/classes/Link.php:515 /classes/controller/FrontController.php:438 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `page`
FROM fri629meta
WHERE id_meta = 0 LIMIT 1 |
0.1 |
0 |
|
|
/override/classes/Dispatcher.php:1251
/override/classes/Dispatcher.php:318 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE id_shop
FROM `fri629currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/ObjectModel.php:1610
/classes/Tools.php:707 /classes/controller/FrontController.php:351 /controllers/front/listing/CategoryController.php:92 /override/controllers/front/CategoryController.php:54 /tools/profiling/Controller.php:214 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629link_block` a
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Model/LinkBlock.php:76 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:75 /modules/ps_linklist/ps_linklist.php:222 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629link_block` a
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Model/LinkBlock.php:76 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:75 /modules/ps_linklist/ps_linklist.php:222 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629group`
WHERE `id_group` = 1 LIMIT 1 |
0.1 |
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3491 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `reduction`
FROM `fri629product_group_reduction_cache`
WHERE `id_product` = 209 AND `id_group` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3487 /classes/Product.php:3222 /classes/Product.php:4780 /classes/ProductAssembler.php:112 /classes/controller/ProductListingFrontController.php:54 :undefined /classes/controller/ProductListingFrontController.php:76 /classes/controller/ProductListingFrontController.php:324 /classes/controller/ProductListingFrontController.php:580 /override/classes/controller/ProductListingFrontController.php:63 /controllers/front/listing/CategoryController.php:137 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE *
FROM `fri629link_block_lang`
WHERE `id_link_block` = 2 |
0.1 |
1 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 /tools/profiling/ObjectModel.php:33 /modules/ps_linklist/src/Model/LinkBlock.php:76 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:75 /modules/ps_linklist/ps_linklist.php:222 /modules/ps_linklist/ps_linklist.php:212 /modules/jprestaspeedpack/jprestaspeedpack.php:3929 /override/classes/Hook.php:32 /classes/Hook.php:927 /config/smarty.config.inc.php:167 /classes/Smarty/SmartyLazyRegister.php:83 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/26/ce/f4/26cef4fe40d4772a430e012f038dcf2419b8d338_2.file.footer.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:333 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/c8/36/21/c83621541bd2783b124b223cc41febe7ce26f07e_2.file.layout-both-columns.tpl.php:106 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f8/fe/d9/f8fed97ed21710bb4e53e5025874d4e552393cad_2.file.layout-left-column.tpl.php:38 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cb/25/21/cb2521579c6d7e4efa4b49e261398e4cca8cf402_2.file.product-list.tpl.php:35 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/f0/6a/49/f06a49058a883052ef14d71a61aed356653f0f3d_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 /var/cache/prod/smarty/compile/grainfoodmarketlayouts_layout_left_column_tpl/cf/69/01/cf6901b1edcbbe3666d137c5c9f969e12341af1e_2.file.category.tpl.php:31 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 /override/classes/FrontController.php:19 /classes/controller/FrontController.php:667 /tools/profiling/Controller.php:716 /tools/profiling/Controller.php:255 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "smartseourl" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:4320 /modules/jprestaspeedpack/jprestaspeedpack.php:2230 /modules/jprestaspeedpack/jprestaspeedpack.php:1902 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2286 /modules/jprestaspeedpack/jprestaspeedpack.php:212 :undefined /src/Core/Foundation/IoC/Container.php:131 /src/Core/Foundation/IoC/Container.php:164 /src/Core/Foundation/IoC/Container.php:177 /src/Adapter/ServiceLocator.php:65 /classes/module/Module.php:1141 /classes/module/Module.php:1120 /classes/Hook.php:884 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "ttblocksearch" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:1753 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE * FROM `fri629hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.1 |
1 |
|
|
/classes/module/Module.php:2221
/classes/Hook.php:852 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `page`
FROM fri629meta
WHERE id_meta = 0 LIMIT 1 |
0.1 |
0 |
|
|
/override/classes/Dispatcher.php:1251
/override/classes/Dispatcher.php:397 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "pk_amp" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /override/classes/Dispatcher.php:1119 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:1725 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "leoproductsearch" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:1725 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "blocksearch_mod" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:1733 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:1753 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:1773 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "pkamp" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:2150 /modules/jprestaspeedpack/jprestaspeedpack.php:1901 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "configb2b" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:2136 /modules/jprestaspeedpack/jprestaspeedpack.php:1901 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "superuser" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:2262 /modules/jprestaspeedpack/jprestaspeedpack.php:1900 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/override/classes/Dispatcher.php:1073 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:1744 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "marketplace" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /override/classes/Dispatcher.php:1073 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/override/classes/Dispatcher.php:1119 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "tvcmssearch" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:1762 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:1733 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "tmsearch" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:1744 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/modules/ambjolisearch/ambjolisearch.php:1762 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2311
/override/classes/Dispatcher.php:1192 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "autolanguagecurrency" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:2125 /modules/jprestaspeedpack/jprestaspeedpack.php:1901 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "shaim_gdpr" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:2300 /modules/jprestaspeedpack/jprestaspeedpack.php:1900 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "groupinc" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/modules/jprestaspeedpack/classes/JprestaUtils.php:1511 /modules/jprestaspeedpack/jprestaspeedpack.php:2287 /modules/jprestaspeedpack/jprestaspeedpack.php:1900 /modules/jprestaspeedpack/jprestaspeedpack.php:2484 /modules/jprestaspeedpack/jprestaspeedpack.php:1386 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/Dispatcher.php:354 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "homecomments" LIMIT 1 |
0.1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /override/classes/Dispatcher.php:1192 /classes/Dispatcher.php:349 /index.php:42
|
SELECT SQL_NO_CACHE `id_module` FROM `fri629module` WHERE `name` = "stsearchbar" LIMIT 1 |
< 1 |
0 |
|
|
/classes/module/Module.php:2786
/classes/module/Module.php:2310 /modules/ambjolisearch/ambjolisearch.php:1773 /modules/ambjolisearch/ambjolisearch.php:347 /modules/jprestaspeedpack/jprestaspeedpack.php:3907 /override/classes/Hook.php:17 /classes/Hook.php:355 /classes/Hook.php:907 /classes/controller/FrontController.php:556 /controllers/front/listing/CategoryController.php:130 /tools/profiling/Controller.php:233 /classes/Dispatcher.php:515 /index.php:42
|