Image vectorielle au format .svg. Téléchargement en vue d'une utilisation privée, personnelle et non commerciale.
(à modifier dans le module "Réassurance")
(à modifier dans le module "Réassurance")
(à modifier dans le module "Réassurance")
check_circle
check_circle
| Load Time | 401.273 ms |
| Querying Time | 35 ms |
| Queries | 149 |
| Memory Peak Usage | 39.3 Mb |
| Included Files | 885 files - 10.04 Mb |
| PrestaShop Cache | - Mb |
| Global vars | 0.11 Mb |
| PrestaShop Version | 9.0.0 |
| PHP Version | 8.1.34 |
| MySQL Version | 11.4.13-MariaDB |
| Memory Limit | 128M |
| Max Execution Time | 30s |
| Smarty Cache | enabled |
| Smarty Compilation | never recompile |
| Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
|---|---|---|---|---|
| config | 154.468 ms | 154.468 ms | 20.90 Mb | 21.3 Mb |
| __construct | 0.042 ms | 154.510 ms | - Mb | 21.3 Mb |
| init | 38.802 ms | 193.312 ms | 4.43 Mb | 25.6 Mb |
| checkAccess | 0.001 ms | 193.313 ms | - Mb | 25.6 Mb |
| setMedia | 6.955 ms | 200.268 ms | 0.91 Mb | 26.4 Mb |
| postProcess | 0.004 ms | 200.272 ms | - Mb | 26.4 Mb |
| initHeader | 0.001 ms | 200.273 ms | - Mb | 26.4 Mb |
| initContent | 88.870 ms | 289.143 ms | 6.39 Mb | 32.7 Mb |
| initFooter | 0.002 ms | 289.145 ms | - Mb | 32.7 Mb |
| display | 112.128 ms | 401.273 ms | 6.35 Mb | 39.3 Mb |
| Hook | Time | Memory Usage |
|---|---|---|
| displayFooterProduct | 59.929 ms | 1.56 Mb |
| FilterProductContent | 33.888 ms | 3.42 Mb |
| DisplayFooterProduct | 9.634 ms | 0.66 Mb |
| DisplayBeforeBodyClosingTag | 2.616 ms | 0.14 Mb |
| displayNav2 | 2.589 ms | 0.25 Mb |
| DisplayHeader | 2.358 ms | 0.13 Mb |
| displayProductAdditionalInfo | 2.328 ms | 0.27 Mb |
| displayFooter | 2.284 ms | 0.18 Mb |
| displayTop | 1.733 ms | 0.16 Mb |
| displayNav1 | 1.428 ms | 0.07 Mb |
| displayFooterBefore | 1.362 ms | 0.13 Mb |
| DisplayFooter | 1.093 ms | 0.11 Mb |
| DisplayReassurance | 0.990 ms | 0.08 Mb |
| ActionFrontControllerSetMedia | 0.796 ms | 0.08 Mb |
| ActionDispatcherBefore | 0.328 ms | 0.01 Mb |
| DisplayProductActions | 0.242 ms | 0.01 Mb |
| DisplayTop | 0.041 ms | - Mb |
| DisplayAfterBodyOpeningTag | 0.005 ms | - Mb |
| DisplayFooterAfter | 0.005 ms | - Mb |
| DisplayProductAdditionalInfo | 0.004 ms | - Mb |
| DisplayNavFullWidth | 0.004 ms | - Mb |
| DisplayFooterBefore | 0.003 ms | - Mb |
| 22 hook(s) | 123.659 ms | 7.25 Mb |
| Module | Time | Memory Usage |
|---|---|---|
| ps_mbo | 18.012 ms | 3.26 Mb |
| blockwishlist | 2.735 ms | 0.29 Mb |
| ps_emailsubscription | 2.354 ms | 0.29 Mb |
| ps_socialfollow | 1.196 ms | 0.13 Mb |
| ps_emailalerts | 2.140 ms | 0.25 Mb |
| blockreassurance | 1.697 ms | 0.24 Mb |
| productcomments | 44.864 ms | 4.32 Mb |
| ps_shoppingcart | 1.347 ms | 0.18 Mb |
| ps_searchbar | 1.121 ms | 0.08 Mb |
| ps_imageslider | 1.956 ms | 0.21 Mb |
| ps_googleanalytics | 2.249 ms | 0.18 Mb |
| psxmarketingwithgoogle | 2.289 ms | 0.17 Mb |
| ps_contactinfo | 2.677 ms | 0.16 Mb |
| ps_languageselector | 0.556 ms | 0.06 Mb |
| ps_currencyselector | 0.860 ms | 0.09 Mb |
| ps_customersignin | 1.012 ms | 0.10 Mb |
| ps_mainmenu | 3.458 ms | 0.44 Mb |
| pagesnotfound | 0.465 ms | 0.05 Mb |
| ps_sharebuttons | 1.383 ms | 0.14 Mb |
| ps_viewedproduct | 1.366 ms | 0.16 Mb |
| psgdpr | 1.897 ms | 0.30 Mb |
| ps_categoryproducts | 59.072 ms | 1.49 Mb |
| ps_crossselling | 1.352 ms | 0.13 Mb |
| ps_linklist | 1.752 ms | 0.17 Mb |
| ps_customeraccountlinks | 0.964 ms | 0.16 Mb |
| statsdata | 2.390 ms | 0.13 Mb |
| 26 module(s) | 161.164 ms | 13.18 Mb |
| # | Query | Time (ms) | Rows | Filesort | Group By | Location |
|---|---|---|---|---|---|---|
| 39 | 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 |
2.275 ms | 0 | /classes/Hook.php:1582 | ||
| 13 | 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) 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` |
1.997 ms | 365 | Yes | Yes | /classes/Hook.php:1514 |
| 86 | SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute, DATEDIFF( p.`date_add`, DATE_SUB( "2026-09-07 00:00:00", INTERVAL 20 DAY ) ) > 0 AS new FROM `ps_accessory` LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2` 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 (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `ps_product_lang` pl ON ( p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 ) LEFT JOIN `ps_category_lang` cl ON ( product_shop.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1) LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 1) LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`) LEFT JOIN ps_stock_available stock ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) WHERE `id_product_1` = 12 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none' GROUP BY product_shop.id_product ORDER BY pl.`name` |
1.389 ms | 1 | Yes | Yes | /classes/Product.php:4420 |
| 40 | 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 |
1.318 ms | 380 | /classes/Hook.php:517 | ||
| 12 | SELECT SQL_NO_CACHE lower(name) as name FROM `ps_hook` h WHERE (h.active = 1) |
0.864 ms | 1060 | /classes/Hook.php:1622 | ||
| 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`) |
0.841 ms | 411 | /classes/Configuration.php:182 | ||
| 88 | SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name, a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`, product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`, product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`, pal.`available_now`, pal.`available_later` 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) LEFT JOIN ps_stock_available stock ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) LEFT JOIN `ps_product_attribute_lang` pal ON ( pa.`id_product_attribute` = pal.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`) LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`) LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`) LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) WHERE pa.`id_product` = 12 AND al.`id_lang` = 1 AND agl.`id_lang` = 1 GROUP BY id_attribute_group, id_product_attribute ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.704 ms | 1 | Yes | Yes | /classes/Product.php:4315 |
| 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 = 'presta9demo.e-frogg.net' OR su.domain_ssl = 'presta9demo.e-frogg.net') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.663 ms | 1 | Yes | /classes/shop/Shop.php:1395 | |
| 16 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.601 ms | 1060 | /classes/Hook.php:1582 | ||
| 82 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `ps_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 12 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.554 ms | 0 | /classes/Cart.php:1421 | ||
| 65 | SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, 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` = 1 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 9 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.551 ms | 1 | Yes | Yes | /classes/Category.php:924 |
| 15 | 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 |
0.547 ms | 39 | Yes | /classes/Dispatcher.php:634 | |
| 81 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity FROM `ps_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 12 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.537 ms | 0 | /classes/Cart.php:1421 | ||
| 78 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn` FROM `ps_attribute` a LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_product_attribute_combination` pac ON (a.`id_attribute` = pac.`id_attribute`) LEFT JOIN `ps_product_attribute` pa ON (pac.`id_product_attribute` = pa.`id_product_attribute`) 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) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1) WHERE pa.`id_product` = 12 |
0.441 ms | 1 | /classes/Product.php:7172 | ||
| 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 |
0.437 ms | 1 | Yes | /classes/shop/Shop.php:719 | |
| 131 | SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category) LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 ) INNER JOIN ps_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) WHERE cp.`id_product` IN (12) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC |
0.418 ms | 2 | Yes | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109 | |
| 128 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM ps_feature_product pf LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN ps_feature_value fv ON (fv.id_feature_value = pf.id_feature_value) LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN ps_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 12 ORDER BY f.position ASC, fvl.value ASC |
0.408 ms | 1 | Yes | /classes/Product.php:5702 | |
| 36 | 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` = 1 LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.407 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 79 | SELECT SQL_NO_CACHE COALESCE(SUM(pack_quantity), 0) as pack_quantity, COALESCE(SUM(standalone_quantity), 0) as standalone_quantity FROM (SELECT SUM(cp.`quantity`) as standalone_quantity, 0 as pack_quantity FROM `ps_cart_product` cp WHERE cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as standalone_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity FROM `ps_cart_product` cp INNER JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` WHERE cp.`id_cart` = 0 AND p.`id_product_item` = 12) as q LIMIT 1 |
0.354 ms | 0 | /classes/Cart.php:4826 | ||
| 18 | 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.346 ms | 73 | /classes/module/Module.php:345 | ||
| 77 | SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `ps_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 8) AND `id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-09-07 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-09-07 00:00:00' <= `to`) ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.340 ms | 1 | Yes | /classes/SpecificPrice.php:622 | |
| 83 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `ps_image` i INNER JOIN ps_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 12 ORDER BY `position` |
0.316 ms | 1 | Yes | /classes/Product.php:3265 | |
| 148 | INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('2670', '', 'presta9demo.e-frogg.net/12-illustration-vectorielle-renard.html', '', '2026-09-07 11:43:20') |
0.315 ms | 1 | /classes/ObjectModel.php:543 | ||
| 11 | 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.309 ms | 1 | /classes/Language.php:1205 | ||
| 66 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop` FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 ) INNER JOIN ps_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) WHERE `id_lang` = 1 AND c.`id_parent` = 2 AND `active` = 1 GROUP BY c.`id_category` ORDER BY category_shop.`position` ASC |
0.306 ms | 3 | Yes | Yes | /classes/Category.php:1148 |
| 62 | 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.286 ms | 73 | /classes/module/Module.php:345 | ||
| 147 | SELECT SQL_NO_CACHE `id_guest` FROM `ps_connections` WHERE `id_guest` = 2650 AND `date_add` > '2026-09-07 11:13:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 |
0.271 ms | 1 | Yes | /classes/Connection.php:168 | |
| 127 | SELECT SQL_NO_CACHE * FROM `ps_psreassurance` pr LEFT JOIN ps_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance) WHERE prl.id_lang = "1" AND pr.status = 1 ORDER BY pr.position |
0.261 ms | 3 | Yes | /modules/blockreassurance/classes/ReassuranceActivity.php:159 | |
| 42 | 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 ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.259 ms | 1 | /classes/tax/TaxRulesTaxManager.php:109 | ||
| 99 | SELECT SQL_NO_CACHE * FROM `ps_category` a0 LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 15) AND (a0.`nright` > 16) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc |
0.251 ms | 2 | Yes | /classes/PrestaShopCollection.php:383 | |
| 6 | 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.249 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 61 | 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` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.238 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 101 | 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.234 ms | 1 | /classes/Cart.php:3966 | ||
| 46 | 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 = 12 LIMIT 1 |
0.231 ms | 1 | /classes/Product.php:1077 | ||
| 70 | 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` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.230 ms | 0 | /classes/tax/TaxRulesTaxManager.php:109 | ||
| 5 | 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.229 ms | 1 | /classes/Language.php:1069 | ||
| 28 | 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` = 1 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.225 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 85 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.215 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 8 | 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` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 136 | SELECT SQL_NO_CACHE o.id_order FROM ps_orders o LEFT JOIN ps_order_detail od ON (od.id_order = o.id_order) WHERE o.valid = 1 AND od.product_id IN (12) ORDER BY o.id_order DESC LIMIT 400 |
0.209 ms | 1 | Yes | /modules/ps_crossselling/ps_crossselling.php:257 | |
| 33 | 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 |
0.206 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 91 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.203 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 68 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.199 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 84 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `ps_product_attribute_image` pai LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`) INNER JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`) WHERE i.`id_product` = 12 AND il.`id_lang` = 1 ORDER by i.`position` |
0.198 ms | 2 | Yes | /classes/Product.php:2647 | |
| 80 | SELECT SQL_NO_CACHE pa.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` = 12 |
0.197 ms | 1 | /classes/Product.php:7105 | ||
| 129 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categoryproducts" LIMIT 1 |
0.196 ms | 1 | /classes/module/Module.php:2758 | ||
| 67 | SELECT SQL_NO_CACHE * FROM `ps_manufacturer` a LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1 LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1 WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
0.195 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 30 | 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.191 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM ps_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.188 ms | 1 | /classes/shop/ShopUrl.php:182 | ||
| 53 | 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`=12 |
0.187 ms | 1 | /classes/Tag.php:243 | ||
| 49 | 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` = 12) |
0.187 ms | 1 | /classes/Product.php:3577 | ||
| 47 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.183 ms | 1 | /classes/SpecificPrice.php:423 | ||
| 63 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth` FROM `ps_category` c WHERE (c.`id_category` = 2) LIMIT 1 |
0.182 ms | 1 | /classes/Category.php:1946 | ||
| 21 | SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.179 ms | 86 | /classes/Hook.php:376 | ||
| 24 | SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.179 ms | 1 | Yes | /classes/Currency.php:709 | |
| 114 | SELECT SQL_NO_CACHE SUM(`quantity`) FROM `ps_cart_product` WHERE `id_cart` = 0 LIMIT 1 |
0.179 ms | 1 | /classes/Cart.php:1295 | ||
| 14 | SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.178 ms | 86 | /classes/Hook.php:322 | ||
| 57 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `ps_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 9 LIMIT 1 |
0.178 ms | 1 | /classes/Category.php:1371 | ||
| 109 | 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.177 ms | 1 | /classes/Currency.php:1122 | ||
| 7 | SELECT SQL_NO_CACHE * FROM `ps_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.176 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 105 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.174 ms | 1 | /classes/module/Module.php:2758 | ||
| 145 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 8 LIMIT 1 |
0.174 ms | 1 | /classes/Country.php:405 | ||
| 4 | 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.171 ms | 1 | /classes/shop/Shop.php:222 | ||
| 119 | 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 = 12
AND DATEDIFF("2026-09-07 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.171 ms | 0 | /classes/Product.php:1686 | ||
| 37 | SELECT SQL_NO_CACHE `name` FROM `ps_manufacturer` WHERE `id_manufacturer` = 2 AND `active` = 1 LIMIT 1 |
0.169 ms | 1 | /classes/Manufacturer.php:310 | ||
| 122 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `ps_image` i INNER JOIN ps_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 12 AND image_shop.`cover` = 1 LIMIT 1 |
0.169 ms | 1 | /classes/Product.php:3290 | ||
| 115 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.166 ms | 1 | /classes/module/Module.php:2758 | ||
| 89 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.165 ms | 0 | /classes/module/Module.php:2758 | ||
| 17 | SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.163 ms | 1 | /classes/module/Module.php:2146 | ||
| 146 | SELECT SQL_NO_CACHE data FROM `ps_ganalytics_data` WHERE id_cart = 0 AND id_shop = 1 LIMIT 1 |
0.161 ms | 0 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43 | ||
| 117 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.160 ms | 1 | /classes/module/Module.php:2758 | ||
| 19 | SELECT SQL_NO_CACHE `active` FROM `ps_module` WHERE `name` = "ps_mbo" LIMIT 1 |
0.160 ms | 1 | /modules/ps_mbo/ps_mbo.php:314 | ||
| 141 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.160 ms | 1 | /classes/module/Module.php:2758 | ||
| 54 | SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159 ms | 1 | /classes/stock/StockAvailable.php:269 | ||
| 107 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.158 ms | 1 | /classes/module/Module.php:2758 | ||
| 123 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.158 ms | 1 | /classes/module/Module.php:2758 | ||
| 139 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.158 ms | 1 | /classes/module/Module.php:2758 | ||
| 71 | SELECT SQL_NO_CACHE pa.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` = 12 |
0.157 ms | 1 | /classes/Product.php:7105 | ||
| 60 | SELECT SQL_NO_CACHE ctg.`id_group` FROM `ps_category_product` cp INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`) WHERE cp.`id_product` = 12 AND ctg.`id_group` = 1 LIMIT 1 |
0.153 ms | 2 | /classes/Product.php:6443 | ||
| 3 | SELECT SQL_NO_CACHE * FROM `ps_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.153 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 120 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
0.151 ms | 1 | /classes/module/Module.php:2758 | ||
| 112 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.150 ms | 1 | /classes/module/Module.php:2758 | ||
| 125 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_viewedproduct" LIMIT 1 |
0.147 ms | 1 | /classes/module/Module.php:2758 | ||
| 59 | SELECT SQL_NO_CACHE id_shop FROM `ps_product_shop` WHERE `id_product` = 12 AND id_shop = 1 LIMIT 1 |
0.145 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 143 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.143 ms | 1 | /classes/module/Module.php:2758 | ||
| 100 | SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1 |
0.142 ms | 1 | /src/Adapter/Presenter/Product/ProductLazyArray.php:633 | ||
| 134 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_crossselling" LIMIT 1 |
0.142 ms | 1 | /classes/module/Module.php:2758 | ||
| 38 | SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 2 LIMIT 1 |
0.141 ms | 1 | /classes/Supplier.php:241 | ||
| 93 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.140 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 45 | 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 = 12
AND DATEDIFF("2026-09-07 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.140 ms | 0 | /classes/Product.php:1686 | ||
| 51 | SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 12 AND `id_group` = 1 LIMIT 1 |
0.139 ms | 0 | /classes/GroupReduction.php:149 | ||
| 96 | 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.138 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 41 | SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s |
0.137 ms | 1 | /classes/shop/Shop.php:925 | ||
| 102 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.137 ms | 1 | /classes/module/Module.php:2758 | ||
| 22 | SELECT SQL_NO_CACHE `active` FROM `ps_module` WHERE `name` = "ps_mbo" LIMIT 1 |
0.136 ms | 1 | /modules/ps_mbo/ps_mbo.php:314 | ||
| 58 | SELECT SQL_NO_CACHE pa.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` = 12 |
0.135 ms | 1 | /classes/Product.php:7105 | ||
| 92 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.135 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 87 | SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`) FROM `ps_pack` a WHERE a.`id_product_item` = 12 LIMIT 1 |
0.129 ms | 1 | /classes/Pack.php:441 | ||
| 20 | SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active` FROM `ps_module` m LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module` WHERE `name` = "ps_mbo" LIMIT 1 |
0.121 ms | 1 | /modules/ps_mbo/ps_mbo.php:324 | ||
| 126 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
0.118 ms | 1 | /classes/module/Module.php:2245 | ||
| 137 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.118 ms | 1 | /classes/module/Module.php:2758 | ||
| 26 | SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.117 ms | 1 | /classes/shop/Shop.php:1214 | ||
| 138 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
0.115 ms | 1 | /classes/module/Module.php:2245 | ||
| 27 | SELECT SQL_NO_CACHE c.id_currency FROM `ps_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.114 ms | 1 | /classes/Currency.php:893 | ||
| 98 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM ps_required_field |
0.113 ms | 1 | /classes/ObjectModel.php:1447 | ||
| 132 | SELECT SQL_NO_CACHE p.id_product FROM ps_product p WHERE p.active = 1 |
0.110 ms | 19 | /modules/ps_viewedproduct/ps_viewedproduct.php:317 | ||
| 23 | SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active` FROM `ps_module` m LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module` WHERE `name` = "ps_mbo" LIMIT 1 |
0.109 ms | 1 | /modules/ps_mbo/ps_mbo.php:324 | ||
| 140 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1 |
0.109 ms | 1 | /classes/module/Module.php:2245 | ||
| 97 | SELECT SQL_NO_CACHE * FROM `ps_country_lang` WHERE `id_country` = 8 |
0.106 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 43 | SELECT SQL_NO_CACHE * FROM `ps_tax` a WHERE (a.`id_tax` = 1) LIMIT 1 |
0.106 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 75 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2026-09-07 00:00:00' AND '2026-09-07 23:59:59' LIMIT 1 |
0.105 ms | 1 | /classes/SpecificPrice.php:378 | ||
| 72 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.104 ms | 2 | /classes/SpecificPrice.php:294 | ||
| 74 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2026-09-07 00:00:00' AND '2026-09-07 23:59:59' LIMIT 1 |
0.104 ms | 1 | /classes/SpecificPrice.php:374 | ||
| 34 | SELECT SQL_NO_CACHE * FROM `ps_group_lang` WHERE `id_group` = 1 |
0.103 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 94 | SELECT SQL_NO_CACHE format FROM `ps_address_format` WHERE `id_country` = 8 LIMIT 1 |
0.102 ms | 1 | /classes/AddressFormat.php:654 | ||
| 121 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1 |
0.100 ms | 1 | /classes/module/Module.php:2245 | ||
| 32 | SELECT SQL_NO_CACHE id_shop FROM `ps_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 |
0.099 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 55 | SELECT SQL_NO_CACHE out_of_stock FROM `ps_stock_available` WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098 ms | 1 | /classes/stock/StockAvailable.php:565 | ||
| 25 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT 1 |
0.097 ms | 1 | /classes/Language.php:872 | ||
| 133 | SELECT SQL_NO_CACHE p.id_product FROM ps_product p WHERE p.active = 1 |
0.096 ms | 19 | /modules/ps_viewedproduct/ps_viewedproduct.php:317 | ||
| 29 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT 1 |
0.094 ms | 1 | /classes/Language.php:872 | ||
| 44 | SELECT SQL_NO_CACHE * FROM `ps_tax_lang` WHERE `id_tax` = 1 |
0.094 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 111 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.093 ms | 1 | /classes/module/Module.php:2245 | ||
| 108 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.092 ms | 1 | /classes/module/Module.php:2245 | ||
| 135 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
0.092 ms | 1 | /classes/module/Module.php:2245 | ||
| 31 | SELECT SQL_NO_CACHE * FROM `ps_currency_lang` WHERE `id_currency` = 1 |
0.090 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 103 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.090 ms | 1 | /classes/module/Module.php:2245 | ||
| 48 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12 LIMIT 1 |
0.089 ms | 1 | /classes/SpecificPrice.php:432 | ||
| 110 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.089 ms | 1 | /classes/module/Module.php:2758 | ||
| 73 | SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.087 ms | 2 | /classes/SpecificPrice.php:307 | ||
| 124 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.087 ms | 1 | /classes/module/Module.php:2245 | ||
| 144 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.087 ms | 1 | /classes/module/Module.php:2245 | ||
| 113 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.086 ms | 1 | /classes/module/Module.php:2245 | ||
| 142 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.086 ms | 1 | /classes/module/Module.php:2245 | ||
| 9 | SELECT SQL_NO_CACHE id_shop FROM `ps_lang_shop` WHERE `id_lang` = 1 AND id_shop = 1 LIMIT 1 |
0.086 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 69 | SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.086 ms | 16 | /classes/ImageType.php:161 | ||
| 56 | SELECT SQL_NO_CACHE location FROM `ps_stock_available` WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.085 ms | 1 | /classes/stock/StockAvailable.php:593 | ||
| 35 | SELECT SQL_NO_CACHE id_shop FROM `ps_group_shop` WHERE `id_group` = 1 AND id_shop = 1 LIMIT 1 |
0.083 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 130 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 47 AND `id_shop` = 1 LIMIT 1 |
0.083 ms | 1 | /classes/module/Module.php:2245 | ||
| 106 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.081 ms | 1 | /classes/module/Module.php:2245 | ||
| 116 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.078 ms | 1 | /classes/module/Module.php:2245 | ||
| 118 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.078 ms | 1 | /classes/module/Module.php:2245 | ||
| 50 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 12 AND id_shop=1 LIMIT 1 |
0.078 ms | 1 | /classes/Product.php:6485 | ||
| 90 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.078 ms | 0 | /classes/module/Module.php:2245 | ||
| 104 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 8 LIMIT 1 |
0.076 ms | 1 | /classes/Country.php:405 | ||
| 64 | SELECT SQL_NO_CACHE id_shop FROM `ps_category_shop` WHERE `id_category` = 9 AND id_shop = 1 LIMIT 1 |
0.074 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 76 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 12 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.074 ms | 0 | /classes/SpecificPrice.php:256 | ||
| 95 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 8 LIMIT 1 |
0.072 ms | 1 | /classes/Country.php:405 | ||
| 52 | SELECT SQL_NO_CACHE `reduction` FROM `ps_group` WHERE `id_group` = 1 LIMIT 1 |
0.068 ms | 1 | /classes/Group.php:154 |
| 17 queries |
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX |
| 3 queries |
SELECT pa.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 = XX)
WHERE pa.`id_product` = XX
|
| 3 queries |
SELECT `need_identification_number` FROM `ps_country` WHERE `id_country` = XX LIMIT XX |
| 2 queries |
SELECT 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` = XX
|
| 2 queries |
SELECT `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT XX
|
| 2 queries |
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT XX
|
| 2 queries |
SELECT `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT XX
|
| 2 queries |
SELECT 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` = XX
AND tr.`id_country` = XX
AND tr.`id_tax_rules_group` = XX
AND tr.`id_state` IN (XX, XX)
AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
|
| 2 queries |
SELECT 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 = XX)
WHERE p.id_product = XX
AND DATEDIFF("XX-XX-XX XX:XX:XX", product_shop.`date_add`) < XX LIMIT XX
|
| 2 queries |
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX |
| 2 queries |
SELECT p.id_product
FROM ps_product p
WHERE p.active = XX
|
| 25 module |
| 22 module_shop |
| 10 product |
| 8 product_shop |
| 8 product_attribute_shop |
| 8 category_lang |
| 8 cart_product |
| 7 specific_price |
| 6 hook |
| 6 product_attribute |
| 6 category |
| 6 image_type |
| 5 shop |
| 5 lang |
| 5 country |
| 5 currency |
| 5 stock_available |
| 5 category_shop |
| 4 shop_url |
| 4 lang_shop |
| 4 currency_shop |
| 4 pack |
| 3 hook_alias |
| 3 manufacturer |
| 3 image |
| 3 image_shop |
| 3 image_lang |
| 2 shop_group |
| 2 configuration |
| 2 country_lang |
| 2 country_shop |
| 2 hook_module |
| 2 currency_lang |
| 2 group |
| 2 group_shop |
| 2 product_lang |
| 2 tax_rule |
| 2 tax_rules_group |
| 2 category_product |
| 2 category_group |
| 2 attribute |
| 2 attribute_lang |
| 2 attribute_group_lang |
| 2 product_attribute_combination |
| 2 attribute_shop |
| 1 configuration_lang |
| 1 module_group |
| 1 meta |
| 1 meta_lang |
| 1 hook_module_exceptions |
| 1 group_lang |
| 1 supplier |
| 1 tax |
| 1 tax_lang |
| 1 product_group_reduction_cache |
| 1 tag |
| 1 product_tag |
| 1 manufacturer_lang |
| 1 manufacturer_shop |
| 1 specific_price_priority |
| 1 product_attribute_image |
| 1 accessory |
| 1 product_attribute_lang |
| 1 attribute_group |
| 1 address_format |
| 1 required_field |
| 1 psreassurance |
| 1 psreassurance_lang |
| 1 feature_product |
| 1 feature_lang |
| 1 feature_value |
| 1 feature_value_lang |
| 1 feature |
| 1 feature_shop |
| 1 orders |
| 1 order_detail |
| 1 ganalytics_data |
| 1 connections |
| Name | Instances | Source |
|---|---|---|
| Country | 7 |
/config/config.inc.php:154 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8] /classes/controller/FrontController.php:1721 (__construct) [id: 8] /classes/AddressFormat.php:402 (__construct) [id: 8] /modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8] /classes/AddressFormat.php:402 (__construct) [id: 8] /modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8] |
| Address | 6 |
/classes/Product.php:723 (__construct) [id: ]
/classes/Product.php:6504 (initialize) [id: ] /classes/Product.php:3521 (__construct) [id: ] /controllers/front/ProductController.php:551 (__construct) [id: 0] /classes/Product.php:5637 (__construct) [id: ] /classes/shop/Shop.php:490 (__construct) [id: ] |
| Product | 5 |
/controllers/front/ProductController.php:149 (__construct) [id: 12]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 12] /classes/Meta.php:348 (__construct) [id: 12] /classes/Link.php:112 (__construct) [id: 12] /classes/Link.php:112 (__construct) [id: 12] |
| Category | 4 |
/controllers/front/ProductController.php:306 (__construct) [id: 9]
/controllers/front/ProductController.php:1330 (__construct) [id: 9] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] |
| State | 3 |
/classes/controller/FrontController.php:1720 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0] /modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0] |
| AddressFormat | 3 |
/classes/controller/FrontController.php:1715 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ] /modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ] |
| Manufacturer | 3 |
/controllers/front/ProductController.php:852 (__construct) [id: 2]
/src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php:98 (__construct) [id: 2] /classes/Link.php:637 (__construct) [id: 2] |
| Language | 2 |
/config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:542 (__construct) [id: 1] |
| Currency | 2 |
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:672 (getCurrencyInstance) [id: 1] |
| Risk | 1 |
/classes/controller/FrontController.php:1641 (__construct) [id: ]
|
| Gender | 1 |
/classes/controller/FrontController.php:1638 (__construct) [id: 0]
|
| Shop | 1 |
/config/config.inc.php:122 (initialize) [id: 1]
|
| Tax | 1 |
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
|
| Group | 1 |
/classes/Cart.php:255 (getCurrent) [id: 1]
|
| Cart | 1 |
/classes/controller/FrontController.php:430 (__construct) [id: ]
|
| Customer | 1 |
/config/config.inc.php:272 (__construct) [id: ]
|
| ShopGroup | 1 |
/classes/shop/Shop.php:565 (__construct) [id: 1]
|
| ConnectionsSource | 1 |
/modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]
|
| # | Filename |
|---|---|
| 0 | /index.php |
| 1 | /config/config.inc.php |
| 2 | /config/defines.inc.php |
| 3 | /config/autoload.php |
| 4 | /vendor/autoload.php |
| 5 | /vendor/composer/autoload_real.php |
| 6 | /vendor/composer/platform_check.php |
| 7 | /vendor/composer/ClassLoader.php |
| 8 | /vendor/composer/autoload_static.php |
| 9 | /vendor/symfony/deprecation-contracts/function.php |
| 10 | /vendor/symfony/polyfill-mbstring/bootstrap.php |
| 11 | /vendor/symfony/polyfill-mbstring/bootstrap80.php |
| 12 | /vendor/symfony/polyfill-ctype/bootstrap.php |
| 13 | /vendor/symfony/polyfill-ctype/bootstrap80.php |
| 14 | /vendor/symfony/polyfill-php83/bootstrap.php |
| 15 | /vendor/symfony/polyfill-php83/bootstrap81.php |
| 16 | /vendor/symfony/var-dumper/Resources/functions/dump.php |
| 17 | /vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
| 18 | /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php |
| 19 | /vendor/symfony/polyfill-php81/bootstrap.php |
| 20 | /vendor/twig/twig/src/Resources/core.php |
| 21 | /vendor/twig/twig/src/Resources/debug.php |
| 22 | /vendor/twig/twig/src/Resources/escaper.php |
| 23 | /vendor/twig/twig/src/Resources/string_loader.php |
| 24 | /vendor/symfony/polyfill-intl-grapheme/bootstrap.php |
| 25 | /vendor/symfony/string/Resources/functions.php |
| 26 | /vendor/symfony/polyfill-intl-idn/bootstrap.php |
| 27 | /vendor/symfony/clock/Resources/now.php |
| 28 | /vendor/symfony/polyfill-php80/bootstrap.php |
| 29 | /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
| 30 | /vendor/jakeasmith/http_build_url/src/http_build_url.php |
| 31 | /vendor/symfony/polyfill-intl-icu/bootstrap.php |
| 32 | /vendor/ircmaxell/password-compat/lib/password.php |
| 33 | /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php |
| 34 | /vendor/symfony/polyfill-php73/bootstrap.php |
| 35 | /vendor/symfony/translation/Resources/functions.php |
| 36 | /src/Core/Version.php |
| 37 | /config/alias.php |
| 38 | /vendor/prestashop/autoload/src/PrestashopAutoload.php |
| 39 | /vendor/prestashop/autoload/src/LegacyClassLoader.php |
| 40 | /vendor/symfony/filesystem/Filesystem.php |
| 41 | /vendor/prestashop/autoload/src/Autoloader.php |
| 42 | /config/bootstrap.php |
| 43 | /src/Core/ContainerBuilder.php |
| 44 | /src/Core/Foundation/IoC/Container.php |
| 45 | /src/Adapter/ServiceLocator.php |
| 46 | /var/cache/dev/appParameters.php |
| 49 | /var/cache/dev/class_index.php |
| 50 | /classes/controller/Controller.php |
| 52 | /classes/ObjectModel.php |
| 53 | /src/Core/Foundation/Database/EntityInterface.php |
| 55 | /classes/db/Db.php |
| 57 | /classes/Hook.php |
| 59 | /classes/module/Module.php |
| 60 | /src/Core/Module/Legacy/ModuleInterface.php |
| 62 | /classes/Tools.php |
| 63 | /classes/Context.php |
| 64 | /classes/shop/Shop.php |
| 65 | /src/Core/Security/PasswordGenerator.php |
| 66 | /classes/db/DbPDO.php |
| 67 | /classes/AddressFormat.php |
| 68 | /classes/Configuration.php |
| 69 | /src/Core/Domain/Shop/ValueObject/ShopConstraint.php |
| 70 | /classes/Validate.php |
| 71 | /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php |
| 72 | /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php |
| 73 | /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php |
| 74 | /vendor/symfony/form/AbstractType.php |
| 75 | /vendor/symfony/form/FormTypeInterface.php |
| 76 | /classes/cache/Cache.php |
| 77 | /src/Adapter/EntityMapper.php |
| 78 | /classes/db/DbQuery.php |
| 79 | /src/Core/Addon/Theme/ThemeManagerBuilder.php |
| 80 | /vendor/psr/log/src/NullLogger.php |
| 81 | /vendor/psr/log/src/AbstractLogger.php |
| 82 | /vendor/psr/log/src/LoggerTrait.php |
| 83 | /vendor/psr/log/src/LoggerInterface.php |
| 84 | /src/Core/Context/ApiClientContext.php |
| 85 | /src/Adapter/Configuration.php |
| 86 | /vendor/symfony/http-foundation/ParameterBag.php |
| 87 | /src/Core/Domain/Configuration/ShopConfigurationInterface.php |
| 88 | /src/Core/ConfigurationInterface.php |
| 89 | /src/Core/Addon/Theme/ThemeRepository.php |
| 90 | /src/Core/Addon/AddonRepositoryInterface.php |
| 91 | /src/Core/Addon/Theme/Theme.php |
| 92 | /src/Core/Addon/AddonInterface.php |
| 93 | /src/Core/Util/ArrayFinder.php |
| 94 | /vendor/symfony/property-access/PropertyAccess.php |
| 95 | /vendor/symfony/property-access/PropertyAccessorBuilder.php |
| 96 | /vendor/symfony/property-access/PropertyAccessor.php |
| 97 | /vendor/symfony/property-access/PropertyAccessorInterface.php |
| 98 | /vendor/symfony/property-info/Extractor/ReflectionExtractor.php |
| 99 | /vendor/symfony/property-info/PropertyListExtractorInterface.php |
| 100 | /vendor/symfony/property-info/PropertyTypeExtractorInterface.php |
| 101 | /vendor/symfony/property-info/PropertyAccessExtractorInterface.php |
| 102 | /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php |
| 103 | /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php |
| 104 | /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php |
| 105 | /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php |
| 106 | /vendor/symfony/property-info/Type.php |
| 107 | /vendor/symfony/string/Inflector/EnglishInflector.php |
| 108 | /vendor/symfony/string/Inflector/InflectorInterface.php |
| 109 | /vendor/symfony/property-access/PropertyPath.php |
| 110 | /vendor/symfony/property-access/PropertyPathInterface.php |
| 111 | /vendor/symfony/property-access/PropertyPathIteratorInterface.php |
| 112 | /config/defines_uri.inc.php |
| 113 | /classes/Language.php |
| 114 | /src/Core/Language/LanguageInterface.php |
| 115 | /classes/Country.php |
| 116 | /classes/PrestaShopCollection.php |
| 117 | /classes/shop/ShopGroup.php |
| 118 | /classes/Cookie.php |
| 119 | /src/Core/Http/CookieOptions.php |
| 120 | /classes/PhpEncryption.php |
| 121 | /classes/PhpEncryptionEngine.php |
| 122 | /vendor/defuse/php-encryption/src/Key.php |
| 123 | /vendor/defuse/php-encryption/src/Encoding.php |
| 124 | /vendor/defuse/php-encryption/src/Core.php |
| 125 | /vendor/defuse/php-encryption/src/Crypto.php |
| 126 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
| 127 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
| 128 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
| 129 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
| 130 | /vendor/defuse/php-encryption/src/Exception/CryptoException.php |
| 131 | /src/Core/Session/SessionHandler.php |
| 132 | /src/Core/Session/SessionHandlerInterface.php |
| 133 | /vendor/symfony/http-foundation/Session/Session.php |
| 134 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php |
| 135 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php |
| 136 | /vendor/symfony/http-foundation/Session/SessionBagInterface.php |
| 137 | /vendor/symfony/http-foundation/Session/Flash/FlashBag.php |
| 138 | /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php |
| 139 | /vendor/symfony/http-foundation/Session/SessionBagProxy.php |
| 140 | /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php |
| 141 | /vendor/symfony/http-foundation/Session/SessionInterface.php |
| 142 | /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php |
| 143 | /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php |
| 144 | /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php |
| 145 | /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php |
| 146 | /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php |
| 147 | /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php |
| 148 | /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php |
| 149 | /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php |
| 150 | /config/smarty.config.inc.php |
| 151 | /classes/Smarty/SmartyDev.php |
| 152 | /vendor/smarty/smarty/libs/Smarty.class.php |
| 153 | /vendor/smarty/smarty/libs/functions.php |
| 154 | /vendor/smarty/smarty/libs/Autoloader.php |
| 155 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
| 156 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
| 157 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
| 158 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
| 159 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
| 160 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
| 161 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
| 162 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
| 163 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
| 164 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php |
| 165 | /classes/ImageManager.php |
| 166 | /classes/Product.php |
| 167 | /classes/Profile.php |
| 168 | /classes/Tab.php |
| 169 | /config/smartyfront.config.inc.php |
| 170 | /classes/Smarty/SmartyResourceModule.php |
| 171 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
| 172 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
| 173 | /classes/Smarty/SmartyResourceParent.php |
| 174 | /classes/Smarty/SmartyLazyRegister.php |
| 175 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
| 176 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
| 177 | /classes/Customer.php |
| 178 | /classes/Group.php |
| 179 | /classes/Link.php |
| 180 | /classes/shop/ShopUrl.php |
| 181 | /app/FrontKernel.php |
| 182 | /app/AppKernel.php |
| 183 | /vendor/symfony/http-kernel/Kernel.php |
| 184 | /vendor/symfony/config/ConfigCache.php |
| 185 | /vendor/symfony/config/ResourceCheckerConfigCache.php |
| 186 | /vendor/symfony/config/ConfigCacheInterface.php |
| 187 | /vendor/symfony/http-kernel/KernelInterface.php |
| 188 | /vendor/symfony/http-kernel/HttpKernelInterface.php |
| 189 | /vendor/symfony/http-kernel/RebootableInterface.php |
| 190 | /vendor/symfony/http-kernel/TerminableInterface.php |
| 191 | /vendor/symfony/dotenv/Dotenv.php |
| 192 | /classes/Dispatcher.php |
| 193 | /vendor/symfony/http-foundation/Request.php |
| 194 | /vendor/symfony/http-foundation/AcceptHeader.php |
| 195 | /vendor/symfony/http-foundation/AcceptHeaderItem.php |
| 196 | /vendor/symfony/http-foundation/FileBag.php |
| 197 | /vendor/symfony/http-foundation/HeaderBag.php |
| 198 | /vendor/symfony/http-foundation/HeaderUtils.php |
| 199 | /vendor/symfony/http-foundation/InputBag.php |
| 200 | /vendor/symfony/http-foundation/ServerBag.php |
| 201 | /src/Adapter/SymfonyContainer.php |
| 202 | /config/db_slave_server.inc.php |
| 203 | /src/Adapter/ContainerBuilder.php |
| 204 | /src/Adapter/Environment.php |
| 205 | /src/Core/EnvironmentInterface.php |
| 206 | /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php |
| 207 | /vendor/symfony/config/ResourceCheckerInterface.php |
| 208 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
| 209 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
| 210 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
| 211 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
| 212 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
| 213 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
| 214 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
| 215 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
| 216 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
| 217 | /vendor/symfony/cache/Adapter/ArrayAdapter.php |
| 218 | /vendor/psr/log/src/LoggerAwareTrait.php |
| 219 | /vendor/symfony/cache/Adapter/AdapterInterface.php |
| 220 | /vendor/symfony/cache/CacheItem.php |
| 221 | /vendor/symfony/cache-contracts/ItemInterface.php |
| 222 | /vendor/psr/cache/src/CacheItemInterface.php |
| 223 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
| 224 | /vendor/symfony/cache-contracts/CacheInterface.php |
| 225 | /vendor/psr/log/src/LoggerAwareInterface.php |
| 226 | /vendor/symfony/cache/ResettableInterface.php |
| 227 | /vendor/symfony/service-contracts/ResetInterface.php |
| 228 | /vendor/doctrine/orm/src/Tools/Setup.php |
| 229 | /vendor/doctrine/deprecations/src/Deprecation.php |
| 230 | /vendor/doctrine/orm/src/Configuration.php |
| 231 | /vendor/doctrine/dbal/src/Configuration.php |
| 232 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
| 233 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
| 234 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
| 235 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
| 236 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
| 237 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
| 238 | /vendor/doctrine/lexer/src/AbstractLexer.php |
| 239 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
| 240 | /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php |
| 241 | /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php |
| 242 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
| 243 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
| 244 | /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php |
| 245 | /vendor/symfony/config/Resource/FileResource.php |
| 246 | /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php |
| 247 | /vendor/symfony/config/Resource/ResourceInterface.php |
| 248 | /vendor/symfony/config/Resource/ReflectionClassResource.php |
| 249 | /vendor/symfony/config/Resource/DirectoryResource.php |
| 250 | /var/cache/dev/FrontContainer.php |
| 251 | /src/Adapter/Container/LegacyContainer.php |
| 252 | /vendor/symfony/dependency-injection/Container.php |
| 253 | /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php |
| 254 | /vendor/symfony/dependency-injection/Argument/ServiceLocator.php |
| 255 | /vendor/symfony/dependency-injection/ServiceLocator.php |
| 256 | /vendor/symfony/service-contracts/ServiceLocatorTrait.php |
| 257 | /vendor/psr/container/src/ContainerExceptionInterface.php |
| 258 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
| 259 | /vendor/symfony/service-contracts/ServiceProviderInterface.php |
| 260 | /vendor/psr/container/src/ContainerInterface.php |
| 261 | /vendor/symfony/dependency-injection/ContainerInterface.php |
| 262 | /src/Adapter/Container/LegacyContainerInterface.php |
| 263 | /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php |
| 264 | /vendor/doctrine/orm/src/EntityRepository.php |
| 265 | /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php |
| 266 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
| 267 | /vendor/symfony/var-exporter/LazyProxyTrait.php |
| 268 | /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php |
| 269 | /vendor/symfony/var-exporter/LazyObjectInterface.php |
| 270 | /vendor/symfony/var-exporter/Internal/Hydrator.php |
| 271 | /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php |
| 272 | /vendor/symfony/var-exporter/Internal/LazyObjectState.php |
| 273 | /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php |
| 274 | /vendor/symfony/var-exporter/LazyGhostTrait.php |
| 275 | /src/Core/FeatureFlag/FeatureFlagManager.php |
| 276 | /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php |
| 277 | /src/Core/FeatureFlag/Layer/DbLayer.php |
| 278 | /src/Core/FeatureFlag/TypeLayerInterface.php |
| 279 | /src/Core/FeatureFlag/Layer/DotEnvLayer.php |
| 280 | /src/Core/FeatureFlag/Layer/EnvLayer.php |
| 281 | /src/Core/FeatureFlag/Layer/QueryLayer.php |
| 282 | /vendor/symfony/http-foundation/RequestStack.php |
| 283 | /vendor/doctrine/orm/src/EntityManager.php |
| 284 | /vendor/doctrine/orm/src/EntityManagerInterface.php |
| 285 | /vendor/doctrine/persistence/src/Persistence/ObjectManager.php |
| 286 | /modules/ps_accounts/vendor/autoload.php |
| 287 | /modules/ps_accounts/vendor/composer/autoload_real.php |
| 288 | /modules/ps_accounts/vendor/composer/platform_check.php |
| 289 | /modules/ps_accounts/vendor/composer/autoload_static.php |
| 290 | /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php |
| 291 | /modules/ps_accounts/vendor/ralouphie/getallheaders/src/getallheaders.php |
| 292 | /modules/ps_accounts/vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
| 293 | /modules/ps_accounts/vendor/symfony/polyfill-php70/bootstrap.php |
| 294 | /modules/ps_accounts/vendor/symfony/polyfill-php72/bootstrap.php |
| 295 | /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php |
| 296 | /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php |
| 297 | /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php |
| 298 | /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php |
| 299 | /modules/ps_accounts/vendor/symfony/polyfill-intl-idn/bootstrap.php |
| 300 | /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php |
| 301 | /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php |
| 302 | /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php |
| 303 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php |
| 304 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php |
| 305 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php |
| 306 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
| 307 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
| 308 | /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php |
| 309 | /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php |
| 310 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php |
| 311 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php |
| 312 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
| 313 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
| 314 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
| 315 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
| 316 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
| 317 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
| 318 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php |
| 319 | /modules/ps_mbo/vendor/autoload.php |
| 320 | /modules/ps_mbo/vendor/composer/autoload_real.php |
| 321 | /modules/ps_mbo/vendor/composer/platform_check.php |
| 322 | /modules/ps_mbo/vendor/composer/autoload_static.php |
| 323 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php |
| 324 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php |
| 325 | /modules/ps_mbo/vendor/php-http/message/src/filters.php |
| 326 | /modules/ps_mbo/vendor/ralouphie/getallheaders/src/getallheaders.php |
| 327 | /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php |
| 328 | /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php |
| 329 | /modules/ps_mbo/vendor/sentry/sentry/src/functions.php |
| 330 | /modules/ps_mbo/bootstrap.php |
| 331 | /modules/ps_eventbus/vendor/autoload.php |
| 332 | /modules/ps_eventbus/vendor/composer/autoload_real.php |
| 333 | /modules/ps_eventbus/vendor/composer/autoload_static.php |
| 334 | /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php |
| 335 | /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php |
| 336 | /modules/gamification/vendor/autoload.php |
| 337 | /modules/gamification/vendor/composer/autoload_real.php |
| 338 | /modules/gamification/vendor/composer/platform_check.php |
| 339 | /modules/gamification/vendor/composer/autoload_static.php |
| 340 | /modules/ps_classic_edition/vendor/autoload.php |
| 341 | /modules/ps_classic_edition/vendor/composer/autoload_real.php |
| 342 | /modules/ps_classic_edition/vendor/composer/platform_check.php |
| 343 | /modules/ps_classic_edition/vendor/composer/autoload_static.php |
| 344 | /modules/psxmarketingwithgoogle/vendor/autoload.php |
| 345 | /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php |
| 346 | /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php |
| 347 | /src/Core/Hook/HookModuleFilter.php |
| 348 | /src/Core/Hook/HookModuleFilterInterface.php |
| 349 | /modules/ps_mbo/ps_mbo.php |
| 350 | /modules/ps_mbo/src/Traits/HaveTabs.php |
| 351 | /modules/ps_mbo/src/Traits/UseHooks.php |
| 352 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php |
| 353 | /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php |
| 354 | /modules/ps_mbo/src/Traits/HaveCdcComponent.php |
| 355 | /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php |
| 356 | /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php |
| 357 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php |
| 358 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php |
| 359 | /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php |
| 360 | /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php |
| 361 | /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php |
| 362 | /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php |
| 363 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php |
| 364 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php |
| 365 | /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php |
| 366 | /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php |
| 367 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php |
| 368 | /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php |
| 369 | /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php |
| 370 | /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php |
| 371 | /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php |
| 372 | /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php |
| 373 | /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php |
| 374 | /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php |
| 375 | /modules/ps_mbo/src/Tab/TabInterface.php |
| 376 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
| 377 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
| 378 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
| 379 | /vendor/symfony/translation/Translator.php |
| 380 | /vendor/symfony/translation/MessageCatalogue.php |
| 381 | /vendor/symfony/translation/MessageCatalogueInterface.php |
| 382 | /vendor/symfony/translation/MetadataAwareInterface.php |
| 383 | /vendor/symfony/translation/CatalogueMetadataAwareInterface.php |
| 384 | /vendor/symfony/translation-contracts/TranslatorInterface.php |
| 385 | /vendor/symfony/translation/TranslatorBagInterface.php |
| 386 | /vendor/symfony/translation-contracts/LocaleAwareInterface.php |
| 387 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
| 388 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
| 389 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
| 390 | /vendor/symfony/translation/Formatter/MessageFormatter.php |
| 391 | /vendor/symfony/translation/Formatter/IntlFormatter.php |
| 392 | /vendor/symfony/translation/Formatter/IntlFormatterInterface.php |
| 393 | /vendor/symfony/translation/Formatter/MessageFormatterInterface.php |
| 394 | /vendor/symfony/translation/IdentityTranslator.php |
| 395 | /vendor/symfony/translation-contracts/TranslatorTrait.php |
| 396 | /vendor/symfony/config/ConfigCacheFactory.php |
| 397 | /vendor/symfony/config/ConfigCacheFactoryInterface.php |
| 398 | /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php |
| 399 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
| 400 | /src/Adapter/Localization/LegacyTranslator.php |
| 401 | /classes/Translate.php |
| 402 | /vendor/symfony/string/UnicodeString.php |
| 403 | /vendor/symfony/string/AbstractUnicodeString.php |
| 404 | /vendor/symfony/string/AbstractString.php |
| 405 | /controllers/front/ProductController.php |
| 406 | /classes/controller/ProductPresentingFrontController.php |
| 407 | /classes/controller/FrontController.php |
| 408 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
| 409 | /src/Adapter/Presenter/PresenterInterface.php |
| 410 | /src/Adapter/Presenter/Cart/CartPresenter.php |
| 411 | /src/Adapter/Image/ImageRetriever.php |
| 412 | /classes/tax/TaxConfiguration.php |
| 413 | /classes/Smarty/TemplateFinder.php |
| 414 | /classes/assets/StylesheetManager.php |
| 415 | /classes/assets/AbstractAssetManager.php |
| 416 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
| 417 | /classes/assets/JavascriptManager.php |
| 418 | /classes/assets/CccReducer.php |
| 419 | /src/Core/Localization/Locale/Repository.php |
| 420 | /src/Core/Localization/Locale/RepositoryInterface.php |
| 421 | /src/Core/Localization/CLDR/LocaleRepository.php |
| 422 | /src/Core/Localization/CLDR/LocaleDataSource.php |
| 423 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
| 424 | /src/Core/Data/Layer/AbstractDataLayer.php |
| 425 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
| 426 | /vendor/symfony/cache/Adapter/FilesystemAdapter.php |
| 427 | /vendor/symfony/cache/Adapter/AbstractAdapter.php |
| 428 | /vendor/symfony/cache/Traits/AbstractAdapterTrait.php |
| 429 | /vendor/symfony/cache/Traits/ContractsTrait.php |
| 430 | /vendor/symfony/cache-contracts/CacheTrait.php |
| 431 | /vendor/psr/cache/src/InvalidArgumentException.php |
| 432 | /vendor/psr/cache/src/CacheException.php |
| 433 | /vendor/symfony/cache/Traits/FilesystemTrait.php |
| 434 | /vendor/symfony/cache/Traits/FilesystemCommonTrait.php |
| 435 | /vendor/symfony/cache/PruneableInterface.php |
| 436 | /vendor/symfony/cache/Marshaller/DefaultMarshaller.php |
| 437 | /vendor/symfony/cache/Marshaller/MarshallerInterface.php |
| 438 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
| 439 | /src/Core/Localization/CLDR/Reader.php |
| 440 | /src/Core/Localization/CLDR/ReaderInterface.php |
| 441 | /src/Core/Localization/Currency/Repository.php |
| 442 | /src/Core/Localization/Currency/RepositoryInterface.php |
| 443 | /src/Core/Localization/Currency/CurrencyDataSource.php |
| 444 | /src/Core/Localization/Currency/DataSourceInterface.php |
| 445 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
| 446 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
| 447 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
| 448 | /src/Adapter/Currency/CurrencyDataProvider.php |
| 449 | /src/Core/Currency/CurrencyDataProviderInterface.php |
| 450 | /src/Adapter/LegacyContext.php |
| 451 | /src/Adapter/Tools.php |
| 452 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
| 453 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
| 454 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
| 455 | /src/Core/Localization/Locale.php |
| 456 | /src/Core/Localization/LocaleInterface.php |
| 457 | /src/Core/Localization/Specification/Price.php |
| 458 | /src/Core/Localization/Specification/Number.php |
| 459 | /src/Core/Localization/Specification/NumberInterface.php |
| 460 | /src/Core/Localization/Specification/Factory.php |
| 461 | /src/Core/Localization/CLDR/LocaleData.php |
| 462 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
| 463 | /src/Core/Localization/CLDR/CurrencyData.php |
| 464 | /src/Core/Localization/CLDR/Locale.php |
| 465 | /src/Core/Localization/CLDR/LocaleInterface.php |
| 466 | /src/Core/Localization/Specification/NumberSymbolList.php |
| 467 | /classes/Currency.php |
| 468 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
| 469 | /classes/webservice/WebserviceRequest.php |
| 470 | /src/Core/Localization/Currency/CurrencyData.php |
| 471 | /src/Core/Localization/Currency/CurrencyCollection.php |
| 472 | /src/Core/Localization/Currency.php |
| 473 | /src/Core/Localization/CurrencyInterface.php |
| 474 | /src/Core/Localization/Specification/NumberCollection.php |
| 475 | /src/Core/Localization/Number/Formatter.php |
| 476 | /classes/Cart.php |
| 477 | /src/Adapter/AddressFactory.php |
| 478 | /classes/CartRule.php |
| 479 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
| 480 | /src/Core/Util/DateTime/DateTime.php |
| 481 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
| 482 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
| 483 | /src/Core/Domain/Product/ValueObject/ProductType.php |
| 484 | /src/Core/Domain/Product/ValueObject/Reference.php |
| 485 | /src/Core/Domain/Product/ValueObject/Gtin.php |
| 486 | /src/Core/Domain/Product/ValueObject/Isbn.php |
| 487 | /src/Core/Domain/Product/ValueObject/Upc.php |
| 488 | /src/Core/Domain/Product/ProductSettings.php |
| 489 | /classes/Manufacturer.php |
| 490 | /classes/Supplier.php |
| 491 | /classes/Address.php |
| 492 | /classes/tax/TaxManagerFactory.php |
| 493 | /classes/tax/TaxRulesTaxManager.php |
| 494 | /classes/tax/TaxManagerInterface.php |
| 495 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
| 496 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
| 497 | /classes/tax/Tax.php |
| 498 | /classes/tax/TaxCalculator.php |
| 499 | /classes/Combination.php |
| 500 | /classes/SpecificPrice.php |
| 501 | /classes/GroupReduction.php |
| 502 | /classes/Tag.php |
| 503 | /classes/stock/StockAvailable.php |
| 504 | /vendor/prestashop/decimal/src/DecimalNumber.php |
| 505 | /vendor/prestashop/decimal/src/Builder.php |
| 506 | /classes/Category.php |
| 507 | /src/Core/Domain/Category/ValueObject/RedirectType.php |
| 508 | /src/Core/Domain/Category/CategorySettings.php |
| 509 | /src/Core/Domain/Category/SeoSettings.php |
| 510 | /vendor/symfony/property-access/Exception/UnexpectedTypeException.php |
| 511 | /vendor/symfony/property-access/Exception/RuntimeException.php |
| 512 | /vendor/symfony/property-access/Exception/ExceptionInterface.php |
| 513 | /modules/blockwishlist/blockwishlist.php |
| 514 | /classes/Media.php |
| 515 | /modules/ps_emailsubscription/ps_emailsubscription.php |
| 516 | /src/Core/Module/WidgetInterface.php |
| 517 | /modules/ps_socialfollow/ps_socialfollow.php |
| 518 | /modules/ps_emailalerts/ps_emailalerts.php |
| 519 | /modules/ps_emailalerts/MailAlert.php |
| 520 | /modules/blockreassurance/blockreassurance.php |
| 521 | /src/Adapter/Presenter/Manufacturer/ManufacturerPresenter.php |
| 522 | /src/Core/Util/String/StringModifier.php |
| 523 | /src/Core/Util/String/StringModifierInterface.php |
| 524 | /src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php |
| 525 | /src/Adapter/Presenter/AbstractLazyArray.php |
| 526 | /src/Adapter/Presenter/LazyArrayAttribute.php |
| 527 | /src/Core/Util/Inflector.php |
| 528 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
| 529 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
| 530 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
| 531 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
| 532 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
| 533 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
| 534 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
| 535 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
| 536 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
| 537 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
| 538 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
| 539 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
| 540 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
| 541 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
| 542 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
| 543 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
| 544 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
| 545 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
| 546 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
| 547 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
| 548 | /src/Core/Image/ImageFormatConfiguration.php |
| 549 | /src/Core/Image/ImageFormatConfigurationInterface.php |
| 550 | /classes/ImageType.php |
| 551 | /classes/ProductPresenterFactory.php |
| 552 | /src/Core/Product/ProductPresentationSettings.php |
| 553 | /src/Core/Product/ProductExtraContentFinder.php |
| 554 | /src/PrestaShopBundle/Service/Hook/HookFinder.php |
| 555 | /classes/Pack.php |
| 556 | /src/Adapter/HookManager.php |
| 557 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php |
| 558 | /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php |
| 559 | /src/Core/Localization/CLDR/ComputingPrecision.php |
| 560 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
| 561 | /classes/order/Order.php |
| 562 | /src/Adapter/Presenter/Product/ProductPresenter.php |
| 563 | /src/Adapter/Product/PriceFormatter.php |
| 564 | /src/Adapter/Product/ProductColorsRetriever.php |
| 565 | /src/Adapter/Presenter/Product/ProductLazyArray.php |
| 566 | /classes/Image.php |
| 567 | /modules/productcomments/productcomments.php |
| 568 | /src/Adapter/ContainerFinder.php |
| 569 | /modules/productcomments/src/Repository/ProductCommentRepository.php |
| 570 | /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php |
| 571 | /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php |
| 572 | /vendor/doctrine/doctrine-bundle/Registry.php |
| 573 | /vendor/symfony/doctrine-bridge/ManagerRegistry.php |
| 574 | /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php |
| 575 | /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php |
| 576 | /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php |
| 577 | /vendor/doctrine/dbal/src/Logging/LoggerChain.php |
| 578 | /vendor/doctrine/dbal/src/Logging/SQLLogger.php |
| 579 | /vendor/symfony/doctrine-bridge/Logger/DbalLogger.php |
| 580 | /vendor/doctrine/dbal/src/Logging/DebugStack.php |
| 581 | /vendor/doctrine/doctrine-bundle/ConnectionFactory.php |
| 582 | /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php |
| 583 | /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php |
| 584 | /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php |
| 585 | /vendor/doctrine/event-manager/src/EventManager.php |
| 586 | /vendor/doctrine/dbal/src/DriverManager.php |
| 587 | /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php |
| 588 | /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php |
| 589 | /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php |
| 590 | /vendor/doctrine/dbal/src/Driver.php |
| 591 | /src/PrestaShopBundle/Doctrine/DatabaseConnection.php |
| 592 | /vendor/doctrine/dbal/src/Connection.php |
| 593 | /vendor/doctrine/dbal/src/ArrayParameterType.php |
| 594 | /vendor/doctrine/dbal/src/ParameterType.php |
| 595 | /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php |
| 596 | /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php |
| 597 | /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php |
| 598 | /vendor/doctrine/dbal/src/Driver/PDO/Connection.php |
| 599 | /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php |
| 600 | /vendor/doctrine/dbal/src/Driver/Connection.php |
| 601 | /vendor/doctrine/dbal/src/Events.php |
| 602 | /vendor/doctrine/dbal/src/Platforms/MariaDb1010Platform.php |
| 603 | /vendor/doctrine/dbal/src/Platforms/MariaDb1060Platform.php |
| 604 | /vendor/doctrine/dbal/src/Platforms/MariaDb1052Platform.php |
| 605 | /vendor/doctrine/dbal/src/Platforms/MariaDb1043Platform.php |
| 606 | /vendor/doctrine/dbal/src/Platforms/MariaDb1027Platform.php |
| 607 | /vendor/doctrine/dbal/src/Platforms/MariaDBPlatform.php |
| 608 | /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php |
| 609 | /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php |
| 610 | /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php |
| 611 | /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php |
| 612 | /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php |
| 613 | /vendor/doctrine/dbal/src/Types/Types.php |
| 614 | /vendor/doctrine/dbal/src/Types/Type.php |
| 615 | /vendor/doctrine/dbal/src/Types/ArrayType.php |
| 616 | /vendor/doctrine/dbal/src/Types/AsciiStringType.php |
| 617 | /vendor/doctrine/dbal/src/Types/StringType.php |
| 618 | /vendor/doctrine/dbal/src/Types/BigIntType.php |
| 619 | /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php |
| 620 | /vendor/doctrine/dbal/src/Types/BinaryType.php |
| 621 | /vendor/doctrine/dbal/src/Types/BlobType.php |
| 622 | /vendor/doctrine/dbal/src/Types/BooleanType.php |
| 623 | /vendor/doctrine/dbal/src/Types/DateType.php |
| 624 | /vendor/doctrine/dbal/src/Types/DateImmutableType.php |
| 625 | /vendor/doctrine/dbal/src/Types/DateIntervalType.php |
| 626 | /vendor/doctrine/dbal/src/Types/DateTimeType.php |
| 627 | /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php |
| 628 | /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php |
| 629 | /vendor/doctrine/dbal/src/Types/DateTimeTzType.php |
| 630 | /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php |
| 631 | /vendor/doctrine/dbal/src/Types/DecimalType.php |
| 632 | /vendor/doctrine/dbal/src/Types/FloatType.php |
| 633 | /vendor/doctrine/dbal/src/Types/GuidType.php |
| 634 | /vendor/doctrine/dbal/src/Types/IntegerType.php |
| 635 | /vendor/doctrine/dbal/src/Types/JsonType.php |
| 636 | /vendor/doctrine/dbal/src/Types/ObjectType.php |
| 637 | /vendor/doctrine/dbal/src/Types/SimpleArrayType.php |
| 638 | /vendor/doctrine/dbal/src/Types/SmallIntType.php |
| 639 | /vendor/doctrine/dbal/src/Types/TextType.php |
| 640 | /vendor/doctrine/dbal/src/Types/TimeType.php |
| 641 | /vendor/doctrine/dbal/src/Types/TimeImmutableType.php |
| 642 | /vendor/doctrine/dbal/src/Types/TypeRegistry.php |
| 643 | /modules/productcomments/src/Entity/ProductComment.php |
| 644 | /vendor/doctrine/orm/src/Proxy/Proxy.php |
| 645 | /vendor/doctrine/common/src/Proxy/Proxy.php |
| 646 | /vendor/doctrine/persistence/src/Persistence/Proxy.php |
| 647 | /vendor/doctrine/orm/src/Proxy/InternalProxy.php |
| 648 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php |
| 649 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php |
| 650 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |
| 651 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php |
| 652 | /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php |
| 653 | /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php |
| 654 | /vendor/doctrine/orm/src/Mapping/NamingStrategy.php |
| 655 | /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php |
| 656 | /vendor/doctrine/orm/src/Internal/SQLResultCasing.php |
| 657 | /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php |
| 658 | /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php |
| 659 | /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php |
| 660 | /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php |
| 661 | /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php |
| 662 | /vendor/doctrine/orm/src/Repository/RepositoryFactory.php |
| 663 | /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php |
| 664 | /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php |
| 665 | /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php |
| 666 | /vendor/doctrine/orm/src/Mapping/ClassMetadata.php |
| 667 | /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php |
| 668 | /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php |
| 669 | /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php |
| 670 | /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php |
| 671 | /vendor/doctrine/orm/src/UnitOfWork.php |
| 672 | /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php |
| 673 | /vendor/doctrine/orm/src/Event/ListenersInvoker.php |
| 674 | /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php |
| 675 | /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php |
| 676 | /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php |
| 677 | /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php |
| 678 | /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php |
| 679 | /vendor/doctrine/orm/src/Proxy/ProxyFactory.php |
| 680 | /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php |
| 681 | /vendor/doctrine/common/src/Proxy/ProxyGenerator.php |
| 682 | /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php |
| 683 | /vendor/doctrine/lexer/src/Token.php |
| 684 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
| 685 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php |
| 686 | /vendor/doctrine/orm/src/Mapping/Table.php |
| 687 | /vendor/doctrine/orm/src/Mapping/MappingAttribute.php |
| 688 | /vendor/doctrine/orm/src/Mapping/Annotation.php |
| 689 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php |
| 690 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php |
| 691 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php |
| 692 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php |
| 693 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php |
| 694 | /vendor/doctrine/orm/src/Mapping/Entity.php |
| 695 | /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php |
| 696 | /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php |
| 697 | /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php |
| 698 | /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php |
| 699 | /vendor/doctrine/orm/src/Mapping/Id.php |
| 700 | /vendor/doctrine/orm/src/Mapping/Column.php |
| 701 | /vendor/doctrine/orm/src/Mapping/GeneratedValue.php |
| 702 | /vendor/doctrine/orm/src/Id/IdentityGenerator.php |
| 703 | /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php |
| 704 | /vendor/doctrine/orm/src/Events.php |
| 705 | /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php |
| 706 | /vendor/doctrine/dbal/src/Query/QueryBuilder.php |
| 707 | /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php |
| 708 | /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php |
| 709 | /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php |
| 710 | /vendor/doctrine/dbal/src/Query/SelectQuery.php |
| 711 | /vendor/doctrine/dbal/src/Query/Limit.php |
| 712 | /vendor/doctrine/dbal/src/SQL/Parser.php |
| 713 | /vendor/doctrine/dbal/src/ExpandArrayParameters.php |
| 714 | /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php |
| 715 | /vendor/doctrine/dbal/src/Driver/PDO/Statement.php |
| 716 | /vendor/doctrine/dbal/src/Driver/Statement.php |
| 717 | /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php |
| 718 | /vendor/doctrine/dbal/src/Driver/PDO/Result.php |
| 719 | /vendor/doctrine/dbal/src/Driver/Result.php |
| 720 | /vendor/doctrine/dbal/src/Result.php |
| 721 | /vendor/doctrine/dbal/src/FetchMode.php |
| 722 | /classes/ProductAssembler.php |
| 723 | /src/Core/Product/Search/ProductSearchContext.php |
| 724 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
| 725 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
| 726 | /classes/Gender.php |
| 727 | /src/Core/Domain/Title/ValueObject/Gender.php |
| 728 | /classes/Risk.php |
| 729 | /classes/Meta.php |
| 730 | /classes/State.php |
| 731 | /src/Core/Security/PasswordPolicyConfiguration.php |
| 732 | /src/Core/Configuration/DataConfigurationInterface.php |
| 733 | /src/Core/Security/Hashing.php |
| 734 | /src/Core/Filter/FrontEndObject/MainFilter.php |
| 735 | /src/Core/Filter/FilterInterface.php |
| 736 | /src/Core/Filter/FrontEndObject/CartFilter.php |
| 737 | /src/Core/Filter/HashMapWhitelistFilter.php |
| 738 | /src/Core/Filter/CollectionFilter.php |
| 739 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
| 740 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
| 741 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
| 742 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
| 743 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
| 744 | /modules/ps_shoppingcart/ps_shoppingcart.php |
| 745 | /modules/ps_searchbar/ps_searchbar.php |
| 746 | /modules/ps_imageslider/ps_imageslider.php |
| 747 | /modules/ps_imageslider/Ps_HomeSlide.php |
| 748 | /modules/ps_googleanalytics/ps_googleanalytics.php |
| 749 | /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php |
| 750 | /modules/ps_googleanalytics/classes/Hook/HookInterface.php |
| 751 | /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php |
| 752 | /modules/psxmarketingwithgoogle/translations/fr.php |
| 753 | /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php |
| 754 | /modules/ps_classic_edition/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php |
| 755 | /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php |
| 756 | /var/cache/dev/PsxmarketingwithgoogleFrontContainer.php |
| 757 | /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php |
| 758 | /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php |
| 759 | /modules/psxmarketingwithgoogle/classes/config/Config.php |
| 760 | /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php |
| 761 | /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php |
| 762 | /classes/Smarty/SmartyDevTemplate.php |
| 763 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
| 764 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/b2/b7/3f/b2b73f9ab1cb01f5c6ba0afa66399e8ce7f41ce1_2.file.product.tpl.php |
| 765 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
| 766 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
| 767 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/22/9f/68/229f68495977e33cc5efe3ce5caa3a6101d0af93_2.file.layout-full-width.tpl.php |
| 768 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/8f/d4/ba/8fd4ba8fc5a6452f71a7cf5621daf03f5db76709_2.file.layout-both-columns.tpl.php |
| 769 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/f1/79/f7/f179f713cf222fb8abdf2e2bd8c98ce23d3ec425_2.file.helpers.tpl.php |
| 770 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
| 771 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/98/b8/dc/98b8dc1d761df410ca182a14b58a8bb7a3e7ad83_2.file.head.tpl.php |
| 772 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/cb/48/3c/cb483ca7a7edf0fb3aa97ca049db0e80546a8d65_2.file.preload.tpl.php |
| 773 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
| 774 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php |
| 775 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/2d/2c/e1/2d2ce1ac3fcc29d4e174eb57835135e6de843b57_2.file.preload.html.php |
| 776 | /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php |
| 777 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
| 778 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/7c/89/8f/7c898f6989a6befd46df3234adc558034a1f6069_2.file.head-jsonld.tpl.php |
| 779 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/91/3e/5b/913e5b976fd2923cf94a0a4e112f5c24e060a789_2.file.product-jsonld.tpl.php |
| 780 | /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php |
| 781 | /vendor/smarty/smarty/libs/plugins/modifier.date_format.php |
| 782 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
| 783 | /vendor/smarty/smarty/libs/plugins/modifier.escape.php |
| 784 | /vendor/smarty/smarty/libs/plugins/shared.make_timestamp.php |
| 785 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/3f/dc/3a/3fdc3abc2f8cdf2141997dd2073e4c3fd2c6fe0c_2.file.pagination-seo.tpl.php |
| 786 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/f1/e5/3f/f1e53ffeaae990574af29205ee0133113496ebf5_2.file.stylesheets.tpl.php |
| 787 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/91/75/ea/9175ea47ba15b1901d5d6c8f7d85765a6784158d_2.file.javascript.tpl.php |
| 788 | /classes/ProductDownload.php |
| 789 | /src/Core/Cart/Calculator.php |
| 790 | /src/Core/Cart/CartRowCollection.php |
| 791 | /src/Core/Cart/Fees.php |
| 792 | /src/Core/Cart/AmountImmutable.php |
| 793 | /src/Core/Cart/CartRuleCollection.php |
| 794 | /src/Core/Cart/CartRuleCalculator.php |
| 795 | /src/Adapter/Product/PriceCalculator.php |
| 796 | /src/Core/Cart/CartRow.php |
| 797 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/76/84/0d/76840da5b27a4aca52fcba53c6d9b93095950753_2.file.product-activation.tpl.php |
| 798 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/5d/03/d2/5d03d28a48623de899b90ef989ba4b872abe3e44_2.file.header.tpl.php |
| 799 | /modules/ps_contactinfo/ps_contactinfo.php |
| 800 | /var/cache/dev/smarty/compile/hummingbird/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php |
| 801 | /modules/ps_languageselector/ps_languageselector.php |
| 802 | /modules/ps_currencyselector/ps_currencyselector.php |
| 803 | /modules/ps_customersignin/ps_customersignin.php |
| 804 | /var/cache/dev/smarty/compile/hummingbird/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php |
| 805 | /var/cache/dev/smarty/compile/hummingbird/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php |
| 806 | /modules/ps_mainmenu/ps_mainmenu.php |
| 807 | /modules/ps_mainmenu/ps_menutoplinks.class.php |
| 808 | /var/cache/dev/smarty/compile/hummingbird/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php |
| 809 | /var/cache/dev/smarty/compile/hummingbird/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php |
| 810 | /modules/pagesnotfound/pagesnotfound.php |
| 811 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/b2/b1/c3/b2b1c3f6a8ca0c6447c660103a1937b9385a04d5_2.file.breadcrumb.tpl.php |
| 812 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/8b/f7/13/8bf7138814da18609f4a037c1a4765cd7c4f9b6d_2.file.notifications.tpl.php |
| 813 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/e0/6b/6a/e06b6ac1570a6e8a7902b1e456fb17571426b35b_2.file.product-cover-thumbnails.tpl.php |
| 814 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/0b/1b/4b/0b1b4b0f18558fb42fb17d0627f4c73a9b08b160_2.file.product-flags.tpl.php |
| 815 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/ba/a9/79/baa9794e979ae0e1ef256f6e7078a8023ddb1d0c_2.file.product-images-modal.tpl.php |
| 816 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/13/7f/13/137f138febea48df71696afcb3fa04ac02f4671f_2.file.product-prices.tpl.php |
| 817 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/61/22/92/612292b2f9d601472cac008c7a1baf9b4537ffd0_2.file.product-variants.tpl.php |
| 818 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c7/ac/71/c7ac716ef9fde4e16271b9ee76ba86fa8b8cb7d5_2.file.product-discounts.tpl.php |
| 819 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c3/ef/0b/c3ef0b393fa05c6db662ad6f19a2452eb78ff417_2.file.product-add-to-cart.tpl.php |
| 820 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c5/a0/21/c5a021da5aa7f2a779dda1090307311612ccbac9_2.file.qty-input.tpl.php |
| 821 | /src/Core/Domain/Product/ProductCustomizabilitySettings.php |
| 822 | /var/cache/dev/smarty/compile/hummingbird/49/bc/48/49bc487e130c1ef7030f1b21969ba3d3687428ec_2.module.blockwishlistviewstemplateshookproductaddbutton.tpl.php |
| 823 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/2e/df/e5/2edfe5ec4fa126c476494be0e332fd699d22884d_2.file.product-additional-info.tpl.php |
| 824 | /modules/ps_sharebuttons/ps_sharebuttons.php |
| 825 | /var/cache/dev/smarty/compile/hummingbird/ce/90/8e/ce908e3af500ef88d0be39d6badc82307b6995cd_2.module.ps_sharebuttonsviewstemplateshookps_sharebuttons.tpl.php |
| 826 | /var/cache/dev/smarty/compile/hummingbird/e9/ad/aa/e9adaa6b1f918356bc85ad616a1c5a45a2b6a2f6_2.module.productcommentsviewstemplateshookproductadditionalinfo.tpl.php |
| 827 | /modules/ps_viewedproduct/ps_viewedproduct.php |
| 828 | /modules/blockreassurance/classes/ReassuranceActivity.php |
| 829 | /var/cache/dev/smarty/compile/hummingbird/2e/cd/81/2ecd81e2db36ac12314494b2033250dde5e03144_2.file.displayBlockProduct.tpl.php |
| 830 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/60/b8/51/60b8518e6dccc33f6dc4bdc70bc3484130c1e108_2.file.product-details.tpl.php |
| 831 | /classes/Feature.php |
| 832 | /var/cache/dev/smarty/compile/59/94/85/5994852a9960d76ab827d262a62165c31e86d3b8_2.module.productcommentsviewstemplateshookproductcommentslist.tpl.php |
| 833 | /var/cache/dev/smarty/compile/03/23/54/03235412c82fe3af55539163b9c3686a7a1ffea4_2.module.productcommentsviewstemplateshookaveragegradestars.tpl.php |
| 834 | /vendor/smarty/smarty/libs/plugins/modifier.number_format.php |
| 835 | /var/cache/dev/smarty/compile/86/a3/fb/86a3fbdbbaf4c17b3f3d70f925fe6312d03f2c1c_2.module.productcommentsviewstemplateshookproductcommentitemprototype.tpl.php |
| 836 | /var/cache/dev/smarty/compile/25/6c/91/256c91bbbc34315fb93df279a63aced553c714da_2.module.productcommentsviewstemplateshookemptyproductcomment.tpl.php |
| 837 | /var/cache/dev/smarty/compile/53/d0/20/53d020846923f4e549f38bd47e8a8005fe0312d9_2.module.productcommentsviewstemplateshookalertmodal.tpl.php |
| 838 | /var/cache/dev/smarty/compile/39/8a/01/398a01900f4d6cf86662af00f918b37d4904287d_2.module.productcommentsviewstemplateshookconfirmmodal.tpl.php |
| 839 | /modules/productcomments/src/Repository/ProductCommentCriterionRepository.php |
| 840 | /modules/productcomments/src/Entity/ProductCommentCriterion.php |
| 841 | /vendor/doctrine/orm/src/Mapping/OneToMany.php |
| 842 | /modules/productcomments/src/Entity/ProductCommentCriterionLang.php |
| 843 | /var/cache/dev/smarty/compile/ab/78/f8/ab78f8c8f8f941a231f6eb727d07d151a3efcbc2_2.module.productcommentsviewstemplateshookpostcommentmodal.tpl.php |
| 844 | /modules/psgdpr/psgdpr.php |
| 845 | /modules/psgdpr/translations/fr.php |
| 846 | /modules/ps_categoryproducts/ps_categoryproducts.php |
| 847 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php |
| 848 | /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php |
| 849 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php |
| 850 | /var/cache/dev/smarty/cache/ps_categoryproducts/12/9/1/1/1/8/hummingbird/a4/3a/4d/a43a4dd064048161878f8d2ff7211c73dea611e0.ps_categoryproductsviewstemplateshookps_categoryproducts.tpl.php |
| 851 | /modules/ps_googleanalytics/classes/Hook/HookDisplayFooterProduct.php |
| 852 | /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php |
| 853 | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php |
| 854 | /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php |
| 855 | /modules/ps_crossselling/ps_crossselling.php |
| 856 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/8c/09/02/8c09024bfc0b14985fc58396c6d2c2aa8c7e4063_2.file.footer.tpl.php |
| 857 | /var/cache/dev/smarty/compile/hummingbird/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php |
| 858 | /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/8/hummingbird/dc/b7/67/dcb767096d2fa46c84959e8776432e3b8fcb1f4e.ps_socialfollowps_socialfollow.tpl.php |
| 859 | /modules/ps_linklist/ps_linklist.php |
| 860 | /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php |
| 861 | /modules/ps_linklist/src/Filter/LinkFilter.php |
| 862 | /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php |
| 863 | /modules/ps_linklist/src/Filter/RouteFilterInterface.php |
| 864 | /modules/ps_linklist/src/LegacyLinkBlockRepository.php |
| 865 | /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/8/hummingbird/c1/74/81/c174819beeb51572f4dd58ebc362119e62ab2e1d.ps_linklistviewstemplateshooklinkblock.tpl.php |
| 866 | /modules/ps_customeraccountlinks/ps_customeraccountlinks.php |
| 867 | /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/8/hummingbird/a6/86/bc/a686bcedbdf46faca17e93b4c38f87fb0199e32b.ps_customeraccountlinksps_customeraccountlinks.tpl.php |
| 868 | /var/cache/dev/smarty/compile/hummingbird/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php |
| 869 | /vendor/smarty/smarty/libs/plugins/function.mailto.php |
| 870 | /var/cache/dev/smarty/compile/hummingbird/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php |
| 871 | /var/cache/dev/smarty/compile/hummingbird/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php |
| 872 | /var/cache/dev/smarty/compile/hummingbird/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php |
| 873 | /var/cache/dev/smarty/compile/hummingbird/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php |
| 874 | /var/cache/dev/smarty/compile/hummingbird/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php |
| 875 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/11/77/7b/11777bf4a89b150efd20c7b7978c48033f760e29_2.file.page-loader.tpl.php |
| 876 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/33/6c/74/336c741b02659816b7b6471eaa4ab27285653fd4_2.file.toast-container.tpl.php |
| 877 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/58/e6/f5/58e6f5f494b6d6eb6f29df824487d1c9a7ab2fc6_2.file.toast.tpl.php |
| 878 | /var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/ad/57/28/ad57282e3532a2a47fc5f929c1a47608bdbeede3_2.file.password-policy-template.tpl.php |
| 879 | /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php |
| 880 | /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php |
| 881 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php |
| 882 | /modules/statsdata/statsdata.php |
| 883 | /classes/Connection.php |
| 884 | /classes/ConnectionsSource.php |
Commentaires (0)
Votre avis ne peut pas être envoyé
Signaler le commentaire
Signalement envoyé
Votre signalement ne peut pas être envoyé