Non ci sono ancora prodotti disponibili
Resta in contatto! Altri prodotti verranno mostrati qui non appena saranno stati aggiunti.
Resta in contatto! Altri prodotti verranno mostrati qui non appena saranno stati aggiunti.
| Load Time | 154.720 ms |
| Querying Time | 38 ms |
| Queries | 133 |
| Memory Peak Usage | 16.2 Mb |
| Included Files | 933 files - 11.86 Mb |
| PrestaShop Cache | - Mb |
| Global vars | 0.12 Mb |
| PrestaShop Version | 9.0.3 |
| PHP Version | 8.3.30 |
| MySQL Version | 11.8.8-MariaDB-log |
| Memory Limit | 2048M |
| Max Execution Time | 360s |
| Smarty Cache | enabled |
| Smarty Compilation | never recompile |
| Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
|---|---|---|---|---|
| config | 53.132 ms | 53.132 ms | 10.38 Mb | 11.8 Mb |
| __construct | 0.016 ms | 53.148 ms | - Mb | 11.8 Mb |
| init | 7.465 ms | 60.613 ms | 0.31 Mb | 11.8 Mb |
| checkAccess | 0.001 ms | 60.614 ms | - Mb | 11.8 Mb |
| setMedia | 7.311 ms | 67.925 ms | 0.32 Mb | 11.8 Mb |
| postProcess | 0.001 ms | 67.926 ms | - Mb | 11.8 Mb |
| initHeader | 0.001 ms | 67.927 ms | - Mb | 11.8 Mb |
| initContent | 38.477 ms | 106.404 ms | 0.95 Mb | 12.0 Mb |
| initFooter | 0.003 ms | 106.407 ms | - Mb | 12.0 Mb |
| display | 48.313 ms | 154.720 ms | 3.08 Mb | 16.2 Mb |
| Hook | Time | Memory Usage |
|---|---|---|
| DisplayHeader | 8.259 ms | 0.24 Mb |
| ActionFrontControllerSetMedia | 5.335 ms | 0.21 Mb |
| DisplayBeforeBodyClosingTag | 4.292 ms | 0.19 Mb |
| displayLeftColumn | 3.447 ms | 0.23 Mb |
| displayNav2 | 2.754 ms | 0.21 Mb |
| displayFooter | 1.924 ms | 0.15 Mb |
| displayTop | 1.238 ms | 0.10 Mb |
| displayNav1 | 1.204 ms | 0.07 Mb |
| DisplayFooter | 1.167 ms | 0.05 Mb |
| displayFooterBefore | 1.012 ms | 0.09 Mb |
| ProductSearchProvider | 0.614 ms | - Mb |
| DisplayLeftColumn | 0.128 ms | - Mb |
| displaySearch | 0.081 ms | - Mb |
| DisplayFooterBefore | 0.021 ms | 0.06 Mb |
| DisplayTop | 0.018 ms | - Mb |
| DisplayAfterBodyOpeningTag | 0.009 ms | - Mb |
| DisplayFooterAfter | 0.004 ms | - Mb |
| ModuleRoutes | 0.003 ms | - Mb |
| DisplayNavFullWidth | 0.003 ms | - Mb |
| 19 hook(s) | 31.513 ms | 1.61 Mb |
| Module | Time | Memory Usage |
|---|---|---|
| ps_checkout | 11.306 ms | 1.99 Mb |
| blockreassurance | 0.730 ms | 0.13 Mb |
| blockwishlist | 1.257 ms | 0.06 Mb |
| ps_emailsubscription | 0.591 ms | 0.05 Mb |
| ps_socialfollow | 0.613 ms | 0.06 Mb |
| ps_accounts | 0.247 ms | 0.01 Mb |
| ps_emailalerts | 0.120 ms | 0.01 Mb |
| ps_facebook | 4.545 ms | 0.18 Mb |
| ps_shoppingcart | 0.959 ms | 0.07 Mb |
| ps_searchbar | 1.114 ms | 0.06 Mb |
| ps_imageslider | 0.171 ms | 0.01 Mb |
| productcomments | 0.142 ms | 0.01 Mb |
| psshipping | 3.005 ms | 0.06 Mb |
| ps_googleanalytics | 0.556 ms | 0.04 Mb |
| psxmarketingwithgoogle | 0.509 ms | 0.01 Mb |
| ps_facetedsearch | 1.303 ms | 0.02 Mb |
| ps_contactinfo | 1.885 ms | 0.10 Mb |
| ps_languageselector | 0.737 ms | 0.05 Mb |
| ps_currencyselector | 0.725 ms | 0.07 Mb |
| ps_customersignin | 0.643 ms | 0.05 Mb |
| ps_mainmenu | 0.861 ms | 0.07 Mb |
| pagesnotfound | 0.061 ms | 0.01 Mb |
| ps_categorytree | 2.550 ms | 0.16 Mb |
| ps_supplierlist | 0.331 ms | 0.04 Mb |
| ps_brandlist | 0.732 ms | 0.05 Mb |
| ps_linklist | 5.349 ms | 1.70 Mb |
| ps_customeraccountlinks | 0.745 ms | 0.07 Mb |
| statsdata | 4.020 ms | 0.16 Mb |
| 28 module(s) | 45.806 ms | 5.27 Mb |
| # | Query | Time (ms) | Rows | Filesort | Group By | Location |
|---|---|---|---|---|---|---|
| 75 | SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mris_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute |
2.035 ms | 1 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 126 | INSERT INTO `mris_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') |
1.356 ms | 1 | /classes/ObjectModel.php:535 | ||
| 76 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mris_attribute_group` ag INNER JOIN `mris_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `mris_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mris_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN mris_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mris_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mris_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
1.276 ms | 25 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77 | |
| 15 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `mris_module` m INNER JOIN mris_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1) INNER JOIN `mris_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `mris_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `mris_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` |
1.094 ms | 375 | Yes | Yes | /classes/Hook.php:1500 |
| 108 | SELECT SQL_NO_CACHE c.*, cl.* FROM `mris_category` c INNER JOIN mris_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `mris_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 LEFT JOIN `mris_category_group` cg ON c.`id_category` = cg.`id_category` RIGHT JOIN `mris_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright` WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 2 AND c.`active` = 1 AND cg.`id_group` IN (1) GROUP BY c.`id_category` ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.995 ms | 10 | Yes | Yes | /classes/Category.php:815 |
| 77 | SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mris_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute |
0.960 ms | 1 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 80 | SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description` FROM `mris_manufacturer` m INNER JOIN mris_manufacturer_shop manufacturer_shop ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `mris_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.954 ms | 2 | Yes | /classes/Manufacturer.php:195 | |
| 85 | SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mris_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=3)) GROUP BY pac.id_attribute |
0.711 ms | 1 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 63 | SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) GROUP BY p.id_product ORDER BY psales.quantity DESC, p.id_product DESC |
0.709 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 78 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN mris_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value |
0.688 ms | 1 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 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 `mris_configuration` c LEFT JOIN `mris_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
0.687 ms | 1064 | /classes/Configuration.php:182 | ||
| 87 | SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mris_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute |
0.667 ms | 1 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 73 | SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<19 GROUP BY cp.id_category |
0.640 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 69 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 2) AND
sp.id_country IN (0, 10) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2026-07-26 17:58:50' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2026-07-26 17:58:50' <= sp.to)
) WHERE ((sp.reduction>0)) |
0.639 ms | 1 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 64 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) |
0.625 ms | 2 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 79 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN mris_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value |
0.595 ms | 1 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 81 | SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
0.574 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 65 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) |
0.553 ms | 2 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 68 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p WHERE p.date_add>'2026-07-07 00:00:00' |
0.524 ms | 2 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 82 | SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p GROUP BY p.condition |
0.514 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 66 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.quantity>0)) |
0.499 ms | 2 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 67 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 GROUP BY p.id_product) p WHERE ((p.on_sale=1)) |
0.495 ms | 2 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 74 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mris_attribute_group` ag INNER JOIN `mris_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `mris_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mris_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN mris_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mris_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mris_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.429 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77 | |
| 84 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mris_attribute_group` ag INNER JOIN `mris_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `mris_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mris_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN mris_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mris_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mris_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
0.424 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77 | |
| 14 | SELECT SQL_NO_CACHE lower(name) as name FROM `mris_hook` h WHERE (h.active = 1) |
0.393 ms | 1088 | /classes/Hook.php:1608 | ||
| 86 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mris_attribute_group` ag INNER JOIN `mris_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `mris_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mris_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN mris_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN mris_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `mris_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.388 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77 | |
| 70 | SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM mris_product p INNER JOIN mris_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 10) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 |
0.383 ms | 1 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 62 | SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `mris_feature` f INNER JOIN mris_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `mris_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `mris_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `mris_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
0.374 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159 | |
| 83 | SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM mris_product p INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND psales.quantity>0 |
0.355 ms | 1 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 61 | SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `mris_attribute_group` ag INNER JOIN mris_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `mris_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `mris_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `mris_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.346 ms | 4 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122 |
| 17 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `mris_hook` |
0.331 ms | 1088 | /classes/Hook.php:1568 | ||
| 0 | SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM mris_shop_url su LEFT JOIN mris_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'a5starit.com' OR su.domain_ssl = 'a5starit.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.325 ms | 1 | Yes | /classes/shop/Shop.php:1392 | |
| 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 mris_shop_group gs LEFT JOIN mris_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN mris_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.316 ms | 1 | Yes | /classes/shop/Shop.php:716 | |
| 39 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `mris_module` m LEFT JOIN `mris_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.301 ms | 75 | /classes/module/Module.php:343 | ||
| 60 | SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM mris_layered_category WHERE controller = 'best-sales' AND id_category = 0 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
0.297 ms | 169 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/Provider.php:57 |
| 130 | INSERT INTO `mris_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('14695', '7', '3628718486', '', '1', '1', '2026-07-26 17:58:50') |
0.297 ms | 1 | /classes/ObjectModel.php:535 | ||
| 127 | SELECT SQL_NO_CACHE `id_guest` FROM `mris_connections` WHERE `id_guest` = 14695 AND `date_add` > '2026-07-26 17:28:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 |
0.291 ms | 1 | Yes | /classes/Connection.php:168 | |
| 72 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `mris_category` c INNER JOIN mris_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `mris_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 2 AND c.`active` = 1 ORDER BY c.nleft, c.position |
0.282 ms | 10 | Yes | /classes/Category.php:744 | |
| 88 | SELECT SQL_NO_CACHE 1 FROM mris_cart_product cp INNER JOIN mris_product p ON (p.id_product = cp.id_product) INNER JOIN mris_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.256 ms | 1 | /classes/Cart.php:4072 | ||
| 30 | SELECT SQL_NO_CACHE * FROM `mris_country` a LEFT JOIN `mris_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2 LEFT JOIN `mris_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 10) LIMIT 1 |
0.254 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 131 | INSERT INTO `mris_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('11022', '', 'a5starit.com/index.php?controller=best-sales&id_lang=2', '', '2026-07-26 17:58:50') |
0.253 ms | 1 | /classes/ObjectModel.php:535 | ||
| 109 | SELECT SQL_NO_CACHE DISTINCT c.* FROM `mris_category` c LEFT JOIN `mris_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2) WHERE `level_depth` = 1 |
0.243 ms | 2 | /classes/Category.php:2247 | ||
| 89 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.240 ms | 1 | /classes/module/Module.php:2781 | ||
| 24 | SELECT SQL_NO_CACHE * FROM `mris_currency` a LEFT JOIN `mris_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2 LEFT JOIN `mris_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 2) LIMIT 1 |
0.232 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 41 | SELECT SQL_NO_CACHE * FROM mris_meta m LEFT JOIN mris_meta_lang ml ON m.id_meta = ml.id_meta WHERE ( m.page = "best-sales" OR m.page = "bestsales" ) AND ml.id_lang = 2 AND ml.id_shop = 1 LIMIT 1 |
0.225 ms | 2 | /classes/Meta.php:181 | ||
| 28 | SELECT SQL_NO_CACHE * FROM `mris_currency` a LEFT JOIN `mris_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2 LEFT JOIN `mris_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.216 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 57 | SELECT SQL_NO_CACHE `id_configuration` FROM `mris_configuration` WHERE name = 'PS_ACCOUNTS_SHOP_STATUS' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
0.215 ms | 1 | /classes/Configuration.php:135 | ||
| 71 | SELECT SQL_NO_CACHE * FROM `mris_category` a LEFT JOIN `mris_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `mris_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.215 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 96 | SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `mris_currency` c LEFT JOIN mris_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.215 ms | 2 | /classes/Currency.php:1120 | ||
| 18 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `mris_module` m LEFT JOIN `mris_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.211 ms | 75 | /classes/module/Module.php:343 | ||
| 34 | SELECT SQL_NO_CACHE * FROM `mris_group` a LEFT JOIN `mris_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1 WHERE (a.`id_group` = 1) LIMIT 1 |
0.204 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 19 | SELECT SQL_NO_CACHE name, alias FROM `mris_hook_alias` |
0.203 ms | 86 | /classes/Hook.php:371 | ||
| 20 | SELECT SQL_NO_CACHE * FROM `mris_currency` c ORDER BY `iso_code` ASC |
0.201 ms | 2 | Yes | /classes/Currency.php:708 | |
| 31 | SELECT SQL_NO_CACHE * FROM `mris_currency` a LEFT JOIN `mris_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 2) LIMIT 1 |
0.196 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 53 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.195 ms | 1 | /classes/module/Module.php:2781 | ||
| 101 | SELECT SQL_NO_CACHE SUM(`quantity`) FROM `mris_cart_product` WHERE `id_cart` = 0 LIMIT 1 |
0.194 ms | 1 | /classes/Cart.php:1321 | ||
| 42 | SELECT SQL_NO_CACHE * FROM `mris_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.188 ms | 7 | Yes | /classes/ImageType.php:109 | |
| 22 | SELECT SQL_NO_CACHE value FROM `mris_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.188 ms | 1 | /classes/shop/Shop.php:1211 | ||
| 11 | SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `mris_lang` l JOIN mris_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.182 ms | 2 | /classes/Language.php:1204 | ||
| 92 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.178 ms | 1 | /classes/module/Module.php:2781 | ||
| 128 | SELECT SQL_NO_CACHE id_page_type FROM mris_page_type WHERE name = 'bestsales' LIMIT 1 |
0.178 ms | 1 | /classes/Page.php:100 | ||
| 112 | SELECT SQL_NO_CACHE c.*, cl.* FROM `mris_category` c LEFT JOIN `mris_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 19 AND c.`nleft` >= 2 AND c.`nright` <= 19 ORDER BY `nleft` DESC |
0.177 ms | 1 | /classes/Category.php:1617 | ||
| 58 | SELECT SQL_NO_CACHE * FROM `mris_configuration` a WHERE (a.`id_configuration` = 481) LIMIT 1 |
0.176 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 50 | SELECT SQL_NO_CACHE * FROM `mris_country` a LEFT JOIN `mris_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 10) LIMIT 1 |
0.173 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 56 | SELECT SQL_NO_CACHE value FROM `mris_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.172 ms | 1 | /modules/ps_accounts/src/Adapter/Configuration.php:263 | ||
| 121 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.169 ms | 1 | /classes/module/Module.php:2781 | ||
| 35 | SELECT SQL_NO_CACHE * FROM `mris_group_lang` WHERE `id_group` = 1 |
0.167 ms | 2 | /src/Adapter/EntityMapper.php:82 | ||
| 94 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.166 ms | 1 | /classes/module/Module.php:2781 | ||
| 32 | SELECT SQL_NO_CACHE * FROM `mris_currency_lang` WHERE `id_currency` = 2 |
0.166 ms | 2 | /src/Adapter/EntityMapper.php:82 | ||
| 6 | SELECT SQL_NO_CACHE * FROM `mris_country` a LEFT JOIN `mris_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1 LEFT JOIN `mris_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 10) LIMIT 1 |
0.165 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 27 | SELECT SQL_NO_CACHE c.id_currency FROM `mris_currency` c WHERE (iso_code = 'USD') LIMIT 1 |
0.165 ms | 1 | /classes/Currency.php:893 | ||
| 125 | SELECT SQL_NO_CACHE `need_identification_number` FROM `mris_country` WHERE `id_country` = 10 LIMIT 1 |
0.164 ms | 1 | /classes/Country.php:406 | ||
| 23 | SELECT SQL_NO_CACHE c.id_currency FROM `mris_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.162 ms | 1 | /classes/Currency.php:893 | ||
| 25 | SELECT SQL_NO_CACHE `id_lang` FROM `mris_lang` WHERE `locale` = 'it-it' OR `language_code` = 'it-it' LIMIT 1 |
0.162 ms | 2 | /classes/Language.php:870 | ||
| 91 | SELECT SQL_NO_CACHE `need_identification_number` FROM `mris_country` WHERE `id_country` = 10 LIMIT 1 |
0.162 ms | 1 | /classes/Country.php:406 | ||
| 38 | SELECT SQL_NO_CACHE * FROM `mris_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.161 ms | 1 | /classes/module/Module.php:2171 | ||
| 59 | SELECT SQL_NO_CACHE * FROM `mris_configuration_lang` WHERE `id_configuration` = 481 |
0.161 ms | 1 | /src/Adapter/EntityMapper.php:82 | ||
| 102 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.161 ms | 1 | /classes/module/Module.php:2781 | ||
| 54 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1 |
0.159 ms | 1 | /classes/module/Module.php:2270 | ||
| 36 | SELECT SQL_NO_CACHE id_shop FROM `mris_group_shop` WHERE `id_group` = 1 AND id_shop = 1 LIMIT 1 |
0.159 ms | 1 | /classes/ObjectModel.php:1570 | ||
| 47 | SELECT SQL_NO_CACHE format FROM `mris_address_format` WHERE `id_country` = 10 LIMIT 1 |
0.158 ms | 1 | /classes/AddressFormat.php:649 | ||
| 132 | SELECT SQL_NO_CACHE data FROM `mris_ganalytics_data` WHERE id_cart = 0 AND id_shop = 1 LIMIT 1 |
0.158 ms | 0 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39 | ||
| 21 | SELECT SQL_NO_CACHE `id_lang` FROM `mris_lang` WHERE `locale` = 'it-it' OR `language_code` = 'it-it' LIMIT 1 |
0.157 ms | 2 | /classes/Language.php:870 | ||
| 26 | SELECT SQL_NO_CACHE `id_lang` FROM `mris_lang` WHERE `locale` = 'it-it' OR `language_code` = 'it-it' LIMIT 1 |
0.157 ms | 2 | /classes/Language.php:870 | ||
| 49 | SELECT SQL_NO_CACHE * FROM `mris_state` a WHERE (a.`id_state` = 162) LIMIT 1 |
0.157 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 90 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.156 ms | 1 | /classes/module/Module.php:2270 | ||
| 95 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.154 ms | 1 | /classes/module/Module.php:2270 | ||
| 104 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.154 ms | 1 | /classes/module/Module.php:2781 | ||
| 29 | SELECT SQL_NO_CACHE `id_lang` FROM `mris_lang` WHERE `locale` = 'it-it' OR `language_code` = 'it-it' LIMIT 1 |
0.153 ms | 2 | /classes/Language.php:870 | ||
| 55 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.153 ms | 1 | /src/Adapter/Module/ModuleDataProvider.php:251 | ||
| 8 | SELECT SQL_NO_CACHE * FROM `mris_lang` a LEFT JOIN `mris_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 1) LIMIT 1 |
0.152 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 99 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.151 ms | 1 | /classes/module/Module.php:2781 | ||
| 93 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.150 ms | 1 | /classes/module/Module.php:2270 | ||
| 129 | SELECT SQL_NO_CACHE `id_page` FROM `mris_page` WHERE `id_page_type` = 7 LIMIT 1 |
0.150 ms | 1 | /classes/Page.php:83 | ||
| 5 | SELECT SQL_NO_CACHE l.*, ls.`id_shop` FROM `mris_lang` l LEFT JOIN `mris_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.149 ms | 2 | /classes/Language.php:1070 | ||
| 97 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.146 ms | 1 | /classes/module/Module.php:2781 | ||
| 4 | SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl FROM mris_shop s LEFT JOIN mris_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.146 ms | 1 | /classes/shop/Shop.php:215 | ||
| 33 | SELECT SQL_NO_CACHE id_shop FROM `mris_currency_shop` WHERE `id_currency` = 2 AND id_shop = 1 LIMIT 1 |
0.146 ms | 1 | /classes/ObjectModel.php:1570 | ||
| 37 | SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM mris_shop s |
0.144 ms | 1 | /classes/shop/Shop.php:922 | ||
| 110 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mris_category` c LEFT JOIN `mris_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.144 ms | 1 | /classes/Category.php:1607 | ||
| 10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM mris_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.143 ms | 1 | /classes/shop/ShopUrl.php:178 | ||
| 123 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.143 ms | 1 | /classes/module/Module.php:2781 | ||
| 103 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.141 ms | 1 | /classes/module/Module.php:2270 | ||
| 43 | SELECT SQL_NO_CACHE * FROM `mris_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.138 ms | 7 | Yes | /classes/ImageType.php:109 | |
| 98 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.138 ms | 1 | /classes/module/Module.php:2270 | ||
| 51 | SELECT SQL_NO_CACHE * FROM `mris_country_lang` WHERE `id_country` = 10 |
0.137 ms | 2 | /src/Adapter/EntityMapper.php:82 | ||
| 40 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.136 ms | 1 | /src/Adapter/Module/ModuleDataProvider.php:251 | ||
| 100 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.134 ms | 1 | /classes/module/Module.php:2270 | ||
| 117 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.133 ms | 1 | /classes/module/Module.php:2781 | ||
| 52 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM mris_required_field |
0.132 ms | 1 | /classes/ObjectModel.php:1437 | ||
| 46 | SELECT SQL_NO_CACHE * FROM `mris_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.130 ms | 7 | Yes | /classes/ImageType.php:109 | |
| 45 | SELECT SQL_NO_CACHE * FROM `mris_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.129 ms | 7 | Yes | /classes/ImageType.php:109 | |
| 106 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.128 ms | 1 | /classes/module/Module.php:2781 | ||
| 16 | SELECT SQL_NO_CACHE `name`, `alias` FROM `mris_hook_alias` |
0.127 ms | 86 | /classes/Hook.php:319 | ||
| 44 | SELECT SQL_NO_CACHE * FROM `mris_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.127 ms | 7 | Yes | /classes/ImageType.php:109 | |
| 48 | SELECT SQL_NO_CACHE `need_identification_number` FROM `mris_country` WHERE `id_country` = 10 LIMIT 1 |
0.124 ms | 1 | /classes/Country.php:406 | ||
| 113 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_supplierlist" LIMIT 1 |
0.124 ms | 1 | /classes/module/Module.php:2781 | ||
| 124 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.122 ms | 1 | /classes/module/Module.php:2270 | ||
| 3 | SELECT SQL_NO_CACHE * FROM `mris_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.120 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 119 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.117 ms | 1 | /classes/module/Module.php:2781 | ||
| 12 | SELECT SQL_NO_CACHE * FROM `mris_lang` a LEFT JOIN `mris_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 2) LIMIT 1 |
0.113 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 115 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module` WHERE `name` = "ps_brandlist" LIMIT 1 |
0.109 ms | 1 | /classes/module/Module.php:2781 | ||
| 105 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.108 ms | 1 | /classes/module/Module.php:2270 | ||
| 122 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.108 ms | 1 | /classes/module/Module.php:2270 | ||
| 107 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.104 ms | 1 | /classes/module/Module.php:2270 | ||
| 114 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 40 AND `id_shop` = 1 LIMIT 1 |
0.098 ms | 1 | /classes/module/Module.php:2270 | ||
| 118 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.098 ms | 1 | /classes/module/Module.php:2270 | ||
| 111 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `mris_category` c WHERE c.`id_category` = 2 LIMIT 1 |
0.097 ms | 1 | /classes/Category.php:1612 | ||
| 7 | SELECT SQL_NO_CACHE * FROM `mris_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.095 ms | 1 | /src/Adapter/EntityMapper.php:74 | ||
| 120 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.095 ms | 1 | /classes/module/Module.php:2270 | ||
| 116 | SELECT SQL_NO_CACHE `id_module` FROM `mris_module_shop` WHERE `id_module` = 47 AND `id_shop` = 1 LIMIT 1 |
0.093 ms | 1 | /classes/module/Module.php:2270 | ||
| 9 | SELECT SQL_NO_CACHE id_shop FROM `mris_lang_shop` WHERE `id_lang` = 1 AND id_shop = 1 LIMIT 1 |
0.083 ms | 1 | /classes/ObjectModel.php:1570 | ||
| 13 | SELECT SQL_NO_CACHE id_shop FROM `mris_lang_shop` WHERE `id_lang` = 2 AND id_shop = 1 LIMIT 1 |
0.079 ms | 1 | /classes/ObjectModel.php:1570 |
| 15 queries |
SELECT `id_module` FROM `mris_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX |
| 4 queries |
SELECT `id_lang` FROM `mris_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT XX
|
| 4 queries |
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `mris_attribute_group` ag INNER JOIN `mris_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `mris_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `mris_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN mris_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX) INNER JOIN mris_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `mris_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
|
| 4 queries |
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX AND sa.id_shop_group = XX ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND psales.quantity>XX GROUP BY p.id_product) p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN mris_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=XX)) GROUP BY pac.id_attribute
|
| 3 queries |
SELECT `need_identification_number` FROM `mris_country` WHERE `id_country` = XX LIMIT XX |
| 2 queries |
SELECT * FROM `mris_country` a LEFT JOIN `mris_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX LEFT JOIN `mris_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX WHERE (a.`id_country` = XX) LIMIT XX |
| 2 queries |
SELECT * FROM `mris_lang` a LEFT JOIN `mris_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX WHERE (a.`id_lang` = XX) LIMIT XX |
| 2 queries |
SELECT id_shop FROM `mris_lang_shop` WHERE `id_lang` = XX AND id_shop = XX LIMIT XX |
| 2 queries |
SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mris_module` m
LEFT JOIN `mris_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = XX
|
| 2 queries |
SELECT value FROM `mris_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT XX |
| 2 queries |
SELECT * FROM `mris_currency` a LEFT JOIN `mris_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX LEFT JOIN `mris_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX WHERE (a.`id_currency` = XX) LIMIT XX |
| 2 queries |
SELECT `id_module` FROM `mris_module` WHERE `name` = "ps_accounts" LIMIT XX |
| 2 queries |
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM mris_product p LEFT JOIN mris_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN mris_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN mris_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX AND sa.id_shop_group = XX ) LEFT JOIN mris_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN mris_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN mris_category_product cp ON (p.id_product = cp.id_product) INNER JOIN mris_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN mris_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND psales.quantity>XX GROUP BY p.id_product) p INNER JOIN mris_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=XX)) GROUP BY fp.id_feature_value
|
| 27 category |
| 23 product_attribute |
| 23 product_attribute_combination |
| 20 module |
| 20 stock_available |
| 20 category_group |
| 19 product |
| 19 product_sale |
| 19 product_shop |
| 19 category_product |
| 18 module_shop |
| 8 lang |
| 8 attribute |
| 7 currency |
| 6 lang_shop |
| 6 country |
| 6 category_lang |
| 5 shop |
| 5 configuration |
| 5 currency_shop |
| 5 image_type |
| 5 attribute_group |
| 5 attribute_group_shop |
| 5 attribute_group_lang |
| 4 shop_url |
| 4 attribute_lang |
| 4 attribute_shop |
| 4 layered_indexable_attribute_lang_value |
| 3 country_lang |
| 3 country_shop |
| 3 hook |
| 3 currency_lang |
| 3 category_shop |
| 2 shop_group |
| 2 configuration_lang |
| 2 hook_alias |
| 2 group_shop |
| 2 feature_product |
| 2 cart_product |
| 1 hook_module |
| 1 module_group |
| 1 group |
| 1 group_lang |
| 1 hook_module_exceptions |
| 1 meta |
| 1 meta_lang |
| 1 address_format |
| 1 state |
| 1 required_field |
| 1 layered_category |
| 1 layered_indexable_attribute_group |
| 1 layered_indexable_attribute_group_lang_value |
| 1 feature |
| 1 feature_shop |
| 1 feature_lang |
| 1 layered_indexable_feature |
| 1 layered_indexable_feature_lang_value |
| 1 specific_price |
| 1 layered_price_index |
| 1 manufacturer |
| 1 manufacturer_shop |
| 1 manufacturer_lang |
| 1 connections |
| 1 page_type |
| 1 page |
| 1 ganalytics_data |
| Name | Instances | Source |
|---|---|---|
| State | 8 |
/classes/AddressFormat.php:402 (__construct) [id: 162]
/classes/controller/FrontController.php:1738 (__construct) [id: 162] /classes/AddressFormat.php:402 (__construct) [id: 162] /modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 162] /modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 162] /classes/AddressFormat.php:402 (__construct) [id: 162] /modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 162] /modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 162] |
| Country | 8 |
/config/config.inc.php:154 (__construct) [id: 10]
/classes/controller/FrontController.php:325 (__construct) [id: 10] /classes/AddressFormat.php:402 (__construct) [id: 10] /classes/controller/FrontController.php:1739 (__construct) [id: 10] /classes/AddressFormat.php:402 (__construct) [id: 10] /modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 10] /classes/AddressFormat.php:402 (__construct) [id: 10] /modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 10] |
| Category | 4 |
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2] /modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2] /modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2] |
| AddressFormat | 3 |
/classes/controller/FrontController.php:1733 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ] /modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ] |
| Language | 3 |
/config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:659 (__construct) [id: 2] /classes/Tools.php:553 (__construct) [id: 2] |
| Currency | 3 |
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1] /classes/Tools.php:713 (getCurrencyInstance) [id: 2] |
| Shop | 1 |
/config/config.inc.php:122 (initialize) [id: 1]
|
| Connection | 1 |
/modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
|
| Guest | 1 |
/modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
|
| Configuration | 1 |
/modules/ps_accounts/src/Adapter/Configuration.php:224 (__construct) [id: 481]
|
| Risk | 1 |
/classes/controller/FrontController.php:1659 (__construct) [id: ]
|
| Address | 1 |
/classes/shop/Shop.php:487 (__construct) [id: ]
|
| Gender | 1 |
/classes/controller/FrontController.php:1656 (__construct) [id: 0]
|
| Group | 1 |
/classes/Cart.php:275 (getCurrent) [id: 1]
|
| Cart | 1 |
/classes/controller/FrontController.php:459 (__construct) [id: ]
|
| Customer | 1 |
/config/config.inc.php:272 (__construct) [id: ]
|
| ShopGroup | 1 |
/classes/shop/Shop.php:562 (__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/var-dumper/Resources/functions/dump.php |
| 16 | /vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
| 17 | /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php |
| 18 | /vendor/twig/twig/src/Resources/core.php |
| 19 | /vendor/twig/twig/src/Resources/debug.php |
| 20 | /vendor/twig/twig/src/Resources/escaper.php |
| 21 | /vendor/twig/twig/src/Resources/string_loader.php |
| 22 | /vendor/symfony/polyfill-intl-grapheme/bootstrap.php |
| 23 | /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php |
| 24 | /vendor/symfony/string/Resources/functions.php |
| 25 | /vendor/symfony/polyfill-intl-idn/bootstrap.php |
| 26 | /vendor/symfony/clock/Resources/now.php |
| 27 | /vendor/symfony/polyfill-php80/bootstrap.php |
| 28 | /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
| 29 | /vendor/jakeasmith/http_build_url/src/http_build_url.php |
| 30 | /vendor/symfony/polyfill-intl-icu/bootstrap.php |
| 31 | /vendor/ircmaxell/password-compat/lib/password.php |
| 32 | /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php |
| 33 | /vendor/symfony/polyfill-php73/bootstrap.php |
| 34 | /vendor/symfony/translation/Resources/functions.php |
| 35 | /src/Core/Version.php |
| 36 | /config/alias.php |
| 37 | /vendor/prestashop/autoload/src/PrestashopAutoload.php |
| 38 | /vendor/prestashop/autoload/src/LegacyClassLoader.php |
| 39 | /vendor/symfony/filesystem/Filesystem.php |
| 40 | /vendor/prestashop/autoload/src/Autoloader.php |
| 41 | /config/bootstrap.php |
| 42 | /src/Core/ContainerBuilder.php |
| 43 | /src/Core/Foundation/IoC/Container.php |
| 44 | /src/Adapter/ServiceLocator.php |
| 45 | /var/cache/prod/appParameters.php |
| 48 | /var/cache/prod/class_index.php |
| 49 | /classes/controller/Controller.php |
| 51 | /classes/ObjectModel.php |
| 52 | /src/Core/Foundation/Database/EntityInterface.php |
| 54 | /classes/db/Db.php |
| 56 | /classes/Hook.php |
| 58 | /classes/module/Module.php |
| 59 | /src/Core/Module/Legacy/ModuleInterface.php |
| 61 | /classes/Tools.php |
| 62 | /classes/Context.php |
| 63 | /classes/shop/Shop.php |
| 64 | /src/Core/Security/PasswordGenerator.php |
| 65 | /classes/db/DbPDO.php |
| 66 | /classes/AddressFormat.php |
| 67 | /classes/Configuration.php |
| 68 | /src/Core/Domain/Shop/ValueObject/ShopConstraint.php |
| 69 | /classes/Validate.php |
| 70 | /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php |
| 71 | /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php |
| 72 | /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php |
| 73 | /vendor/symfony/form/AbstractType.php |
| 74 | /vendor/symfony/form/FormTypeInterface.php |
| 75 | /classes/cache/Cache.php |
| 76 | /src/Adapter/EntityMapper.php |
| 77 | /classes/db/DbQuery.php |
| 78 | /src/Core/Addon/Theme/ThemeManagerBuilder.php |
| 79 | /vendor/psr/log/src/NullLogger.php |
| 80 | /vendor/psr/log/src/AbstractLogger.php |
| 81 | /vendor/psr/log/src/LoggerTrait.php |
| 82 | /vendor/psr/log/src/LoggerInterface.php |
| 83 | /src/Core/Context/ApiClientContext.php |
| 84 | /src/Adapter/Configuration.php |
| 85 | /vendor/symfony/http-foundation/ParameterBag.php |
| 86 | /src/Core/Domain/Configuration/ShopConfigurationInterface.php |
| 87 | /src/Core/ConfigurationInterface.php |
| 88 | /src/Core/Addon/Theme/ThemeRepository.php |
| 89 | /src/Core/Addon/AddonRepositoryInterface.php |
| 90 | /src/Core/Addon/Theme/Theme.php |
| 91 | /src/Core/Addon/AddonInterface.php |
| 92 | /src/Core/Util/ArrayFinder.php |
| 93 | /vendor/symfony/property-access/PropertyAccess.php |
| 94 | /vendor/symfony/property-access/PropertyAccessorBuilder.php |
| 95 | /vendor/symfony/property-access/PropertyAccessor.php |
| 96 | /vendor/symfony/property-access/PropertyAccessorInterface.php |
| 97 | /vendor/symfony/property-info/Extractor/ReflectionExtractor.php |
| 98 | /vendor/symfony/property-info/PropertyListExtractorInterface.php |
| 99 | /vendor/symfony/property-info/PropertyTypeExtractorInterface.php |
| 100 | /vendor/symfony/property-info/PropertyAccessExtractorInterface.php |
| 101 | /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php |
| 102 | /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php |
| 103 | /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php |
| 104 | /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php |
| 105 | /vendor/symfony/property-info/Type.php |
| 106 | /vendor/symfony/string/Inflector/EnglishInflector.php |
| 107 | /vendor/symfony/string/Inflector/InflectorInterface.php |
| 108 | /vendor/symfony/property-access/PropertyPath.php |
| 109 | /vendor/symfony/property-access/PropertyPathInterface.php |
| 110 | /vendor/symfony/property-access/PropertyPathIteratorInterface.php |
| 111 | /config/defines_uri.inc.php |
| 112 | /classes/Language.php |
| 113 | /src/Core/Language/LanguageInterface.php |
| 114 | /classes/Country.php |
| 115 | /classes/PrestaShopCollection.php |
| 116 | /classes/shop/ShopGroup.php |
| 117 | /classes/Cookie.php |
| 118 | /src/Core/Http/CookieOptions.php |
| 119 | /classes/PhpEncryption.php |
| 120 | /classes/PhpEncryptionEngine.php |
| 121 | /vendor/defuse/php-encryption/src/Key.php |
| 122 | /vendor/defuse/php-encryption/src/Encoding.php |
| 123 | /vendor/defuse/php-encryption/src/Core.php |
| 124 | /src/Core/Session/SessionHandler.php |
| 125 | /src/Core/Session/SessionHandlerInterface.php |
| 126 | /vendor/symfony/http-foundation/Session/Session.php |
| 127 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php |
| 128 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php |
| 129 | /vendor/symfony/http-foundation/Session/SessionBagInterface.php |
| 130 | /vendor/symfony/http-foundation/Session/Flash/FlashBag.php |
| 131 | /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php |
| 132 | /vendor/symfony/http-foundation/Session/SessionBagProxy.php |
| 133 | /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php |
| 134 | /vendor/symfony/http-foundation/Session/SessionInterface.php |
| 135 | /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php |
| 136 | /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php |
| 137 | /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php |
| 138 | /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php |
| 139 | /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php |
| 140 | /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php |
| 141 | /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php |
| 142 | /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php |
| 143 | /config/smarty.config.inc.php |
| 144 | /vendor/smarty/smarty/libs/Smarty.class.php |
| 145 | /vendor/smarty/smarty/libs/functions.php |
| 146 | /vendor/smarty/smarty/libs/Autoloader.php |
| 147 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
| 148 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
| 149 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
| 150 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
| 151 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
| 152 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
| 153 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
| 154 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
| 155 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
| 156 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php |
| 157 | /classes/ImageManager.php |
| 158 | /classes/Product.php |
| 159 | /classes/Profile.php |
| 160 | /classes/Tab.php |
| 161 | /config/smartyfront.config.inc.php |
| 162 | /classes/Smarty/SmartyResourceModule.php |
| 163 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
| 164 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
| 165 | /classes/Smarty/SmartyResourceParent.php |
| 166 | /classes/Smarty/SmartyLazyRegister.php |
| 167 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
| 168 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
| 169 | /classes/Customer.php |
| 170 | /classes/Group.php |
| 171 | /classes/Link.php |
| 172 | /classes/shop/ShopUrl.php |
| 173 | /app/FrontKernel.php |
| 174 | /app/AppKernel.php |
| 175 | /vendor/symfony/http-kernel/Kernel.php |
| 176 | /vendor/symfony/config/ConfigCache.php |
| 177 | /vendor/symfony/config/ResourceCheckerConfigCache.php |
| 178 | /vendor/symfony/config/ConfigCacheInterface.php |
| 179 | /vendor/symfony/http-kernel/KernelInterface.php |
| 180 | /vendor/symfony/http-kernel/HttpKernelInterface.php |
| 181 | /vendor/symfony/http-kernel/RebootableInterface.php |
| 182 | /vendor/symfony/http-kernel/TerminableInterface.php |
| 183 | /vendor/symfony/dotenv/Dotenv.php |
| 184 | /classes/Dispatcher.php |
| 185 | /vendor/symfony/http-foundation/Request.php |
| 186 | /vendor/symfony/http-foundation/AcceptHeader.php |
| 187 | /vendor/symfony/http-foundation/AcceptHeaderItem.php |
| 188 | /vendor/symfony/http-foundation/FileBag.php |
| 189 | /vendor/symfony/http-foundation/HeaderBag.php |
| 190 | /vendor/symfony/http-foundation/HeaderUtils.php |
| 191 | /vendor/symfony/http-foundation/InputBag.php |
| 192 | /vendor/symfony/http-foundation/ServerBag.php |
| 193 | /src/Adapter/SymfonyContainer.php |
| 194 | /config/db_slave_server.inc.php |
| 195 | /src/Adapter/ContainerBuilder.php |
| 196 | /src/Adapter/Environment.php |
| 197 | /src/Core/EnvironmentInterface.php |
| 198 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
| 199 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
| 200 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
| 201 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
| 202 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
| 203 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
| 204 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
| 205 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
| 206 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
| 207 | /vendor/symfony/cache/Adapter/ArrayAdapter.php |
| 208 | /vendor/psr/log/src/LoggerAwareTrait.php |
| 209 | /vendor/symfony/cache/Adapter/AdapterInterface.php |
| 210 | /vendor/symfony/cache/CacheItem.php |
| 211 | /vendor/symfony/cache-contracts/ItemInterface.php |
| 212 | /vendor/psr/cache/src/CacheItemInterface.php |
| 213 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
| 214 | /vendor/symfony/cache-contracts/CacheInterface.php |
| 215 | /vendor/psr/log/src/LoggerAwareInterface.php |
| 216 | /vendor/symfony/cache/ResettableInterface.php |
| 217 | /vendor/symfony/service-contracts/ResetInterface.php |
| 218 | /vendor/doctrine/orm/src/Tools/Setup.php |
| 219 | /vendor/doctrine/deprecations/src/Deprecation.php |
| 220 | /vendor/doctrine/orm/src/Configuration.php |
| 221 | /vendor/doctrine/dbal/src/Configuration.php |
| 222 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
| 223 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
| 224 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
| 225 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
| 226 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
| 227 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
| 228 | /vendor/doctrine/lexer/src/AbstractLexer.php |
| 229 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
| 230 | /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php |
| 231 | /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php |
| 232 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
| 233 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
| 234 | /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php |
| 235 | /vendor/symfony/cache/Adapter/FilesystemAdapter.php |
| 236 | /vendor/symfony/cache/Adapter/AbstractAdapter.php |
| 237 | /vendor/symfony/cache/Traits/AbstractAdapterTrait.php |
| 238 | /vendor/symfony/cache/Traits/ContractsTrait.php |
| 239 | /vendor/symfony/cache-contracts/CacheTrait.php |
| 240 | /vendor/psr/cache/src/InvalidArgumentException.php |
| 241 | /vendor/psr/cache/src/CacheException.php |
| 242 | /vendor/symfony/cache/Traits/FilesystemTrait.php |
| 243 | /vendor/symfony/cache/Traits/FilesystemCommonTrait.php |
| 244 | /vendor/symfony/cache/PruneableInterface.php |
| 245 | /vendor/symfony/cache/Marshaller/DefaultMarshaller.php |
| 246 | /vendor/symfony/cache/Marshaller/MarshallerInterface.php |
| 247 | /src/Adapter/Module/Repository/CachedModuleRepository.php |
| 248 | /src/Adapter/Module/Repository/ModuleRepository.php |
| 249 | /src/Core/Repository/AbstractObjectModelRepository.php |
| 250 | /vendor/symfony/cache/LockRegistry.php |
| 251 | /modules/ps_mbo/vendor/autoload.php |
| 252 | /modules/ps_mbo/vendor/composer/autoload_real.php |
| 253 | /modules/ps_mbo/vendor/composer/platform_check.php |
| 254 | /modules/ps_mbo/vendor/composer/autoload_static.php |
| 255 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php |
| 256 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php |
| 257 | /modules/ps_mbo/vendor/php-http/message/src/filters.php |
| 258 | /modules/ps_mbo/vendor/ralouphie/getallheaders/src/getallheaders.php |
| 259 | /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php |
| 260 | /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php |
| 261 | /modules/ps_mbo/vendor/sentry/sentry/src/functions.php |
| 262 | /modules/ps_mbo/bootstrap.php |
| 263 | /modules/ps_mbo/src/Helpers/EnvHelper.php |
| 264 | /modules/psshipping/vendor/autoload.php |
| 265 | /modules/psshipping/vendor/composer/autoload_real.php |
| 266 | /modules/psshipping/vendor/composer/autoload_static.php |
| 267 | /modules/psshipping/vendor/guzzlehttp/psr7/src/functions_include.php |
| 268 | /modules/psshipping/vendor/guzzlehttp/psr7/src/functions.php |
| 269 | /modules/psshipping/vendor/guzzlehttp/guzzle/src/functions_include.php |
| 270 | /modules/psshipping/vendor/guzzlehttp/guzzle/src/functions.php |
| 271 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment.php |
| 272 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Client.php |
| 273 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
| 274 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
| 275 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
| 276 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
| 277 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
| 278 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
| 279 | /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Version.php |
| 280 | /modules/ps_eventbus/vendor/autoload.php |
| 281 | /modules/ps_eventbus/vendor/composer/autoload_real.php |
| 282 | /modules/ps_eventbus/vendor/composer/autoload_static.php |
| 283 | /modules/ps_classic_edition/vendor/autoload.php |
| 284 | /modules/ps_classic_edition/vendor/composer/autoload_real.php |
| 285 | /modules/ps_classic_edition/vendor/composer/platform_check.php |
| 286 | /modules/ps_classic_edition/vendor/composer/autoload_static.php |
| 287 | /modules/ps_checkout/vendor/autoload.php |
| 288 | /modules/ps_checkout/vendor/composer/autoload_real.php |
| 289 | /modules/ps_checkout/vendor/composer/platform_check.php |
| 290 | /modules/ps_checkout/vendor/composer/autoload_static.php |
| 291 | /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php |
| 292 | /modules/ps_facebook/vendor/autoload.php |
| 293 | /modules/ps_facebook/vendor/composer/autoload_real.php |
| 294 | /modules/ps_facebook/vendor/composer/autoload_static.php |
| 295 | /modules/psxmarketingwithgoogle/vendor/autoload.php |
| 296 | /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php |
| 297 | /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php |
| 298 | /modules/ps_accounts/vendor/autoload.php |
| 299 | /modules/ps_accounts/vendor/composer/autoload_real.php |
| 300 | /modules/ps_accounts/vendor/composer/platform_check.php |
| 301 | /modules/ps_accounts/vendor/composer/autoload_static.php |
| 302 | /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php |
| 303 | /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php |
| 304 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php |
| 305 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php |
| 306 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php |
| 307 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
| 308 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
| 309 | /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php |
| 310 | /var/cache/prod/FrontContainer.php |
| 311 | /src/Adapter/Container/LegacyContainer.php |
| 312 | /vendor/symfony/dependency-injection/Container.php |
| 313 | /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php |
| 314 | /vendor/symfony/dependency-injection/Argument/ServiceLocator.php |
| 315 | /vendor/symfony/dependency-injection/ServiceLocator.php |
| 316 | /vendor/symfony/service-contracts/ServiceLocatorTrait.php |
| 317 | /vendor/psr/container/src/ContainerExceptionInterface.php |
| 318 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
| 319 | /vendor/symfony/service-contracts/ServiceProviderInterface.php |
| 320 | /vendor/psr/container/src/ContainerInterface.php |
| 321 | /vendor/symfony/dependency-injection/ContainerInterface.php |
| 322 | /src/Adapter/Container/LegacyContainerInterface.php |
| 323 | /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php |
| 324 | /vendor/doctrine/orm/src/EntityRepository.php |
| 325 | /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php |
| 326 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
| 327 | /vendor/symfony/var-exporter/LazyProxyTrait.php |
| 328 | /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php |
| 329 | /vendor/symfony/var-exporter/LazyObjectInterface.php |
| 330 | /vendor/symfony/var-exporter/Internal/Hydrator.php |
| 331 | /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php |
| 332 | /vendor/symfony/var-exporter/Internal/LazyObjectState.php |
| 333 | /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php |
| 334 | /vendor/symfony/var-exporter/LazyGhostTrait.php |
| 335 | /src/Core/FeatureFlag/FeatureFlagManager.php |
| 336 | /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php |
| 337 | /src/Core/FeatureFlag/Layer/DbLayer.php |
| 338 | /src/Core/FeatureFlag/TypeLayerInterface.php |
| 339 | /src/Core/FeatureFlag/Layer/DotEnvLayer.php |
| 340 | /src/Core/FeatureFlag/Layer/EnvLayer.php |
| 341 | /src/Core/FeatureFlag/Layer/QueryLayer.php |
| 342 | /vendor/symfony/http-foundation/RequestStack.php |
| 343 | /vendor/doctrine/orm/src/EntityManager.php |
| 344 | /vendor/doctrine/orm/src/EntityManagerInterface.php |
| 345 | /vendor/doctrine/persistence/src/Persistence/ObjectManager.php |
| 346 | /src/Core/Hook/HookModuleFilter.php |
| 347 | /src/Core/Hook/HookModuleFilterInterface.php |
| 348 | /modules/ps_checkout/ps_checkout.php |
| 349 | /classes/PaymentModule.php |
| 350 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
| 351 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
| 352 | /classes/Translate.php |
| 353 | /modules/ps_checkout/translations/it.php |
| 354 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
| 355 | /vendor/symfony/translation/Translator.php |
| 356 | /vendor/symfony/translation/MessageCatalogue.php |
| 357 | /vendor/symfony/translation/MessageCatalogueInterface.php |
| 358 | /vendor/symfony/translation/MetadataAwareInterface.php |
| 359 | /vendor/symfony/translation/CatalogueMetadataAwareInterface.php |
| 360 | /vendor/symfony/translation-contracts/TranslatorInterface.php |
| 361 | /vendor/symfony/translation/TranslatorBagInterface.php |
| 362 | /vendor/symfony/translation-contracts/LocaleAwareInterface.php |
| 363 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
| 364 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
| 365 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
| 366 | /vendor/symfony/translation/Formatter/MessageFormatter.php |
| 367 | /vendor/symfony/translation/Formatter/IntlFormatter.php |
| 368 | /vendor/symfony/translation/Formatter/IntlFormatterInterface.php |
| 369 | /vendor/symfony/translation/Formatter/MessageFormatterInterface.php |
| 370 | /vendor/symfony/translation/IdentityTranslator.php |
| 371 | /vendor/symfony/translation-contracts/TranslatorTrait.php |
| 372 | /vendor/symfony/config/ConfigCacheFactory.php |
| 373 | /vendor/symfony/config/ConfigCacheFactoryInterface.php |
| 374 | /var/cache/prod/translations/catalogue.it-IT.NXhscRe.php |
| 375 | /controllers/front/listing/BestSalesController.php |
| 376 | /classes/controller/ProductListingFrontController.php |
| 377 | /classes/controller/ProductPresentingFrontController.php |
| 378 | /classes/controller/FrontController.php |
| 379 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
| 380 | /src/Adapter/Presenter/PresenterInterface.php |
| 381 | /src/Adapter/Presenter/Cart/CartPresenter.php |
| 382 | /src/Adapter/Image/ImageRetriever.php |
| 383 | /classes/tax/TaxConfiguration.php |
| 384 | /classes/Smarty/TemplateFinder.php |
| 385 | /classes/assets/StylesheetManager.php |
| 386 | /classes/assets/AbstractAssetManager.php |
| 387 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
| 388 | /classes/assets/JavascriptManager.php |
| 389 | /classes/assets/CccReducer.php |
| 390 | /src/Core/Localization/Locale/Repository.php |
| 391 | /src/Core/Localization/Locale/RepositoryInterface.php |
| 392 | /src/Core/Localization/CLDR/LocaleRepository.php |
| 393 | /src/Core/Localization/CLDR/LocaleDataSource.php |
| 394 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
| 395 | /src/Core/Data/Layer/AbstractDataLayer.php |
| 396 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
| 397 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
| 398 | /src/Core/Localization/CLDR/Reader.php |
| 399 | /src/Core/Localization/CLDR/ReaderInterface.php |
| 400 | /src/Core/Localization/Currency/Repository.php |
| 401 | /src/Core/Localization/Currency/RepositoryInterface.php |
| 402 | /src/Core/Localization/Currency/CurrencyDataSource.php |
| 403 | /src/Core/Localization/Currency/DataSourceInterface.php |
| 404 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
| 405 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
| 406 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
| 407 | /src/Adapter/Currency/CurrencyDataProvider.php |
| 408 | /src/Core/Currency/CurrencyDataProviderInterface.php |
| 409 | /src/Adapter/LegacyContext.php |
| 410 | /src/Adapter/Tools.php |
| 411 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
| 412 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
| 413 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
| 414 | /src/Core/Localization/Locale.php |
| 415 | /src/Core/Localization/LocaleInterface.php |
| 416 | /src/Core/Localization/Specification/Price.php |
| 417 | /src/Core/Localization/Specification/Number.php |
| 418 | /src/Core/Localization/Specification/NumberInterface.php |
| 419 | /src/Core/Localization/Specification/Factory.php |
| 420 | /src/Core/Localization/CLDR/LocaleData.php |
| 421 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
| 422 | /src/Core/Localization/CLDR/CurrencyData.php |
| 423 | /src/Core/Localization/CLDR/Locale.php |
| 424 | /src/Core/Localization/CLDR/LocaleInterface.php |
| 425 | /src/Core/Localization/Specification/NumberSymbolList.php |
| 426 | /classes/Currency.php |
| 427 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
| 428 | /classes/webservice/WebserviceRequest.php |
| 429 | /src/Core/Localization/Currency/CurrencyData.php |
| 430 | /src/Core/Localization/Currency/CurrencyCollection.php |
| 431 | /src/Core/Localization/Currency.php |
| 432 | /src/Core/Localization/CurrencyInterface.php |
| 433 | /src/Core/Localization/Specification/NumberCollection.php |
| 434 | /src/Core/Localization/Number/Formatter.php |
| 435 | /classes/Cart.php |
| 436 | /src/Adapter/AddressFactory.php |
| 437 | /classes/CartRule.php |
| 438 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
| 439 | /src/Core/Util/DateTime/DateTime.php |
| 440 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
| 441 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
| 442 | /src/Core/Domain/Product/ValueObject/ProductType.php |
| 443 | /src/Core/Domain/Product/ValueObject/Reference.php |
| 444 | /src/Core/Domain/Product/ValueObject/Gtin.php |
| 445 | /src/Core/Domain/Product/ValueObject/Isbn.php |
| 446 | /src/Core/Domain/Product/ValueObject/Upc.php |
| 447 | /src/Core/Domain/Product/ProductSettings.php |
| 448 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
| 449 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
| 450 | /vendor/symfony/property-access/Exception/UnexpectedTypeException.php |
| 451 | /vendor/symfony/property-access/Exception/RuntimeException.php |
| 452 | /vendor/symfony/property-access/Exception/ExceptionInterface.php |
| 453 | /modules/blockreassurance/blockreassurance.php |
| 454 | /src/Core/Module/WidgetInterface.php |
| 455 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
| 456 | /classes/Media.php |
| 457 | /modules/blockwishlist/blockwishlist.php |
| 458 | /modules/ps_emailsubscription/ps_emailsubscription.php |
| 459 | /modules/ps_socialfollow/ps_socialfollow.php |
| 460 | /modules/psshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php |
| 461 | /modules/psshipping/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php |
| 462 | /modules/psshipping/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php |
| 463 | /var/cache/prod/Ps_checkout9433FrontContainer.php |
| 464 | /modules/ps_checkout/src/Validator/FrontControllerValidator.php |
| 465 | /modules/ps_checkout/src/Validator/MerchantValidator.php |
| 466 | /modules/ps_checkout/src/PayPal/PayPalConfiguration.php |
| 467 | /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php |
| 468 | /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php |
| 469 | /modules/ps_checkout/src/Shop/ShopProvider.php |
| 470 | /vendor/symfony/options-resolver/OptionsResolver.php |
| 471 | /vendor/symfony/options-resolver/Options.php |
| 472 | /modules/ps_checkout/src/Repository/PayPalCodeRepository.php |
| 473 | /modules/ps_checkout/src/Repository/PsAccountRepository.php |
| 474 | /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php |
| 475 | /modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php |
| 476 | /src/Core/Addon/Module/ModuleManagerBuilder.php |
| 477 | /src/Adapter/LegacyLogger.php |
| 478 | /src/Adapter/Module/ModuleDataProvider.php |
| 479 | /src/Adapter/Module/AdminModuleDataProvider.php |
| 480 | /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php |
| 481 | /src/Adapter/Module/Module.php |
| 482 | /src/Core/Module/ModuleInterface.php |
| 483 | /vendor/symfony/config/FileLocator.php |
| 484 | /vendor/symfony/config/FileLocatorInterface.php |
| 485 | /vendor/symfony/routing/Loader/YamlFileLoader.php |
| 486 | /vendor/symfony/config/Loader/FileLoader.php |
| 487 | /vendor/symfony/config/Loader/Loader.php |
| 488 | /vendor/symfony/config/Loader/LoaderInterface.php |
| 489 | /vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php |
| 490 | /vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php |
| 491 | /vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php |
| 492 | /vendor/symfony/routing/Router.php |
| 493 | /vendor/symfony/routing/RouterInterface.php |
| 494 | /vendor/symfony/routing/Matcher/UrlMatcherInterface.php |
| 495 | /vendor/symfony/routing/RequestContextAwareInterface.php |
| 496 | /vendor/symfony/routing/Generator/UrlGeneratorInterface.php |
| 497 | /vendor/symfony/routing/Matcher/RequestMatcherInterface.php |
| 498 | /vendor/symfony/routing/RequestContext.php |
| 499 | /src/Core/Module/ModuleManager.php |
| 500 | /src/Core/Module/ModuleManagerInterface.php |
| 501 | /src/Core/Module/ModuleRepository.php |
| 502 | /src/Core/Module/ModuleRepositoryInterface.php |
| 503 | /src/Adapter/HookManager.php |
| 504 | /src/Core/Context/LanguageContext.php |
| 505 | /src/Core/Module/SourceHandler/SourceHandlerFactory.php |
| 506 | /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php |
| 507 | /vendor/symfony/event-dispatcher/EventDispatcherInterface.php |
| 508 | /vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php |
| 509 | /vendor/psr/event-dispatcher/src/EventDispatcherInterface.php |
| 510 | /src/Core/Hook/HookDispatcherInterface.php |
| 511 | /vendor/symfony/translation/Loader/XliffFileLoader.php |
| 512 | /vendor/symfony/translation/Loader/LoaderInterface.php |
| 513 | /modules/ps_accounts/ps_accounts.php |
| 514 | /modules/ps_accounts/src/Hook/HookableTrait.php |
| 515 | /modules/ps_accounts/src/Module/Install.php |
| 516 | /modules/ps_accounts/src/Settings/SettingsForm.php |
| 517 | /modules/ps_accounts/translations/it.php |
| 518 | /modules/ps_accounts/src/ServiceContainer/PsAccountsContainer.php |
| 519 | /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/ServiceContainer.php |
| 520 | /modules/ps_accounts/config.php |
| 521 | /modules/ps_accounts/src/Log/Logger.php |
| 522 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Logger.php |
| 523 | /modules/ps_accounts/vendor/psr/log/Psr/Log/LoggerInterface.php |
| 524 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/ResettableInterface.php |
| 525 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php |
| 526 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php |
| 527 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php |
| 528 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php |
| 529 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php |
| 530 | /modules/ps_accounts/vendor/monolog/monolog/src/Monolog/Utils.php |
| 531 | /modules/ps_accounts/src/ServiceProvider/ApiClientProvider.php |
| 532 | /modules/ps_accounts/vendor/prestashopcorp/lightweight-container/src/ServiceContainer/Contract/IServiceProvider.php |
| 533 | /modules/ps_accounts/src/ServiceProvider/CommandProvider.php |
| 534 | /modules/ps_accounts/src/ServiceProvider/DefaultProvider.php |
| 535 | /modules/ps_accounts/src/ServiceProvider/OAuth2Provider.php |
| 536 | /modules/ps_accounts/src/ServiceProvider/QueryProvider.php |
| 537 | /modules/ps_accounts/src/ServiceProvider/RepositoryProvider.php |
| 538 | /modules/ps_accounts/src/ServiceProvider/SessionProvider.php |
| 539 | /modules/ps_accounts/src/Service/PsAccountsService.php |
| 540 | /modules/ps_accounts/src/Account/Session/ShopSession.php |
| 541 | /modules/ps_accounts/src/Account/Session/Session.php |
| 542 | /modules/ps_accounts/src/Account/Session/SessionInterface.php |
| 543 | /modules/ps_accounts/src/Repository/ConfigurationRepository.php |
| 544 | /modules/ps_accounts/src/Adapter/Configuration.php |
| 545 | /modules/ps_accounts/src/Service/OAuth2/OAuth2Service.php |
| 546 | /modules/ps_accounts/src/Http/Client/ClientConfig.php |
| 547 | /modules/ps_accounts/src/Http/Client/ConfigObject.php |
| 548 | /modules/ps_accounts/src/Type/Enum.php |
| 549 | /modules/ps_accounts/src/Service/OAuth2/OAuth2Client.php |
| 550 | /modules/ps_accounts/src/Adapter/Link.php |
| 551 | /modules/ps_accounts/src/Context/ShopContext.php |
| 552 | /modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php |
| 553 | /modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php |
| 554 | /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php |
| 555 | /modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php |
| 556 | /modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php |
| 557 | /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php |
| 558 | /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php |
| 559 | /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php |
| 560 | /modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php |
| 561 | /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php |
| 562 | /modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php |
| 563 | /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php |
| 564 | /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php |
| 565 | /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php |
| 566 | /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php |
| 567 | /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php |
| 568 | /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php |
| 569 | /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php |
| 570 | /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php |
| 571 | /modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php |
| 572 | /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php |
| 573 | /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php |
| 574 | /modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php |
| 575 | /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php |
| 576 | /modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php |
| 577 | /modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php |
| 578 | /modules/ps_accounts/src/Service/OAuth2/CachedFile.php |
| 579 | /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php |
| 580 | /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php |
| 581 | /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php |
| 582 | /modules/ps_accounts/src/Account/StatusManager.php |
| 583 | /modules/ps_accounts/src/Service/Accounts/AccountsService.php |
| 584 | /modules/ps_accounts/src/Service/AnalyticsService.php |
| 585 | /modules/ps_accounts/src/Service/AdminTokenService.php |
| 586 | /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php |
| 587 | /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php |
| 588 | /modules/ps_checkout/src/Version/Version.php |
| 589 | /modules/ps_emailalerts/ps_emailalerts.php |
| 590 | /modules/ps_emailalerts/MailAlert.php |
| 591 | /modules/ps_facebook/ps_facebook.php |
| 592 | /modules/ps_facebook/translations/it.php |
| 593 | /var/cache/prod/Ps_facebookFrontContainer.php |
| 594 | /modules/ps_facebook/classes/Buffer/TemplateBuffer.php |
| 595 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
| 596 | /src/Adapter/Presenter/AbstractLazyArray.php |
| 597 | /src/Adapter/Product/PriceFormatter.php |
| 598 | /src/Adapter/Presenter/LazyArrayAttribute.php |
| 599 | /src/Core/Util/Inflector.php |
| 600 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
| 601 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
| 602 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
| 603 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
| 604 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
| 605 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
| 606 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
| 607 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
| 608 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
| 609 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
| 610 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
| 611 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
| 612 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
| 613 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
| 614 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
| 615 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
| 616 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
| 617 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
| 618 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
| 619 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
| 620 | /classes/Gender.php |
| 621 | /src/Core/Domain/Title/ValueObject/Gender.php |
| 622 | /classes/Risk.php |
| 623 | /classes/Meta.php |
| 624 | /classes/Address.php |
| 625 | /classes/ImageType.php |
| 626 | /classes/State.php |
| 627 | /src/Core/Security/PasswordPolicyConfiguration.php |
| 628 | /src/Core/Configuration/DataConfigurationInterface.php |
| 629 | /src/Core/Security/Hashing.php |
| 630 | /src/Core/Filter/FrontEndObject/MainFilter.php |
| 631 | /src/Core/Filter/FilterInterface.php |
| 632 | /src/Core/Filter/FrontEndObject/CartFilter.php |
| 633 | /src/Core/Filter/HashMapWhitelistFilter.php |
| 634 | /src/Core/Filter/CollectionFilter.php |
| 635 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
| 636 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
| 637 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
| 638 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
| 639 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
| 640 | /classes/ProductAssembler.php |
| 641 | /src/Core/Product/Search/ProductSearchContext.php |
| 642 | /modules/ps_shoppingcart/ps_shoppingcart.php |
| 643 | /modules/ps_searchbar/ps_searchbar.php |
| 644 | /modules/ps_imageslider/ps_imageslider.php |
| 645 | /modules/ps_imageslider/Ps_HomeSlide.php |
| 646 | /modules/productcomments/productcomments.php |
| 647 | /modules/psshipping/psshipping.php |
| 648 | /var/cache/prod/PsshippingFrontContainer.php |
| 649 | /modules/psshipping/src/Hooks/HookDisplayHeader.php |
| 650 | /modules/psshipping/src/Domain/GelProximity/GelProximityService.php |
| 651 | /modules/psshipping/src/Domain/Carriers/CarrierRepository.php |
| 652 | /src/Adapter/ContainerFinder.php |
| 653 | /vendor/doctrine/doctrine-bundle/ConnectionFactory.php |
| 654 | /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php |
| 655 | /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php |
| 656 | /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php |
| 657 | /vendor/doctrine/event-manager/src/EventManager.php |
| 658 | /vendor/doctrine/dbal/src/DriverManager.php |
| 659 | /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php |
| 660 | /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php |
| 661 | /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php |
| 662 | /vendor/doctrine/dbal/src/Driver.php |
| 663 | /src/PrestaShopBundle/Doctrine/DatabaseConnection.php |
| 664 | /vendor/doctrine/dbal/src/Connection.php |
| 665 | /vendor/doctrine/dbal/src/ArrayParameterType.php |
| 666 | /vendor/doctrine/dbal/src/ParameterType.php |
| 667 | /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php |
| 668 | /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php |
| 669 | /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php |
| 670 | /vendor/doctrine/dbal/src/Driver/PDO/Connection.php |
| 671 | /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php |
| 672 | /vendor/doctrine/dbal/src/Driver/Connection.php |
| 673 | /vendor/doctrine/dbal/src/Events.php |
| 674 | /vendor/doctrine/dbal/src/Platforms/MariaDb1010Platform.php |
| 675 | /vendor/doctrine/dbal/src/Platforms/MariaDb1060Platform.php |
| 676 | /vendor/doctrine/dbal/src/Platforms/MariaDb1052Platform.php |
| 677 | /vendor/doctrine/dbal/src/Platforms/MariaDb1043Platform.php |
| 678 | /vendor/doctrine/dbal/src/Platforms/MariaDb1027Platform.php |
| 679 | /vendor/doctrine/dbal/src/Platforms/MariaDBPlatform.php |
| 680 | /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php |
| 681 | /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php |
| 682 | /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php |
| 683 | /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php |
| 684 | /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php |
| 685 | /vendor/doctrine/dbal/src/Types/Types.php |
| 686 | /vendor/doctrine/dbal/src/Types/Type.php |
| 687 | /vendor/doctrine/dbal/src/Types/ArrayType.php |
| 688 | /vendor/doctrine/dbal/src/Types/AsciiStringType.php |
| 689 | /vendor/doctrine/dbal/src/Types/StringType.php |
| 690 | /vendor/doctrine/dbal/src/Types/BigIntType.php |
| 691 | /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php |
| 692 | /vendor/doctrine/dbal/src/Types/BinaryType.php |
| 693 | /vendor/doctrine/dbal/src/Types/BlobType.php |
| 694 | /vendor/doctrine/dbal/src/Types/BooleanType.php |
| 695 | /vendor/doctrine/dbal/src/Types/DateType.php |
| 696 | /vendor/doctrine/dbal/src/Types/DateImmutableType.php |
| 697 | /vendor/doctrine/dbal/src/Types/DateIntervalType.php |
| 698 | /vendor/doctrine/dbal/src/Types/DateTimeType.php |
| 699 | /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php |
| 700 | /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php |
| 701 | /vendor/doctrine/dbal/src/Types/DateTimeTzType.php |
| 702 | /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php |
| 703 | /vendor/doctrine/dbal/src/Types/DecimalType.php |
| 704 | /vendor/doctrine/dbal/src/Types/FloatType.php |
| 705 | /vendor/doctrine/dbal/src/Types/GuidType.php |
| 706 | /vendor/doctrine/dbal/src/Types/IntegerType.php |
| 707 | /vendor/doctrine/dbal/src/Types/JsonType.php |
| 708 | /vendor/doctrine/dbal/src/Types/ObjectType.php |
| 709 | /vendor/doctrine/dbal/src/Types/SimpleArrayType.php |
| 710 | /vendor/doctrine/dbal/src/Types/SmallIntType.php |
| 711 | /vendor/doctrine/dbal/src/Types/TextType.php |
| 712 | /vendor/doctrine/dbal/src/Types/TimeType.php |
| 713 | /vendor/doctrine/dbal/src/Types/TimeImmutableType.php |
| 714 | /vendor/doctrine/dbal/src/Types/TypeRegistry.php |
| 715 | /modules/ps_googleanalytics/ps_googleanalytics.php |
| 716 | /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php |
| 717 | /modules/ps_googleanalytics/classes/Hook/HookInterface.php |
| 718 | /modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php |
| 719 | /modules/ps_facebook/classes/Config/Env.php |
| 720 | /modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php |
| 721 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Client.php |
| 722 | /modules/ps_facebook/classes/Config/Config.php |
| 723 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Util.php |
| 724 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Compat.php |
| 725 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php |
| 726 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Processor.php |
| 727 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Context.php |
| 728 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php |
| 729 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Serializer.php |
| 730 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/ReprSerializer.php |
| 731 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/TransactionStack.php |
| 732 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php |
| 733 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/Stacktrace.php |
| 734 | /modules/ps_accounts/src/Adapter/ConfigurationKeys.php |
| 735 | /modules/ps_accounts/src/Account/CachedShopStatus.php |
| 736 | /modules/ps_accounts/src/Http/Resource/Resource.php |
| 737 | /modules/ps_accounts/src/Type/Dto.php |
| 738 | /modules/ps_accounts/src/Service/Accounts/Resource/ShopStatus.php |
| 739 | /modules/psshipping/vendor/sentry/sentry/lib/Raven/ErrorHandler.php |
| 740 | /modules/ps_facebook/classes/Dispatcher/EventDispatcher.php |
| 741 | /modules/ps_facebook/classes/Handler/ApiConversionHandler.php |
| 742 | /modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php |
| 743 | /modules/ps_facebook/classes/Factory/ContextFactory.php |
| 744 | /modules/ps_facebook/classes/API/Client/FacebookClient.php |
| 745 | /modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php |
| 746 | /modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php |
| 747 | /modules/ps_facebook/classes/Provider/AccessTokenProvider.php |
| 748 | /modules/ps_facebook/classes/Factory/PsApiClientFactory.php |
| 749 | /modules/ps_facebook/classes/Handler/ConfigurationHandler.php |
| 750 | /modules/ps_facebook/classes/Http/HttpClient.php |
| 751 | /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php |
| 752 | /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php |
| 753 | /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php |
| 754 | /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php |
| 755 | /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php |
| 756 | /modules/ps_facebook/classes/Handler/PixelHandler.php |
| 757 | /vendor/symfony/http-foundation/Session/Storage/MockFileSessionStorage.php |
| 758 | /vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php |
| 759 | /modules/ps_facebook/classes/Provider/EventDataProvider.php |
| 760 | /modules/ps_facebook/classes/Adapter/ToolsAdapter.php |
| 761 | /modules/ps_facebook/classes/Repository/ProductRepository.php |
| 762 | /modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php |
| 763 | /modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php |
| 764 | /modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php |
| 765 | /modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php |
| 766 | /modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php |
| 767 | /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php |
| 768 | /modules/psxmarketingwithgoogle/translations/it.php |
| 769 | /var/cache/prod/PsxmarketingwithgoogleFrontContainer.php |
| 770 | /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php |
| 771 | /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php |
| 772 | /modules/psxmarketingwithgoogle/classes/config/Config.php |
| 773 | /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php |
| 774 | /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php |
| 775 | /src/Core/Product/Search/ProductSearchQuery.php |
| 776 | /src/Core/Product/Search/SortOrder.php |
| 777 | /modules/ps_facetedsearch/ps_facetedsearch.php |
| 778 | /modules/ps_facetedsearch/src/HookDispatcher.php |
| 779 | /modules/ps_facetedsearch/src/Hook/Attribute.php |
| 780 | /modules/ps_facetedsearch/src/Hook/AbstractHook.php |
| 781 | /modules/ps_facetedsearch/src/Hook/AttributeGroup.php |
| 782 | /modules/ps_facetedsearch/src/Hook/Category.php |
| 783 | /modules/ps_facetedsearch/src/Hook/Configuration.php |
| 784 | /modules/ps_facetedsearch/src/Hook/Design.php |
| 785 | /modules/ps_facetedsearch/src/Hook/Feature.php |
| 786 | /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php |
| 787 | /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php |
| 788 | /modules/ps_facetedsearch/src/Hook/FeatureValue.php |
| 789 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php |
| 790 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php |
| 791 | /modules/ps_facetedsearch/src/Hook/Product.php |
| 792 | /modules/ps_facetedsearch/src/Hook/ProductSearch.php |
| 793 | /modules/ps_facetedsearch/src/Hook/SpecificPrice.php |
| 794 | /modules/ps_facetedsearch/src/Filters/Provider.php |
| 795 | /modules/ps_facetedsearch/src/URLSerializer.php |
| 796 | /modules/ps_facetedsearch/src/Filters/DataAccessor.php |
| 797 | /modules/ps_facetedsearch/src/Product/SearchProvider.php |
| 798 | /src/Core/Product/Search/FacetsRendererInterface.php |
| 799 | /src/Core/Product/Search/ProductSearchProviderInterface.php |
| 800 | /modules/ps_facetedsearch/src/Filters/Converter.php |
| 801 | /modules/ps_facetedsearch/src/Product/SearchFactory.php |
| 802 | /src/Core/Product/Search/ProductSearchResult.php |
| 803 | /classes/Combination.php |
| 804 | /modules/ps_facetedsearch/src/Product/Search.php |
| 805 | /modules/ps_facetedsearch/src/Adapter/MySQL.php |
| 806 | /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php |
| 807 | /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php |
| 808 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php |
| 809 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php |
| 810 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php |
| 811 | /modules/ps_facetedsearch/src/Filters/Products.php |
| 812 | /classes/stock/StockAvailable.php |
| 813 | /modules/ps_facetedsearch/src/Filters/Block.php |
| 814 | /modules/ps_facetedsearch/src/Definition/Availability.php |
| 815 | /classes/Category.php |
| 816 | /src/Core/Domain/Category/ValueObject/RedirectType.php |
| 817 | /src/Core/Domain/Category/CategorySettings.php |
| 818 | /src/Core/Domain/Category/SeoSettings.php |
| 819 | /classes/Manufacturer.php |
| 820 | /src/Core/Product/Search/Facet.php |
| 821 | /src/Core/Product/Search/Filter.php |
| 822 | /vendor/prestashop/decimal/src/DecimalNumber.php |
| 823 | /vendor/prestashop/decimal/src/Builder.php |
| 824 | /src/Core/Product/Search/FacetCollection.php |
| 825 | /classes/ProductPresenterFactory.php |
| 826 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
| 827 | /src/Adapter/Presenter/Product/ProductPresenter.php |
| 828 | /src/Adapter/Product/ProductColorsRetriever.php |
| 829 | /src/Core/Product/ProductPresentationSettings.php |
| 830 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
| 831 | /var/cache/prod/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php |
| 832 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
| 833 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
| 834 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
| 835 | /var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php |
| 836 | /src/Core/Product/Search/Pagination.php |
| 837 | /vendor/defuse/php-encryption/src/Crypto.php |
| 838 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
| 839 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
| 840 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
| 841 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
| 842 | /vendor/defuse/php-encryption/src/Exception/CryptoException.php |
| 843 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c0/42/ad/c042adc4292fb99d542e530cbfd66272195cf81b_2.file.best-sales.tpl.php |
| 844 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/1d/28/6c/1d286cfac2b724206b4e49139ff1d5b42c7eefcf_2.file.product-list.tpl.php |
| 845 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/f5/d0/50/f5d050cc5939d9c19cfb73107feeb7129e49768b_2.file.layout-left-column.tpl.php |
| 846 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e5/3c/28/e53c2899b2d391a6c3ff4d0b5c17b887f444d56b_2.file.layout-both-columns.tpl.php |
| 847 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/2b/4f/33/2b4f333872ae9edf350889cb84987a538661bdf8_2.file.helpers.tpl.php |
| 848 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
| 849 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a4/8e/49/a48e49df207cfdcfaf91db0677314d1d87957700_2.file.head.tpl.php |
| 850 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
| 851 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/72/6a/ee/726aeeb13b6f0cafa3f426f9878c596bd0c99f60_2.file.head-jsonld.tpl.php |
| 852 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c9/8c/13/c98c1391defb04aaa473d54ba8b4aa660d1813a7_2.file.product-list-jsonld.tpl.php |
| 853 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ee/29/8c/ee298c22bce7dcb02c8673587b42f82d8af1541b_2.file.pagination-seo.tpl.php |
| 854 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
| 855 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c8/79/bc/c879bcc70f73782303b97338f04b00296379ec48_2.file.stylesheets.tpl.php |
| 856 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e0/fd/f6/e0fdf6a1bcf08e76e60d0a57328f4f16063e5257_2.file.javascript.tpl.php |
| 857 | /classes/ProductDownload.php |
| 858 | /src/Core/Localization/CLDR/ComputingPrecision.php |
| 859 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
| 860 | /src/Core/Cart/Calculator.php |
| 861 | /src/Core/Cart/CartRowCollection.php |
| 862 | /src/Core/Cart/Fees.php |
| 863 | /src/Core/Cart/AmountImmutable.php |
| 864 | /src/Core/Cart/CartRuleCollection.php |
| 865 | /src/Core/Cart/CartRuleCalculator.php |
| 866 | /src/Adapter/Product/PriceCalculator.php |
| 867 | /classes/order/Order.php |
| 868 | /src/Core/Cart/CartRow.php |
| 869 | /src/Core/Util/String/StringModifier.php |
| 870 | /src/Core/Util/String/StringModifierInterface.php |
| 871 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/53/15/ca/5315ca233ecace6535b39adea012c838284152dd_2.file.product-activation.tpl.php |
| 872 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ee/98/da/ee98da481940092fd65b5ea9d22c2e4df5a386aa_2.file.header.tpl.php |
| 873 | /modules/ps_contactinfo/ps_contactinfo.php |
| 874 | /var/cache/prod/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php |
| 875 | /modules/ps_languageselector/ps_languageselector.php |
| 876 | /var/cache/prod/smarty/compile/classic/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php |
| 877 | /modules/ps_currencyselector/ps_currencyselector.php |
| 878 | /modules/ps_customersignin/ps_customersignin.php |
| 879 | /var/cache/prod/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php |
| 880 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php |
| 881 | /var/cache/prod/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php |
| 882 | /modules/ps_mainmenu/ps_mainmenu.php |
| 883 | /modules/ps_mainmenu/ps_menutoplinks.class.php |
| 884 | /var/cache/prod/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php |
| 885 | /var/cache/prod/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php |
| 886 | /modules/pagesnotfound/pagesnotfound.php |
| 887 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/94/c6/88/94c68821af656e26817571c0f5099aced0a2d309_2.file.notifications.tpl.php |
| 888 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/70/91/d8/7091d89e2cee3a3997a6ef6e56be44c9fb2e31a9_2.file.breadcrumb.tpl.php |
| 889 | /modules/ps_categorytree/ps_categorytree.php |
| 890 | /var/cache/prod/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php |
| 891 | /modules/ps_supplierlist/ps_supplierlist.php |
| 892 | /modules/ps_brandlist/ps_brandlist.php |
| 893 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php |
| 894 | /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php |
| 895 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php |
| 896 | /var/cache/prod/smarty/cache/ps_brandlist/1/1/1/2/10/classic/17/87/c4/1787c445db17cd9078907b182d23fd24d39b1c2a.ps_brandlistviewstemplateshookps_brandlist.tpl.php |
| 897 | /var/cache/prod/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php |
| 898 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php |
| 899 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php |
| 900 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/43/94/1e/43941e34af4527c07e2ad925d31bf73a7e8957dc_2.file.not-found.tpl.php |
| 901 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/b4/76/cd/b476cdbe0ebb3c2a5d32172b6992e808459fec98_2.file.footer.tpl.php |
| 902 | /var/cache/prod/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php |
| 903 | /var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/2/10/classic/d1/db/00/d1db009fab610ad5cad1fdbcfd18f9e8264ad643.ps_socialfollowps_socialfollow.tpl.php |
| 904 | /modules/ps_linklist/ps_linklist.php |
| 905 | /var/cache/prod/translations/catalogue.en-US.NXhscRe.php |
| 906 | /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php |
| 907 | /modules/ps_linklist/src/Filter/LinkFilter.php |
| 908 | /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php |
| 909 | /modules/ps_linklist/src/Filter/RouteFilterInterface.php |
| 910 | /modules/ps_linklist/src/LegacyLinkBlockRepository.php |
| 911 | /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/2/10/classic/f2/a3/8d/f2a38d0b5af4e84acbb214ff90debdec91016b7f.ps_linklistviewstemplateshooklinkblock.tpl.php |
| 912 | /modules/ps_customeraccountlinks/ps_customeraccountlinks.php |
| 913 | /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/2/10/classic/d5/36/12/d536125a114dbf06c25cf56c5c16b8e97f1e03bf.ps_customeraccountlinksps_customeraccountlinks.tpl.php |
| 914 | /var/cache/prod/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php |
| 915 | /vendor/smarty/smarty/libs/plugins/function.mailto.php |
| 916 | /var/cache/prod/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php |
| 917 | /var/cache/prod/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php |
| 918 | /var/cache/prod/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php |
| 919 | /var/cache/prod/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php |
| 920 | /var/cache/prod/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php |
| 921 | /var/cache/prod/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php |
| 922 | /modules/ps_facebook/classes/Handler/MessengerHandler.php |
| 923 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/9a/24/4c/9a244c8ecf50cebfa77db1ae2dd696ce150b9279_2.file.password-policy-template.tpl.php |
| 924 | /modules/statsdata/statsdata.php |
| 925 | /classes/Guest.php |
| 926 | /classes/Connection.php |
| 927 | /classes/Page.php |
| 928 | /classes/ConnectionsSource.php |
| 929 | /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php |
| 930 | /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php |
| 931 | /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php |
| 932 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php |