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 | 369.412 ms |
| Querying Time | 45 ms |
| Queries | 153 |
| Memory Peak Usage | 39.4 Mb |
| Included Files | 887 files - 10.06 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 | 151.372 ms | 151.372 ms | 20.82 Mb | 21.3 Mb |
| __construct | 0.040 ms | 151.412 ms | - Mb | 21.3 Mb |
| init | 46.234 ms | 197.646 ms | 4.37 Mb | 25.6 Mb |
| checkAccess | 0.001 ms | 197.647 ms | - Mb | 25.6 Mb |
| setMedia | 7.599 ms | 205.246 ms | 0.91 Mb | 26.3 Mb |
| postProcess | 0.008 ms | 205.254 ms | - Mb | 26.3 Mb |
| initHeader | 0.002 ms | 205.256 ms | - Mb | 26.3 Mb |
| initContent | 93.678 ms | 298.934 ms | 6.46 Mb | 32.6 Mb |
| initFooter | 0.002 ms | 298.936 ms | - Mb | 32.6 Mb |
| display | 70.476 ms | 369.412 ms | 6.58 Mb | 39.4 Mb |
| Hook | Time | Memory Usage |
|---|---|---|
| FilterProductContent | 32.928 ms | 3.42 Mb |
| DisplayFooterProduct | 11.919 ms | 0.66 Mb |
| displayFooterProduct | 11.196 ms | 1.56 Mb |
| DisplayBeforeBodyClosingTag | 4.212 ms | 0.29 Mb |
| displayNav2 | 2.627 ms | 0.25 Mb |
| displayProductAdditionalInfo | 2.355 ms | 0.21 Mb |
| DisplayHeader | 2.341 ms | 0.13 Mb |
| displayFooter | 2.329 ms | 0.18 Mb |
| displayTop | 1.952 ms | 0.22 Mb |
| displayNav1 | 1.485 ms | 0.07 Mb |
| displayFooterBefore | 1.299 ms | 0.13 Mb |
| DisplayFooter | 1.152 ms | 0.11 Mb |
| DisplayReassurance | 0.991 ms | 0.08 Mb |
| ActionFrontControllerSetMedia | 0.861 ms | 0.08 Mb |
| ActionDispatcherBefore | 0.390 ms | 0.01 Mb |
| DisplayProductActions | 0.243 ms | 0.01 Mb |
| DisplayTop | 0.049 ms | - Mb |
| DisplayAfterBodyOpeningTag | 0.006 ms | - Mb |
| DisplayNavFullWidth | 0.005 ms | - Mb |
| DisplayProductAdditionalInfo | 0.005 ms | - Mb |
| DisplayFooterBefore | 0.005 ms | - Mb |
| DisplayFooterAfter | 0.004 ms | - Mb |
| 22 hook(s) | 78.355 ms | 7.40 Mb |
| Module | Time | Memory Usage |
|---|---|---|
| ps_mbo | 17.731 ms | 2.63 Mb |
| blockwishlist | 3.031 ms | 0.29 Mb |
| ps_emailsubscription | 2.693 ms | 0.29 Mb |
| ps_socialfollow | 1.087 ms | 0.13 Mb |
| ps_emailalerts | 2.209 ms | 0.27 Mb |
| blockreassurance | 1.673 ms | 0.18 Mb |
| productcomments | 46.136 ms | 4.26 Mb |
| ps_shoppingcart | 1.368 ms | 0.12 Mb |
| ps_searchbar | 1.191 ms | 0.08 Mb |
| ps_imageslider | 2.014 ms | 0.27 Mb |
| ps_googleanalytics | 2.454 ms | 0.18 Mb |
| psxmarketingwithgoogle | 2.278 ms | 0.17 Mb |
| ps_contactinfo | 2.716 ms | 0.16 Mb |
| ps_languageselector | 0.597 ms | 0.06 Mb |
| ps_currencyselector | 0.856 ms | 0.09 Mb |
| ps_customersignin | 1.028 ms | 0.10 Mb |
| ps_mainmenu | 3.840 ms | 0.44 Mb |
| pagesnotfound | 0.456 ms | 0.05 Mb |
| ps_sharebuttons | 1.453 ms | 0.14 Mb |
| ps_viewedproduct | 1.409 ms | 0.22 Mb |
| psgdpr | 2.265 ms | 0.30 Mb |
| ps_categoryproducts | 10.482 ms | 1.49 Mb |
| ps_crossselling | 1.296 ms | 0.13 Mb |
| ps_linklist | 1.957 ms | 0.17 Mb |
| ps_customeraccountlinks | 1.086 ms | 0.16 Mb |
| statsdata | 3.995 ms | 0.28 Mb |
| 26 module(s) | 117.302 ms | 12.66 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 |
3.922 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` |
3.209 ms | 365 | Yes | Yes | /classes/Hook.php:1514 |
| 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 |
2.241 ms | 380 | /classes/Hook.php:517 | ||
| 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` = 14 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none' GROUP BY product_shop.id_product ORDER BY pl.`name` |
2.214 ms | 1 | Yes | Yes | /classes/Product.php:4420 |
| 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`) |
1.307 ms | 411 | /classes/Configuration.php:182 | ||
| 12 | SELECT SQL_NO_CACHE lower(name) as name FROM `ps_hook` h WHERE (h.active = 1) |
1.230 ms | 1060 | /classes/Hook.php:1622 | ||
| 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` = 14 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.949 ms | 1 | Yes | Yes | /classes/Product.php:4315 |
| 16 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.829 ms | 1060 | /classes/Hook.php:1582 | ||
| 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.733 ms | 1 | Yes | Yes | /classes/Category.php:924 |
| 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` = 14 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` = 14 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.639 ms | 0 | /classes/Cart.php:1421 | ||
| 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` = 14 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` = 14 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.633 ms | 0 | /classes/Cart.php:1421 | ||
| 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.604 ms | 39 | Yes | /classes/Dispatcher.php:634 | |
| 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` = 14 |
0.571 ms | 1 | /classes/Product.php:7172 | ||
| 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.541 ms | 3 | Yes | Yes | /classes/Category.php:1148 |
| 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 = 14 ORDER BY f.position ASC, fvl.value ASC |
0.535 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` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.534 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` = 14 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` = 14) as q LIMIT 1 |
0.518 ms | 0 | /classes/Cart.php:4826 | ||
| 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.501 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 (14) AND cl.`id_lang` = 1 ORDER BY c.`level_depth` DESC |
0.491 ms | 2 | Yes | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109 | |
| 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.442 ms | 73 | /classes/module/Module.php:345 | ||
| 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.428 ms | 1 | Yes | /classes/shop/Shop.php:1395 | |
| 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.389 ms | 73 | /classes/module/Module.php:345 | ||
| 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.387 ms | 1 | /classes/tax/TaxRulesTaxManager.php:109 | ||
| 69 | SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.364 ms | 16 | /classes/ImageType.php:161 | ||
| 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.329 ms | 1 | /classes/Language.php:1205 | ||
| 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.326 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` = 14 ORDER BY `position` |
0.307 ms | 1 | Yes | /classes/Product.php:3265 | |
| 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.288 ms | 3 | Yes | /modules/blockreassurance/classes/ReassuranceActivity.php:159 | |
| 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.271 ms | 1 | /classes/Cart.php:3966 | ||
| 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 = 14
AND DATEDIFF("2026-09-07 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.269 ms | 0 | /classes/Product.php:1686 | ||
| 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 = 14
AND DATEDIFF("2026-09-07 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.264 ms | 0 | /classes/Product.php:1686 | ||
| 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.264 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 68 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.264 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 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.262 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 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` = 14) |
0.260 ms | 1 | /classes/Product.php:3577 | ||
| 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` = 14 AND image_shop.`cover` = 1 LIMIT 1 |
0.249 ms | 1 | /classes/Product.php:3290 | ||
| 148 | SELECT SQL_NO_CACHE `id_guest` FROM `ps_connections` WHERE `id_guest` = 2649 AND `date_add` > '2026-09-07 11:13:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 |
0.247 ms | 1 | Yes | /classes/Connection.php:168 | |
| 147 | INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.246 ms | 1 | /classes/ObjectModel.php:543 | ||
| 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.245 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 14 | SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.245 ms | 86 | /classes/Hook.php:322 | ||
| 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.242 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 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 = 14 LIMIT 1 |
0.229 ms | 1 | /classes/Product.php:1077 | ||
| 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.225 ms | 2 | Yes | /classes/PrestaShopCollection.php:383 | |
| 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.224 ms | 0 | /classes/tax/TaxRulesTaxManager.php:109 | ||
| 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.220 ms | 1 | /classes/shop/Shop.php:222 | ||
| 10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM ps_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.219 ms | 1 | /classes/shop/ShopUrl.php:182 | ||
| 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` = 14 AND ctg.`id_group` = 1 LIMIT 1 |
0.213 ms | 2 | /classes/Product.php:6443 | ||
| 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.206 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 129 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categoryproducts" LIMIT 1 |
0.203 ms | 1 | /classes/module/Module.php:2758 | ||
| 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`=14 |
0.202 ms | 1 | /classes/Tag.php:243 | ||
| 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.201 ms | 1 | /classes/Language.php:1069 | ||
| 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 (14) ORDER BY o.id_order DESC LIMIT 400 |
0.200 ms | 1 | Yes | /modules/ps_crossselling/ps_crossselling.php:257 | |
| 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` = 14 |
0.195 ms | 1 | /classes/Product.php:7105 | ||
| 21 | SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.194 ms | 86 | /classes/Hook.php:376 | ||
| 24 | SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.194 ms | 1 | Yes | /classes/Currency.php:709 | |
| 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` = 14 |
0.193 ms | 1 | /classes/Product.php:7105 | ||
| 85 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.191 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 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.191 ms | 1 | /classes/Currency.php:1122 | ||
| 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` = 14 AND il.`id_lang` = 1 ORDER by i.`position` |
0.190 ms | 2 | Yes | /classes/Product.php:2647 | |
| 152 | INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('2669', '', 'presta9demo.e-frogg.net/14-illustration-vectorielle-colibri.html', '', '2026-09-07 11:43:18') |
0.187 ms | 1 | /classes/ObjectModel.php:543 | ||
| 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.186 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 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.185 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 54 | SELECT SQL_NO_CACHE SUM(quantity) FROM `ps_stock_available` WHERE (id_product = 14) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.183 ms | 1 | /classes/stock/StockAvailable.php:269 | ||
| 87 | SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`) FROM `ps_pack` a WHERE a.`id_product_item` = 14 LIMIT 1 |
0.180 ms | 1 | /classes/Pack.php:441 | ||
| 47 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.177 ms | 1 | /classes/SpecificPrice.php:423 | ||
| 91 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.174 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 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.172 ms | 1 | /src/Adapter/Presenter/Product/ProductLazyArray.php:633 | ||
| 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.169 ms | 1 | /modules/ps_mbo/ps_mbo.php:324 | ||
| 145 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 8 LIMIT 1 |
0.168 ms | 1 | /classes/Country.php:405 | ||
| 102 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.165 ms | 1 | /classes/module/Module.php:2758 | ||
| 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.162 ms | 1 | /classes/Category.php:1371 | ||
| 114 | SELECT SQL_NO_CACHE SUM(`quantity`) FROM `ps_cart_product` WHERE `id_cart` = 0 LIMIT 1 |
0.162 ms | 1 | /classes/Cart.php:1295 | ||
| 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 | ||
| 150 | SELECT SQL_NO_CACHE `id_page` FROM `ps_page` WHERE `id_page_type` = 3 AND `id_object` = 14 LIMIT 1 |
0.160 ms | 1 | /classes/Page.php:83 | ||
| 115 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.155 ms | 1 | /classes/module/Module.php:2758 | ||
| 37 | SELECT SQL_NO_CACHE `name` FROM `ps_manufacturer` WHERE `id_manufacturer` = 2 AND `active` = 1 LIMIT 1 |
0.153 ms | 1 | /classes/Manufacturer.php:310 | ||
| 89 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.151 ms | 0 | /classes/module/Module.php:2758 | ||
| 137 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.151 ms | 1 | /classes/module/Module.php:2758 | ||
| 63 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth` FROM `ps_category` c WHERE (c.`id_category` = 2) LIMIT 1 |
0.151 ms | 1 | /classes/Category.php:1946 | ||
| 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.150 ms | 1 | /modules/ps_mbo/ps_mbo.php:324 | ||
| 3 | SELECT SQL_NO_CACHE * FROM `ps_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.149 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 59 | SELECT SQL_NO_CACHE id_shop FROM `ps_product_shop` WHERE `id_product` = 14 AND id_shop = 1 LIMIT 1 |
0.149 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 29 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT 1 |
0.148 ms | 1 | /classes/Language.php:872 | ||
| 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` = 14 |
0.148 ms | 1 | /classes/Product.php:7105 | ||
| 26 | SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.146 ms | 1 | /classes/shop/Shop.php:1214 | ||
| 25 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT 1 |
0.146 ms | 1 | /classes/Language.php:872 | ||
| 31 | SELECT SQL_NO_CACHE * FROM `ps_currency_lang` WHERE `id_currency` = 1 |
0.146 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 146 | SELECT SQL_NO_CACHE data FROM `ps_ganalytics_data` WHERE id_cart = 0 AND id_shop = 1 LIMIT 1 |
0.146 ms | 0 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43 | ||
| 17 | SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.143 ms | 1 | /classes/module/Module.php:2146 | ||
| 141 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.143 ms | 1 | /classes/module/Module.php:2758 | ||
| 143 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.142 ms | 1 | /classes/module/Module.php:2758 | ||
| 124 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.141 ms | 1 | /classes/module/Module.php:2245 | ||
| 72 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.139 ms | 2 | /classes/SpecificPrice.php:294 | ||
| 105 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.139 ms | 1 | /classes/module/Module.php:2758 | ||
| 7 | SELECT SQL_NO_CACHE * FROM `ps_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.138 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 43 | SELECT SQL_NO_CACHE * FROM `ps_tax` a WHERE (a.`id_tax` = 1) LIMIT 1 |
0.138 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 117 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.138 ms | 1 | /classes/module/Module.php:2758 | ||
| 120 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_sharebuttons" LIMIT 1 |
0.138 ms | 1 | /classes/module/Module.php:2758 | ||
| 27 | SELECT SQL_NO_CACHE c.id_currency FROM `ps_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.136 ms | 1 | /classes/Currency.php:893 | ||
| 103 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.136 ms | 1 | /classes/module/Module.php:2245 | ||
| 125 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_viewedproduct" LIMIT 1 |
0.136 ms | 1 | /classes/module/Module.php:2758 | ||
| 118 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.135 ms | 1 | /classes/module/Module.php:2245 | ||
| 44 | SELECT SQL_NO_CACHE * FROM `ps_tax_lang` WHERE `id_tax` = 1 |
0.133 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 112 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.133 ms | 1 | /classes/module/Module.php:2758 | ||
| 92 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.132 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 123 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.132 ms | 1 | /classes/module/Module.php:2758 | ||
| 38 | SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 2 LIMIT 1 |
0.132 ms | 1 | /classes/Supplier.php:241 | ||
| 107 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.132 ms | 1 | /classes/module/Module.php:2758 | ||
| 116 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.130 ms | 1 | /classes/module/Module.php:2245 | ||
| 48 | SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 14 LIMIT 1 |
0.130 ms | 1 | /classes/SpecificPrice.php:432 | ||
| 151 | INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('2649', '14', '3628718260', '', '1', '1', '2026-09-07 11:43:18') |
0.130 ms | 1 | /classes/ObjectModel.php:543 | ||
| 34 | SELECT SQL_NO_CACHE * FROM `ps_group_lang` WHERE `id_group` = 1 |
0.129 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 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.129 ms | 1 | /src/Adapter/EntityMapper.php:73 | ||
| 41 | SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s |
0.127 ms | 1 | /classes/shop/Shop.php:925 | ||
| 110 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.126 ms | 1 | /classes/module/Module.php:2758 | ||
| 108 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.125 ms | 1 | /classes/module/Module.php:2245 | ||
| 55 | SELECT SQL_NO_CACHE out_of_stock FROM `ps_stock_available` WHERE (id_product = 14) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.124 ms | 1 | /classes/stock/StockAvailable.php:565 | ||
| 50 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ps_product_shop` WHERE `id_product` = 14 AND id_shop=1 LIMIT 1 |
0.123 ms | 1 | /classes/Product.php:6485 | ||
| 106 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.122 ms | 1 | /classes/module/Module.php:2245 | ||
| 132 | SELECT SQL_NO_CACHE p.id_product FROM ps_product p WHERE p.active = 1 |
0.122 ms | 19 | /modules/ps_viewedproduct/ps_viewedproduct.php:317 | ||
| 9 | SELECT SQL_NO_CACHE id_shop FROM `ps_lang_shop` WHERE `id_lang` = 1 AND id_shop = 1 LIMIT 1 |
0.121 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 56 | SELECT SQL_NO_CACHE location FROM `ps_stock_available` WHERE (id_product = 14) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.121 ms | 1 | /classes/stock/StockAvailable.php:593 | ||
| 32 | SELECT SQL_NO_CACHE id_shop FROM `ps_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 |
0.121 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 149 | SELECT SQL_NO_CACHE id_page_type FROM ps_page_type WHERE name = 'product' LIMIT 1 |
0.121 ms | 1 | /classes/Page.php:104 | ||
| 51 | SELECT SQL_NO_CACHE `reduction` FROM `ps_product_group_reduction_cache` WHERE `id_product` = 14 AND `id_group` = 1 LIMIT 1 |
0.120 ms | 0 | /classes/GroupReduction.php:149 | ||
| 134 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_crossselling" LIMIT 1 |
0.120 ms | 1 | /classes/module/Module.php:2758 | ||
| 121 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1 |
0.117 ms | 1 | /classes/module/Module.php:2245 | ||
| 93 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.116 ms | 16 | Yes | /classes/ImageType.php:109 | |
| 126 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 56 AND `id_shop` = 1 LIMIT 1 |
0.116 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.116 ms | 1 | /classes/module/Module.php:2245 | ||
| 22 | SELECT SQL_NO_CACHE `active` FROM `ps_module` WHERE `name` = "ps_mbo" LIMIT 1 |
0.114 ms | 1 | /modules/ps_mbo/ps_mbo.php:314 | ||
| 64 | SELECT SQL_NO_CACHE id_shop FROM `ps_category_shop` WHERE `id_category` = 9 AND id_shop = 1 LIMIT 1 |
0.113 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 113 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.111 ms | 1 | /classes/module/Module.php:2245 | ||
| 98 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM ps_required_field |
0.107 ms | 1 | /classes/ObjectModel.php:1447 | ||
| 133 | SELECT SQL_NO_CACHE p.id_product FROM ps_product p WHERE p.active = 1 |
0.107 ms | 19 | /modules/ps_viewedproduct/ps_viewedproduct.php:317 | ||
| 130 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 47 AND `id_shop` = 1 LIMIT 1 |
0.106 ms | 1 | /classes/module/Module.php:2245 | ||
| 35 | SELECT SQL_NO_CACHE id_shop FROM `ps_group_shop` WHERE `id_group` = 1 AND id_shop = 1 LIMIT 1 |
0.105 ms | 1 | /classes/ObjectModel.php:1584 | ||
| 97 | SELECT SQL_NO_CACHE * FROM `ps_country_lang` WHERE `id_country` = 8 |
0.102 ms | 1 | /src/Adapter/EntityMapper.php:81 | ||
| 104 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 8 LIMIT 1 |
0.100 ms | 1 | /classes/Country.php:405 | ||
| 111 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.099 ms | 1 | /classes/module/Module.php:2245 | ||
| 139 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.096 ms | 1 | /classes/module/Module.php:2758 | ||
| 94 | SELECT SQL_NO_CACHE format FROM `ps_address_format` WHERE `id_country` = 8 LIMIT 1 |
0.093 ms | 1 | /classes/AddressFormat.php:654 | ||
| 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.089 ms | 1 | /classes/SpecificPrice.php:374 | ||
| 142 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.088 ms | 1 | /classes/module/Module.php:2245 | ||
| 73 | SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0 |
0.088 ms | 2 | /classes/SpecificPrice.php:307 | ||
| 52 | SELECT SQL_NO_CACHE `reduction` FROM `ps_group` WHERE `id_group` = 1 LIMIT 1 |
0.085 ms | 1 | /classes/Group.php:154 | ||
| 135 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
0.081 ms | 1 | /classes/module/Module.php:2245 | ||
| 90 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.080 ms | 0 | /classes/module/Module.php:2245 | ||
| 138 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
0.079 ms | 1 | /classes/module/Module.php:2245 | ||
| 76 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `ps_specific_price_priority` WHERE `id_product` = 14 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.077 ms | 0 | /classes/SpecificPrice.php:256 | ||
| 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.076 ms | 1 | /classes/SpecificPrice.php:378 | ||
| 95 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 8 LIMIT 1 |
0.073 ms | 1 | /classes/Country.php:405 | ||
| 140 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1 |
0.073 ms | 1 | /classes/module/Module.php:2245 |
| 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 |
| 1 page_type |
| 1 page |
| Name | Instances | Source |
|---|---|---|
| Country | 8 |
/config/config.inc.php:154 (__construct) [id: 8]
/classes/controller/FrontController.php:317 (__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: 14]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 14] /classes/Meta.php:348 (__construct) [id: 14] /classes/Link.php:112 (__construct) [id: 14] /classes/Link.php:112 (__construct) [id: 14] |
| 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:677 (getCurrencyInstance) [id: 1] |
| Shop | 1 |
/config/config.inc.php:122 (initialize) [id: 1]
|
| Risk | 1 |
/classes/controller/FrontController.php:1641 (__construct) [id: ]
|
| Connection | 1 |
/modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
|
| Guest | 1 |
/modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
|
| Tax | 1 |
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
|
| Gender | 1 |
/classes/controller/FrontController.php:1638 (__construct) [id: 0]
|
| 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 | /src/Core/Session/SessionHandler.php |
| 126 | /src/Core/Session/SessionHandlerInterface.php |
| 127 | /vendor/symfony/http-foundation/Session/Session.php |
| 128 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php |
| 129 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php |
| 130 | /vendor/symfony/http-foundation/Session/SessionBagInterface.php |
| 131 | /vendor/symfony/http-foundation/Session/Flash/FlashBag.php |
| 132 | /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php |
| 133 | /vendor/symfony/http-foundation/Session/SessionBagProxy.php |
| 134 | /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php |
| 135 | /vendor/symfony/http-foundation/Session/SessionInterface.php |
| 136 | /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php |
| 137 | /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php |
| 138 | /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php |
| 139 | /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php |
| 140 | /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php |
| 141 | /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php |
| 142 | /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php |
| 143 | /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php |
| 144 | /config/smarty.config.inc.php |
| 145 | /classes/Smarty/SmartyDev.php |
| 146 | /vendor/smarty/smarty/libs/Smarty.class.php |
| 147 | /vendor/smarty/smarty/libs/functions.php |
| 148 | /vendor/smarty/smarty/libs/Autoloader.php |
| 149 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
| 150 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
| 151 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
| 152 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
| 153 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
| 154 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
| 155 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
| 156 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
| 157 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
| 158 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php |
| 159 | /classes/ImageManager.php |
| 160 | /classes/Product.php |
| 161 | /classes/Profile.php |
| 162 | /classes/Tab.php |
| 163 | /config/smartyfront.config.inc.php |
| 164 | /classes/Smarty/SmartyResourceModule.php |
| 165 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
| 166 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
| 167 | /classes/Smarty/SmartyResourceParent.php |
| 168 | /classes/Smarty/SmartyLazyRegister.php |
| 169 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
| 170 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
| 171 | /classes/Customer.php |
| 172 | /classes/Group.php |
| 173 | /classes/Link.php |
| 174 | /classes/shop/ShopUrl.php |
| 175 | /app/FrontKernel.php |
| 176 | /app/AppKernel.php |
| 177 | /vendor/symfony/http-kernel/Kernel.php |
| 178 | /vendor/symfony/config/ConfigCache.php |
| 179 | /vendor/symfony/config/ResourceCheckerConfigCache.php |
| 180 | /vendor/symfony/config/ConfigCacheInterface.php |
| 181 | /vendor/symfony/http-kernel/KernelInterface.php |
| 182 | /vendor/symfony/http-kernel/HttpKernelInterface.php |
| 183 | /vendor/symfony/http-kernel/RebootableInterface.php |
| 184 | /vendor/symfony/http-kernel/TerminableInterface.php |
| 185 | /vendor/symfony/dotenv/Dotenv.php |
| 186 | /classes/Dispatcher.php |
| 187 | /vendor/symfony/http-foundation/Request.php |
| 188 | /vendor/symfony/http-foundation/AcceptHeader.php |
| 189 | /vendor/symfony/http-foundation/AcceptHeaderItem.php |
| 190 | /vendor/symfony/http-foundation/FileBag.php |
| 191 | /vendor/symfony/http-foundation/HeaderBag.php |
| 192 | /vendor/symfony/http-foundation/HeaderUtils.php |
| 193 | /vendor/symfony/http-foundation/InputBag.php |
| 194 | /vendor/symfony/http-foundation/ServerBag.php |
| 195 | /src/Adapter/SymfonyContainer.php |
| 196 | /config/db_slave_server.inc.php |
| 197 | /src/Adapter/ContainerBuilder.php |
| 198 | /src/Adapter/Environment.php |
| 199 | /src/Core/EnvironmentInterface.php |
| 200 | /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php |
| 201 | /vendor/symfony/config/ResourceCheckerInterface.php |
| 202 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
| 203 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
| 204 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
| 205 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
| 206 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
| 207 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
| 208 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
| 209 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
| 210 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
| 211 | /vendor/symfony/cache/Adapter/ArrayAdapter.php |
| 212 | /vendor/psr/log/src/LoggerAwareTrait.php |
| 213 | /vendor/symfony/cache/Adapter/AdapterInterface.php |
| 214 | /vendor/symfony/cache/CacheItem.php |
| 215 | /vendor/symfony/cache-contracts/ItemInterface.php |
| 216 | /vendor/psr/cache/src/CacheItemInterface.php |
| 217 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
| 218 | /vendor/symfony/cache-contracts/CacheInterface.php |
| 219 | /vendor/psr/log/src/LoggerAwareInterface.php |
| 220 | /vendor/symfony/cache/ResettableInterface.php |
| 221 | /vendor/symfony/service-contracts/ResetInterface.php |
| 222 | /vendor/doctrine/orm/src/Tools/Setup.php |
| 223 | /vendor/doctrine/deprecations/src/Deprecation.php |
| 224 | /vendor/doctrine/orm/src/Configuration.php |
| 225 | /vendor/doctrine/dbal/src/Configuration.php |
| 226 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
| 227 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
| 228 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
| 229 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
| 230 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
| 231 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
| 232 | /vendor/doctrine/lexer/src/AbstractLexer.php |
| 233 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
| 234 | /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php |
| 235 | /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php |
| 236 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
| 237 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
| 238 | /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php |
| 239 | /vendor/symfony/config/Resource/FileResource.php |
| 240 | /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php |
| 241 | /vendor/symfony/config/Resource/ResourceInterface.php |
| 242 | /vendor/symfony/config/Resource/ReflectionClassResource.php |
| 243 | /vendor/symfony/config/Resource/DirectoryResource.php |
| 244 | /var/cache/dev/FrontContainer.php |
| 245 | /src/Adapter/Container/LegacyContainer.php |
| 246 | /vendor/symfony/dependency-injection/Container.php |
| 247 | /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php |
| 248 | /vendor/symfony/dependency-injection/Argument/ServiceLocator.php |
| 249 | /vendor/symfony/dependency-injection/ServiceLocator.php |
| 250 | /vendor/symfony/service-contracts/ServiceLocatorTrait.php |
| 251 | /vendor/psr/container/src/ContainerExceptionInterface.php |
| 252 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
| 253 | /vendor/symfony/service-contracts/ServiceProviderInterface.php |
| 254 | /vendor/psr/container/src/ContainerInterface.php |
| 255 | /vendor/symfony/dependency-injection/ContainerInterface.php |
| 256 | /src/Adapter/Container/LegacyContainerInterface.php |
| 257 | /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php |
| 258 | /vendor/doctrine/orm/src/EntityRepository.php |
| 259 | /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php |
| 260 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
| 261 | /vendor/symfony/var-exporter/LazyProxyTrait.php |
| 262 | /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php |
| 263 | /vendor/symfony/var-exporter/LazyObjectInterface.php |
| 264 | /vendor/symfony/var-exporter/Internal/Hydrator.php |
| 265 | /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php |
| 266 | /vendor/symfony/var-exporter/Internal/LazyObjectState.php |
| 267 | /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php |
| 268 | /vendor/symfony/var-exporter/LazyGhostTrait.php |
| 269 | /src/Core/FeatureFlag/FeatureFlagManager.php |
| 270 | /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php |
| 271 | /src/Core/FeatureFlag/Layer/DbLayer.php |
| 272 | /src/Core/FeatureFlag/TypeLayerInterface.php |
| 273 | /src/Core/FeatureFlag/Layer/DotEnvLayer.php |
| 274 | /src/Core/FeatureFlag/Layer/EnvLayer.php |
| 275 | /src/Core/FeatureFlag/Layer/QueryLayer.php |
| 276 | /vendor/symfony/http-foundation/RequestStack.php |
| 277 | /vendor/doctrine/orm/src/EntityManager.php |
| 278 | /vendor/doctrine/orm/src/EntityManagerInterface.php |
| 279 | /vendor/doctrine/persistence/src/Persistence/ObjectManager.php |
| 280 | /modules/ps_accounts/vendor/autoload.php |
| 281 | /modules/ps_accounts/vendor/composer/autoload_real.php |
| 282 | /modules/ps_accounts/vendor/composer/platform_check.php |
| 283 | /modules/ps_accounts/vendor/composer/autoload_static.php |
| 284 | /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php |
| 285 | /modules/ps_accounts/vendor/ralouphie/getallheaders/src/getallheaders.php |
| 286 | /modules/ps_accounts/vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
| 287 | /modules/ps_accounts/vendor/symfony/polyfill-php70/bootstrap.php |
| 288 | /modules/ps_accounts/vendor/symfony/polyfill-php72/bootstrap.php |
| 289 | /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php |
| 290 | /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php |
| 291 | /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php |
| 292 | /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php |
| 293 | /modules/ps_accounts/vendor/symfony/polyfill-intl-idn/bootstrap.php |
| 294 | /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php |
| 295 | /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php |
| 296 | /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php |
| 297 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php |
| 298 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php |
| 299 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php |
| 300 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
| 301 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
| 302 | /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php |
| 303 | /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php |
| 304 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php |
| 305 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php |
| 306 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
| 307 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
| 308 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
| 309 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
| 310 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
| 311 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
| 312 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php |
| 313 | /modules/ps_mbo/vendor/autoload.php |
| 314 | /modules/ps_mbo/vendor/composer/autoload_real.php |
| 315 | /modules/ps_mbo/vendor/composer/platform_check.php |
| 316 | /modules/ps_mbo/vendor/composer/autoload_static.php |
| 317 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php |
| 318 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php |
| 319 | /modules/ps_mbo/vendor/php-http/message/src/filters.php |
| 320 | /modules/ps_mbo/vendor/ralouphie/getallheaders/src/getallheaders.php |
| 321 | /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php |
| 322 | /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php |
| 323 | /modules/ps_mbo/vendor/sentry/sentry/src/functions.php |
| 324 | /modules/ps_mbo/bootstrap.php |
| 325 | /modules/ps_eventbus/vendor/autoload.php |
| 326 | /modules/ps_eventbus/vendor/composer/autoload_real.php |
| 327 | /modules/ps_eventbus/vendor/composer/autoload_static.php |
| 328 | /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php |
| 329 | /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php |
| 330 | /modules/gamification/vendor/autoload.php |
| 331 | /modules/gamification/vendor/composer/autoload_real.php |
| 332 | /modules/gamification/vendor/composer/platform_check.php |
| 333 | /modules/gamification/vendor/composer/autoload_static.php |
| 334 | /modules/ps_classic_edition/vendor/autoload.php |
| 335 | /modules/ps_classic_edition/vendor/composer/autoload_real.php |
| 336 | /modules/ps_classic_edition/vendor/composer/platform_check.php |
| 337 | /modules/ps_classic_edition/vendor/composer/autoload_static.php |
| 338 | /modules/psxmarketingwithgoogle/vendor/autoload.php |
| 339 | /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php |
| 340 | /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php |
| 341 | /src/Core/Hook/HookModuleFilter.php |
| 342 | /src/Core/Hook/HookModuleFilterInterface.php |
| 343 | /modules/ps_mbo/ps_mbo.php |
| 344 | /modules/ps_mbo/src/Traits/HaveTabs.php |
| 345 | /modules/ps_mbo/src/Traits/UseHooks.php |
| 346 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php |
| 347 | /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php |
| 348 | /modules/ps_mbo/src/Traits/HaveCdcComponent.php |
| 349 | /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php |
| 350 | /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php |
| 351 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php |
| 352 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php |
| 353 | /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php |
| 354 | /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php |
| 355 | /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php |
| 356 | /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php |
| 357 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php |
| 358 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php |
| 359 | /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php |
| 360 | /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php |
| 361 | /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php |
| 362 | /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php |
| 363 | /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php |
| 364 | /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php |
| 365 | /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php |
| 366 | /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php |
| 367 | /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php |
| 368 | /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php |
| 369 | /modules/ps_mbo/src/Tab/TabInterface.php |
| 370 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
| 371 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
| 372 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
| 373 | /vendor/symfony/translation/Translator.php |
| 374 | /vendor/symfony/translation/MessageCatalogue.php |
| 375 | /vendor/symfony/translation/MessageCatalogueInterface.php |
| 376 | /vendor/symfony/translation/MetadataAwareInterface.php |
| 377 | /vendor/symfony/translation/CatalogueMetadataAwareInterface.php |
| 378 | /vendor/symfony/translation-contracts/TranslatorInterface.php |
| 379 | /vendor/symfony/translation/TranslatorBagInterface.php |
| 380 | /vendor/symfony/translation-contracts/LocaleAwareInterface.php |
| 381 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
| 382 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
| 383 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
| 384 | /vendor/symfony/translation/Formatter/MessageFormatter.php |
| 385 | /vendor/symfony/translation/Formatter/IntlFormatter.php |
| 386 | /vendor/symfony/translation/Formatter/IntlFormatterInterface.php |
| 387 | /vendor/symfony/translation/Formatter/MessageFormatterInterface.php |
| 388 | /vendor/symfony/translation/IdentityTranslator.php |
| 389 | /vendor/symfony/translation-contracts/TranslatorTrait.php |
| 390 | /vendor/symfony/config/ConfigCacheFactory.php |
| 391 | /vendor/symfony/config/ConfigCacheFactoryInterface.php |
| 392 | /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php |
| 393 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
| 394 | /src/Adapter/Localization/LegacyTranslator.php |
| 395 | /classes/Translate.php |
| 396 | /vendor/symfony/string/UnicodeString.php |
| 397 | /vendor/symfony/string/AbstractUnicodeString.php |
| 398 | /vendor/symfony/string/AbstractString.php |
| 399 | /controllers/front/ProductController.php |
| 400 | /classes/controller/ProductPresentingFrontController.php |
| 401 | /classes/controller/FrontController.php |
| 402 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
| 403 | /src/Adapter/Presenter/PresenterInterface.php |
| 404 | /src/Adapter/Presenter/Cart/CartPresenter.php |
| 405 | /src/Adapter/Image/ImageRetriever.php |
| 406 | /classes/tax/TaxConfiguration.php |
| 407 | /classes/Smarty/TemplateFinder.php |
| 408 | /classes/assets/StylesheetManager.php |
| 409 | /classes/assets/AbstractAssetManager.php |
| 410 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
| 411 | /classes/assets/JavascriptManager.php |
| 412 | /classes/assets/CccReducer.php |
| 413 | /src/Core/Localization/Locale/Repository.php |
| 414 | /src/Core/Localization/Locale/RepositoryInterface.php |
| 415 | /src/Core/Localization/CLDR/LocaleRepository.php |
| 416 | /src/Core/Localization/CLDR/LocaleDataSource.php |
| 417 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
| 418 | /src/Core/Data/Layer/AbstractDataLayer.php |
| 419 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
| 420 | /vendor/symfony/cache/Adapter/FilesystemAdapter.php |
| 421 | /vendor/symfony/cache/Adapter/AbstractAdapter.php |
| 422 | /vendor/symfony/cache/Traits/AbstractAdapterTrait.php |
| 423 | /vendor/symfony/cache/Traits/ContractsTrait.php |
| 424 | /vendor/symfony/cache-contracts/CacheTrait.php |
| 425 | /vendor/psr/cache/src/InvalidArgumentException.php |
| 426 | /vendor/psr/cache/src/CacheException.php |
| 427 | /vendor/symfony/cache/Traits/FilesystemTrait.php |
| 428 | /vendor/symfony/cache/Traits/FilesystemCommonTrait.php |
| 429 | /vendor/symfony/cache/PruneableInterface.php |
| 430 | /vendor/symfony/cache/Marshaller/DefaultMarshaller.php |
| 431 | /vendor/symfony/cache/Marshaller/MarshallerInterface.php |
| 432 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
| 433 | /src/Core/Localization/CLDR/Reader.php |
| 434 | /src/Core/Localization/CLDR/ReaderInterface.php |
| 435 | /src/Core/Localization/Currency/Repository.php |
| 436 | /src/Core/Localization/Currency/RepositoryInterface.php |
| 437 | /src/Core/Localization/Currency/CurrencyDataSource.php |
| 438 | /src/Core/Localization/Currency/DataSourceInterface.php |
| 439 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
| 440 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
| 441 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
| 442 | /src/Adapter/Currency/CurrencyDataProvider.php |
| 443 | /src/Core/Currency/CurrencyDataProviderInterface.php |
| 444 | /src/Adapter/LegacyContext.php |
| 445 | /src/Adapter/Tools.php |
| 446 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
| 447 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
| 448 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
| 449 | /src/Core/Localization/Locale.php |
| 450 | /src/Core/Localization/LocaleInterface.php |
| 451 | /src/Core/Localization/Specification/Price.php |
| 452 | /src/Core/Localization/Specification/Number.php |
| 453 | /src/Core/Localization/Specification/NumberInterface.php |
| 454 | /src/Core/Localization/Specification/Factory.php |
| 455 | /src/Core/Localization/CLDR/LocaleData.php |
| 456 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
| 457 | /src/Core/Localization/CLDR/CurrencyData.php |
| 458 | /src/Core/Localization/CLDR/Locale.php |
| 459 | /src/Core/Localization/CLDR/LocaleInterface.php |
| 460 | /src/Core/Localization/Specification/NumberSymbolList.php |
| 461 | /classes/Currency.php |
| 462 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
| 463 | /classes/webservice/WebserviceRequest.php |
| 464 | /src/Core/Localization/Currency/CurrencyData.php |
| 465 | /src/Core/Localization/Currency/CurrencyCollection.php |
| 466 | /src/Core/Localization/Currency.php |
| 467 | /src/Core/Localization/CurrencyInterface.php |
| 468 | /src/Core/Localization/Specification/NumberCollection.php |
| 469 | /src/Core/Localization/Number/Formatter.php |
| 470 | /classes/Cart.php |
| 471 | /src/Adapter/AddressFactory.php |
| 472 | /classes/CartRule.php |
| 473 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
| 474 | /src/Core/Util/DateTime/DateTime.php |
| 475 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
| 476 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
| 477 | /src/Core/Domain/Product/ValueObject/ProductType.php |
| 478 | /src/Core/Domain/Product/ValueObject/Reference.php |
| 479 | /src/Core/Domain/Product/ValueObject/Gtin.php |
| 480 | /src/Core/Domain/Product/ValueObject/Isbn.php |
| 481 | /src/Core/Domain/Product/ValueObject/Upc.php |
| 482 | /src/Core/Domain/Product/ProductSettings.php |
| 483 | /classes/Manufacturer.php |
| 484 | /classes/Supplier.php |
| 485 | /classes/Address.php |
| 486 | /classes/tax/TaxManagerFactory.php |
| 487 | /classes/tax/TaxRulesTaxManager.php |
| 488 | /classes/tax/TaxManagerInterface.php |
| 489 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
| 490 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
| 491 | /classes/tax/Tax.php |
| 492 | /classes/tax/TaxCalculator.php |
| 493 | /classes/Combination.php |
| 494 | /classes/SpecificPrice.php |
| 495 | /classes/GroupReduction.php |
| 496 | /classes/Tag.php |
| 497 | /classes/stock/StockAvailable.php |
| 498 | /vendor/prestashop/decimal/src/DecimalNumber.php |
| 499 | /vendor/prestashop/decimal/src/Builder.php |
| 500 | /classes/Category.php |
| 501 | /src/Core/Domain/Category/ValueObject/RedirectType.php |
| 502 | /src/Core/Domain/Category/CategorySettings.php |
| 503 | /src/Core/Domain/Category/SeoSettings.php |
| 504 | /vendor/symfony/property-access/Exception/UnexpectedTypeException.php |
| 505 | /vendor/symfony/property-access/Exception/RuntimeException.php |
| 506 | /vendor/symfony/property-access/Exception/ExceptionInterface.php |
| 507 | /modules/blockwishlist/blockwishlist.php |
| 508 | /classes/Media.php |
| 509 | /modules/ps_emailsubscription/ps_emailsubscription.php |
| 510 | /src/Core/Module/WidgetInterface.php |
| 511 | /modules/ps_socialfollow/ps_socialfollow.php |
| 512 | /modules/ps_emailalerts/ps_emailalerts.php |
| 513 | /modules/ps_emailalerts/MailAlert.php |
| 514 | /modules/blockreassurance/blockreassurance.php |
| 515 | /src/Adapter/Presenter/Manufacturer/ManufacturerPresenter.php |
| 516 | /src/Core/Util/String/StringModifier.php |
| 517 | /src/Core/Util/String/StringModifierInterface.php |
| 518 | /src/Adapter/Presenter/Manufacturer/ManufacturerLazyArray.php |
| 519 | /src/Adapter/Presenter/AbstractLazyArray.php |
| 520 | /src/Adapter/Presenter/LazyArrayAttribute.php |
| 521 | /src/Core/Util/Inflector.php |
| 522 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
| 523 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
| 524 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
| 525 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
| 526 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
| 527 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
| 528 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
| 529 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
| 530 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
| 531 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
| 532 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
| 533 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
| 534 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
| 535 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
| 536 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
| 537 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
| 538 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
| 539 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
| 540 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
| 541 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
| 542 | /src/Core/Image/ImageFormatConfiguration.php |
| 543 | /src/Core/Image/ImageFormatConfigurationInterface.php |
| 544 | /classes/ImageType.php |
| 545 | /classes/ProductPresenterFactory.php |
| 546 | /src/Core/Product/ProductPresentationSettings.php |
| 547 | /src/Core/Product/ProductExtraContentFinder.php |
| 548 | /src/PrestaShopBundle/Service/Hook/HookFinder.php |
| 549 | /classes/Pack.php |
| 550 | /src/Adapter/HookManager.php |
| 551 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php |
| 552 | /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php |
| 553 | /src/Core/Localization/CLDR/ComputingPrecision.php |
| 554 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
| 555 | /classes/order/Order.php |
| 556 | /src/Adapter/Presenter/Product/ProductPresenter.php |
| 557 | /src/Adapter/Product/PriceFormatter.php |
| 558 | /src/Adapter/Product/ProductColorsRetriever.php |
| 559 | /src/Adapter/Presenter/Product/ProductLazyArray.php |
| 560 | /classes/Image.php |
| 561 | /modules/productcomments/productcomments.php |
| 562 | /src/Adapter/ContainerFinder.php |
| 563 | /modules/productcomments/src/Repository/ProductCommentRepository.php |
| 564 | /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php |
| 565 | /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php |
| 566 | /vendor/doctrine/doctrine-bundle/Registry.php |
| 567 | /vendor/symfony/doctrine-bridge/ManagerRegistry.php |
| 568 | /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php |
| 569 | /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php |
| 570 | /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php |
| 571 | /vendor/doctrine/dbal/src/Logging/LoggerChain.php |
| 572 | /vendor/doctrine/dbal/src/Logging/SQLLogger.php |
| 573 | /vendor/symfony/doctrine-bridge/Logger/DbalLogger.php |
| 574 | /vendor/doctrine/dbal/src/Logging/DebugStack.php |
| 575 | /vendor/doctrine/doctrine-bundle/ConnectionFactory.php |
| 576 | /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php |
| 577 | /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php |
| 578 | /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php |
| 579 | /vendor/doctrine/event-manager/src/EventManager.php |
| 580 | /vendor/doctrine/dbal/src/DriverManager.php |
| 581 | /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php |
| 582 | /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php |
| 583 | /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php |
| 584 | /vendor/doctrine/dbal/src/Driver.php |
| 585 | /src/PrestaShopBundle/Doctrine/DatabaseConnection.php |
| 586 | /vendor/doctrine/dbal/src/Connection.php |
| 587 | /vendor/doctrine/dbal/src/ArrayParameterType.php |
| 588 | /vendor/doctrine/dbal/src/ParameterType.php |
| 589 | /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php |
| 590 | /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php |
| 591 | /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php |
| 592 | /vendor/doctrine/dbal/src/Driver/PDO/Connection.php |
| 593 | /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php |
| 594 | /vendor/doctrine/dbal/src/Driver/Connection.php |
| 595 | /vendor/doctrine/dbal/src/Events.php |
| 596 | /vendor/doctrine/dbal/src/Platforms/MariaDb1010Platform.php |
| 597 | /vendor/doctrine/dbal/src/Platforms/MariaDb1060Platform.php |
| 598 | /vendor/doctrine/dbal/src/Platforms/MariaDb1052Platform.php |
| 599 | /vendor/doctrine/dbal/src/Platforms/MariaDb1043Platform.php |
| 600 | /vendor/doctrine/dbal/src/Platforms/MariaDb1027Platform.php |
| 601 | /vendor/doctrine/dbal/src/Platforms/MariaDBPlatform.php |
| 602 | /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php |
| 603 | /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php |
| 604 | /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php |
| 605 | /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php |
| 606 | /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php |
| 607 | /vendor/doctrine/dbal/src/Types/Types.php |
| 608 | /vendor/doctrine/dbal/src/Types/Type.php |
| 609 | /vendor/doctrine/dbal/src/Types/ArrayType.php |
| 610 | /vendor/doctrine/dbal/src/Types/AsciiStringType.php |
| 611 | /vendor/doctrine/dbal/src/Types/StringType.php |
| 612 | /vendor/doctrine/dbal/src/Types/BigIntType.php |
| 613 | /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php |
| 614 | /vendor/doctrine/dbal/src/Types/BinaryType.php |
| 615 | /vendor/doctrine/dbal/src/Types/BlobType.php |
| 616 | /vendor/doctrine/dbal/src/Types/BooleanType.php |
| 617 | /vendor/doctrine/dbal/src/Types/DateType.php |
| 618 | /vendor/doctrine/dbal/src/Types/DateImmutableType.php |
| 619 | /vendor/doctrine/dbal/src/Types/DateIntervalType.php |
| 620 | /vendor/doctrine/dbal/src/Types/DateTimeType.php |
| 621 | /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php |
| 622 | /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php |
| 623 | /vendor/doctrine/dbal/src/Types/DateTimeTzType.php |
| 624 | /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php |
| 625 | /vendor/doctrine/dbal/src/Types/DecimalType.php |
| 626 | /vendor/doctrine/dbal/src/Types/FloatType.php |
| 627 | /vendor/doctrine/dbal/src/Types/GuidType.php |
| 628 | /vendor/doctrine/dbal/src/Types/IntegerType.php |
| 629 | /vendor/doctrine/dbal/src/Types/JsonType.php |
| 630 | /vendor/doctrine/dbal/src/Types/ObjectType.php |
| 631 | /vendor/doctrine/dbal/src/Types/SimpleArrayType.php |
| 632 | /vendor/doctrine/dbal/src/Types/SmallIntType.php |
| 633 | /vendor/doctrine/dbal/src/Types/TextType.php |
| 634 | /vendor/doctrine/dbal/src/Types/TimeType.php |
| 635 | /vendor/doctrine/dbal/src/Types/TimeImmutableType.php |
| 636 | /vendor/doctrine/dbal/src/Types/TypeRegistry.php |
| 637 | /modules/productcomments/src/Entity/ProductComment.php |
| 638 | /vendor/doctrine/orm/src/Proxy/Proxy.php |
| 639 | /vendor/doctrine/common/src/Proxy/Proxy.php |
| 640 | /vendor/doctrine/persistence/src/Persistence/Proxy.php |
| 641 | /vendor/doctrine/orm/src/Proxy/InternalProxy.php |
| 642 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php |
| 643 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php |
| 644 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php |
| 645 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php |
| 646 | /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php |
| 647 | /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php |
| 648 | /vendor/doctrine/orm/src/Mapping/NamingStrategy.php |
| 649 | /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php |
| 650 | /vendor/doctrine/orm/src/Internal/SQLResultCasing.php |
| 651 | /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php |
| 652 | /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php |
| 653 | /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php |
| 654 | /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php |
| 655 | /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php |
| 656 | /vendor/doctrine/orm/src/Repository/RepositoryFactory.php |
| 657 | /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php |
| 658 | /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php |
| 659 | /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php |
| 660 | /vendor/doctrine/orm/src/Mapping/ClassMetadata.php |
| 661 | /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php |
| 662 | /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php |
| 663 | /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php |
| 664 | /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php |
| 665 | /vendor/doctrine/orm/src/UnitOfWork.php |
| 666 | /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php |
| 667 | /vendor/doctrine/orm/src/Event/ListenersInvoker.php |
| 668 | /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php |
| 669 | /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php |
| 670 | /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php |
| 671 | /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php |
| 672 | /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php |
| 673 | /vendor/doctrine/orm/src/Proxy/ProxyFactory.php |
| 674 | /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php |
| 675 | /vendor/doctrine/common/src/Proxy/ProxyGenerator.php |
| 676 | /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php |
| 677 | /vendor/doctrine/lexer/src/Token.php |
| 678 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
| 679 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php |
| 680 | /vendor/doctrine/orm/src/Mapping/Table.php |
| 681 | /vendor/doctrine/orm/src/Mapping/MappingAttribute.php |
| 682 | /vendor/doctrine/orm/src/Mapping/Annotation.php |
| 683 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php |
| 684 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php |
| 685 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php |
| 686 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php |
| 687 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php |
| 688 | /vendor/doctrine/orm/src/Mapping/Entity.php |
| 689 | /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php |
| 690 | /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php |
| 691 | /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php |
| 692 | /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php |
| 693 | /vendor/doctrine/orm/src/Mapping/Id.php |
| 694 | /vendor/doctrine/orm/src/Mapping/Column.php |
| 695 | /vendor/doctrine/orm/src/Mapping/GeneratedValue.php |
| 696 | /vendor/doctrine/orm/src/Id/IdentityGenerator.php |
| 697 | /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php |
| 698 | /vendor/doctrine/orm/src/Events.php |
| 699 | /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php |
| 700 | /vendor/doctrine/dbal/src/Query/QueryBuilder.php |
| 701 | /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php |
| 702 | /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php |
| 703 | /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php |
| 704 | /vendor/doctrine/dbal/src/Query/SelectQuery.php |
| 705 | /vendor/doctrine/dbal/src/Query/Limit.php |
| 706 | /vendor/doctrine/dbal/src/SQL/Parser.php |
| 707 | /vendor/doctrine/dbal/src/ExpandArrayParameters.php |
| 708 | /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php |
| 709 | /vendor/doctrine/dbal/src/Driver/PDO/Statement.php |
| 710 | /vendor/doctrine/dbal/src/Driver/Statement.php |
| 711 | /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php |
| 712 | /vendor/doctrine/dbal/src/Driver/PDO/Result.php |
| 713 | /vendor/doctrine/dbal/src/Driver/Result.php |
| 714 | /vendor/doctrine/dbal/src/Result.php |
| 715 | /vendor/doctrine/dbal/src/FetchMode.php |
| 716 | /classes/ProductAssembler.php |
| 717 | /src/Core/Product/Search/ProductSearchContext.php |
| 718 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
| 719 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
| 720 | /classes/Gender.php |
| 721 | /src/Core/Domain/Title/ValueObject/Gender.php |
| 722 | /classes/Risk.php |
| 723 | /classes/Meta.php |
| 724 | /classes/State.php |
| 725 | /src/Core/Security/PasswordPolicyConfiguration.php |
| 726 | /src/Core/Configuration/DataConfigurationInterface.php |
| 727 | /src/Core/Security/Hashing.php |
| 728 | /src/Core/Filter/FrontEndObject/MainFilter.php |
| 729 | /src/Core/Filter/FilterInterface.php |
| 730 | /src/Core/Filter/FrontEndObject/CartFilter.php |
| 731 | /src/Core/Filter/HashMapWhitelistFilter.php |
| 732 | /src/Core/Filter/CollectionFilter.php |
| 733 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
| 734 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
| 735 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
| 736 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
| 737 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
| 738 | /modules/ps_shoppingcart/ps_shoppingcart.php |
| 739 | /modules/ps_searchbar/ps_searchbar.php |
| 740 | /modules/ps_imageslider/ps_imageslider.php |
| 741 | /modules/ps_imageslider/Ps_HomeSlide.php |
| 742 | /modules/ps_googleanalytics/ps_googleanalytics.php |
| 743 | /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php |
| 744 | /modules/ps_googleanalytics/classes/Hook/HookInterface.php |
| 745 | /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php |
| 746 | /modules/psxmarketingwithgoogle/translations/fr.php |
| 747 | /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php |
| 748 | /modules/ps_classic_edition/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php |
| 749 | /modules/ps_classic_edition/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php |
| 750 | /var/cache/dev/PsxmarketingwithgoogleFrontContainer.php |
| 751 | /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php |
| 752 | /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php |
| 753 | /modules/psxmarketingwithgoogle/classes/config/Config.php |
| 754 | /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php |
| 755 | /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php |
| 756 | /vendor/defuse/php-encryption/src/Crypto.php |
| 757 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
| 758 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
| 759 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
| 760 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
| 761 | /vendor/defuse/php-encryption/src/Exception/CryptoException.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/14/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/Guest.php |
| 884 | /classes/Connection.php |
| 885 | /classes/Page.php |
| 886 | /classes/ConnectionsSource.php |
Commentaires (0)
Votre avis ne peut pas être envoyé
Signaler le commentaire
Signalement envoyé
Votre signalement ne peut pas être envoyé