| 16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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` |
9.787
ms
|
17504 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 63 |
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
6.210
ms
|
475 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6833 (getManager)
/classes/Product.php:741 (getTaxesRate)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
4.963
ms
|
0 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:6833 (getManager)
/classes/Product.php:741 (getTaxesRate)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
4.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 56 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
3.776
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.685
ms
|
2403 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 180 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=1 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
3.563
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
3.388
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 271) AND (b.`id_shop` = 1) LIMIT 1 |
3.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
3.233
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
3.198
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
2.971
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:921 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 32 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
2.958
ms
|
2 |
Yes
|
|
/classes/Currency.php:711
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=13 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
2.844
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
2.803
ms
|
1028 |
|
|
/classes/Hook.php:1282
/classes/Hook.php:774 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 34 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
2.798
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
2.690
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute, 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, pa.id_product_attribute, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value=172)) AND ((pac_1.id_attribute=42105)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=129 AND c.nright<=146 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 0) ASC, p.position ASC, p.id_product DESC |
2.644
ms
|
376992 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:100
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
2.624
ms
|
3 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
2.596
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.445
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19579 LIMIT 1 |
2.332
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
2.328
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:184 (get)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
2.249
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 269) AND (b.`id_shop` = 1) LIMIT 1 |
2.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
2.203
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19579 AND `id_group` = 1 LIMIT 1 |
2.176
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
2.061
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 266 AND ctg.`id_group` = 1 LIMIT 1 |
2.035
ms
|
1 |
|
|
/classes/Category.php:1751
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
2.026
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:208 (getImagesTypes)
/controllers/front/listing/CategoryController.php:232 (getImage)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
2.011
ms
|
94 |
|
|
/classes/module/Module.php:345
/modules/doofinder/doofinder.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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 52 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (454,462) |
1.992
ms
|
20 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=1 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
1.951
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
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 `ps_attribute_group` ag INNER JOIN ps_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 `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
1.918
ms
|
166 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:498 (getAttributesGroups)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 19591 LIMIT 1 |
1.885
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
1.868
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE g.id_field_group
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
WHERE g.entity="category" AND s.id_shop=1 AND g.enable=1 |
1.832
ms
|
71 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:612
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE l.*, f.*, fgf.position
FROM ps_cfg_field f
LEFT JOIN ps_cfg_field_lang l ON l.id_field = f.id_field AND l.id_lang=2
LEFT JOIN ps_cfg_field_group_field fgf ON fgf.id_field = f.id_field
WHERE f.id_field IN (1563,1594,866,867,1363,868,1564,1595,1596,1597,1565,1566,1567,1568,1569,1570,1571,1598,1603,1606,1599,1600,1601,1602,1604,1605,1607,1608) |
1.823
ms
|
5124 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:937
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
1.712
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:184 (get)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
1.682
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 115 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19590 LIMIT 1 |
1.657
ms
|
1 |
|
|
/classes/Product.php:1129
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
1.631
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:184 (get)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19587) AND (b.`id_shop` = 1) LIMIT 1 |
1.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
1.616
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 273) AND (b.`id_shop` = 1) LIMIT 1 |
1.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
1.593
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
1.584
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
1.542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 79 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.533
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19590 |
1.522
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
1.481
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE * FROM ps_custom_href_lang |
1.464
ms
|
19 |
|
|
/modules/tgf_hreflang/src/Repository/HrefLangRepository.php:26
/override/classes/controller/FrontController.php:43 (findAll)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
1.449
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
1.414
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 268) AND (b.`id_shop` = 1) LIMIT 1 |
1.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 270) AND (b.`id_shop` = 1) LIMIT 1 |
1.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 19587) |
1.348
ms
|
1 |
|
|
/classes/Product.php:3850
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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 |
1.339
ms
|
3 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 291 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displaySearch" AND s.id_shop=1 AND g.enable=1 |
1.337
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
1.329
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1 |
1.307
ms
|
0 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
1.305
ms
|
3 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM ps_cfg_file f
WHERE f.id_file=650 LIMIT 1 |
1.287
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FileRepository.php:122
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:214 (find)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 19590 LIMIT 1 |
1.265
ms
|
1 |
|
|
/classes/Product.php:1119
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
1.220
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
1.204
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.196
ms
|
94 |
|
|
/classes/module/Module.php:345
/modules/ets_blog/ets_blog.php:73 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 270 |
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 `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_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 ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 82 ORDER BY agl.`name` ASC, a.`position` ASC |
1.193
ms
|
91 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:512 (getAttributes)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('13340' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '13340')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
1.183
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6834 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
1.173
ms
|
94 |
|
|
/classes/module/Module.php:345
/modules/tgf_redirection/tgf_redirection.php:25 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tgf_hreflang" LIMIT 1 |
1.171
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/override/classes/controller/FrontController.php:39 (isEnabled)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
1.139
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 103 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 19591) |
1.127
ms
|
1 |
|
|
/classes/Product.php:3850
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19587 LIMIT 1 |
1.101
ms
|
1 |
|
|
/classes/Product.php:1129
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
1.092
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.082
ms
|
126 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 134 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
1.067
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:211 (getFormattedName)
/controllers/front/listing/CategoryController.php:232 (getImage)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE l.*, f.*, fgf.position
FROM ps_cfg_field f
LEFT JOIN ps_cfg_field_lang l ON l.id_field = f.id_field AND l.id_lang=2
LEFT JOIN ps_cfg_field_group_field fgf ON fgf.id_field = f.id_field
WHERE f.id_field IN (1563,1594,866,867,1363,868,1564,1595,1596,1597,1565,1566,1567,1568,1569,1570,1571,1598,1603,1606,1599,1600,1601,1602,1604,1605,1607,1608) |
1.066
ms
|
5124 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:937
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 267) AND (b.`id_shop` = 1) LIMIT 1 |
1.063
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19579) AND (b.`id_shop` = 1) LIMIT 1 |
1.055
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=2 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
1.042
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:184 (get)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
1.032
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.989
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (26,32,78,290) AND s.id_shop=1 |
0.989
ms
|
5 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=1 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
0.971
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.963
ms
|
3 |
|
|
/classes/shop/Shop.php:1184
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 172 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=266 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
0.960
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displaySearch"
AND `showhook` = 1 ORDER BY `position` ASC |
0.957
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (453,461,256) |
0.930
ms
|
10 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 274) AND (b.`id_shop` = 1) LIMIT 1 |
0.930
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19587
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.930
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=1 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
0.912
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 19587 LIMIT 1 |
0.903
ms
|
1 |
|
|
/classes/Product.php:1119
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.903
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.901
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 266
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.899
ms
|
216 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:332 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19591
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.893
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 272) AND (b.`id_shop` = 1) LIMIT 1 |
0.876
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:209 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 266 AND `id_shop` = 1 |
0.857
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19590 AND `id_group` = 1 LIMIT 1 |
0.855
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="b7e554e64a40f3e5ed7363d7fbab1844" LIMIT 1 |
0.855
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:471
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE g.id_field_group
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
WHERE g.entity="category" AND s.id_shop=1 AND g.enable=1 |
0.849
ms
|
71 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:612
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19587 LIMIT 1 |
0.841
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=96 AND v.id_field_group=290 AND v.id_shop=1 LIMIT 1 |
0.839
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 19579 LIMIT 1 |
0.822
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) LIMIT 1 |
0.809
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.803
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.788
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 266
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.783
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:921
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19588) LIMIT 1 |
0.782
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/tgf_carrierfee/src/Manager/FeeProductManager.php:38 (__construct)
/modules/tgf_carrierfee/src/Provider/FeeProductProvider.php:20 (getFeeProductId)
/modules/tgf_connector/tgf_connector.php:407 (get)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.777
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:684 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.771
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 80 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.749
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1 |
0.743
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19579 |
0.730
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.723
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (454,462) |
0.697
ms
|
20 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) LIMIT 1 |
0.675
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.662
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
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 `ps_feature` f INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
0.662
ms
|
24 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:473 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19587 AND `id_group` = 1 LIMIT 1 |
0.657
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
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 `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 38 ORDER BY vl.`value` ASC |
0.656
ms
|
46 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:487 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.653
ms
|
3 |
|
|
/classes/Language.php:823
/classes/Tools.php:626 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.640
ms
|
94 |
|
|
/classes/module/Module.php:345
/modules/etsloginascustomer/etsloginascustomer.php:43 (__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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.626
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:269 (getTemplateVarPage)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=1 AND v.id_field_group=312 AND v.id_shop=1 LIMIT 1 |
0.624
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.623
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.620
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.612
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/modules/tgf_carrierfee/src/Provider/FeeProductProvider.php:27 (__construct)
/modules/tgf_connector/tgf_connector.php:407 (get)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6834 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.601
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7801 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19591) AND (b.`id_shop` = 1) LIMIT 1 |
0.585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND nleft > 128 AND nright <= 227
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.564
ms
|
217 |
Yes
|
|
/override/modules/ps_categorytree/ps_categorytree.php:180
/override/modules/ps_categorytree/ps_categorytree.php:143 (getCategories)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 19590 LIMIT 1 |
0.559
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 19590) |
0.552
ms
|
1 |
|
|
/classes/Product.php:3850
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19591
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.551
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=96 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
0.551
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19590
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.551
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.547
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE c.*, cl.delay
FROM `ps_carrier` c
LEFT JOIN `ps_carrier_lang` cl ON (c.`id_carrier` = cl.`id_carrier` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_carrier_zone` cz ON (cz.`id_carrier` = c.`id_carrier`)
INNER JOIN ps_carrier_shop carrier_shop
ON (carrier_shop.id_carrier = c.id_carrier AND carrier_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 AND c.is_module = 0 GROUP BY c.`id_carrier` ORDER BY c.`position` ASC |
0.547
ms
|
24 |
Yes
|
Yes
|
/classes/Carrier.php:573
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:80 (getCarriers)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 19579) |
0.544
ms
|
1 |
|
|
/classes/Product.php:3850
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19579 LIMIT 1 |
0.543
ms
|
1 |
|
|
/classes/Product.php:1129
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.codital.com' OR su.domain_ssl = 'www.codital.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.539
ms
|
3 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 99 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19591 LIMIT 1 |
0.535
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.522
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.517
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (453,461,256) |
0.503
ms
|
10 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) AND (b.`id_shop` = 1) LIMIT 1 |
0.501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1214 (getCategoryLink)
/override/classes/Link.php:48 (getLanguageLink)
/override/classes/controller/FrontController.php:47 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.497
ms
|
94 |
|
|
/classes/module/Module.php:345
/modules/tgf_wishlist/tgf_wishlist.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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 191 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.497
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 266
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.497
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:921
/controllers/front/listing/CategoryController.php:223 (getSubCategories)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19587 |
0.494
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.489
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 19588 AND `id_shop` = 1 |
0.483
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/tgf_carrierfee/src/Manager/FeeProductManager.php:38 (__construct)
/modules/tgf_carrierfee/src/Provider/FeeProductProvider.php:20 (getFeeProductId)
/modules/tgf_connector/tgf_connector.php:407 (get)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19579 |
0.479
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.478
ms
|
1028 |
|
|
/classes/Hook.php:1242
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19590) AND (b.`id_shop` = 1) LIMIT 1 |
0.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (26,32,78,290) AND s.id_shop=1 |
0.477
ms
|
5 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.476
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 67 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19587
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.465
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19590
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 129) AND (a0.`nright` > 146) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.449
ms
|
66 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:239 (rewind)
/classes/controller/FrontController.php:1819 (getBreadcrumbLinks)
/classes/controller/FrontController.php:512 (getBreadcrumb)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19591 |
0.441
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/modules/tgf_carrierfee/src/Manager/FeeProductManager.php:38 (__construct)
/modules/tgf_carrierfee/src/Provider/FeeProductProvider.php:20 (getFeeProductId)
/modules/tgf_connector/tgf_connector.php:407 (get)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (463,464,465) |
0.434
ms
|
16 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE l.*, f.*, fgf.position
FROM ps_cfg_field f
LEFT JOIN ps_cfg_field_lang l ON l.id_field = f.id_field AND l.id_lang=2
LEFT JOIN ps_cfg_field_group_field fgf ON fgf.id_field = f.id_field
WHERE f.id_field IN (1358,1359,1360,1361,1362) |
0.430
ms
|
915 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:937
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:146 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7801 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM ps_cfg_file f
WHERE f.id_file=597 LIMIT 1 |
0.413
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FileRepository.php:122
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:214 (find)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=96 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
0.404
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:198 (getImage)
/override/controllers/front/listing/CategoryController.php:66 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=96 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
0.399
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.395
ms
|
94 |
|
|
/classes/module/Module.php:345
/modules/ets_cfultimate/ets_cfultimate.php:78 (__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:1227 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 120 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19590 |
0.386
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 116 AND `id_shop` = 1 LIMIT 1 |
0.381
ms
|
1 |
|
|
/classes/module/Module.php:2106
/override/classes/controller/FrontController.php:39 (isEnabled)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.378
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayHeader" AND s.id_shop=1 AND g.enable=1 |
0.369
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.366
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7801 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19588) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/tgf_carrierfee/src/Provider/FeeProductProvider.php:27 (__construct)
/modules/tgf_connector/tgf_connector.php:407 (get)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "tgf_carrierfee" LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tgf_connector/tgf_connector.php:407 (isEnabled)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=13 AND v.id_field_group=26 AND v.id_shop=1 LIMIT 1 |
0.356
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.344
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/ProductPresenterFactory.php:85 (__construct)
/classes/controller/ProductPresentingFrontController.php:40 (getPresenter)
/classes/controller/ProductListingFrontController.php:111 (getProductPresenter)
/classes/controller/ProductListingFrontController.php:378 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayNav2" AND s.id_shop=1 AND g.enable=1 |
0.330
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE *
FROM `ps_feature` a
LEFT JOIN `ps_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 2
LEFT JOIN `ps_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 35) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_facetedsearch/src/Filters/Converter.php:458 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayNav1"
AND `showhook` = 1 ORDER BY `position` ASC |
0.323
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:76 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 129) AND (a0.`nright` > 146) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.321
ms
|
66 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/override/controllers/front/listing/CategoryController.php:82 (rewind)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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.318
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 332 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (312) AND s.id_shop=1 |
0.317
ms
|
2 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:146 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayAfterBodyOpeningTag" AND s.id_shop=1 AND g.enable=1 |
0.310
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:165 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE c.id_contact
FROM `ps_ets_cfu_contact` c
INNER JOIN `ps_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `ps_ets_cfu_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="2")
WHERE c.active=1
AND c.button_popup_enabled = 1
AND cs.id_shop="1" |
0.306
ms
|
12 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:382
/modules/ets_cfultimate/ets_cfultimate.php:1251 (getContactsInPage)
/modules/ets_cfultimate/ets_cfultimate.php:1688 (getContactFormInPage)
/classes/Hook.php:993 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayNav2"
AND `showhook` = 1 ORDER BY `position` ASC |
0.304
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayTop"
AND `showhook` = 1 ORDER BY `position` ASC |
0.304
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.295
ms
|
3 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 61 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.291
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayBanner" AND s.id_shop=1 AND g.enable=1 |
0.290
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:53 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=13 AND v.id_field_group=78 AND v.id_shop=1 LIMIT 1 |
0.290
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE v.value
FROM ps_cfg_field_value v
WHERE v.id_entity=13 AND v.id_field_group=32 AND v.id_shop=1 LIMIT 1 |
0.287
ms
|
1048 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:1120
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:165 (getFieldGroupValues)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayNavFullWidth" AND s.id_shop=1 AND g.enable=1 |
0.287
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:141 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayFooter"
AND `showhook` = 1 ORDER BY `position` ASC |
0.286
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 14 AND `id_shop` = 1 |
0.282
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayFooter" AND s.id_shop=1 AND g.enable=1 |
0.276
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayNav1" AND s.id_shop=1 AND g.enable=1 |
0.274
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:76 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displaySearch"
AND `showhook` = 1 ORDER BY `position` ASC |
0.273
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:107 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d7c9f1_06453182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:214 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayFooterAfter" AND s.id_shop=1 AND g.enable=1 |
0.272
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19591
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayWrapperTop" AND s.id_shop=1 AND g.enable=1 |
0.270
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayLeftColumn"
AND `showhook` = 1 ORDER BY `position` ASC |
0.264
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:273 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE c.description
FROM ps_carrier_extender c
WHERE id_carrier = 48 AND id_lang = 2 AND id_shop = 1 LIMIT 1 |
0.263
ms
|
0 |
|
|
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:39
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:81 (getDescription)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayWrapperTop"
AND `showhook` = 1 ORDER BY `position` ASC |
0.262
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.260
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 322 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displaySearch" AND s.id_shop=1 AND g.enable=1 |
0.260
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:59 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:107 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d7c9f1_06453182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:214 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19590
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.259
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayBeforeBodyClosingTag" AND s.id_shop=1 AND g.enable=1 |
0.259
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:128 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (463,464,465) |
0.258
ms
|
16 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:620 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:155 (getFieldGroupsByEntityOptimized)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.257
ms
|
2 |
|
|
/classes/ObjectModel.php:1591
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/controllers/front/listing/CategoryController.php:45 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 19579 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Product.php:1119
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayTop" AND s.id_shop=1 AND g.enable=1 |
0.256
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayLeftColumn" AND s.id_shop=1 AND g.enable=1 |
0.254
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:273 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayNavFullWidth"
AND `showhook` = 1 ORDER BY `position` ASC |
0.250
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:141 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19579
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE g.*, gl.name, f.id_field, f.data, f.type
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON g.id_field_group=s.id_field_group
LEFT JOIN ps_cfg_field_group_lang gl ON gl.id_field_group=g.id_field_group AND gl.id_lang=2
LEFT JOIN ps_cfg_field_group_field gf ON g.id_field_group=gf.id_field_group
LEFT JOIN ps_cfg_field f ON gf.id_field=f.id_field
WHERE gf.id_field_group IN (393) |
0.249
ms
|
6 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:878
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:924 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:146 (getRecursiveFieldGroups)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Meta.php:193
/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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.242
ms
|
9 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 106 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19591 |
0.240
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayFooterBefore"
AND `showhook` = 1 ORDER BY `position` ASC |
0.237
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19590 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 128 AND `id_shop` = 1 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tgf_connector/tgf_connector.php:407 (isEnabled)
/classes/Hook.php:993 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayFooterCategory" AND s.id_shop=1 AND g.enable=1 |
0.233
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:227 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayContentWrapperTop" AND s.id_shop=1 AND g.enable=1 |
0.232
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayNotFound" AND s.id_shop=1 AND g.enable=1 |
0.230
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:71 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:112 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/f3/1d/10/f31d10a5a6ac33e3a56a218c01cb229277205036_2.file.not-found.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d7c9f1_06453182)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:214 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayFooterBefore" AND s.id_shop=1 AND g.enable=1 |
0.230
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE * FROM ps_customhtmlblock AS psb
LEFT JOIN ps_customhtmlblock_lang AS psl ON psb.id_customhtmlblock = psl.id_customhtmlblock
LEFT JOIN ps_customhtmlblock_shop AS pss ON psb.id_customhtmlblock = pss.id_customhtmlblock
WHERE id_shop =1
AND id_lang =2
AND `hook_position` = "displayFooterAfter"
AND `showhook` = 1 ORDER BY `position` ASC |
0.224
ms
|
13 |
Yes
|
|
/modules/customhtml/models/CustomHtmlBlock.php:63
/modules/customhtml/customhtml.php:107 (getCustomHtmlBlocks)
/modules/customhtml/customhtml.php:99 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19590 AND id_shop=1 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:6811
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/controllers/front/listing/CategoryController.php:117 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_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 |
0.217
ms
|
2 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/customhtml/customhtml.php:98 (getCacheId)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:76 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 19591 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Product.php:1119
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:129 (__construct)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_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.214
ms
|
4 |
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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.212
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:113 (__construct)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:198 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE COUNT(id_contact)
FROM `ps_ets_cfu_contact`
WHERE (button_popup_enabled > 0) LIMIT 1 |
0.208
ms
|
2 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:246
/modules/ets_cfultimate/ets_cfultimate.php:1193 (getContactFloating)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1 AND `id_shop` = 1 |
0.201
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:179 (__construct)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayContentWrapperBottom" AND s.id_shop=1 AND g.enable=1 |
0.197
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:87 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayHeaderCategory" AND s.id_shop=1 AND g.enable=1 |
0.196
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:181 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:99 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1024 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:867 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:129 (__construct)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE l.*, s.*, g.*
FROM ps_cfg_field_group g
LEFT JOIN ps_cfg_field_group_shop s ON s.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_position p ON p.id_field_group = g.id_field_group
LEFT JOIN ps_cfg_field_group_lang l ON l.id_field_group = g.id_field_group AND l.id_lang=2
WHERE p.position="displayWrapperBottom" AND s.id_shop=1 AND g.enable=1 |
0.188
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:544
/modules/customfieldgroups/src/Model/Position.php:176 (getFieldGroupsByDisplayPosition)
/modules/customfieldgroups/src/Model/Position.php:153 (getPositionFieldGroups)
/modules/customfieldgroups/customfieldgroups.php:341 (processHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_featuredproducts" LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:40 (isInstalled)
/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php:61 (isModuleEnabled)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:114 (isModuleEnabledAndHookedOn)
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php:104 (displayGaTag)
/modules/ps_googleanalytics/ps_googleanalytics.php:94 (run)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:129 (__construct)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1 |
0.185
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 14) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 19579
AND DATEDIFF("2026-01-22 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/Product.php:1725
/classes/Product.php:743 (isNew)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_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 = 19591 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Product.php:1129
/classes/Product.php:3807 (getDefaultAttribute)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:129 (__construct)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19587 |
0.180
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.177
ms
|
3 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 266) AND (b.`id_shop` = 1) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1214 (getCategoryLink)
/override/classes/Link.php:48 (getLanguageLink)
/override/classes/controller/FrontController.php:47 (getLanguageLink)
/classes/controller/FrontController.php:1564 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 358 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
0.175
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE *
FROM ps_cfg_file f
WHERE f.id_file=650 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FileRepository.php:122
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:214 (find)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE *
FROM `ps_feature` a
LEFT JOIN `ps_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 2
LEFT JOIN `ps_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 36) LIMIT 1 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_facetedsearch/src/Filters/Converter.php:458 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 81 LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19590 |
0.171
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.168
ms
|
3 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:141 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=19591 |
0.168
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1 |
0.168
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.167
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19587) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/controllers/front/listing/CategoryController.php:229 (__construct)
/controllers/front/listing/CategoryController.php:214 (getImage)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:223 (array_map)
/override/controllers/front/listing/CategoryController.php:94 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/ets_blog/ets_blog.php:80 (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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 66 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.166
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6834 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE *
FROM `ps_feature` a
LEFT JOIN `ps_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 2
LEFT JOIN `ps_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 43) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_facetedsearch/src/Filters/Converter.php:458 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.165
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1 |
0.164
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8 |
0.163
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1 |
0.163
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "customhtml" LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:76 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE *
FROM ps_cfg_file f
WHERE f.id_file=591 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FileRepository.php:122
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:214 (find)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE g.id_field_group
FROM ps_cfg_field_group g
WHERE g.slug="reassurance" LIMIT 1 |
0.161
ms
|
71 |
|
|
/modules/customfieldgroups/src/Repository/FieldGroupRepository.php:280
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:104 (findIdBySlug)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1 |
0.161
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19591 AND id_shop=1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:6811
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7801 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.159
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 293 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "customfieldgroups" LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/tgf_fastorder/tgf_fastorder.php:25 (isEnabled)
/classes/module/Module.php:1219 (include_once)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1 |
0.158
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.157
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:89 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:55 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:61 (manageData)
/modules/ps_googleanalytics/ps_googleanalytics.php:134 (run)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:397 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:128 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_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 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productdata" LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/override/modules/ps_categorytree/ps_categorytree.php:149 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:134 (getImage)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2 |
0.149
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19587 AND id_shop=1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:6811
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/ets_blog/ets_blog.php:80 (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:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 46 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_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.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7802 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM `ps_feature` a
LEFT JOIN `ps_feature_lang` `b` ON a.`id_feature` = b.`id_feature` AND b.`id_lang` = 2
LEFT JOIN `ps_feature_shop` `c` ON a.`id_feature` = c.`id_feature` AND c.`id_shop` = 1
WHERE (a.`id_feature` = 44) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_facetedsearch/src/Filters/Converter.php:458 (__construct)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:356 (runQuery)
/classes/controller/ProductListingFrontController.php:634 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:137 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19591) 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:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
0.138
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:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE *
FROM ps_cfg_file f
WHERE f.id_file=590 LIMIT 1 |
0.134
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FileRepository.php:122
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:214 (find)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/override/modules/ps_categorytree/ps_categorytree.php:149 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:134 (getImage)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19579 AND id_shop=1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:6811
/classes/Product.php:3915 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1 |
0.130
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/override/modules/ps_categorytree/ps_categorytree.php:149 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:134 (getImage)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1 |
0.128
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:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/tgf_fastorder/tgf_fastorder.php:25 (isEnabled)
/classes/module/Module.php:1219 (include_once)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19579) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/override/controllers/front/listing/CategoryController.php:76 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/override/modules/ps_categorytree/ps_categorytree.php:149 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:134 (getImage)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 19587 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:76 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7803 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/override/controllers/front/listing/CategoryController.php:84 (get)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19591 AND `id_group` = 1 LIMIT 1 |
0.118
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:141 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE c.description
FROM ps_carrier_extender c
WHERE id_carrier = 44 AND id_lang = 2 AND id_shop = 1 LIMIT 1 |
0.115
ms
|
0 |
|
|
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:39
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:81 (getDescription)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3984 (getReductionByIdGroup)
/override/classes/Product.php:96 (priceCalculation)
/classes/Product.php:3727 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/cc/2d/ec/cc2dec2cf2860c3ac407e866819499c458faf955_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2cc2a69_48959261)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:201 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/override/modules/ps_categorytree/ps_categorytree.php:149 (__construct)
/override/modules/ps_categorytree/ps_categorytree.php:134 (getImage)
:undefined ({closure})
/override/modules/ps_categorytree/ps_categorytree.php:143 (array_map)
/override/modules/ps_categorytree/ps_categorytree.php:119 (getTemplateVarSubCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:69 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:83 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE *
FROM ps_cfg_file f
WHERE f.id_file=592 LIMIT 1 |
0.111
ms
|
1 |
|
|
/modules/customfieldgroups/src/Repository/FileRepository.php:122
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:214 (find)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:108 (getProperties)
/modules/tgf_global_reassurance/tgf_global_reassurance.php:49 (get)
/classes/Hook.php:993 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:74 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:244 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/d9/b0/c2/d9b0c2508385fa3f0f2959899be551d5ff858a4d_2.file.footer.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2d982c8_31918271)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:359 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/35/67/87/356787b3c603d884480b5547c287bd0e0f107483_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c78636_94713833)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/30/53/c9/3053c9fd35549c2882db7838903f724d47a629c4_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c6b251_58048391)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/37/0a/8b/370a8ba1684a4bd91de1cb83cec606d1f214cc54_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c64956_38677403)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/coditallayouts_layout_left_column_tpl/4e/83/4d/4e834dafa5c5de9b4ec41435ac89dd2186d8f8a8_2.file.category.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697217d2c54919_22169853)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE c.description
FROM ps_carrier_extender c
WHERE id_carrier = 34 AND id_lang = 2 AND id_shop = 1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:39
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:81 (getDescription)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE c.description
FROM ps_carrier_extender c
WHERE id_carrier = 47 AND id_lang = 2 AND id_shop = 1 LIMIT 1 |
0.102
ms
|
0 |
|
|
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:39
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:81 (getDescription)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE c.description
FROM ps_carrier_extender c
WHERE id_carrier = 46 AND id_lang = 2 AND id_shop = 1 LIMIT 1 |
0.099
ms
|
0 |
|
|
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:39
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:81 (getDescription)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 19590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7804 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:202 (__construct)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:153 (adapt)
/modules/customfieldgroups/src/Adapter/FieldGroupDataAdapter.php:105 (adaptFieldData)
/modules/customfieldgroups/src/Facade/DataRetrieverFacade.php:173 (adapt)
/modules/customfieldgroups/customfieldgroups.php:296 (getProperties)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/controllers/front/listing/CategoryController.php:109 (exec)
/override/controllers/front/listing/CategoryController.php:48 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE c.description
FROM ps_carrier_extender c
WHERE id_carrier = 45 AND id_lang = 2 AND id_shop = 1 LIMIT 1 |
0.092
ms
|
0 |
|
|
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:39
/modules/tgf_carrier_extender/src/Util/CarrierConfiguration.php:81 (getDescription)
/modules/tgf_carrier_extender/tgf_carrier_extender.php:97 (getAllCarrierDescriptions)
/classes/Hook.php:993 (hookActionFrontControllerSetVariables)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:526 (exec)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:126 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|