Zatím zde nejsou žádné produkty
Navštivte nás za pár dní znovu. Produkty se zobrazí, hned jak je přidáme.
Navštivte nás za pár dní znovu. Produkty se zobrazí, hned jak je přidáme.
| Load Time | 226.689 ms |
| Querying Time | 62 ms |
| Queries | 143 |
| Memory Peak Usage | 10.7 Mb |
| Included Files | 826 files - 10.60 Mb |
| PrestaShop Cache | - Mb |
| Global vars | 0.24 Mb |
| PrestaShop Version | 8.2.0 |
| PHP Version | 7.2.34-61+0~20260213.113+debian12~1.gbp7055a0 |
| MySQL Version | 10.11.14-MariaDB-0+deb12u2 |
| Memory Limit | 192M |
| Max Execution Time | 30s |
| Smarty Cache | enabled |
| Smarty Compilation | never recompile |
| Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
|---|---|---|---|---|
| config | 3.564 ms | 3.564 ms | 3.98 Mb | 4.2 Mb |
| __construct | 0.013 ms | 3.577 ms | - Mb | 4.2 Mb |
| init | 42.588 ms | 46.165 ms | 1.42 Mb | 5.5 Mb |
| checkAccess | 0.002 ms | 46.167 ms | - Mb | 5.5 Mb |
| setMedia | 6.108 ms | 52.275 ms | 0.19 Mb | 5.6 Mb |
| postProcess | 0.001 ms | 52.276 ms | - Mb | 5.6 Mb |
| initHeader | 0.001 ms | 52.277 ms | - Mb | 5.6 Mb |
| initContent | 114.837 ms | 167.114 ms | 2.88 Mb | 8.5 Mb |
| initFooter | 0.037 ms | 167.151 ms | - Mb | 8.5 Mb |
| display | 59.538 ms | 226.689 ms | 2.22 Mb | 10.7 Mb |
| Hook | Time | Memory Usage |
|---|---|---|
| DisplayHeader | 31.704 ms | 0.60 Mb |
| displayTop | 28.728 ms | 1.32 Mb |
| displayLeftColumn | 4.781 ms | 0.36 Mb |
| Header | 4.241 ms | 0.01 Mb |
| displayNav1 | 2.602 ms | 0.03 Mb |
| DisplayBeforeBodyClosingTag | 2.300 ms | 0.06 Mb |
| displayFooterAfter | 1.693 ms | 0.03 Mb |
| ProductSearchProvider | 1.648 ms | 0.01 Mb |
| displayBanner | 1.560 ms | 0.06 Mb |
| displayNavFullWidth | 1.422 ms | 0.03 Mb |
| displayFooterBefore | 1.239 ms | 0.03 Mb |
| displayFooter | 1.137 ms | 0.03 Mb |
| ActionFrontControllerSetMedia | 0.897 ms | 0.01 Mb |
| DisplayAfterBodyOpeningTag | 0.446 ms | - Mb |
| displaySearch | 0.410 ms | - Mb |
| displayNav2 | 0.368 ms | - Mb |
| DisplayLeftColumn | 0.367 ms | - Mb |
| ModuleRoutes | 0.362 ms | 0.07 Mb |
| FilterCategoryContent | 0.175 ms | 0.01 Mb |
| PagebuilderConfig | 0.050 ms | - Mb |
| ActionOutputHTMLBefore | 0.047 ms | - Mb |
| FilterHtmlContent | 0.010 ms | - Mb |
| DisplayFooterAfter | 0.007 ms | - Mb |
| DisplayNavFullWidth | 0.004 ms | - Mb |
| 24 hook(s) | 86.198 ms | 2.67 Mb |
| Module | Time | Memory Usage |
|---|---|---|
| appagebuilder | 66.443 ms | 2.12 Mb |
| blockreassurance | 1.222 ms | 0.09 Mb |
| ps_emailsubscription | 0.253 ms | 0.03 Mb |
| ps_socialfollow | 0.281 ms | 0.02 Mb |
| ps_emailalerts | 0.307 ms | 0.04 Mb |
| ps_shoppingcart | 0.917 ms | 0.06 Mb |
| ps_searchbar | 1.639 ms | 0.03 Mb |
| leobootstrapmenu | 6.573 ms | 0.16 Mb |
| ps_googleanalytics | 0.971 ms | 0.05 Mb |
| blockgrouptop | 2.814 ms | 0.26 Mb |
| leoslideshow | 1.814 ms | 0.14 Mb |
| leoquicklogin | 6.624 ms | 0.16 Mb |
| leofeature | 1.390 ms | 0.15 Mb |
| cdesigner | 0.736 ms | 0.06 Mb |
| shaim_balikovna | 0.391 ms | 0.10 Mb |
| dm_cashondelivery | 10.855 ms | 0.26 Mb |
| shaim_zasilkovna_widget | 0.476 ms | 0.05 Mb |
| ps_facetedsearch | 6.740 ms | 0.06 Mb |
| ps_categorytree | 3.765 ms | 0.29 Mb |
| 19 module(s) | 114.211 ms | 4.13 Mb |
| # | Query | Time (ms) | Rows | Filesort | Group By | Location |
|---|---|---|---|---|---|---|
| 74 | SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) GROUP BY p.id_product ORDER BY p.date_upd DESC, p.id_product DESC |
3.373 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 86 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND cg.id_group='1' AND c.nleft>4 AND c.nright<5 GROUP BY cp.id_category |
3.245 ms | 32 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 81 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=9)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
3.229 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=6)) AND ((fp_1.id_feature_value=175)) GROUP BY pac.id_attribute |
3.058 ms | 116928 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 23 | SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
2.668 ms | 1 | /classes/shop/Shop.php:1183 | ||
| 89 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=7)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY pac.id_attribute |
1.958 ms | 37632 | Yes | /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 `ps_configuration` c LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.315 ms | 980 | /classes/Configuration.php:180 | ||
| 113 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` UNION SELECT `id_hook`, ha.`alias` as name FROM `ps_hook_alias` ha INNER JOIN `ps_hook` h ON ha.name = h.name |
1.227 ms | 0 | /classes/Hook.php:1326 | ||
| 93 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=9)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY pac.id_attribute |
1.112 ms | 2688 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 84 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=7)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
1.040 ms | 64 | Yes | /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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=4)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
1.034 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 13 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `ps_module` m INNER JOIN ps_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1) INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` |
0.977 ms | 156 | Yes | Yes | /classes/Hook.php:1267 |
| 80 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=8)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.865 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 91 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=8)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY pac.id_attribute |
0.859 ms | 640 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 95 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=10)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY pac.id_attribute |
0.835 ms | 4032 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 100 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=13)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.829 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 70 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC |
0.808 ms | 146 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 97 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((a.id_attribute_group=11)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY pac.id_attribute |
0.801 ms | 4032 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 88 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC |
0.783 ms | 146 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 133 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c INNER JOIN ps_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category` RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 11 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright` WHERE 1 AND `id_lang` = 1 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.775 ms | 17 | Yes | Yes | /classes/Category.php:799 |
| 99 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=12)) AND ((pac_1.id_attribute IN (112, 29, 186))) GROUP BY fp.id_feature_value |
0.769 ms | 128 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 101 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=14)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.721 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 76 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) GROUP BY p.id_manufacturer |
0.705 ms | 64 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=3)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.700 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 64 | SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND free_shipping = 1 AND carrier_restriction = 1 |
0.687 ms | 859 | /classes/CartRule.php:423 | ||
| 83 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=6)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.672 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 90 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 8 ORDER BY agl.`name` ASC, a.`position` ASC |
0.671 ms | 10 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 82 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=10)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.667 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 98 | 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) LEFT JOIN ps_feature_product fp_2 ON (p.id_product = fp_2.id_product) WHERE ((fp.id_feature=11)) AND ((pac_1.id_attribute IN (112, 29, 186))) AND ((fp_2.id_feature_value=175)) GROUP BY fp.id_feature_value |
0.661 ms | 64 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 12 | SELECT SQL_NO_CACHE lower(name) as name FROM `ps_hook` h WHERE (h.active = 1) |
0.649 ms | 992 | /classes/Hook.php:1366 | ||
| 41 | SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description` FROM `ps_category` c INNER JOIN ps_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 12 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.615 ms | 1 | Yes | Yes | /classes/Category.php:924 |
| 75 | SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description` FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.569 ms | 10 | Yes | /classes/Manufacturer.php:211 | |
| 58 | SELECT SQL_NO_CACHE p.*, pl.params, pl.id_lang FROM ps_appagebuilder p LEFT JOIN ps_appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=1) LEFT JOIN ps_appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder) WHERE pl.id_lang=1 AND ps.id_shop=1 AND p.id_appagebuilder_positions IN (1,63,64,4) ORDER BY p.id_appagebuilder |
0.531 ms | 242 | /modules/appagebuilder/classes/ApPageBuilderModel.php:302 | ||
| 69 | SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.476 ms | 9 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137 |
| 118 | SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone FROM `ps_country` c INNER JOIN ps_country_shop country_shop ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1) LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1) LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`) WHERE 1 AND c.active = 1 ORDER BY cl.name ASC |
0.470 ms | 244 | Yes | /classes/Country.php:148 | |
| 67 | SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category WHERE controller = 'category' AND id_category = 12 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
0.460 ms | 20 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/Provider.php:61 |
| 63 | SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-02-26 00:00:00" AND date_to <= "2026-02-26 23:59:59") OR (date_from >= "2026-02-26 00:00:00" AND date_from <= "2026-02-26 23:59:59") OR (date_from < "2026-02-26 00:00:00" AND date_to > "2026-02-26 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.456 ms | 859 | /classes/CartRule.php:357 | ||
| 102 | SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2026-02-26 00:00:00" AND date_to <= "2026-02-26 23:59:59") OR (date_from >= "2026-02-26 00:00:00" AND date_from <= "2026-02-26 23:59:59") OR (date_from < "2026-02-26 00:00:00" AND date_to > "2026-02-26 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.443 ms | 859 | /classes/CartRule.php:357 | ||
| 77 | SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 16) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((pac.id_attribute IN (112, 29, 186))) AND ((fp_1.id_feature_value=175)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 |
0.411 ms | 4 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 54 | SELECT SQL_NO_CACHE * FROM ps_appagebuilder_products p INNER JOIN ps_appagebuilder_products_shop ps on(p.id_appagebuilder_products = ps.id_appagebuilder_products) WHERE ps.active=1 and ps.id_shop=1 LIMIT 1 |
0.385 ms | 11 | /modules/appagebuilder/classes/ApPageBuilderProductsModel.php:147 | ||
| 94 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 10 ORDER BY agl.`name` ASC, a.`position` ASC |
0.385 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 119 | SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
0.373 ms | 324 | Yes | /classes/Country.php:155 | |
| 15 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.367 ms | 992 | /classes/Hook.php:1326 | ||
| 68 | SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f INNER JOIN ps_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
0.366 ms | 121 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171 | |
| 72 | SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 12) LIMIT 1 |
0.356 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 85 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `ps_category` c INNER JOIN ps_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 1 AND c.`active` = 1 ORDER BY c.nleft, c.position |
0.352 ms | 68 | Yes | /classes/Category.php:724 | |
| 53 | SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
0.350 ms | 165 | /classes/Tab.php:357 | ||
| 141 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='36f5e4edd7bbd8197d16bb6214185cb7' AND cache_id="appagebuilder|1|1|1|1|16|3|displayFooterAfter" AND compile_id="at_movic" LIMIT 1 |
0.332 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 126 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='36f5e4edd7bbd8197d16bb6214185cb7' AND cache_id="appagebuilder|1|1|1|1|16|3|displayNavFullWidth" AND compile_id="at_movic" LIMIT 1 |
0.323 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 19 | SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang FROM `ps_meta` m LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 ) ORDER BY LENGTH(ml.url_rewrite) DESC |
0.319 ms | 55 | Yes | /override/classes/Dispatcher.php:150 | |
| 52 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.317 ms | 1 | /classes/Smarty/SmartyCustom.php:96 | ||
| 62 | SELECT SQL_NO_CACHE * FROM `ps_appagebuilder_positions` WHERE id_appagebuilder_positions IN(1,63,64,4) |
0.317 ms | 4 | /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:404 | ||
| 59 | SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.313 ms | 8 | /classes/ImageType.php:161 | ||
| 17 | SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.310 ms | 87 | /classes/Hook.php:339 | ||
| 96 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 11 ORDER BY agl.`name` ASC, a.`position` ASC |
0.303 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 92 | SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN ps_attribute_group_shop attribute_group_shop ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
0.301 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 111 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.281 ms | 1 | /classes/module/Module.php:2659 | ||
| 130 | SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.275 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 18 | SELECT SQL_NO_CACHE p.*, ps.*,pl.* FROM ps_appagebuilder_profiles p INNER JOIN ps_appagebuilder_profiles_lang pl ON (p.id_appagebuilder_profiles = pl.id_appagebuilder_profiles) INNER JOIN ps_appagebuilder_profiles_shop ps ON (ps.id_appagebuilder_profiles = p.id_appagebuilder_profiles) WHERE id_shop=1 AND id_lang=1 |
0.273 ms | 13 | /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:137 | ||
| 1 | SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri FROM ps_shop_group gs LEFT JOIN ps_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN ps_shop_url su ON s.id_shop = su.id_shop AND su.main = 1 WHERE s.deleted = 0 AND gs.deleted = 0 ORDER BY gs.name, s.name |
0.269 ms | 1 | Yes | /classes/shop/Shop.php:715 | |
| 107 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.267 ms | 1 | /classes/module/Module.php:2659 | ||
| 42 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `ps_module` m LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.263 ms | 64 | /classes/module/Module.php:346 | ||
| 103 | SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.260 ms | 1 | /classes/CartRule.php:423 | ||
| 71 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 12 ORDER BY vl.`value` ASC |
0.255 ms | 7 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 138 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 5 AND c.`nleft` >= 1 AND c.`nright` <= 136 ORDER BY `nleft` DESC |
0.251 ms | 4 | /classes/Category.php:1600 | ||
| 0 | SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ps_shop_url su LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'lagoonfoto.com' OR su.domain_ssl = 'lagoonfoto.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.251 ms | 1 | Yes | /classes/shop/Shop.php:1364 | |
| 123 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.249 ms | 1 | /classes/module/Module.php:2659 | ||
| 109 | SELECT SQL_NO_CACHE * FROM `ps_btmegamenu_group` gr LEFT JOIN ps_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 1 WHERE (`id_shop` = 1) |
0.240 ms | 3 | /modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94 | ||
| 51 | SELECT SQL_NO_CACHE * FROM `ps_category` a0 LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 4) AND (a0.`nright` > 5) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc |
0.233 ms | 3 | /classes/PrestaShopCollection.php:383 | ||
| 20 | SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.231 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 16 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `ps_module` m LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.228 ms | 64 | /classes/module/Module.php:346 | ||
| 134 | SELECT SQL_NO_CACHE DISTINCT c.* FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1) WHERE `level_depth` = 1 |
0.228 ms | 68 | /classes/Category.php:2242 | ||
| 120 | SELECT SQL_NO_CACHE * FROM `ps_currency` c INNER JOIN ps_currency_shop currency_shop ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.202 ms | 2 | Yes | /classes/Currency.php:694 | |
| 65 | SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.199 ms | 1 | /classes/Cart.php:4255 | ||
| 11 | SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1) WHERE l.`active` = 1 LIMIT 1 |
0.190 ms | 1 | /classes/Language.php:1216 | ||
| 8 | SELECT SQL_NO_CACHE * FROM `ps_lang` a LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 1) LIMIT 1 |
0.184 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 6 | SELECT SQL_NO_CACHE * FROM `ps_country` a LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1 LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 16) LIMIT 1 |
0.182 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 5 | SELECT SQL_NO_CACHE l.*, ls.`id_shop` FROM `ps_lang` l LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.181 ms | 1 | /classes/Language.php:1080 | ||
| 25 | SELECT SQL_NO_CACHE * FROM `ps_currency` a LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.181 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 139 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='36f5e4edd7bbd8197d16bb6214185cb7' AND cache_id="appagebuilder|1|1|1|1|16|3|displayFooterBefore" AND compile_id="at_movic" LIMIT 1 |
0.180 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 21 | SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.180 ms | 2 | Yes | /classes/Currency.php:709 | |
| 110 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='2f6a1ba805a96112baf83adc1d523f8c' AND cache_id="4,0_8815387705410541_leobootstrapmenu||20260226|1|1|1|1|1|16|1" AND compile_id="at_movic" LIMIT 1 |
0.178 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 137 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c WHERE c.`id_category` = 1 LIMIT 1 |
0.174 ms | 1 | /classes/Category.php:1591 | ||
| 55 | SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1) WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.174 ms | 2 | /classes/Currency.php:1136 | ||
| 125 | SELECT SQL_NO_CACHE SUM(`quantity`) FROM `ps_cart_product` WHERE `id_cart` = 0 LIMIT 1 |
0.171 ms | 1 | /classes/Cart.php:1303 | ||
| 135 | SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `ps_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.171 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 45 | SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.168 ms | 8 | Yes | /classes/ImageType.php:109 | |
| 60 | SELECT SQL_NO_CACHE `width`, `height` FROM ps_image_type WHERE `name` = 'home_default' LIMIT 1 |
0.164 ms | 1 | /classes/Image.php:563 | ||
| 108 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.162 ms | 1 | /classes/module/Module.php:2132 | ||
| 9 | SELECT SQL_NO_CACHE id_shop FROM `ps_lang_shop` WHERE `id_lang` = 1 AND id_shop = 1 LIMIT 1 |
0.158 ms | 1 | /classes/ObjectModel.php:1729 | ||
| 73 | SELECT SQL_NO_CACHE * FROM `ps_category_lang` WHERE `id_category` = 12 AND `id_shop` = 1 |
0.156 ms | 1 | /src/Adapter/EntityMapper.php:79 | ||
| 142 | SELECT SQL_NO_CACHE data FROM `ps_ganalytics_data` WHERE id_cart = 0 AND id_shop = 1 LIMIT 1 |
0.154 ms | 0 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43 | ||
| 34 | SELECT SQL_NO_CACHE * FROM `ps_group` a LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1 WHERE (a.`id_group` = 1) LIMIT 1 |
0.151 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 14 | SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.150 ms | 87 | /classes/Hook.php:287 | ||
| 116 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockgrouptop" LIMIT 1 |
0.150 ms | 1 | /classes/module/Module.php:2659 | ||
| 106 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='36f5e4edd7bbd8197d16bb6214185cb7' AND cache_id="appagebuilder|1|1|1|1|16|3|displayBanner" AND compile_id="at_movic" LIMIT 1 |
0.148 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 121 | SELECT SQL_NO_CACHE * FROM `ps_currency` a LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 2) LIMIT 1 |
0.148 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM ps_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.148 ms | 1 | /classes/shop/ShopUrl.php:182 | ||
| 31 | SELECT SQL_NO_CACHE * FROM `ps_currency` a LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.147 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 131 | SELECT SQL_NO_CACHE ctg.`id_group` FROM ps_category_group ctg WHERE ctg.`id_category` = 12 AND ctg.`id_group` = 1 LIMIT 1 |
0.145 ms | 1 | /classes/Category.php:1754 | ||
| 4 | SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl FROM ps_shop s LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop) WHERE s.id_shop = 1 AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.144 ms | 1 | /classes/shop/Shop.php:218 | ||
| 37 | SELECT SQL_NO_CACHE `id_category` FROM `ps_category_shop` WHERE `id_category` = 12 AND `id_shop` = 1 LIMIT 1 |
0.141 ms | 1 | /classes/Category.php:2450 | ||
| 29 | SELECT SQL_NO_CACHE * FROM `ps_currency` a LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 2) LIMIT 1 |
0.141 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 48 | SELECT SQL_NO_CACHE * FROM `ps_country` a LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 16) LIMIT 1 |
0.138 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 27 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'cs-cz' OR `language_code` = 'cs-cz' LIMIT 1 |
0.138 ms | 1 | /classes/Language.php:883 | ||
| 40 | SELECT SQL_NO_CACHE page from `ps_appagebuilder_page` where id_category = '12' AND id_shop = '1' LIMIT 1 |
0.137 ms | 194 | /modules/appagebuilder/appagebuilder.php:3846 | ||
| 136 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 12 LIMIT 1 |
0.134 ms | 1 | /classes/Category.php:1585 | ||
| 140 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='36f5e4edd7bbd8197d16bb6214185cb7' AND cache_id="appagebuilder|1|1|1|1|16|3|displayFooter" AND compile_id="at_movic" LIMIT 1 |
0.132 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 22 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'cs-cz' OR `language_code` = 'cs-cz' LIMIT 1 |
0.131 ms | 1 | /classes/Language.php:883 | ||
| 43 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.131 ms | 0 | /classes/module/Module.php:2659 | ||
| 124 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.131 ms | 1 | /classes/module/Module.php:2132 | ||
| 127 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='36f5e4edd7bbd8197d16bb6214185cb7' AND cache_id="appagebuilder|1|1|1|1|16|3|displayLeftColumn" AND compile_id="at_movic" LIMIT 1 |
0.129 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 66 | SELECT SQL_NO_CACHE `id_category` FROM `ps_category_shop` WHERE `id_category` = 12 AND `id_shop` = 1 LIMIT 1 |
0.129 ms | 1 | /classes/Category.php:2450 | ||
| 56 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.129 ms | 1 | /classes/Smarty/SmartyCustom.php:143 | ||
| 104 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "appagebuilder" LIMIT 1 |
0.129 ms | 1 | /classes/module/Module.php:2659 | ||
| 57 | SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='039da36455c4b9c9f35f266b0f363531' AND cache_id="appagebuilder|1|1|1|1|16|3|displayHeader" AND compile_id="at_movic" LIMIT 1 |
0.126 ms | 1 | /classes/Smarty/SmartyCustom.php:216 | ||
| 7 | SELECT SQL_NO_CACHE * FROM `ps_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.126 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 122 | SELECT SQL_NO_CACHE * FROM `ps_currency_lang` WHERE `id_currency` = 2 |
0.125 ms | 1 | /src/Adapter/EntityMapper.php:79 | ||
| 3 | SELECT SQL_NO_CACHE * FROM `ps_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.125 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
| 105 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
0.125 ms | 1 | /classes/module/Module.php:2132 | ||
| 24 | SELECT SQL_NO_CACHE c.id_currency FROM `ps_currency` c WHERE (iso_code = 'CZK') LIMIT 1 |
0.124 ms | 1 | /classes/Currency.php:893 | ||
| 46 | SELECT SQL_NO_CACHE format FROM `ps_address_format` WHERE `id_country` = 16 LIMIT 1 |
0.123 ms | 1 | /classes/AddressFormat.php:656 | ||
| 112 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.123 ms | 1 | /classes/module/Module.php:2132 | ||
| 129 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.121 ms | 1 | /classes/module/Module.php:2132 | ||
| 128 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.120 ms | 1 | /classes/module/Module.php:2659 | ||
| 132 | SELECT SQL_NO_CACHE `id_category` FROM `ps_category_shop` WHERE `id_category` = 12 AND `id_shop` = 1 LIMIT 1 |
0.118 ms | 1 | /classes/Category.php:2450 | ||
| 50 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM ps_required_field |
0.116 ms | 1 | /classes/ObjectModel.php:1592 | ||
| 117 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.116 ms | 1 | /classes/module/Module.php:2132 | ||
| 114 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
0.116 ms | 1 | /classes/module/Module.php:2659 | ||
| 28 | SELECT SQL_NO_CACHE c.id_currency FROM `ps_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.115 ms | 1 | /classes/Currency.php:893 | ||
| 26 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'cs-cz' OR `language_code` = 'cs-cz' LIMIT 1 |
0.114 ms | 1 | /classes/Language.php:883 | ||
| 35 | SELECT SQL_NO_CACHE * FROM `ps_group_lang` WHERE `id_group` = 1 |
0.114 ms | 1 | /src/Adapter/EntityMapper.php:79 | ||
| 115 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.111 ms | 0 | /classes/module/Module.php:2132 | ||
| 32 | SELECT SQL_NO_CACHE * FROM `ps_currency_lang` WHERE `id_currency` = 1 |
0.111 ms | 1 | /src/Adapter/EntityMapper.php:79 | ||
| 49 | SELECT SQL_NO_CACHE * FROM `ps_country_lang` WHERE `id_country` = 16 |
0.110 ms | 1 | /src/Adapter/EntityMapper.php:79 | ||
| 61 | SELECT SQL_NO_CACHE `width`, `height` FROM ps_image_type WHERE `name` = 'medium_default' LIMIT 1 |
0.106 ms | 1 | /classes/Image.php:563 | ||
| 33 | SELECT SQL_NO_CACHE id_shop FROM `ps_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 |
0.102 ms | 1 | /classes/ObjectModel.php:1729 | ||
| 39 | SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.102 ms | 1 | /classes/module/Module.php:2041 | ||
| 30 | SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `locale` = 'cs-cz' OR `language_code` = 'cs-cz' LIMIT 1 |
0.100 ms | 1 | /classes/Language.php:883 | ||
| 38 | SELECT SQL_NO_CACHE ctg.`id_group` FROM ps_category_group ctg WHERE ctg.`id_category` = 12 AND ctg.`id_group` = 1 LIMIT 1 |
0.099 ms | 1 | /classes/Category.php:1754 | ||
| 36 | SELECT SQL_NO_CACHE id_shop FROM `ps_group_shop` WHERE `id_group` = 1 AND id_shop = 1 LIMIT 1 |
0.093 ms | 1 | /classes/ObjectModel.php:1729 | ||
| 44 | SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.091 ms | 0 | /classes/module/Module.php:2132 | ||
| 47 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ps_country` WHERE `id_country` = 16 LIMIT 1 |
0.084 ms | 1 | /classes/Country.php:405 |
| 10 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((pac.id_attribute IN (XX, XX, XX))) AND ((fp_XX.id_feature_value=XX)) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) LEFT JOIN ps_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((pac_XX.id_attribute IN (XX, XX, XX))) AND ((fp_XX.id_feature_value=XX)) GROUP BY fp.id_feature_value
|
| 8 queries |
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX |
| 6 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 `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX) INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `ps_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
|
| 5 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, pa.id_product_attribute, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((pac.id_attribute IN (XX, XX, XX))) AND ((fp_XX.id_feature_value=XX)) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) LEFT JOIN ps_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((a.id_attribute_group=XX)) AND ((pac_XX.id_attribute IN (XX, XX, XX))) AND ((fp_XX.id_feature_value=XX)) GROUP BY pac.id_attribute
|
| 4 queries |
SELECT `id_lang` FROM `ps_lang`
WHERE `locale` = 'cs-cz'
OR `language_code` = 'cs-cz' LIMIT XX
|
| 3 queries |
SELECT `id_category` FROM `ps_category_shop` WHERE `id_category` = XX AND `id_shop` = XX LIMIT XX |
| 3 queries |
SELECT * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX |
| 2 queries |
SELECT XX FROM `ps_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX |
| 2 queries |
SELECT * FROM `ps_currency` a LEFT JOIN `ps_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 ctg.`id_group` FROM ps_category_group ctg WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX |
| 2 queries |
SELECT * FROM `ps_currency` a LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX LEFT JOIN `ps_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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = XX
|
| 2 queries |
SELECT * FROM `ps_currency_lang` WHERE `id_currency` = XX |
| 49 feature_product |
| 45 product_attribute_combination |
| 41 product_attribute |
| 35 category |
| 26 category_group |
| 22 category_product |
| 22 product_shop |
| 22 product |
| 20 product_sale |
| 20 stock_available |
| 12 attribute |
| 11 module |
| 11 module_shop |
| 11 category_lang |
| 10 category_shop |
| 9 currency |
| 8 smarty_lazy_cache |
| 7 attribute_group_lang |
| 7 attribute_group |
| 7 currency_shop |
| 7 attribute_group_shop |
| 7 lang |
| 6 attribute_lang |
| 6 attribute_shop |
| 6 layered_indexable_attribute_lang_value |
| 5 hook |
| 4 shop |
| 4 lang_shop |
| 4 country |
| 4 cart_rule |
| 4 shop_url |
| 4 currency_lang |
| 4 image_type |
| 3 country_shop |
| 3 country_lang |
| 3 hook_alias |
| 2 configuration |
| 2 group_shop |
| 2 smarty_last_flush |
| 2 cart_product |
| 2 cart_rule_lang |
| 2 shop_group |
| 1 state |
| 1 layered_indexable_attribute_group_lang_value |
| 1 layered_indexable_attribute_group |
| 1 manufacturer |
| 1 feature_value |
| 1 manufacturer_shop |
| 1 layered_indexable_feature_value_lang_value |
| 1 zone |
| 1 btmegamenu_group_lang |
| 1 btmegamenu_group |
| 1 layered_price_index |
| 1 manufacturer_lang |
| 1 feature_value_lang |
| 1 appagebuilder |
| 1 layered_indexable_feature_lang_value |
| 1 appagebuilder_page |
| 1 configuration_lang |
| 1 hook_module |
| 1 module_group |
| 1 appagebuilder_profiles |
| 1 appagebuilder_profiles_lang |
| 1 appagebuilder_profiles_shop |
| 1 meta |
| 1 meta_lang |
| 1 group |
| 1 group_lang |
| 1 hook_module_exceptions |
| 1 address_format |
| 1 layered_indexable_feature |
| 1 required_field |
| 1 tab |
| 1 appagebuilder_products |
| 1 appagebuilder_products_shop |
| 1 appagebuilder_shop |
| 1 appagebuilder_lang |
| 1 appagebuilder_positions |
| 1 layered_category |
| 1 feature |
| 1 feature_shop |
| 1 feature_lang |
| 1 ganalytics_data |
| Name | Instances | Source |
|---|---|---|
| Category | 12 |
/controllers/front/listing/CategoryController.php:78 (__construct) [id: 12]
/classes/Meta.php:380 (__construct) [id: 12] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 12] /modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 12] /classes/Link.php:402 (__construct) [id: 12] /classes/Link.php:402 (__construct) [id: 12] /classes/Link.php:402 (__construct) [id: 12] /modules/ps_categorytree/ps_categorytree.php:345 (__construct) [id: 11] /modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2] |
| ApPageBuilderModel | 4 |
/modules/appagebuilder/appagebuilder.php:2065 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ] /modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ] /modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ] |
| Currency | 4 |
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2] /classes/Tools.php:690 (getCurrencyInstance) [id: 1] /modules/blockgrouptop/blockgrouptop.php:156 (getCurrencies) [id: 2] |
| Country | 3 |
/config/config.inc.php:146 (__construct) [id: 16]
/classes/AddressFormat.php:404 (__construct) [id: 16] /classes/controller/FrontController.php:1779 (__construct) [id: 16] |
| Language | 2 |
/config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1] |
| LeoWidget | 2 |
/modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ]
/modules/leobootstrapmenu/leobootstrapmenu.php:88 (__construct) [id: ] |
| ApPageBuilderProfilesModel | 2 |
/modules/appagebuilder/appagebuilder.php:3357 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2875 (__construct) [id: ] |
| Cart | 2 |
/classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ] |
| Shop | 1 |
/config/config.inc.php:117 (initialize) [id: 1]
|
| AddressFormat | 1 |
/classes/controller/FrontController.php:1773 (generateAddress) [id: ]
|
| State | 1 |
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
|
| Group | 1 |
/classes/Cart.php:249 (getCurrent) [id: 1]
|
| Address | 1 |
/classes/shop/Shop.php:486 (__construct) [id: ]
|
| Risk | 1 |
/classes/controller/FrontController.php:1705 (__construct) [id: ]
|
| Gender | 1 |
/classes/controller/FrontController.php:1702 (__construct) [id: 0]
|
| Customer | 1 |
/config/config.inc.php:264 (__construct) [id: ]
|
| ShopGroup | 1 |
/classes/shop/Shop.php:561 (__construct) [id: 1]
|
| Configuration | 1 |
/modules/appagebuilder/appagebuilder.php:2268 (__construct) [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/include_paths.php |
| 9 | /vendor/composer/autoload_static.php |
| 10 | /vendor/symfony/polyfill-php72/bootstrap.php |
| 11 | /vendor/symfony/polyfill-mbstring/bootstrap.php |
| 12 | /vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
| 13 | /vendor/symfony/polyfill-intl-idn/bootstrap.php |
| 14 | /vendor/symfony/deprecation-contracts/function.php |
| 15 | /vendor/ralouphie/getallheaders/src/getallheaders.php |
| 16 | /vendor/symfony/polyfill-ctype/bootstrap.php |
| 17 | /vendor/symfony/polyfill-php80/bootstrap.php |
| 18 | /vendor/guzzlehttp/promises/src/functions_include.php |
| 19 | /vendor/guzzlehttp/promises/src/functions.php |
| 20 | /vendor/guzzlehttp/guzzle/src/functions_include.php |
| 21 | /vendor/guzzlehttp/guzzle/src/functions.php |
| 22 | /vendor/symfony/polyfill-iconv/bootstrap.php |
| 23 | /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
| 24 | /vendor/jakeasmith/http_build_url/src/http_build_url.php |
| 25 | /vendor/lcobucci/jwt/compat/class-aliases.php |
| 26 | /vendor/lcobucci/jwt/src/Token.php |
| 27 | /vendor/lcobucci/jwt/src/Signature.php |
| 28 | /vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
| 29 | /vendor/symfony/polyfill-php73/Resources/stubs/JsonException.php |
| 30 | /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
| 31 | /vendor/swiftmailer/swiftmailer/lib/swift_required.php |
| 32 | /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php |
| 33 | /vendor/symfony/polyfill-intl-icu/bootstrap.php |
| 34 | /vendor/symfony/polyfill-php73/bootstrap.php |
| 35 | /vendor/symfony/polyfill-php73/Php73.php |
| 36 | /vendor/symfony/polyfill-php81/bootstrap.php |
| 37 | /vendor/api-platform/core/src/deprecation.php |
| 38 | /vendor/api-platform/core/src/Api/FilterInterface.php |
| 39 | /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php |
| 40 | /vendor/api-platform/core/src/deprecated_interfaces.php |
| 41 | /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php |
| 42 | /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php |
| 43 | /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php |
| 44 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php |
| 45 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php |
| 46 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php |
| 47 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php |
| 48 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php |
| 49 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php |
| 50 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php |
| 51 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php |
| 52 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php |
| 53 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php |
| 54 | /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php |
| 55 | /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php |
| 56 | /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php |
| 57 | /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php |
| 58 | /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php |
| 59 | /vendor/api-platform/core/src/Exception/ExceptionInterface.php |
| 60 | /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php |
| 61 | /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php |
| 62 | /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php |
| 63 | /vendor/api-platform/core/src/Documentation/DocumentationInterface.php |
| 64 | /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php |
| 65 | /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php |
| 66 | /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php |
| 67 | /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php |
| 68 | /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php |
| 69 | /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php |
| 70 | /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php |
| 71 | /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php |
| 72 | /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php |
| 73 | /vendor/api-platform/core/src/Validator/ValidatorInterface.php |
| 74 | /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php |
| 75 | /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php |
| 76 | /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php |
| 77 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php |
| 78 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php |
| 79 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php |
| 80 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php |
| 81 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php |
| 82 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php |
| 83 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php |
| 84 | /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php |
| 85 | /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php |
| 86 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php |
| 87 | /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php |
| 88 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php |
| 89 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php |
| 90 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php |
| 91 | /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php |
| 92 | /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php |
| 93 | /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php |
| 94 | /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php |
| 95 | /vendor/psr/container/src/ContainerInterface.php |
| 96 | /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php |
| 97 | /vendor/ircmaxell/password-compat/lib/password.php |
| 98 | /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php |
| 99 | /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php |
| 100 | /src/Core/Version.php |
| 101 | /config/alias.php |
| 102 | /vendor/prestashop/autoload/src/PrestashopAutoload.php |
| 103 | /vendor/prestashop/autoload/src/LegacyClassLoader.php |
| 104 | /vendor/symfony/polyfill-php80/Php80.php |
| 105 | /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php |
| 106 | /vendor/prestashop/autoload/src/Autoloader.php |
| 107 | /config/bootstrap.php |
| 108 | /src/Core/ContainerBuilder.php |
| 109 | /src/Core/Foundation/IoC/Container.php |
| 110 | /src/Adapter/ServiceLocator.php |
| 111 | /var/cache/prod/appParameters.php |
| 114 | /var/cache/prod/class_index.php |
| 115 | /classes/controller/Controller.php |
| 117 | /classes/ObjectModel.php |
| 118 | /src/Core/Foundation/Database/EntityInterface.php |
| 120 | /classes/db/Db.php |
| 122 | /classes/Hook.php |
| 124 | /classes/module/Module.php |
| 125 | /src/Core/Module/Legacy/ModuleInterface.php |
| 127 | /classes/Tools.php |
| 128 | /classes/Context.php |
| 129 | /classes/shop/Shop.php |
| 130 | /src/Core/Security/PasswordGenerator.php |
| 131 | /classes/db/DbPDO.php |
| 132 | /classes/AddressFormat.php |
| 133 | /classes/Configuration.php |
| 134 | /classes/Validate.php |
| 135 | /classes/cache/Cache.php |
| 136 | /src/Adapter/EntityMapper.php |
| 137 | /classes/db/DbQuery.php |
| 138 | /src/Core/Addon/Theme/ThemeManagerBuilder.php |
| 139 | /vendor/psr/log/Psr/Log/NullLogger.php |
| 140 | /vendor/psr/log/Psr/Log/AbstractLogger.php |
| 141 | /vendor/psr/log/Psr/Log/LoggerInterface.php |
| 142 | /src/Adapter/Configuration.php |
| 143 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php |
| 144 | /src/Core/Domain/Configuration/ShopConfigurationInterface.php |
| 145 | /src/Core/ConfigurationInterface.php |
| 146 | /src/Core/Addon/Theme/ThemeRepository.php |
| 147 | /src/Core/Addon/AddonRepositoryInterface.php |
| 148 | /src/Core/Domain/Shop/ValueObject/ShopConstraint.php |
| 149 | /src/Core/Addon/Theme/Theme.php |
| 150 | /src/Core/Addon/AddonInterface.php |
| 151 | /src/Core/Util/ArrayFinder.php |
| 152 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php |
| 153 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php |
| 154 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php |
| 155 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php |
| 156 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php |
| 157 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php |
| 158 | /config/defines_uri.inc.php |
| 159 | /classes/Language.php |
| 160 | /src/Core/Language/LanguageInterface.php |
| 161 | /classes/Country.php |
| 162 | /classes/PrestaShopCollection.php |
| 163 | /classes/shop/ShopGroup.php |
| 164 | /classes/Cookie.php |
| 165 | /classes/PhpEncryption.php |
| 166 | /classes/PhpEncryptionEngine.php |
| 167 | /vendor/defuse/php-encryption/src/Key.php |
| 168 | /vendor/defuse/php-encryption/src/Encoding.php |
| 169 | /vendor/defuse/php-encryption/src/Core.php |
| 170 | /vendor/defuse/php-encryption/src/Crypto.php |
| 171 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
| 172 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
| 173 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
| 174 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
| 175 | /vendor/defuse/php-encryption/src/Exception/CryptoException.php |
| 176 | /src/Core/Session/SessionHandler.php |
| 177 | /src/Core/Session/SessionHandlerInterface.php |
| 178 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php |
| 179 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
| 180 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php |
| 181 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php |
| 182 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
| 183 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php |
| 184 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php |
| 185 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
| 186 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php |
| 187 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
| 188 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
| 189 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php |
| 190 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php |
| 191 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
| 192 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
| 193 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
| 194 | /config/smarty.config.inc.php |
| 195 | /classes/Smarty/SmartyCustom.php |
| 196 | /vendor/smarty/smarty/libs/Smarty.class.php |
| 197 | /vendor/smarty/smarty/libs/functions.php |
| 198 | /vendor/smarty/smarty/libs/Autoloader.php |
| 199 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
| 200 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
| 201 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
| 202 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
| 203 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
| 204 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
| 205 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
| 206 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
| 207 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
| 208 | /config/smartyfront.config.inc.php |
| 209 | /classes/Smarty/SmartyResourceModule.php |
| 210 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
| 211 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
| 212 | /classes/Smarty/SmartyResourceParent.php |
| 213 | /classes/Smarty/SmartyLazyRegister.php |
| 214 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
| 215 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
| 216 | /override/classes/Customer.php |
| 217 | /classes/Customer.php |
| 218 | /classes/Group.php |
| 219 | /classes/Link.php |
| 220 | /classes/shop/ShopUrl.php |
| 221 | /override/classes/Dispatcher.php |
| 222 | /classes/Dispatcher.php |
| 223 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php |
| 224 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php |
| 225 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
| 226 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php |
| 227 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php |
| 228 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php |
| 229 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php |
| 230 | /src/Adapter/SymfonyContainer.php |
| 231 | /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php |
| 232 | /config/db_slave_server.inc.php |
| 233 | /modules/appagebuilder/appagebuilder.php |
| 234 | /modules/appagebuilder/libs/Helper.php |
| 235 | /modules/appagebuilder/libs/LeoFrameworkHelper.php |
| 236 | /modules/appagebuilder/classes/ApPageSetting.php |
| 237 | /modules/appagebuilder/classes/ApPageBuilderModel.php |
| 238 | /modules/appagebuilder/classes/shortcodes.php |
| 239 | /modules/appagebuilder/controllers/admin/AdminApPageBuilderShortcodes.php |
| 240 | /modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php |
| 241 | /modules/appagebuilder/classes/ApPageBuilderPositionsModel.php |
| 242 | /classes/controller/ModuleAdminController.php |
| 243 | /classes/controller/AdminController.php |
| 244 | /modules/appagebuilder/classes/ApShortCodesBuilder.php |
| 245 | /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php |
| 246 | /modules/appagebuilder/classes/ApPageBuilderProductsModel.php |
| 247 | /modules/appagebuilder/classes/ApPageBuilderShortcodeModel.php |
| 248 | /src/Core/Module/WidgetInterface.php |
| 249 | /src/Core/Security/Hashing.php |
| 250 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
| 251 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
| 252 | /classes/Translate.php |
| 253 | /modules/appagebuilder/translations/cs.php |
| 254 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
| 255 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php |
| 256 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php |
| 257 | /vendor/symfony/contracts/Translation/LocaleAwareInterface.php |
| 258 | /vendor/symfony/contracts/Translation/TranslatorInterface.php |
| 259 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php |
| 260 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
| 261 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
| 262 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
| 263 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php |
| 264 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php |
| 265 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php |
| 266 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php |
| 267 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php |
| 268 | /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php |
| 269 | /vendor/symfony/contracts/Translation/TranslatorTrait.php |
| 270 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php |
| 271 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php |
| 272 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php |
| 273 | /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php |
| 274 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php |
| 275 | /var/cache/prod/translations/catalogue.cs-CZ.NXhscRe.php |
| 276 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php |
| 277 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php |
| 278 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php |
| 279 | /modules/leoblog/loader.php |
| 280 | /modules/leoblog/classes/config.php |
| 281 | /modules/leoblog/libs/Helper.php |
| 282 | /modules/leoblog/classes/leoblogcat.php |
| 283 | /modules/leoblog/classes/blog.php |
| 284 | /modules/leoblog/classes/link.php |
| 285 | /modules/leoblog/classes/comment.php |
| 286 | /modules/leoblog/classes/LeoblogOwlCarousel.php |
| 287 | /controllers/front/listing/CategoryController.php |
| 288 | /classes/controller/ProductListingFrontController.php |
| 289 | /classes/controller/ProductPresentingFrontController.php |
| 290 | /classes/controller/FrontController.php |
| 291 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
| 292 | /src/Adapter/Presenter/PresenterInterface.php |
| 293 | /src/Adapter/Presenter/Cart/CartPresenter.php |
| 294 | /src/Adapter/Image/ImageRetriever.php |
| 295 | /classes/tax/TaxConfiguration.php |
| 296 | /classes/Smarty/TemplateFinder.php |
| 297 | /classes/assets/StylesheetManager.php |
| 298 | /classes/assets/AbstractAssetManager.php |
| 299 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
| 300 | /classes/assets/JavascriptManager.php |
| 301 | /classes/assets/CccReducer.php |
| 302 | /classes/Category.php |
| 303 | /classes/webservice/WebserviceRequest.php |
| 304 | /src/Adapter/ContainerBuilder.php |
| 305 | /src/Adapter/Environment.php |
| 306 | /src/Core/EnvironmentInterface.php |
| 307 | /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php |
| 308 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
| 309 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
| 310 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
| 311 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
| 312 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
| 313 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
| 314 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
| 315 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
| 316 | /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php |
| 317 | /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php |
| 318 | /vendor/symfony/contracts/Service/ResetInterface.php |
| 319 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php |
| 320 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php |
| 321 | /vendor/psr/log/Psr/Log/LoggerAwareTrait.php |
| 322 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php |
| 323 | /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php |
| 324 | /vendor/symfony/contracts/Cache/ItemInterface.php |
| 325 | /vendor/psr/cache/src/CacheItemInterface.php |
| 326 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
| 327 | /vendor/symfony/contracts/Cache/CacheInterface.php |
| 328 | /vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
| 329 | /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php |
| 330 | /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php |
| 331 | /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php |
| 332 | /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php |
| 333 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
| 334 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
| 335 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
| 336 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
| 337 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
| 338 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php |
| 339 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php |
| 340 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php |
| 341 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php |
| 342 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php |
| 343 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php |
| 344 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php |
| 345 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php |
| 346 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php |
| 347 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php |
| 348 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php |
| 349 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php |
| 350 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php |
| 351 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php |
| 352 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php |
| 353 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php |
| 354 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php |
| 355 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php |
| 356 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php |
| 357 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php |
| 358 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php |
| 359 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php |
| 360 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php |
| 361 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php |
| 362 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php |
| 363 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php |
| 364 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php |
| 365 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php |
| 366 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php |
| 367 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php |
| 368 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php |
| 369 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php |
| 370 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php |
| 371 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php |
| 372 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php |
| 373 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php |
| 374 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php |
| 375 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php |
| 376 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php |
| 377 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php |
| 378 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php |
| 379 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php |
| 380 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php |
| 381 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php |
| 382 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php |
| 383 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php |
| 384 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php |
| 385 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php |
| 386 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php |
| 387 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php |
| 388 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php |
| 389 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
| 390 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
| 391 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
| 392 | /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php |
| 393 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
| 394 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php |
| 395 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php |
| 396 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
| 397 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
| 398 | /var/cache/prod/FrontContainer.php |
| 399 | /src/Adapter/Container/LegacyContainer.php |
| 400 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php |
| 401 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php |
| 402 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php |
| 403 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php |
| 404 | /vendor/symfony/contracts/Service/ServiceLocatorTrait.php |
| 405 | /vendor/psr/container/src/ContainerExceptionInterface.php |
| 406 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
| 407 | /vendor/symfony/contracts/Service/ServiceProviderInterface.php |
| 408 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php |
| 409 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php |
| 410 | /src/Adapter/Container/LegacyContainerInterface.php |
| 411 | /modules/ps_searchbar/vendor/autoload.php |
| 412 | /modules/ps_searchbar/vendor/composer/autoload_real.php |
| 413 | /modules/ps_searchbar/vendor/composer/platform_check.php |
| 414 | /modules/ps_searchbar/vendor/composer/autoload_static.php |
| 415 | /modules/ps_newproducts/vendor/autoload.php |
| 416 | /modules/ps_newproducts/vendor/composer/autoload_real.php |
| 417 | /modules/ps_newproducts/vendor/composer/platform_check.php |
| 418 | /modules/ps_newproducts/vendor/composer/autoload_static.php |
| 419 | /modules/ps_bestsellers/vendor/autoload.php |
| 420 | /modules/ps_bestsellers/vendor/composer/autoload_real.php |
| 421 | /modules/ps_bestsellers/vendor/composer/platform_check.php |
| 422 | /modules/ps_bestsellers/vendor/composer/autoload_static.php |
| 423 | /modules/ps_socialfollow/vendor/autoload.php |
| 424 | /modules/ps_socialfollow/vendor/composer/autoload_real.php |
| 425 | /modules/ps_socialfollow/vendor/composer/platform_check.php |
| 426 | /modules/ps_socialfollow/vendor/composer/autoload_static.php |
| 427 | /modules/contactform/vendor/autoload.php |
| 428 | /modules/contactform/vendor/composer/autoload_real.php |
| 429 | /modules/contactform/vendor/composer/platform_check.php |
| 430 | /modules/contactform/vendor/composer/autoload_static.php |
| 431 | /modules/ps_sharebuttons/vendor/autoload.php |
| 432 | /modules/ps_sharebuttons/vendor/composer/autoload_real.php |
| 433 | /modules/ps_sharebuttons/vendor/composer/platform_check.php |
| 434 | /modules/ps_sharebuttons/vendor/composer/autoload_static.php |
| 435 | /modules/ps_themecusto/vendor/autoload.php |
| 436 | /modules/ps_themecusto/vendor/composer/autoload_real.php |
| 437 | /modules/ps_themecusto/vendor/composer/platform_check.php |
| 438 | /modules/ps_themecusto/vendor/composer/autoload_static.php |
| 439 | /modules/ps_emailalerts/vendor/autoload.php |
| 440 | /modules/ps_emailalerts/vendor/composer/autoload_real.php |
| 441 | /modules/ps_emailalerts/vendor/composer/platform_check.php |
| 442 | /modules/ps_emailalerts/vendor/composer/autoload_static.php |
| 443 | /modules/ps_facetedsearch/vendor/autoload.php |
| 444 | /modules/ps_facetedsearch/vendor/composer/autoload_real.php |
| 445 | /modules/ps_facetedsearch/vendor/composer/platform_check.php |
| 446 | /modules/ps_facetedsearch/vendor/composer/autoload_static.php |
| 447 | /modules/leoquicklogin/vendor/autoload.php |
| 448 | /init.php |
| 449 | /modules/autoupgrade/vendor/autoload.php |
| 450 | /modules/autoupgrade/vendor/composer/autoload_real.php |
| 451 | /modules/autoupgrade/vendor/composer/autoload_static.php |
| 452 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php |
| 453 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php |
| 454 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
| 455 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
| 456 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
| 457 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
| 458 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
| 459 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
| 460 | /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php |
| 461 | /modules/ps_categorytree/vendor/autoload.php |
| 462 | /modules/ps_categorytree/vendor/composer/autoload_real.php |
| 463 | /modules/ps_categorytree/vendor/composer/platform_check.php |
| 464 | /modules/ps_categorytree/vendor/composer/autoload_static.php |
| 465 | /modules/dm_bankwire/vendor/autoload.php |
| 466 | /modules/dm_bankwire/vendor/composer/autoload_real.php |
| 467 | /modules/dm_bankwire/vendor/composer/platform_check.php |
| 468 | /modules/dm_bankwire/vendor/composer/autoload_static.php |
| 469 | /src/Core/Localization/Locale/Repository.php |
| 470 | /src/Core/Localization/Locale/RepositoryInterface.php |
| 471 | /src/Core/Localization/CLDR/LocaleRepository.php |
| 472 | /src/Core/Localization/CLDR/LocaleDataSource.php |
| 473 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
| 474 | /src/Core/Data/Layer/AbstractDataLayer.php |
| 475 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
| 476 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php |
| 477 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php |
| 478 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php |
| 479 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php |
| 480 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php |
| 481 | /vendor/symfony/contracts/Cache/CacheTrait.php |
| 482 | /vendor/psr/cache/src/InvalidArgumentException.php |
| 483 | /vendor/psr/cache/src/CacheException.php |
| 484 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php |
| 485 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php |
| 486 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php |
| 487 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php |
| 488 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
| 489 | /src/Core/Localization/CLDR/Reader.php |
| 490 | /src/Core/Localization/CLDR/ReaderInterface.php |
| 491 | /src/Core/Localization/Currency/Repository.php |
| 492 | /src/Core/Localization/Currency/RepositoryInterface.php |
| 493 | /src/Core/Localization/Currency/CurrencyDataSource.php |
| 494 | /src/Core/Localization/Currency/DataSourceInterface.php |
| 495 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
| 496 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
| 497 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
| 498 | /src/Adapter/Currency/CurrencyDataProvider.php |
| 499 | /src/Core/Currency/CurrencyDataProviderInterface.php |
| 500 | /src/Adapter/LegacyContext.php |
| 501 | /src/Adapter/Tools.php |
| 502 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
| 503 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
| 504 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
| 505 | /src/Core/Localization/Locale.php |
| 506 | /src/Core/Localization/LocaleInterface.php |
| 507 | /src/Core/Localization/Specification/Price.php |
| 508 | /src/Core/Localization/Specification/Number.php |
| 509 | /src/Core/Localization/Specification/NumberInterface.php |
| 510 | /src/Core/Localization/Specification/Factory.php |
| 511 | /src/Core/Localization/CLDR/LocaleData.php |
| 512 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
| 513 | /src/Core/Localization/CLDR/CurrencyData.php |
| 514 | /src/Core/Localization/CLDR/Locale.php |
| 515 | /src/Core/Localization/CLDR/LocaleInterface.php |
| 516 | /src/Core/Localization/Specification/NumberSymbolList.php |
| 517 | /classes/Currency.php |
| 518 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
| 519 | /src/Core/Localization/Currency/CurrencyData.php |
| 520 | /src/Core/Localization/Currency/CurrencyCollection.php |
| 521 | /src/Core/Localization/Currency.php |
| 522 | /src/Core/Localization/CurrencyInterface.php |
| 523 | /src/Core/Localization/Specification/NumberCollection.php |
| 524 | /src/Core/Localization/Number/Formatter.php |
| 525 | /classes/Cart.php |
| 526 | /src/Adapter/AddressFactory.php |
| 527 | /classes/CartRule.php |
| 528 | /classes/Product.php |
| 529 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
| 530 | /src/Core/Util/DateTime/DateTime.php |
| 531 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
| 532 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
| 533 | /src/Core/Domain/Product/ValueObject/ProductType.php |
| 534 | /src/Core/Domain/Product/ValueObject/Reference.php |
| 535 | /src/Core/Domain/Product/ValueObject/Ean13.php |
| 536 | /src/Core/Domain/Product/ValueObject/Isbn.php |
| 537 | /src/Core/Domain/Product/ValueObject/Upc.php |
| 538 | /src/Core/Domain/Product/ProductSettings.php |
| 539 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
| 540 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
| 541 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php |
| 542 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php |
| 543 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php |
| 544 | /modules/blockreassurance/blockreassurance.php |
| 545 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
| 546 | /classes/Media.php |
| 547 | /modules/ps_emailsubscription/ps_emailsubscription.php |
| 548 | /modules/ps_socialfollow/ps_socialfollow.php |
| 549 | /modules/ps_emailalerts/ps_emailalerts.php |
| 550 | /modules/ps_emailalerts/MailAlert.php |
| 551 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
| 552 | /src/Adapter/Presenter/AbstractLazyArray.php |
| 553 | /src/Adapter/Product/PriceFormatter.php |
| 554 | /src/Core/Util/Inflector.php |
| 555 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
| 556 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
| 557 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
| 558 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
| 559 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
| 560 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
| 561 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
| 562 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
| 563 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
| 564 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
| 565 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
| 566 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
| 567 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
| 568 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
| 569 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
| 570 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
| 571 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
| 572 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
| 573 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
| 574 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
| 575 | /classes/Gender.php |
| 576 | /classes/Risk.php |
| 577 | /classes/Meta.php |
| 578 | /classes/Address.php |
| 579 | /classes/ImageType.php |
| 580 | /classes/State.php |
| 581 | /src/Core/Security/PasswordPolicyConfiguration.php |
| 582 | /src/Core/Configuration/DataConfigurationInterface.php |
| 583 | /src/Core/Filter/FrontEndObject/MainFilter.php |
| 584 | /src/Core/Filter/FilterInterface.php |
| 585 | /src/Core/Filter/FrontEndObject/CartFilter.php |
| 586 | /src/Core/Filter/HashMapWhitelistFilter.php |
| 587 | /src/Core/Filter/CollectionFilter.php |
| 588 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
| 589 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
| 590 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
| 591 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
| 592 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
| 593 | /modules/ps_shoppingcart/ps_shoppingcart.php |
| 594 | /modules/ps_searchbar/ps_searchbar.php |
| 595 | /modules/leobootstrapmenu/leobootstrapmenu.php |
| 596 | /modules/leobootstrapmenu/classes/Btmegamenu.php |
| 597 | /modules/leobootstrapmenu/classes/BtmegamenuGroup.php |
| 598 | /modules/leobootstrapmenu/libs/Helper.php |
| 599 | /modules/leobootstrapmenu/classes/widgetbase.php |
| 600 | /modules/leobootstrapmenu/classes/widget.php |
| 601 | /modules/leobootstrapmenu/translations/cs.php |
| 602 | /classes/Smarty/SmartyCustomTemplate.php |
| 603 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
| 604 | /var/cache/prod/smarty/compile/at_movic/bc/d2/c1/bcd2c1a2125f4d737c7bcfd9b3c21684a04fd329_2.file.javascript_parameter.tpl.php |
| 605 | /modules/ps_googleanalytics/ps_googleanalytics.php |
| 606 | /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php |
| 607 | /modules/ps_googleanalytics/classes/Hook/HookInterface.php |
| 608 | /modules/blockgrouptop/blockgrouptop.php |
| 609 | /modules/blockgrouptop/translations/cs.php |
| 610 | /modules/leoslideshow/leoslideshow.php |
| 611 | /modules/leoslideshow/classes/LeoSlideshowConfig.php |
| 612 | /modules/leoslideshow/classes/LeoSlideshowGroup.php |
| 613 | /modules/leoslideshow/classes/LeoSlideshowSlide.php |
| 614 | /modules/leoslideshow/classes/LeoSlideshowStatus.php |
| 615 | /modules/leoslideshow/libs/Helper.php |
| 616 | /modules/leoslideshow/translations/cs.php |
| 617 | /modules/leoquicklogin/leoquicklogin.php |
| 618 | /modules/leoquicklogin/translations/cs.php |
| 619 | /classes/Tab.php |
| 620 | /modules/leofeature/leofeature.php |
| 621 | /modules/leofeature/classes/ProductReviewCriterion.php |
| 622 | /modules/leofeature/classes/ProductReview.php |
| 623 | /modules/leofeature/classes/CompareProduct.php |
| 624 | /modules/leofeature/classes/WishList.php |
| 625 | /modules/leofeature/translations/cs.php |
| 626 | /modules/cdesigner/cdesigner.php |
| 627 | /modules/cdesigner/models/CdesignerFontsModel.php |
| 628 | /modules/cdesigner/models/CdesignerColorsModel.php |
| 629 | /modules/cdesigner/models/CdesignerImagesModel.php |
| 630 | /modules/cdesigner/models/CdesignerImagesModelEmojis.php |
| 631 | /modules/cdesigner/models/CdesignerFieldsModel.php |
| 632 | /modules/cdesigner/translations/cs.php |
| 633 | /modules/appagebuilder/classes/shortcodes/ApImageHotspot.php |
| 634 | /modules/appagebuilder/classes/shortcodes/ApSlideShow.php |
| 635 | /modules/appagebuilder/classes/shortcodes/ApFacebook.php |
| 636 | /modules/appagebuilder/classes/shortcodes/ApTabs.php |
| 637 | /modules/appagebuilder/classes/shortcodes/ApGmap.php |
| 638 | /modules/appagebuilder/classes/shortcodes/ApAlert.php |
| 639 | /modules/appagebuilder/classes/shortcodes/ApFullSlider.php |
| 640 | /modules/appagebuilder/classes/shortcodes/ApImage360.php |
| 641 | /modules/appagebuilder/classes/shortcodes/ApHtml.php |
| 642 | /modules/appagebuilder/classes/shortcodes/ApMegamenu.php |
| 643 | /modules/appagebuilder/classes/shortcodes/ApManuFacturersCarousel.php |
| 644 | /modules/appagebuilder/classes/shortcodes/ApFontAwesome.php |
| 645 | /modules/appagebuilder/classes/shortcodes/ApButton.php |
| 646 | /modules/appagebuilder/classes/shortcodes/ApQuicklogin.php |
| 647 | /modules/appagebuilder/classes/shortcodes/ApTwitter.php |
| 648 | /modules/appagebuilder/classes/shortcodes/ApCategoryImage.php |
| 649 | /modules/appagebuilder/classes/shortcodes/ApBlockLink.php |
| 650 | /modules/appagebuilder/classes/shortcodes/ApImage.php |
| 651 | /modules/appagebuilder/classes/shortcodes/ApModule.php |
| 652 | /modules/appagebuilder/classes/shortcodes/ApColumn.php |
| 653 | /modules/appagebuilder/classes/shortcodes/ApProductCarousel.php |
| 654 | /modules/appagebuilder/classes/shortcodes/ApAccordions.php |
| 655 | /modules/appagebuilder/classes/shortcodes/ApProductTag.php |
| 656 | /modules/appagebuilder/classes/shortcodes/ApInstagram.php |
| 657 | /modules/appagebuilder/classes/shortcodes/ApCountdown.php |
| 658 | /modules/appagebuilder/classes/shortcodes/ApVideo.php |
| 659 | /modules/appagebuilder/classes/shortcodes/ApBlockCarousel.php |
| 660 | /modules/appagebuilder/classes/shortcodes/ApRawHtml.php |
| 661 | /modules/appagebuilder/classes/shortcodes/ApBlog.php |
| 662 | /modules/appagebuilder/classes/shortcodes/ApGenCode.php |
| 663 | /modules/appagebuilder/classes/shortcodes/ApImageGalleryProduct.php |
| 664 | /modules/appagebuilder/classes/shortcodes/ApSliderLayer.php |
| 665 | /modules/appagebuilder/classes/shortcodes/ApCounter.php |
| 666 | /modules/appagebuilder/classes/shortcodes/ApProductList.php |
| 667 | /modules/appagebuilder/classes/shortcodes/ApAjaxTabs.php |
| 668 | /modules/appagebuilder/classes/shortcodes/ApImageGallery.php |
| 669 | /modules/appagebuilder/classes/shortcodes/ApRow.php |
| 670 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php |
| 671 | /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php |
| 672 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php |
| 673 | /classes/Image.php |
| 674 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php |
| 675 | /var/cache/prod/smarty/compile/at_movic/f5/10/04/f51004beca8882d50a32a84e175026fd7ac5d90d_2.file.header.tpl.php |
| 676 | /vendor/smarty/smarty/libs/plugins/modifier.escape.php |
| 677 | /modules/shaim_balikovna/shaim_balikovna.php |
| 678 | /modules/shaim_balikovna/translations/cs.php |
| 679 | /modules/dm_cashondelivery/dm_cashondelivery.php |
| 680 | /modules/dm_cashondelivery/classes/DmCodFormBuilder.php |
| 681 | /modules/dm_cashondelivery/classes/DmCodHelp.php |
| 682 | /modules/dm_cashondelivery/classes/DmCodForm.php |
| 683 | /modules/dm_cashondelivery/classes/DmCodUpdate.php |
| 684 | /classes/PaymentModule.php |
| 685 | /modules/dm_cashondelivery/translations/cs.php |
| 686 | /classes/ProductDownload.php |
| 687 | /classes/tax/Tax.php |
| 688 | /src/Core/Localization/CLDR/ComputingPrecision.php |
| 689 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
| 690 | /src/Core/Cart/Calculator.php |
| 691 | /src/Core/Cart/CartRowCollection.php |
| 692 | /src/Core/Cart/Fees.php |
| 693 | /src/Core/Cart/AmountImmutable.php |
| 694 | /src/Core/Cart/CartRuleCollection.php |
| 695 | /src/Core/Cart/CartRuleCalculator.php |
| 696 | /src/Adapter/Product/PriceCalculator.php |
| 697 | /override/classes/order/Order.php |
| 698 | /classes/order/Order.php |
| 699 | /src/Core/Cart/CartRow.php |
| 700 | /modules/shaim_zasilkovna_widget/shaim_zasilkovna_widget.php |
| 701 | /modules/shaim_zasilkovna_widget/translations/cs.php |
| 702 | /src/Core/Product/Search/ProductSearchContext.php |
| 703 | /src/Core/Product/Search/ProductSearchQuery.php |
| 704 | /src/Core/Product/Search/SortOrder.php |
| 705 | /modules/ps_facetedsearch/ps_facetedsearch.php |
| 706 | /modules/ps_facetedsearch/src/HookDispatcher.php |
| 707 | /modules/ps_facetedsearch/src/Hook/Attribute.php |
| 708 | /modules/ps_facetedsearch/src/Hook/AbstractHook.php |
| 709 | /modules/ps_facetedsearch/src/Hook/AttributeGroup.php |
| 710 | /modules/ps_facetedsearch/src/Hook/Category.php |
| 711 | /modules/ps_facetedsearch/src/Hook/Configuration.php |
| 712 | /modules/ps_facetedsearch/src/Hook/Design.php |
| 713 | /modules/ps_facetedsearch/src/Hook/Feature.php |
| 714 | /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php |
| 715 | /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php |
| 716 | /modules/ps_facetedsearch/src/Hook/FeatureValue.php |
| 717 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php |
| 718 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php |
| 719 | /modules/ps_facetedsearch/src/Hook/Product.php |
| 720 | /modules/ps_facetedsearch/src/Hook/ProductSearch.php |
| 721 | /modules/ps_facetedsearch/src/Hook/SpecificPrice.php |
| 722 | /modules/ps_facetedsearch/src/Filters/Provider.php |
| 723 | /modules/ps_facetedsearch/src/URLSerializer.php |
| 724 | /modules/ps_facetedsearch/src/Filters/DataAccessor.php |
| 725 | /modules/ps_facetedsearch/src/Product/SearchProvider.php |
| 726 | /src/Core/Product/Search/FacetsRendererInterface.php |
| 727 | /src/Core/Product/Search/ProductSearchProviderInterface.php |
| 728 | /modules/ps_facetedsearch/src/Filters/Converter.php |
| 729 | /modules/ps_facetedsearch/src/Product/SearchFactory.php |
| 730 | /src/Core/Product/Search/ProductSearchResult.php |
| 731 | /classes/Combination.php |
| 732 | /modules/ps_facetedsearch/src/Product/Search.php |
| 733 | /modules/ps_facetedsearch/src/Adapter/MySQL.php |
| 734 | /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php |
| 735 | /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php |
| 736 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php |
| 737 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php |
| 738 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php |
| 739 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
| 740 | /modules/ps_facetedsearch/src/Filters/Products.php |
| 741 | /classes/stock/StockAvailable.php |
| 742 | /modules/ps_facetedsearch/src/Filters/Block.php |
| 743 | /classes/Manufacturer.php |
| 744 | /src/Core/Util/String/StringModifier.php |
| 745 | /src/Core/Util/String/StringModifierInterface.php |
| 746 | /src/Core/Product/Search/Facet.php |
| 747 | /src/Core/Product/Search/Filter.php |
| 748 | /vendor/prestashop/decimal/src/DecimalNumber.php |
| 749 | /vendor/prestashop/decimal/src/Builder.php |
| 750 | /src/Core/Product/Search/FacetCollection.php |
| 751 | /classes/ProductAssembler.php |
| 752 | /classes/ProductPresenterFactory.php |
| 753 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
| 754 | /src/Adapter/Presenter/Product/ProductPresenter.php |
| 755 | /src/Adapter/Product/ProductColorsRetriever.php |
| 756 | /src/Adapter/HookManager.php |
| 757 | /src/Core/Product/ProductPresentationSettings.php |
| 758 | /var/cache/prod/smarty/compile/at_movic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php |
| 759 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
| 760 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
| 761 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
| 762 | /var/cache/prod/smarty/compile/at_movic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php |
| 763 | /src/Core/Product/Search/Pagination.php |
| 764 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/50/0c/d3/500cd397642524504984e092b196c3e628cc3fba_2.file.category.tpl.php |
| 765 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/e1/ef/ef/e1efef3fb5c7fef9182476c4bcac8d93754986f6_2.file.product-list.tpl.php |
| 766 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/fc/d4/07/fcd40753508d5fb956491472ba86b2a5495e1fe4_2.file.layout-left-column.tpl.php |
| 767 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/5a/36/d2/5a36d2b06026051873f3a031310269bb45eda206_2.file.layout-both-columns.tpl.php |
| 768 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/d2/e7/e9/d2e7e991079c70c4fee5a5547cbd558abfb2ee37_2.file.helpers.tpl.php |
| 769 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
| 770 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/2d/42/64/2d426496f947b1e23479a7b59b6d0ed1fe749f97_2.file.head.tpl.php |
| 771 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
| 772 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/8d/60/32/8d603205cd838104e73f0ac9da73c3e64f01b989_2.file.head-jsonld.tpl.php |
| 773 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/23/f0/13/23f013be93ae354ebb869a3d25db3274d40959d7_2.file.product-list-jsonld.tpl.php |
| 774 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/5a/d4/33/5ad433ecd0072264208ef1181d05d89bcf6c9e75_2.file.pagination-seo.tpl.php |
| 775 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
| 776 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/1a/f3/a6/1af3a66f76934ce69c79d3154b61b3744ef8d910_2.file.setting.tpl.php |
| 777 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php |
| 778 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/1d/be/1f/1dbe1fb3860388748f2c334fc8231572e657a5e0_2.file.stylesheets.tpl.php |
| 779 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/49/e6/f4/49e6f411b30f5d642e3f508fc2d005f271aecef2_2.file.javascript.tpl.php |
| 780 | /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php |
| 781 | /var/cache/prod/smarty/compile/at_movic/f9/06/81/f906810597606b47448e699d202200fd623cedd4_2.module.leoquickloginviewstemplatesfrontsocial.tpl.php |
| 782 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/dc/bd/71/dcbd714e370def109bb86f4f75a432059aad368b_2.file.product-activation.tpl.php |
| 783 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/27/85/0e/27850ecfd441f2f609fcf1d49b0ad6f7810770da_2.file.header.tpl.php |
| 784 | /var/cache/prod/smarty/cache/appagebuilder/1/1/1/1/16/3/displayBanner/at_movic/db/52/d6/db52d666632d73ab4ffe341c9703a6477815a2ed.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 785 | /var/cache/prod/smarty/compile/at_movic/97/5b/5d/975b5d043abac026e6d98a552665255488e834e0_2.file.ApGeneral.tpl.php |
| 786 | /var/cache/prod/smarty/compile/at_movic/49/47/7d/49477da7eee50fb06bc5b8cd4bf3d4614ac1b1da_2.file.ApColumn.tpl.php |
| 787 | /var/cache/prod/smarty/compile/at_movic/c4/a5/81/c4a5819bd69eca008d7d8150c1ff43f9e61541b3_2.file.ApRow.tpl.php |
| 788 | /var/cache/prod/smarty/compile/at_movic/fc/d5/0c/fcd50c9c59a2a4e1b1dc3bed4fc8dce8da33039f_2.module.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 789 | /var/cache/prod/smarty/compile/at_movic/9f/14/f2/9f14f27a17ded336a524290b359f28336a5b8eb4_2.file.ApGenCode.tpl.php |
| 790 | /var/cache/prod/smarty/compile/at_movic/53/ed/d0/53edd013c96f2af6dd8c892ce830169c7c91e45a_2.file.id_gencode_5a3a246a9eafc_1513759850.tpl.php |
| 791 | /var/cache/prod/smarty/cache/4_0_8815387705410541_leobootstrapmenu/20260226/1/1/1/1/1/16/1/at_movic/63/d8/c5/63d8c5edcfca3fd043fbe8a4a7b34f19a311c294.leobootstrapmenuviewstemplateshookmegamenu.tpl.php |
| 792 | /var/cache/prod/smarty/compile/at_movic/d7/26/19/d726198f9ba6b9f7c1fe9ad69755f90866e32301_2.file.ApMegamenu.tpl.php |
| 793 | /var/cache/prod/smarty/compile/at_movic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php |
| 794 | /var/cache/prod/smarty/compile/at_movic/5b/5e/24/5b5e24ad95d226b7f86214237c3aeeadaaaa41af_2.file.ApModule.tpl.php |
| 795 | /src/Adapter/ObjectPresenter.php |
| 796 | /var/cache/prod/smarty/compile/at_movic/34/7b/7b/347b7b2dbb0c5eb05f4041a2bbe49610278770b6_2.module.blockgrouptopviewstemplateshookblockgrouptop.tpl.php |
| 797 | /var/cache/prod/smarty/compile/at_movic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php |
| 798 | /var/cache/prod/smarty/compile/at_movic/e8/18/fd/e818fd6b8475c2f23b19cade86593367c77bfc6f_2.file.ApBlockLink.tpl.php |
| 799 | /var/cache/prod/smarty/compile/at_movic/a9/3d/cd/a93dcd6a88899fac7ebb7aacbb1519ee467a8a86_2.file.ApImage.tpl.php |
| 800 | /var/cache/prod/smarty/compile/at_movic/96/64/00/966400815e2f34679fd192010064ffe8d17e3002_2.file.ApTabs.tpl.php |
| 801 | /var/cache/prod/smarty/cache/appagebuilder/1/1/1/1/16/3/displayNavFullWidth/at_movic/db/52/d6/db52d666632d73ab4ffe341c9703a6477815a2ed.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 802 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/dc/5c/e3/dc5ce325b9f2c2a62aac5635b54e9fae148b91f5_2.file.notifications.tpl.php |
| 803 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/82/9b/7c/829b7cc34c766e722bf24be6554247fe56a81676_2.file.breadcrumb.tpl.php |
| 804 | /var/cache/prod/smarty/compile/at_movic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php |
| 805 | /var/cache/prod/smarty/cache/appagebuilder/1/1/1/1/16/3/displayLeftColumn/at_movic/db/52/d6/db52d666632d73ab4ffe341c9703a6477815a2ed.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 806 | /modules/ps_categorytree/ps_categorytree.php |
| 807 | /var/cache/prod/smarty/compile/at_movic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php |
| 808 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/d8/39/67/d839674b47a9d3fe5af09f2fb67f3523e9491921_2.file.category-header.tpl.php |
| 809 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php |
| 810 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/60/e8/0b/60e80bef9876cb941d58cf723b67798dd4f15e78_2.file.not-found.tpl.php |
| 811 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/c5/3f/28/c53f287a735934e7a624d897a22eb14eea2043c6_2.file.category-footer.tpl.php |
| 812 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/50/3a/be/503abe687dfa417262591b994c43ca3a42f55874_2.file.footer.tpl.php |
| 813 | /var/cache/prod/smarty/cache/appagebuilder/1/1/1/1/16/3/displayFooterBefore/at_movic/db/52/d6/db52d666632d73ab4ffe341c9703a6477815a2ed.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 814 | /var/cache/prod/smarty/cache/appagebuilder/1/1/1/1/16/3/displayFooter/at_movic/db/52/d6/db52d666632d73ab4ffe341c9703a6477815a2ed.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 815 | /var/cache/prod/smarty/cache/appagebuilder/1/1/1/1/16/3/displayFooterAfter/at_movic/db/52/d6/db52d666632d73ab4ffe341c9703a6477815a2ed.appagebuilderviewstemplateshookappagebuilder.tpl.php |
| 816 | /var/cache/prod/smarty/compile/at_moviclayouts_layout_left_column_tpl/6b/b4/5f/6bb45f77cd3ed7e9d9c2df52f8f6dc33d4bd8a88_2.file.password-policy-template.tpl.php |
| 817 | /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php |
| 818 | /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php |
| 819 | /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php |
| 820 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php |
| 821 | /var/cache/prod/smarty/compile/at_movic/ee/2b/0b/ee2b0bf23e7b8e64b5876d9c95561e71a372a184_2.module.leoquickloginviewstemplatesfrontsociallogin_form.tpl.php |
| 822 | /var/cache/prod/smarty/compile/at_movic/af/e9/74/afe974643c400d6544c0608f1c7aec4ec20d70e3_2.module.leoquickloginviewstemplatesfrontleoquicklogin_form.tpl.php |
| 823 | /var/cache/prod/smarty/compile/at_movic/01/53/db/0153dba508ba33b8497625ce148519b6db90fcee_2.module.leoquickloginviewstemplatesfrontmodal.tpl.php |
| 824 | /var/cache/prod/smarty/compile/at_movic/da/c2/b9/dac2b96abad42fdbadb6bbb1c96293f5f8a25c45_2.module.leoquickloginviewstemplatesfrontmodal_social.tpl.php |
| 825 | /modules/appagebuilder/libs/LeoOptimization.php |