| 36 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
220.444
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/colissimo/colissimo.php:114 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 124 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `gsxb_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `gsxb_hook_alias` ha
INNER JOIN `gsxb_hook` h ON ha.name = h.name |
139.045
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) GROUP BY p.id_manufacturer |
112.285
ms
|
23868 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 482 |
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 FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND cg.id_group='1' AND c.level_depth<=5 AND c.nleft>13 AND c.nright<14 GROUP BY cp.id_category |
109.029
ms
|
259200 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:992 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category_lang`
WHERE `id_category` = 172 AND `id_shop` = 1 |
107.959
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
96.029
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE data FROM gsxb_layered_filter_block WHERE hash="60a198e97439d279b1d3ce1e2b8425ff" LIMIT 1 |
87.894
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:185
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2745 LIMIT 1 |
85.113
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `name` FROM `gsxb_supplier` WHERE `id_supplier` = 6 LIMIT 1 |
84.100
ms
|
1 |
|
|
/classes/Supplier.php:242
/classes/Product.php:735 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category` a
LEFT JOIN `gsxb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) LIMIT 1 |
82.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE * FROM gsxb_rec_whitelist WHERE ip_address = "216.73.216.105" |
81.998
ms
|
1 |
|
|
/modules/recaptchapro/recaptchapro.php:1286
/modules/recaptchapro/recaptchapro.php:871 (checkIfWhitelisted)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2777 ORDER BY f.`position` ASC, fp.`position` ASC |
81.351
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE *
FROM `gsxb_whatsappchatblock_agent` LEFT JOIN `gsxb_whatsappchatblock_agent_lang` ON (`gsxb_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `gsxb_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 3) WHERE 1 = 1 AND `gsxb_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
81.255
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:679 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:383 (displayBlock)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=3)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) GROUP BY fp.id_feature_value |
79.862
ms
|
129600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 473 |
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 `gsxb_feature` f INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `gsxb_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `gsxb_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 3) ORDER BY f.`position` ASC |
78.966
ms
|
13 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `gsxb_attribute_group` ag INNER JOIN `gsxb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) INNER JOIN `gsxb_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `gsxb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) INNER JOIN gsxb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN gsxb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `gsxb_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 3) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
78.900
ms
|
19 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
/modules/ps_facetedsearch/src/Filters/Block.php:731 (getAttributes)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_category`
FROM `gsxb_category_shop`
WHERE `id_category` = 172
AND `id_shop` = 1 LIMIT 1 |
78.888
ms
|
1 |
|
|
/classes/Category.php:2446
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayFooter" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
78.487
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:338 (displayBlock)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `gsxb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 2776
ORDER BY `position` |
75.956
ms
|
3 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `gsxb_quantity_discount_rule` qdr
INNER JOIN `gsxb_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
INNER JOIN `gsxb_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `gsxb_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 3)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
74.836
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:871 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:749 (getMessage)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=5)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) GROUP BY fp.id_feature_value |
73.482
ms
|
129600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 3953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
72.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
71.576
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE name, alias FROM `gsxb_hook_alias` |
70.404
ms
|
87 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 269 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 1372 ORDER BY f.`position` ASC, fp.`position` ASC |
69.573
ms
|
6 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 3976 AND `id_group` = 1 LIMIT 1 |
68.251
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 3953 AND id_shop=1 LIMIT 1 |
68.050
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2778 ORDER BY f.`position` ASC, fp.`position` ASC |
67.819
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
65.109
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/advancedeventbooking/advancedeventbooking.php:168 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 91 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `gsxb_country`
WHERE `id_country` = 252 LIMIT 1 |
65.024
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE *
FROM `gsxb_link_block` a
LEFT JOIN `gsxb_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
64.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2792
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
61.459
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE * FROM `gsxb_hook_module_exceptions`
WHERE `id_shop` IN (1) |
60.859
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE * FROM `gsxb_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
56.727
ms
|
11 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:203 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM gsxb_shop_url su
LEFT JOIN gsxb_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'idyll.fr' OR su.domain_ssl = 'idyll.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
55.932
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:39 (require)
|
| 35 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
55.477
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/hicarouselspack/hicarouselspack.php:95 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 142 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2800 AND `id_group` = 1 LIMIT 1 |
55.022
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `gsxb_group` a
LEFT JOIN `gsxb_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
53.903
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
53.072
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1372) AND (b.`id_shop` = 1) LIMIT 1 |
52.955
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:135 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2800
ORDER BY f.position ASC |
51.501
ms
|
7 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2792 AND id_shop=1 LIMIT 1 |
51.173
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1371
ORDER BY f.position ASC |
49.943
ms
|
6 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE * FROM `gsxb_cart_rule` cr
LEFT JOIN `gsxb_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) 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_%" |
49.247
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE id_shop
FROM `gsxb_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
48.743
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE type+0 AS type FROM `gsxb_lgcanonicalurls` WHERE `id_object` = 172 AND `type_object` = 2 LIMIT 1 |
46.809
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1610
/modules/lgcanonicalurls/lgcanonicalurls.php:1569 (getTipo)
/modules/lgcanonicalurls/lgcanonicalurls.php:1095 (getCanonicalUrl)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE `id_lang` FROM `gsxb_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
44.661
ms
|
4 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `gsxb_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 172 LIMIT 1 |
44.042
ms
|
1 |
|
|
/classes/Category.php:1373
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 1372 AND id_shop=1 LIMIT 1 |
39.307
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 1372 LIMIT 1 |
36.815
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE * FROM gsxb_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/es/172-consoladores-dobles-y-dong?q=Marca-Doc Johnson USA/Escriba sextoy-Consolador/Control remoto-Sin mando a distancia" OR CONCAT("", url_old) LIKE BINARY "/es/172-consoladores-dobles-y-dong?q=Marca-Doc Johnson USA/Escriba sextoy-Consolador/Control remoto-Sin mando a distancia#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
36.703
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:907
/modules/lgseoredirect/lgseoredirect.php:864 (checkRedirection)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE tr.*
FROM `gsxb_tax_rule` tr
JOIN `gsxb_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
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 |
35.570
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5721 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
33.057
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/ps_eventbus/ps_eventbus.php:95 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE id_shop
FROM `gsxb_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
32.966
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `gsxb_currency` a
LEFT JOIN `gsxb_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
32.773
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1205
AND image_shop.`cover` = 1 LIMIT 1 |
28.013
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
25.839
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "bvkseodispatcher" LIMIT 1 |
25.724
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/jprestaspeedpack/jprestaspeedpack.php:223 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/tax/TaxManagerFactory.php:71 (getInstanceByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2800 LIMIT 1 |
23.968
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3976
ORDER BY f.position ASC |
23.463
ms
|
8 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_lang` FROM `gsxb_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
23.217
ms
|
4 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
23.050
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM gsxb_category_group ctg
WHERE ctg.`id_category` = 172 AND ctg.`id_group` = 1 LIMIT 1 |
22.928
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1372) |
22.377
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 184 AND `id_shop` = 1 LIMIT 1 |
21.015
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/lgseoredirect/lgseoredirect.php:893 (isEnabled)
/modules/lgseoredirect/lgseoredirect.php:858 (checkRedirection)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 62 |
SELECT SQL_NO_CACHE *
FROM `gsxb_currency_lang`
WHERE `id_currency` = 2 |
18.528
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `gsxb_configuration` c
LEFT JOIN `gsxb_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
17.817
ms
|
7635 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:39 (require)
|
| 127 |
SELECT SQL_NO_CACHE tr.*
FROM `gsxb_tax_rule` tr
JOIN `gsxb_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 91
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 |
17.391
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:100
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1372
AND image_shop.`cover` = 1 LIMIT 1 |
17.316
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 3953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
14.861
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `gsxb_manufacturer` m INNER JOIN gsxb_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `gsxb_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
14.316
ms
|
147 |
Yes
|
|
/classes/Manufacturer.php:201
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
13.788
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2800 LIMIT 1 |
13.702
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
13.675
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:320 (displayBlock)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2800 |
13.164
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 5471 ORDER BY f.`position` ASC, fp.`position` ASC |
13.084
ms
|
4 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE * FROM `gsxb_cart_rule` cr
LEFT JOIN `gsxb_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) 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 |
12.760
ms
|
10 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3027 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE type+0 AS type FROM `gsxb_lgcanonicalurls` WHERE `id_object` = 172 AND `type_object` = 2 LIMIT 1 |
12.742
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1610
/modules/lgcanonicalurls/lgcanonicalurls.php:525 (getTipo)
/modules/lgcanonicalurls/lgcanonicalurls.php:55 (getCommonFormValues)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 254 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1371 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1371 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
12.589
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 217 AND `id_shop` = 1 LIMIT 1 |
12.467
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:492 (autoRemoveFromCart)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2800 ORDER BY f.`position` ASC, fp.`position` ASC |
12.305
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 475 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC |
12.087
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
11.888
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
11.861
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_group`
WHERE `id_group` = 1 LIMIT 1 |
11.841
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category` a0
LEFT JOIN `gsxb_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 13) AND (a0.`nright` > 14) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
11.644
ms
|
8 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2800 AND id_shop=1 LIMIT 1 |
11.603
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 146 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2800 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2800 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
11.413
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2792
AND image_shop.`cover` = 1 LIMIT 1 |
11.351
ms
|
5 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `gsxb_group_lang`
WHERE `id_group` = 1 |
11.162
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 1205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
11.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `gsxb_quantity_discount_rule` qdr
INNER JOIN `gsxb_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
11.039
ms
|
1 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
/modules/quantitydiscountpro/quantitydiscountpro.php:536 (getQuantityDiscountRulesWithCondition)
/modules/quantitydiscountpro/quantitydiscountpro.php:518 (hookActionFrontControllerAfterInit)
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:518 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE format
FROM `gsxb_address_format`
WHERE `id_country` = 252 LIMIT 1 |
11.028
ms
|
1 |
|
|
/classes/AddressFormat.php:653
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE * FROM gsxb_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/es/172-consoladores-dobles-y-dong?q=Marca-Doc Johnson USA/Escriba sextoy-Consolador/Control remoto-Sin mando a distancia" OR CONCAT("", url_old) LIKE BINARY "/es/172-consoladores-dobles-y-dong?q=Marca-Doc Johnson USA/Escriba sextoy-Consolador/Control remoto-Sin mando a distancia#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
10.834
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:907
/modules/lgseoredirect/lgseoredirect.php:858 (checkRedirection)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 171 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2776
ORDER BY f.position ASC |
10.797
ms
|
7 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
10.767
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=17)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) GROUP BY fp.id_feature_value |
10.727
ms
|
129600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2800 LIMIT 1 |
9.711
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
9.053
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/CartRule.php:36 (isEnabled)
/classes/controller/FrontController.php:492 (autoRemoveFromCart)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `gsxb_category` c
INNER JOIN gsxb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `gsxb_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `gsxb_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 172
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
8.875
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:916
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `gsxb_meta` m
LEFT JOIN `gsxb_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
8.690
ms
|
256 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 474 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
8.187
ms
|
11 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
8.184
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 1372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
7.893
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 488 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC |
7.819
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 1205 LIMIT 1 |
7.519
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
7.511
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/psproductcountdownpro/psproductcountdownpro.php:87 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 50 |
SELECT SQL_NO_CACHE c.id_currency
FROM `gsxb_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
7.315
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2778
ORDER BY f.position ASC |
7.278
ms
|
7 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE DISTINCT cd.id_customization, c.id_product, cd.value as template_selected, p.amount as giftcard_amount
FROM `gsxb_customization` c
INNER JOIN `gsxb_customized_data` `cd` ON c.id_customization = cd.id_customization
INNER JOIN `gsxb_giftcardproduct` `p` ON p.id_product = c.id_product
WHERE (p.id_customization_field_template = cd.index) AND (c.id_cart = 0)
ORDER BY c.id_product, c.id_customization, cd.index |
7.163
ms
|
4 |
Yes
|
|
/modules/giftcard/src/Hook/HookActionFrontControllerSetMedia.php:139
/modules/giftcard/src/Hook/HookActionFrontControllerSetMedia.php:54 (getGiftCardData)
/modules/giftcard/giftcard.php:474 (run)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `gsxb_currency` c ORDER BY `iso_code` ASC |
7.078
ms
|
2 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `gsxb_attribute` a
LEFT JOIN `gsxb_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `gsxb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
LEFT JOIN `gsxb_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `gsxb_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN gsxb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2745 |
6.994
ms
|
1 |
|
|
/classes/Product.php:7544
/modules/psproductcountdownpro/psproductcountdownpro.php:2998 (getAttributesInformationsByProduct)
/modules/psproductcountdownpro/psproductcountdownpro.php:2809 (checkProductHasAttributes)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 1372 LIMIT 1 |
6.841
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
6.623
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_ordermanager/ets_ordermanager.php:190 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1205) |
6.616
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE `id_lang` FROM `gsxb_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
6.384
ms
|
4 |
|
|
/classes/Language.php:880
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "lgseoredirect" LIMIT 1 |
6.084
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:893 (isEnabled)
/modules/lgseoredirect/lgseoredirect.php:858 (checkRedirection)
/classes/Hook.php:1043 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 292 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3953
ORDER BY f.position ASC |
5.850
ms
|
8 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 3953 ORDER BY f.`position` ASC, fp.`position` ASC |
5.780
ms
|
8 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 1372 LIMIT 1 |
5.777
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE * FROM gsxb_rec_whitelist WHERE ip_address = "216.73.216.105" |
5.648
ms
|
1 |
|
|
/modules/recaptchapro/recaptchapro.php:1286
/modules/recaptchapro/recaptchapro.php:1178 (checkIfWhitelisted)
/classes/Hook.php:1043 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 1371 ORDER BY f.`position` ASC, fp.`position` ASC |
5.605
ms
|
6 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3976
AND image_shop.`cover` = 1 LIMIT 1 |
5.247
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-11-13 00:00:00",
INTERVAL 120 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `gsxb_category_product` cp
LEFT JOIN `gsxb_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `gsxb_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN gsxb_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `gsxb_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `gsxb_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 3 AND pl.id_shop = 1 )
LEFT JOIN `gsxb_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `gsxb_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 3)
LEFT JOIN `gsxb_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 172 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,24 |
5.151
ms
|
17 |
|
|
/classes/Category.php:1062
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
5.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
5.055
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/lgseoredirect/lgseoredirect.php:85 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 125 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `gsxb_hook_module` hm
STRAIGHT_JOIN `gsxb_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `gsxb_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
5.008
ms
|
793 |
|
|
/classes/Hook.php:452
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE c.id_currency
FROM `gsxb_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
4.945
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2792 LIMIT 1 |
4.923
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.quantity DESC, p.id_product DESC |
4.887
ms
|
28800 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:186 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 189 AND `id_shop` = 1 LIMIT 1 |
4.837
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/lgseoredirect/lgseoredirect.php:128 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 576 |
SELECT SQL_NO_CACHE p.id_product, product_shop.`id_category_default`,
ps.`quantity` AS sales, p.show_price, p.available_for_order, IFNULL(stock.quantity, 0) as quantity,
stock.out_of_stock, product_shop.`on_sale`
FROM `gsxb_product_sale` ps
LEFT JOIN `gsxb_product` p ON ps.`id_product` = p.`id_product`
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_order_detail` od ON od.`product_id` = p.`id_product`
LEFT JOIN `gsxb_orders` o ON o.`id_order` = od.`id_order`
LEFT JOIN `gsxb_category_product` cp ON cp.`id_product` = p.`id_product`
LEFT JOIN `gsxb_category_lang` cl
ON cl.`id_category` = product_shop.`id_category_default`
AND cl.`id_lang` = 3 AND cl.id_shop = 1 LEFT JOIN gsxb_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
WHERE product_shop.`active` = 1 AND cp.`id_category` = 172
AND p.`visibility` != 'none' AND DATE(o.date_add) > (NOW() - INTERVAL 90 DAY) AND EXISTS(SELECT 1 FROM `gsxb_category_product` cp
JOIN `gsxb_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`)
GROUP BY p.id_product
ORDER BY ps.quantity DESC
LIMIT 0, 10 |
4.716
ms
|
204 |
Yes
|
Yes
|
/modules/wpbestsellerscat/wpbestsellerscat.php:724
/modules/wpbestsellerscat/wpbestsellerscat.php:745 (getBestSellers)
/modules/wpbestsellerscat/wpbestsellerscat.php:642 (getProducts)
/modules/wpbestsellerscat/wpbestsellerscat.php:615 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 3952 ORDER BY f.`position` ASC, fp.`position` ASC |
4.445
ms
|
8 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
4.425
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/winningorders/winningorders.php:50 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 268 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1372
ORDER BY f.position ASC |
4.344
ms
|
6 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2776 AND id_shop=1 LIMIT 1 |
4.271
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1205
ORDER BY f.position ASC |
4.268
ms
|
6 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 267 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1372 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1372 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
4.230
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 1372 AND `id_group` = 1 LIMIT 1 |
4.079
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1 |
3.990
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
3.935
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/ets_ordermanager/ets_ordermanager.php:69 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE 1 FROM gsxb_cart_product cp INNER JOIN gsxb_product p
ON (p.id_product = cp.id_product) INNER JOIN gsxb_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
3.816
ms
|
1 |
|
|
/classes/Cart.php:4204
/classes/Cart.php:4185 (hasProducts)
/classes/Cart.php:2130 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.636
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `gsxb_module` m
INNER JOIN gsxb_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `gsxb_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `gsxb_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `gsxb_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
3.586
ms
|
768 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 41 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ets_payment_with_fee" LIMIT 1 |
3.573
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ets_ordermanager/ets_ordermanager.php:187 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3953
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
3.538
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE * FROM `gsxb_image_type` |
3.510
ms
|
11 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:203 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
3.493
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:128 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 484 |
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN gsxb_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=1)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) GROUP BY pac.id_attribute |
3.399
ms
|
259200 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:737 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:150 (getAttributesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `gsxb_manufacturer` m INNER JOIN gsxb_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `gsxb_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
3.344
ms
|
147 |
Yes
|
|
/classes/Manufacturer.php:201
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM gsxb_product p INNER JOIN gsxb_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 21) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 |
3.318
ms
|
360 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `gsxb_category` c
INNER JOIN gsxb_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `gsxb_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 3
AND c.`active` = 1
ORDER BY c.nleft, c.position |
3.075
ms
|
165 |
Yes
|
|
/classes/Category.php:710
/modules/ps_facetedsearch/src/Filters/Block.php:979 (getAllCategoriesName)
/modules/ps_facetedsearch/src/Filters/Block.php:158 (getCategoriesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=16)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) GROUP BY fp.id_feature_value |
3.001
ms
|
129600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=6)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) GROUP BY fp.id_feature_value |
2.706
ms
|
129600 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 170 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2776 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2776 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
2.607
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 291 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3953 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3953 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
2.577
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 1205 ORDER BY f.`position` ASC, fp.`position` ASC |
2.577
ms
|
6 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
2.569
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:870 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:749 (getMessage)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) |
2.515
ms
|
259200 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:480 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 3952 LIMIT 1 |
2.405
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) |
2.399
ms
|
259200 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:494 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 3976 AND id_shop=1 LIMIT 1 |
2.386
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=27)) AND ((fp_1.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN gsxb_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value=27)) AND ((fp_2.id_feature_value=23)) |
2.366
ms
|
259200 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:757 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:505 (count)
/modules/ps_facetedsearch/src/Filters/Block.php:140 (getAvailabilitiesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `gsxb_country` a
LEFT JOIN `gsxb_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
2.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:935 (__construct)
/classes/controller/FrontController.php:330 (geolocationManagement)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `gsxb_product_attribute` pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `gsxb_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `gsxb_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `gsxb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `gsxb_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.319
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4509
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:210 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
2.306
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=23)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=7)) AND ((fp_1.id_feature_value=23)) GROUP BY fp.id_feature_value |
2.290
ms
|
14400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM gsxb_product p LEFT JOIN gsxb_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN gsxb_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN gsxb_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN gsxb_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN gsxb_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN gsxb_category_product cp ON (p.id_product = cp.id_product) INNER JOIN gsxb_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN gsxb_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=27)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='121' AND c.nleft>=13 AND c.nright<=14 GROUP BY p.id_product) p INNER JOIN gsxb_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN gsxb_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=8)) AND ((fp_1.id_feature_value=27)) GROUP BY fp.id_feature_value |
2.183
ms
|
14400 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:855 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.159
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/recaptchapro/recaptchapro.php:48 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:40 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 1205 AND `id_group` = 1 LIMIT 1 |
2.109
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM gsxb_shop_group gs
LEFT JOIN gsxb_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN gsxb_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
2.095
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:39 (require)
|
| 57 |
SELECT SQL_NO_CACHE `id_country`
FROM `gsxb_country`
WHERE `iso_code` = 'US' LIMIT 1 |
2.052
ms
|
1 |
|
|
/classes/Country.php:189
/classes/controller/FrontController.php:913 (getByIso)
/classes/controller/FrontController.php:330 (geolocationManagement)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category` a
LEFT JOIN `gsxb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `gsxb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
2.018
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:76 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.000
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/productadvicesurveyadvanced/productadvicesurveyadvanced.php:54 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 303 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3976 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
1.985
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "product"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (2745)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
1.966
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3072 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3953
AND image_shop.`cover` = 1 LIMIT 1 |
1.903
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2776 LIMIT 1 |
1.897
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2777 AND `id_group` = 1 LIMIT 1 |
1.897
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 279 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3952 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
1.894
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
1.885
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:391 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "supplier"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (6)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
1.884
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3105 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2745
ORDER BY f.position ASC |
1.770
ms
|
8 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2776
AND image_shop.`cover` = 1 LIMIT 1 |
1.718
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 3953 LIMIT 1 |
1.688
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `gsxb_currency` a
LEFT JOIN `gsxb_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `gsxb_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
1.681
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3976) |
1.673
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ets_delivery" LIMIT 1 |
1.665
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_ordermanager/ets_ordermanager.php:190 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:40 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `gsxb_country` a
LEFT JOIN `gsxb_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 252) LIMIT 1 |
1.662
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "lgcanonicalurls" LIMIT 1 |
1.656
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/lgcanonicalurls/lgcanonicalurls.php:54 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 3976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.639
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 3976 LIMIT 1 |
1.625
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 3953 LIMIT 1 |
1.607
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3952) |
1.569
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2792 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2792 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
1.558
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 3952 AND `id_group` = 1 LIMIT 1 |
1.557
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE `id_category` FROM `gsxb_category_product`
WHERE `id_product` = 2745 |
1.552
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/psproductcountdownpro/psproductcountdownpro.php:3081 (getProductCategories)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE s.id_country,
s.id_state,
s.id_store,
sl.name,
sl.address1,
sl.address2,
s.postcode,
s.city,
sl.hours,
s.phone,
s.email,
s.fax,
sbs.id_warehouse,
sbs.active_warehouse,
sbs.is_online,
sbs.hide_dealer,
sbs.priority,
sbs.profiles,
w.reference,
w.management_type,
sl.note,
w.id_employee,
sbs.limit_product_sheet,
sbs.display_availability,
sbs.active_sync,
sbs.restricted_group
FROM gsxb_store s
LEFT JOIN gsxb_prestatill_stock_per_store sbs ON (s.id_store = sbs.id_store)
LEFT JOIN gsxb_warehouse w ON (w.id_warehouse = sbs.id_warehouse)
LEFT JOIN gsxb_store_lang sl ON (s.id_store = sl.id_store) WHERE s.active = 1
AND sl.id_lang = 3 AND sbs.active_warehouse = 1 AND sbs.hide_dealer = 0 ORDER BY sl.name ASC |
1.545
ms
|
6 |
Yes
|
|
/modules/prestatillstockperstore/classes/PrestatillStores.php:264
/modules/prestatillstockperstore/prestatillstockperstore.php:2298 (getStores)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_cart_rule` WHERE ((date_to >= "2025-11-13 00:00:00" AND date_to <= "2025-11-13 23:59:59") OR (date_from >= "2025-11-13 00:00:00" AND date_from <= "2025-11-13 23:59:59") OR (date_from < "2025-11-13 00:00:00" AND date_to > "2025-11-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.368
ms
|
852 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 3952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.368
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 99 AND `id_shop` = 1 LIMIT 1 |
1.348
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/lgcanonicalurls/lgcanonicalurls.php:54 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 3953 LIMIT 1 |
1.329
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 3952 AND id_shop=1 LIMIT 1 |
1.306
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `gsxb_attribute` a
LEFT JOIN `gsxb_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
LEFT JOIN `gsxb_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3)
LEFT JOIN `gsxb_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `gsxb_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN gsxb_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2776 |
1.301
ms
|
1 |
|
|
/classes/Product.php:7544
/modules/psproductcountdownpro/psproductcountdownpro.php:2998 (getAttributesInformationsByProduct)
/modules/psproductcountdownpro/psproductcountdownpro.php:2809 (checkProductHasAttributes)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2776) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.296
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 242 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2745 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
1.289
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2776 AND `id_group` = 1 LIMIT 1 |
1.288
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_lang` FROM `gsxb_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1 |
1.284
ms
|
4 |
|
|
/classes/Language.php:880
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2792 ORDER BY f.`position` ASC, fp.`position` ASC |
1.277
ms
|
1 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `canonical_url` FROM `gsxb_lgcanonicalurls_lang` WHERE `id_object` = 172 AND `type_object` = 2 AND `id_lang` = 2 LIMIT 1 |
1.272
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1652
/modules/lgcanonicalurls/lgcanonicalurls.php:534 (getLocalCanonicalUrl)
/modules/lgcanonicalurls/lgcanonicalurls.php:55 (getCommonFormValues)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2792 LIMIT 1 |
1.269
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `gsxb_attribute_group` ag INNER JOIN gsxb_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `gsxb_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `gsxb_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 3) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1.250
ms
|
5 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
/modules/ps_facetedsearch/src/Filters/Converter.php:413 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
1.242
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE state FROM gsxb_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.226
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:203 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `gsxb_country_lang`
WHERE `id_country` = 252 |
1.226
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
1.226
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2792) |
1.221
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3976 LIMIT 1 |
1.213
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3952
ORDER BY f.position ASC |
1.205
ms
|
8 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `gsxb_currency` c
LEFT JOIN gsxb_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
1.203
ms
|
2 |
|
|
/classes/Currency.php:1134
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/config01grid/config01grid.php:1578 (getCacheId)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1371
AND image_shop.`cover` = 1 LIMIT 1 |
1.197
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1 |
1.191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2792
ORDER BY f.position ASC |
1.182
ms
|
1 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *
FROM `gsxb_currency` a
LEFT JOIN `gsxb_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `gsxb_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
1.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:208 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `gsxb_group`
WHERE `id_group` = 3 LIMIT 1 |
1.171
ms
|
1 |
|
|
/classes/Group.php:170
/classes/Group.php:190 (getPriceDisplayMethod)
/classes/order/Order.php:291 (getDefaultPriceDisplayMethod)
/modules/systempay/systempay.php:62 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `canonical_url` FROM `gsxb_lgcanonicalurls_lang` WHERE `id_object` = 172 AND `type_object` = 2 AND `id_lang` = 1 LIMIT 1 |
1.164
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1652
/modules/lgcanonicalurls/lgcanonicalurls.php:534 (getLocalCanonicalUrl)
/modules/lgcanonicalurls/lgcanonicalurls.php:55 (getCommonFormValues)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE `canonical_url` FROM `gsxb_lgcanonicalurls_lang` WHERE `id_object` = 172 AND `type_object` = 2 AND `id_lang` = 3 LIMIT 1 |
1.154
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1652
/modules/lgcanonicalurls/lgcanonicalurls.php:534 (getLocalCanonicalUrl)
/modules/lgcanonicalurls/lgcanonicalurls.php:55 (getCommonFormValues)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2777
AND image_shop.`cover` = 1 LIMIT 1 |
1.154
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2745 ORDER BY f.`position` ASC, fp.`position` ASC |
1.143
ms
|
8 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1205) AND (b.`id_shop` = 1) LIMIT 1 |
1.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2776) |
1.132
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2745) AND (b.`id_shop` = 1) LIMIT 1 |
1.126
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3953) |
1.125
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category` a
LEFT JOIN `gsxb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `gsxb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
1.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 1371 LIMIT 1 |
1.118
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3952
AND image_shop.`cover` = 1 LIMIT 1 |
1.118
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
1.116
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 3976 LIMIT 1 |
1.115
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1371) |
1.105
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 3952 LIMIT 1 |
1.101
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2776 ORDER BY f.`position` ASC, fp.`position` ASC |
1.089
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2778 LIMIT 1 |
1.077
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
1.074
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2777 LIMIT 1 |
1.067
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2777 AND id_shop=1 LIMIT 1 |
1.067
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `gsxb_quantity_discount_rule` qdr
LEFT JOIN `gsxb_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
1.065
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2776 LIMIT 1 |
1.064
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayNav" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
1.060
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:409 (displayBlock)
/classes/Hook.php:1043 (hookDisplayNav)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.999
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2800
AND image_shop.`cover` = 1 LIMIT 1 |
0.992
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2792 AND `id_group` = 1 LIMIT 1 |
0.989
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2776 LIMIT 1 |
0.966
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "category"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (68,78,172)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
0.938
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3085 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.937
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2792 LIMIT 1 |
0.931
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 1205 LIMIT 1 |
0.914
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_cart_rule` WHERE ((date_to >= "2025-11-13 00:00:00" AND date_to <= "2025-11-13 23:59:59") OR (date_from >= "2025-11-13 00:00:00" AND date_from <= "2025-11-13 23:59:59") OR (date_from < "2025-11-13 00:00:00" AND date_to > "2025-11-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.907
ms
|
852 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3027 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category` a
LEFT JOIN `gsxb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `gsxb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
0.907
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM `gsxb_category` a
LEFT JOIN `gsxb_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `gsxb_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
0.906
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.906
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2800) |
0.902
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.888
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:48 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE *
FROM `gsxb_country_lang`
WHERE `id_country` = 21 |
0.887
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:935 (__construct)
/classes/controller/FrontController.php:330 (geolocationManagement)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2760 ORDER BY f.`position` ASC, fp.`position` ASC |
0.875
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 134 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1205 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1205 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.874
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.870
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_country`
FROM `gsxb_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.864
ms
|
1 |
|
|
/classes/Country.php:189
/classes/controller/FrontController.php:932 (getByIso)
/classes/controller/FrontController.php:330 (geolocationManagement)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 3952 LIMIT 1 |
0.852
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE value FROM `gsxb_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.851
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/shop/Shop.php:1042 (isFeatureActive)
/classes/Configuration.php:328 (getContextShopID)
/modules/prestablog/prestablog.php:538 (getMultiple)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.848
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 1371 AND `id_group` = 1 LIMIT 1 |
0.848
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 3953 AND `id_group` = 1 LIMIT 1 |
0.833
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2778 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2778 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.826
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2776) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.818
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.817
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `gsxb_lang` a
LEFT JOIN `gsxb_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.809
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:39 (require)
|
| 17 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `gsxb_hook` h
WHERE (h.active = 1) |
0.804
ms
|
1193 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 251 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 1371 LIMIT 1 |
0.791
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.781
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2776) LIMIT 1 |
0.776
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3065 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.774
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.768
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.758
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:393 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM gsxb_required_field |
0.746
ms
|
1 |
|
|
/classes/ObjectModel.php:1589
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2760
ORDER BY f.position ASC |
0.730
ms
|
7 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
0.721
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3977
AND image_shop.`cover` = 1 LIMIT 1 |
0.717
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM gsxb_shop s
LEFT JOIN gsxb_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.717
ms
|
1 |
|
|
/classes/shop/Shop.php:214
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:39 (require)
|
| 585 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "supplier"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (6)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
0.705
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3105 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
0.695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2777) |
0.688
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "rightcolumn" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.681
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:368 (displayBlock)
/classes/Hook.php:1043 (hookDisplayRightColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:403 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE `name` FROM `gsxb_supplier` WHERE `id_supplier` = 8 LIMIT 1 |
0.678
ms
|
1 |
|
|
/classes/Supplier.php:242
/classes/Product.php:735 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 492 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC |
0.669
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 1371 AND id_shop=1 LIMIT 1 |
0.666
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-13 00:00:00',
INTERVAL 120 DAY
)
) > 0) as new
FROM gsxb_product p
LEFT JOIN gsxb_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN gsxb_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN gsxb_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2745,2776) |
0.663
ms
|
2 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.662
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:870 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:659 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `gsxb_hook` |
0.643
ms
|
1193 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 543 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1 |
0.637
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `gsxb_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 172 LIMIT 1 |
0.636
ms
|
0 |
|
|
/classes/Category.php:1373
/classes/Product.php:758 (getLinkRewrite)
/modules/psproductcountdownpro/psproductcountdownpro.php:3065 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "top" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.635
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:383 (displayBlock)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE `id_category` FROM `gsxb_category_product`
WHERE `id_product` = 2776 |
0.633
ms
|
3 |
|
|
/classes/Product.php:3420
/modules/psproductcountdownpro/psproductcountdownpro.php:3081 (getProductCategories)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2800 LIMIT 1 |
0.627
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.619
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/layerslider/layerslider.php:58 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/modules/prestablog/prestablog.php:31 (getInstanceByName)
/classes/module/Module.php:1222 (include_once)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 600 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `gsxb_quantity_discount_rule` qdr
INNER JOIN `gsxb_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
INNER JOIN `gsxb_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayRightColumn')
INNER JOIN `gsxb_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 3)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.618
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:871 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:654 (getMessage)
/classes/Hook.php:1043 (hookDisplayRightColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:403 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE * FROM `gsxb_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.605
ms
|
11 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "product"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (2776)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
0.605
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3072 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayBeforeBodyClosingTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.605
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:403 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.601
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2778 AND `id_group` = 1 LIMIT 1 |
0.596
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `gsxb_quantity_discount_rule` qdr
INNER JOIN `gsxb_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
INNER JOIN `gsxb_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `gsxb_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 3)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.594
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:871 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:659 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 3976 ORDER BY f.`position` ASC, fp.`position` ASC |
0.591
ms
|
8 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2745) LIMIT 1 |
0.586
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3065 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 230 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2760 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2760 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.576
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1 |
0.555
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.550
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `gsxb_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:39 (require)
|
| 594 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "category"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (68,78,172)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
0.548
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3085 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.541
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `data` FROM gsxb_creativepopup_revisions WHERE `id` = -1 LIMIT 1 |
0.525
ms
|
1 |
|
|
/modules/creativepopup/helper.php:579
/modules/creativepopup/base/classes/Popups.php:33 (cp_get_index)
/modules/creativepopup/base/core.php:48 (init)
/modules/creativepopup/creativepopup.php:418 (require_once)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "manufacturer"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (121)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
0.522
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3095 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.511
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
0.505
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
0.504
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2792) AND (b.`id_shop` = 1) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 0 LIMIT 1 |
0.500
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 3977 ORDER BY f.`position` ASC, fp.`position` ASC |
0.497
ms
|
8 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.491
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2745
AND image_shop.`cover` = 1 LIMIT 1 |
0.488
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2759 ORDER BY f.`position` ASC, fp.`position` ASC |
0.487
ms
|
7 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "everpspopup" LIMIT 1 |
0.486
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/lgcookieslaw/lgcookieslaw.php:5238 (isInstalled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 502 |
REPLACE INTO gsxb_layered_filter_block (hash, data) VALUES ("60a198e97439d279b1d3ce1e2b8425ff", "a:1:{s:7:\"filters\";a:9:{i:0;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:6:\"Precio\";s:3:\"max\";d:0;s:3:\"min\";d:0;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";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:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";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: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:2;s:5:\"value\";N;}i:1;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:\"Categorías\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:2;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:4:{i:3;a:2:{s:4:\"name\";s:6:\"Dorcel\";s:3:\"nbr\";i:1;}i:81;a:2:{s:4:\"name\";s:10:\"Pure Jelly\";s:3:\"nbr\";i:4;}i:91;a:2:{s:4:\"name\";s:9:\"King Cock\";s:3:\"nbr\";i:4;}i:121;a:3:{s:4:\"name\";s:15:\"Doc Johnson USA\";s:3:\"nbr\";i:2;s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:2;}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:3;s:6:\"values\";a:2:{i:41;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:7:\"Natural\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"Negro\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"Color\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:5;s:6:\"values\";a:1:{i:13;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:11:\"No vibrante\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:8:\"Recargar\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:6;s:6:\"values\";a:2:{i:17;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:4:\"Anal\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:7:\"Vaginal\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:6:\"Placer\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:6;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:7;s:6:\"values\";a:2:{i:27;a:5:{s:3:\"nbr\";i:2;s:4:\"name\";s:10:\"Consolador\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:52;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Consolador con correa\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:14:\"Escriba sextoy\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:7;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:8;s:6:\"values\";a:1:{i:23;a:5:{s:3:\"nbr\";i:2;s:4:\"name\";s:21:\"Sin mando a distancia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:14:\"Control remoto\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:8;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilidad\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:2;}i:0;a:2:{s:4:\"name\";s:13:\"No disponible\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:1;}}}") |
0.482
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:209
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *
FROM `gsxb_whatsappchatblock_agent` LEFT JOIN `gsxb_whatsappchatblock_agent_lang` ON (`gsxb_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `gsxb_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 3) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
0.479
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:311 (getWhatsappChatAgents)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product_lang`
WHERE `id_product` = 2776 AND `id_shop` = 1 |
0.479
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3065 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 151 AND `id_shop` = 1 LIMIT 1 |
0.478
ms
|
0 |
|
|
/classes/module/Module.php:2109
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:39 (require)
|
| 549 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `gsxb_lang` l
LEFT JOIN `gsxb_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.473
ms
|
4 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:39 (require)
|
| 182 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2777 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.469
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2777
ORDER BY f.position ASC |
0.469
ms
|
7 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 494 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 6 ORDER BY vl.`value` ASC |
0.469
ms
|
6 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE type+0 AS type FROM `gsxb_lgcanonicalurls` WHERE `id_object` = 172 AND `type_object` = 2 LIMIT 1 |
0.467
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1610
/modules/lgcanonicalurls/lgcanonicalurls.php:1968 (getTipo)
/modules/lgcanonicalurls/lgcanonicalurls.php:1170 (getAlternativeLangsUrl)
/modules/lgcanonicalurls/lgcanonicalurls.php:1103 (assignCanonicalSmarty)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5471
ORDER BY f.position ASC |
0.467
ms
|
4 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 1205 AND id_shop=1 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2759
ORDER BY f.position ASC |
0.464
ms
|
7 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "jprestaspeedpack" LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/config/smartyfront.config.inc.php:58 (isEnabled)
/config/smarty.config.inc.php:59 (require_once)
/config/config.inc.php:245 (require_once)
/index.php:39 (require)
|
| 315 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3977 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3977 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.452
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `gsxb_product_attribute` pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `gsxb_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `gsxb_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `gsxb_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `gsxb_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2776) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.451
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4509
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:210 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product_lang`
WHERE `id_product` = 2745 AND `id_shop` = 1 |
0.450
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3065 (__construct)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_hook`
WHERE `id_hook` = 1006 LIMIT 1 |
0.449
ms
|
1 |
|
|
/classes/Hook.php:241
/classes/Hook.php:911 (getNameById)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:68 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/c0/f8/75/c0f8752e797542a484e875d15d3f3dda465b64e6_2.file.header.tpl.php:33 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077487243_33101560)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:255 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:81 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2777 LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 206 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2765 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2765 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2745 LIMIT 1 |
0.440
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2777) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2745) |
0.436
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE fp.id_feature, vl.value, fl.name, mfel.*, v.id_feature_value
FROM `gsxb_feature_product` fp
LEFT JOIN `gsxb_feature_value` v ON (fp.`id_feature_value` = v.`id_feature_value`)
LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3)
LEFT JOIN `gsxb_pm_mf_extra_lang` mfel ON (v.`id_feature_value` = mfel.`id_feature_value` AND mfel.`id_lang` = 3)
LEFT JOIN `gsxb_feature` f ON (f.`id_feature` = v.`id_feature`)
LEFT JOIN `gsxb_feature_lang` fl ON (fl.`id_feature` = f.`id_feature` AND fl.`id_lang` = 3)
WHERE fp.`id_product` = 2765 ORDER BY f.`position` ASC, fp.`position` ASC |
0.435
ms
|
8 |
Yes
|
|
/modules/pm_multiplefeatures/pm_multiplefeatures.php:318
/modules/pm_multiplefeatures/pm_multiplefeatures.php:404 (getFrontFeatures)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfterUnitPrice)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5874 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE *
FROM gsxb_meta m
LEFT JOIN gsxb_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.430
ms
|
1 |
|
|
/classes/Meta.php:184
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.428
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:337 (displayBlock)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 496 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.428
ms
|
11 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 1371 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 1205 LIMIT 1 |
0.426
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1 |
0.421
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayBanner" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.421
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:348 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBanner)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:122 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2778) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3977
ORDER BY f.position ASC |
0.418
ms
|
8 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 327 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5471 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5471 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.414
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2776) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 498 |
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 `gsxb_feature_value` v LEFT JOIN `gsxb_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 3) LEFT JOIN `gsxb_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 3) WHERE v.`id_feature` = 8 ORDER BY vl.`value` ASC |
0.412
ms
|
4 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
/modules/ps_facetedsearch/src/Filters/Block.php:864 (getFeatureValues)
/modules/ps_facetedsearch/src/Filters/Block.php:154 (getFeaturesBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.411
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3976) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2778
AND image_shop.`cover` = 1 LIMIT 1 |
0.408
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "myaccountblock" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.404
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:558 (displayBlock)
/classes/Hook.php:1043 (hookDisplayMyAccountBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01grid/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691641b61b12b8_24414527)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `gsxb_country` a
LEFT JOIN `gsxb_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `gsxb_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 252) LIMIT 1 |
0.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:39 (require)
|
| 237 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2745 AND id_shop=1 LIMIT 1 |
0.396
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `gsxb_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 2745
ORDER BY `position` |
0.396
ms
|
1 |
Yes
|
|
/classes/Product.php:3539
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `id_product` FROM `gsxb_giftcardproduct` |
0.395
ms
|
8 |
|
|
/modules/giftcard/src/Model/GiftCardProduct.php:452
/modules/giftcard/src/Model/GiftCardProduct.php:471 (getGiftCardsId)
/modules/giftcard/giftcard.php:521 (isGiftCard)
/override/classes/Link.php:75 (isGiftCard)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `gsxb_module` m
LEFT JOIN `gsxb_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.391
ms
|
99 |
|
|
/classes/module/Module.php:340
/modules/prestablog/prestablog.php:241 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 218 |
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 `gsxb_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2759 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `gsxb_cart_product` cp JOIN `gsxb_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `gsxb_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.391
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 1371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2765) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3953) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2778 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE *
FROM gsxb_meta m
LEFT JOIN gsxb_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.387
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 8 AND `id_shop` = 1 |
0.386
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE pspco.`id_pspc`
FROM `gsxb_pspc_object` pspco
LEFT JOIN `gsxb_pspc` pspc USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_shop` pspcs USING (`id_pspc`)
LEFT JOIN `gsxb_pspc_group` pspcg USING (`id_pspc`)
WHERE pspcs.`active` = 1
AND pspcs.`id_shop` IN (1)
AND pspco.`type` = "manufacturer"
AND pspco.`excluded` = 0
AND pspco.`id_object`
IN (121)
AND pspco.`id_product_attribute` IN (0, 0) AND (
pspc.`all_groups` = 1
OR pspcg.`id_group` IN (1)
)
ORDER BY pspco.`id_product_attribute` DESC, pspc.`to` ASC, pspco.`id_object` DESC |
0.386
ms
|
1 |
Yes
|
|
/modules/psproductcountdownpro/classes/PSPC.php:744
/modules/psproductcountdownpro/psproductcountdownpro.php:3095 (findPSPC)
/modules/psproductcountdownpro/psproductcountdownpro.php:3008 (getCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2829 (renderCountdown)
/modules/psproductcountdownpro/psproductcountdownpro.php:2865 (hookPSPC)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:176 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/71/a1/13/71a113fb291d6b3121b67df4211e0314c377b8ed_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640771988e8_76141714)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/8b/0d/338b0d0e9f10a4889718764583fcbcda6ed160c7_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077178a84_65830863)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:59 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:133 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 5471
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.384
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM gsxb_feature_product pf
LEFT JOIN gsxb_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN gsxb_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN gsxb_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN gsxb_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2765
ORDER BY f.position ASC |
0.382
ms
|
8 |
Yes
|
|
/classes/Product.php:6007
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2800) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2745 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2759) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2745 AND `id_group` = 1 LIMIT 1 |
0.372
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1371) AND (b.`id_shop` = 1) LIMIT 1 |
0.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 5471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3977) AND (b.`id_shop` = 1) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE * FROM `gsxb_cart_rule` cr
LEFT JOIN `gsxb_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) 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_%" |
0.357
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/hicartdrawer/hicartdrawer.php:531 (present)
/modules/hicartdrawer/hicartdrawer.php:546 (renderStickyCart)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3952) AND (b.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2760) AND (b.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE *
FROM `gsxb_product` a
LEFT JOIN `gsxb_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `gsxb_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5471) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2800
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.342
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE *
FROM gsxb_meta m
LEFT JOIN gsxb_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.329
ms
|
2 |
|
|
/classes/Meta.php:184
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM gsxb_layered_category
WHERE controller = 'category'
AND id_category = 172
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.328
ms
|
12 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 5471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "hookDisplayWrapperBottom" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.319
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:548 (displayBlock)
/classes/Hook.php:1043 (hookDisplayWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:144 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 5471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 5471 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE * FROM `gsxb_cart_rule` cr
LEFT JOIN `gsxb_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) 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_%" |
0.307
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/hicartdrawer/hicartdrawer.php:510 (present)
/modules/hicartdrawer/hicartdrawer.php:546 (renderDrawer)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3977) |
0.306
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3976
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=5471 |
0.301
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `gsxb_quantity_discount_rule` qdr
INNER JOIN `gsxb_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
INNER JOIN `gsxb_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `gsxb_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 3)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.299
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:871 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:449 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.290
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:870 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:449 (getMessage)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `gsxb_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:39 (require)
|
| 351 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2792 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `gsxb_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:39 (require)
|
| 221 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2760
AND image_shop.`cover` = 1 LIMIT 1 |
0.279
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE *
FROM gsxb_meta m
LEFT JOIN gsxb_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/Meta.php:184
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM gsxb_link_block lb
INNER JOIN gsxb_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.276
ms
|
3 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2778) |
0.266
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5471) |
0.265
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.265
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:870 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:654 (getMessage)
/classes/Hook.php:1043 (hookDisplayRightColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:403 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:141 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms` a
LEFT JOIN `gsxb_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 15) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.262
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:401 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE * FROM `gsxb_whatsappchatblock` LEFT JOIN `gsxb_whatsappchatblock_lang` ON (`gsxb_whatsappchatblock`.`id_whatsappchatblock` = `gsxb_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 3) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.261
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:400 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2765
AND image_shop.`cover` = 1 LIMIT 1 |
0.260
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2778 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2760) |
0.256
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE *
FROM `gsxb_cms_lang`
WHERE `id_cms` = 15 AND `id_shop` = 1 |
0.256
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2800) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_hook`
WHERE `id_hook` = 982 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Hook.php:241
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1372 |
0.250
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2778
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2777 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE *
FROM `gsxb_link_block_lang`
WHERE `id_link_block` = 2 |
0.247
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE *
FROM gsxb_meta m
LEFT JOIN gsxb_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.242
ms
|
0 |
|
|
/classes/Meta.php:184
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `id_zone`
FROM `gsxb_country`
WHERE `id_country` = 21 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/Country.php:221
/modules/whatsappchat/classes/WhatsappChatBlock.php:168 (getIdZone)
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:320 (displayBlock)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2776
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE `id_prestablog_popup`
FROM `gsxb_prestablog_popup`
WHERE `actif_home` = 1 |
0.238
ms
|
1 |
|
|
/modules/prestablog/class/popup.php:379
/modules/prestablog/prestablog.php:1114 (getPopupActifHome)
/modules/prestablog/prestablog.php:883 (isOkDisplayHome)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2759) |
0.235
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 3976 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `gsxb_lang` l
JOIN gsxb_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.230
ms
|
4 |
|
|
/classes/Language.php:1214
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 200 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `gsxb_product` p
INNER JOIN `gsxb_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `gsxb_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2765) |
0.229
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 112 |
INSERT INTO `gsxb_wheel_user_track` (`id_customer`, `last_invite`, `games_played_per_day`, `games_played_per_week`, `games_played_per_month`, `games_played_per_year`, `last_played_game_date`, `start_month`, `start_year`, `start_week`, `last_prize_history_id`) VALUES ('0', '0000-00-00', '0', '0', '0', '0', '0000-00-00', '0001-01-01', '0001-01-01', '0001-01-01', '0') |
0.226
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/modules/seosawheeloffortune/classes/WheelUserTrack.php:137 (save)
/modules/seosawheeloffortune/seosawheeloffortune.php:747 (createIfNotExists)
/modules/seosawheeloffortune/seosawheeloffortune.php:126 (getTrack)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2765
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE *
FROM `gsxb_lang` a
LEFT JOIN `gsxb_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.222
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:641 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 209 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2759
AND image_shop.`cover` = 1 LIMIT 1 |
0.221
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.220
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/hicartdrawer/hicartdrawer.php:531 (present)
/modules/hicartdrawer/hicartdrawer.php:546 (renderStickyCart)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_rewards` WHERE id_customer=0 LIMIT 1 |
0.219
ms
|
1 |
|
|
/modules/allinone_rewards/plugins/RewardsCorePlugin.php:278
/modules/allinone_rewards/plugins/RewardsCorePlugin.php:847 (isRewardsAccountVisible)
/modules/allinone_rewards/allinone_rewards.php:594 (hookDisplayMyAccountBlock)
/modules/allinone_rewards/allinone_rewards.php:583 (_genericHook)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01grid/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php:51 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691641b61b12b8_24414527)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2777 |
0.218
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3952
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3952 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2745
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 15
AND `active` = 1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE *
FROM `gsxb_link_block_lang`
WHERE `id_link_block` = 3 |
0.214
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM gsxb_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:39 (require)
|
| 536 |
SELECT SQL_NO_CACHE *
FROM `gsxb_link_block` a
LEFT JOIN `gsxb_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 3) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2776 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE name from `gsxb_opartstat_robots` |
0.212
ms
|
188 |
|
|
/modules/opartstat/opartstat.php:230
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ganalyticspro/lib/moduleTools.php:354 (isInstalled)
/modules/ganalyticspro/ganalyticspro.php:72 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2759
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2765 LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `gsxb_country`
WHERE `id_country` = 252 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3952 |
0.203
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2777
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2765 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2765 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1205 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1372
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "advancedloyalty" LIMIT 1 |
0.197
ms
|
0 |
|
|
/modules/advansedcoupons/advansedcoupons.php:3261
/modules/advansedcoupons/advansedcoupons.php:84 (_isModuleInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE *
FROM `gsxb_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2759 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2745 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 2760
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.195
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2759 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `gsxb_image` i
INNER JOIN gsxb_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5471
AND image_shop.`cover` = 1 LIMIT 1 |
0.194
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2760 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 1372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1372 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1205
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2776) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2745 |
0.188
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3976 |
0.184
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3977 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `canonical_url` FROM `gsxb_lgcanonicalurls_lang` WHERE `id_object` = 172 AND `type_object` = 2 AND `id_lang` = 4 LIMIT 1 |
0.180
ms
|
0 |
|
|
/modules/lgcanonicalurls/lgcanonicalurls.php:1652
/modules/lgcanonicalurls/lgcanonicalurls.php:534 (getLocalCanonicalUrl)
/modules/lgcanonicalurls/lgcanonicalurls.php:55 (getCommonFormValues)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 3976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/ganalyticspro/lib/moduleTools.php:354 (isInstalled)
/modules/ganalyticspro/lib/moduleTools.php:547 (isInstalled)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE *
FROM `gsxb_link_block` a
LEFT JOIN `gsxb_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.179
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `gsxb_hook_alias` |
0.178
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 390 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2759 |
0.178
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE qdrf.*
FROM `gsxb_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.177
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:145 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/hicartdrawer/hicartdrawer.php:510 (present)
/modules/hicartdrawer/hicartdrawer.php:546 (renderDrawer)
/classes/Hook.php:1043 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2792 |
0.176
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2760 |
0.176
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 1371
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "wpbestsellerscat" LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:125 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:136 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2765 |
0.174
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `gsxb_product` p
INNER JOIN gsxb_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3977
AND DATEDIFF("2025-11-13 00:00:00", product_shop.`date_add`) < 120 LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1205 |
0.173
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2759 AND id_shop=1 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE *
FROM `gsxb_link_block_lang`
WHERE `id_link_block` = 1 |
0.171
ms
|
4 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3953 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 81
AND `active` = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 5471 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 1205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2778 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 3952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE *
FROM `gsxb_gap_refund_partial` grf
WHERE (grf.shop_id=1) AND (grf.sent= "0") LIMIT 1 |
0.166
ms
|
1 |
|
|
/modules/ganalyticspro/models/orderPartialRefund.php:64
/modules/ganalyticspro/lib/moduleTools.php:601 (hasRefundPartialToHandle)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 3977 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2776 |
0.161
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 1371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 91
AND `active` = 1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=2778 |
0.161
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 3977) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2759 AND `id_group` = 1 LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `gsxb_product_attribute`
WHERE `id_product` = 2745 |
0.160
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 5471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3977 |
0.158
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 37
AND `active` = 1 LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM gsxb_product_attribute pa
INNER JOIN gsxb_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 1371 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 3977 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 5471 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 38
AND `active` = 1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE *
FROM `gsxb_gap_refund` gf
WHERE (gf.shop_id=1) AND (gf.sent= "0") LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/ganalyticspro/models/orderRefund.php:64
/modules/ganalyticspro/lib/moduleTools.php:600 (hasRefundToHandle)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2776) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 1372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2760 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE `name` FROM `gsxb_supplier` WHERE `id_supplier` = 3 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Supplier.php:242
/classes/Product.php:735 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/prestatillstockperstore/prestatillstockperstore.php:2346 (isEnabled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 1372) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 1371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 1371) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 1205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2778 AND id_shop=1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 5471 AND `id_group` = 1 LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE 1 FROM `gsxb_specific_price` WHERE id_product = 2759 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3826 (getSpecificPrice)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2792) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2759) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3977) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 181 AND `id_shop` = 1 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/ec/5b/cc/ec5bcc2a36d0f516a706e4a6fb8094b84d13d9a1_2.file.footer.tpl.php:37 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407795fa72_72341764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:293 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/31/09/14/310914b8d8b0320c2f842b7c194ff44c1b64b1ee_2.file.layout-both-columns.tpl.php:91 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773b6f14_35592699)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/33/d4/07/33d407ebbc9473d668657cab23461c0628ad8f01_2.file.layout-right-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6916407739a6e6_69170904)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/de/50/0a/de500abc6ff0ad2a333e1233c5ff95953e18656e_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69164077393126_45261546)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/prod/smarty/compile/01gridlayouts_layout_right_column_tpl/18/0e/55/180e55d14223363b8c6886482e15af3ceeb63b39_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691640773867a6_15454811)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2760 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 90
AND `active` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE `id_category`
FROM `gsxb_category_shop`
WHERE `id_category` = 172
AND `id_shop` = 1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Category.php:2446
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3953 |
0.137
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2760 AND id_shop=1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 5471 AND id_shop=1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2760) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE id_shop
FROM `gsxb_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/ObjectModel.php:1724
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 14 |
SELECT SQL_NO_CACHE `id_lang` FROM `gsxb_lang` WHERE `iso_code` = 'es' LIMIT 1 |
0.134
ms
|
4 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:40 (getInstance)
|
| 337 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 1205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 2778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3977) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 2765 AND id_shop=1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 2765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 5471 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE `id_module` FROM `gsxb_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.132
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/prestatillstockperstore/prestatillstockperstore.php:2346 (isEnabled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `gsxb_stock_available`
WHERE (id_product = 3977) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM gsxb_tag t
LEFT JOIN gsxb_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=1371 |
0.131
ms
|
1 |
|
|
/classes/Tag.php:240
/classes/Product.php:749 (getProductTags)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2777 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 121
AND `active` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2765 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE COUNT(*) FROM `gsxb_pack` WHERE id_product_pack = 2760 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE name FROM gsxb_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 172 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE location
FROM `gsxb_stock_available`
WHERE (id_product = 2778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 2759 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2760 AND `id_group` = 1 LIMIT 1 |
0.123
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE out_of_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `gsxb_product_attribute`
WHERE `id_product` = 2776 |
0.121
ms
|
1 |
|
|
/classes/Product.php:2899
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:49 (__construct)
/classes/controller/ProductListingFrontController.php:116 (present)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:135 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `gsxb_product_shop`
WHERE `id_product` = 3977 AND id_shop=1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:6867
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `gsxb_stock_available`
WHERE (id_product = 3953) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 2765 AND `id_group` = 1 LIMIT 1 |
0.110
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE product_type FROM `gsxb_product` WHERE id_product = 3977 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5793 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE `reduction`
FROM `gsxb_product_group_reduction_cache`
WHERE `id_product` = 3977 AND `id_group` = 1 LIMIT 1 |
0.107
ms
|
0 |
|
|
/classes/GroupReduction.php:153
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3716 (priceCalculation)
/classes/Product.php:5687 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/Category.php:1074 (getProductsProperties)
/modules/ganalyticspro/lib/gtag/categoryTag.php:72 (getProducts)
/modules/ganalyticspro/lib/gtag/baseTag.php:334 (__construct)
/modules/ganalyticspro/lib/moduleTools.php:126 (get)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE `name`
FROM `gsxb_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/classes/Product.php:734 (getNameById)
/modules/ganalyticspro/lib/moduleTools.php:677 (__construct)
/modules/ganalyticspro/lib/gtag/categoryTag.php:109 (buildJsTagContent)
/modules/ganalyticspro/lib/gtag/baseTag.php:219 (setContents)
/modules/ganalyticspro/lib/moduleTools.php:127 (set)
/modules/ganalyticspro/lib/moduleTools.php:593 (buildDynDisplayTag)
/modules/ganalyticspro/lib/hook/hookDisplay.php:97 (buildJsTag)
:undefined (displayHeader)
/modules/ganalyticspro/lib/hook/hookDisplay.php:65 (call_user_func)
/modules/ganalyticspro/lib/hook/hookController.php:55 (run)
/modules/ganalyticspro/ganalyticspro.php:161 (run)
/modules/ganalyticspro/ganalyticspro.php:145 (_execHook)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:40 (dispatch)
|