Filtres actifs
Filtres actifs
Load Time | 483.121 ms |
Querying Time | 135 ms |
Queries | 323 |
Memory Peak Usage | 44.6 Mb |
Included Files | 802 files - 10.60 Mb |
PrestaShop Cache | - Mb |
Global vars | 0.37 Mb |
PrestaShop Version | 8.2.1 |
PHP Version | 8.1.32 |
MySQL Version | 10.6.15-MariaDB-1:10.6.15+maria~deb11-log |
Memory Limit | 640M |
Max Execution Time | 60s |
Smarty Cache | enabled |
Smarty Compilation | never recompile |
Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
---|---|---|---|---|
config | 13.987 ms | 13.987 ms | 18.30 Mb | 18.7 Mb |
__construct | 7.269 ms | 21.256 ms | 2.04 Mb | 21.9 Mb |
init | 99.293 ms | 120.549 ms | 6.55 Mb | 27.1 Mb |
checkAccess | 0.002 ms | 120.551 ms | - Mb | 27.1 Mb |
setMedia | 6.565 ms | 127.116 ms | 0.80 Mb | 28.0 Mb |
postProcess | 0.001 ms | 127.117 ms | - Mb | 28.0 Mb |
initHeader | 0.002 ms | 127.119 ms | - Mb | 28.0 Mb |
initContent | 145.577 ms | 272.696 ms | 11.83 Mb | 39.6 Mb |
initFooter | 0.002 ms | 272.698 ms | - Mb | 39.6 Mb |
display | 210.423 ms | 483.121 ms | 4.80 Mb | 44.6 Mb |
Hook | Time | Memory Usage |
---|---|---|
DisplayHeader | 23.476 ms | 3.55 Mb |
displayTop | 11.633 ms | 0.96 Mb |
displayLeftColumn | 9.098 ms | 0.72 Mb |
DisplayBeforeBodyClosingTag | 8.167 ms | 0.32 Mb |
PagebuilderConfig | 5.723 ms | 0.19 Mb |
DisplayLeoProfileProduct | 5.493 ms | 0.29 Mb |
DisplayFooterBefore | 3.851 ms | 0.06 Mb |
DisplayFooterAfter | 2.029 ms | 0.07 Mb |
ModuleRoutes | 1.932 ms | - Mb |
ProductSearchProvider | 1.639 ms | 0.16 Mb |
ActionFrontControllerSetMedia | 1.013 ms | 0.13 Mb |
DisplayLeoWishlistButton | 0.916 ms | 0.03 Mb |
displayBanner | 0.744 ms | 0.06 Mb |
DisplayLeoCompareButton | 0.711 ms | - Mb |
DisplayFooter | 0.418 ms | 0.06 Mb |
Header | 0.399 ms | 0.01 Mb |
displayFooterBefore | 0.287 ms | 0.01 Mb |
displayNav1 | 0.279 ms | 0.01 Mb |
displayFooter | 0.247 ms | 0.04 Mb |
DisplayAfterBodyOpeningTag | 0.233 ms | 0.01 Mb |
displayFooterAfter | 0.205 ms | 0.07 Mb |
FilterCategoryContent | 0.196 ms | 0.01 Mb |
displayNav2 | 0.195 ms | 0.01 Mb |
displayNavFullWidth | 0.183 ms | 0.01 Mb |
DisplayLeftColumn | 0.171 ms | 0.03 Mb |
DisplayTop | 0.149 ms | 0.02 Mb |
ActionOutputHTMLBefore | 0.063 ms | - Mb |
DisplayLeoCartButton | 0.028 ms | - Mb |
FilterHtmlContent | 0.010 ms | - Mb |
LeftColumn | 0.007 ms | - Mb |
30 hook(s) | 79.495 ms | 6.48 Mb |
Module | Time | Memory Usage |
---|---|---|
appagebuilder | 64.299 ms | 7.94 Mb |
leoblog | 7.405 ms | 0.96 Mb |
ps_emailsubscription | 3.318 ms | 0.39 Mb |
ps_socialfollow | 0.553 ms | 0.07 Mb |
ps_emailalerts | 2.096 ms | 0.25 Mb |
ps_shoppingcart | 0.395 ms | 0.05 Mb |
ps_searchbar | 0.307 ms | 0.03 Mb |
ps_googleanalytics | 2.718 ms | 0.18 Mb |
leobootstrapmenu | 8.163 ms | 1.12 Mb |
leoslideshow | 11.485 ms | 0.91 Mb |
leofeature | 6.122 ms | 0.65 Mb |
blockgrouptop | 3.386 ms | 0.30 Mb |
leoquicklogin | 4.326 ms | 0.48 Mb |
leoproductsearch | 1.162 ms | 0.13 Mb |
refcart | 0.455 ms | 0.05 Mb |
reapro_request | 0.406 ms | 0.05 Mb |
ps_facetedsearch | 13.032 ms | 0.58 Mb |
ps_categorytree | 9.401 ms | 0.77 Mb |
statsdata | 5.011 ms | 0.15 Mb |
19 module(s) | 144.040 ms | 15.04 Mb |
# | Query | Time (ms) | Rows | Filesort | Group By | Location |
---|---|---|---|---|---|---|
231 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' GROUP BY p.id_product) p INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<543 GROUP BY cp.id_category |
12.167 ms | 3808 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
303 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ng3h_category` c INNER JOIN ng3h_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ng3h_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 LEFT JOIN `ng3h_category_group` cg ON c.`id_category` = cg.`id_category` RIGHT JOIN `ng3h_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright` WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 2 AND c.`active` = 1 AND cg.`id_group` IN (1) GROUP BY c.`id_category` ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
3.721 ms | 239 | Yes | Yes | /classes/Category.php:799 |
313 | SELECT SQL_NO_CACHE * FROM ng3h_leoslideshow_groups gr WHERE gr.id_shop = 1 AND gr.hook = "displayFooterBefore" AND gr.`active` = 1 ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
3.670 ms | 1 | /modules/leoslideshow/classes/LeoSlideshowGroup.php:175 | ||
121 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8243) AND (b.`id_shop` = 1) LIMIT 1 |
3.452 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
309 | SELECT SQL_NO_CACHE pr.`class` from `ng3h_appagebuilder_page` pa INNER JOIN `ng3h_appagebuilder_products` pr ON (pa.`page` = pr.`plist_key`) where pa.id_category = '2' AND pa.id_shop = '1' LIMIT 1 |
2.908 ms | 6 | /modules/appagebuilder/appagebuilder.php:1279 | ||
322 | INSERT INTO `ng3h_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('35116', '', 'porcelaine-girard.vizualee.fr/fr/2-accueil?page=2&q=Disponibilit%C3%A9-En+stock-Non+disponible%2FCat%C3%A9gories-8014-PERSONNALISATION-PORCELAINE+DE+COULEUR', '', '2025-07-23 07:03:26') |
2.574 ms | 1 | /classes/ObjectModel.php:622 | ||
46 | 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 `ng3h_category` c INNER JOIN ng3h_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `ng3h_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 2 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.032 ms | 267 | Yes | Yes | /classes/Category.php:924 |
246 | REPLACE INTO ng3h_layered_filter_block (hash, data) VALUES ("1747749149386047074478ed096d23f6", "a:1:{s:7:\"filters\";a:7:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilité\";s:6:\"values\";a:2:{i:2;a:3:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:8;s:7:\"checked\";b:1;}i:0;a:3:{s:4:\"name\";s:14:\"Non disponible\";s:3:\"nbr\";i:7;s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:8:\"En promo\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:15:\"Nouveau produit\";s:3:\"nbr\";i:15;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:0:{}i:3;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:17:{i:1800;a:2:{s:4:\"name\";s:7:\"NOUVEAU\";s:3:\"nbr\";i:180;}i:8143;a:2:{s:4:\"name\";s:6:\"VERRES\";s:3:\"nbr\";i:29;}i:8144;a:2:{s:4:\"name\";s:8:\"COUVERTS\";s:3:\"nbr\";i:18;}i:8160;a:3:{s:4:\"name\";s:16:\"PERSONNALISATION\";s:3:\"nbr\";i:3;s:7:\"checked\";b:1;}i:8171;a:3:{s:4:\"name\";s:21:\"PORCELAINE DE COULEUR\";s:3:\"nbr\";i:7;s:7:\"checked\";b:1;}i:8177;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:4;}i:8178;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:5;}i:8179;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:4;}i:8180;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:4;}i:8181;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:3;}i:8182;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:3;}i:8183;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:5;}i:8184;a:3:{s:4:\"name\";s:4:\"8014\";s:3:\"nbr\";i:5;s:7:\"checked\";b:1;}i:8185;a:2:{s:4:\"name\";s:4:\"8014\";s:3:\"nbr\";i:8;}i:8186;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:9;}i:8187;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:9;}i:8260;a:2:{s:4:\"name\";s:1:\"0\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:5;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"État\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Neuf\";s:3:\"nbr\";i:15;}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Utilisé\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:14:\"Reconditionné\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:6;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Poids\";s:3:\"max\";d:0.98;s:3:\"min\";d:0;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:15;}}}") |
1.977 ms | 1 | /modules/ps_facetedsearch/src/Filters/Block.php:211 | ||
253 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ng3h_hook` UNION SELECT `id_hook`, ha.`alias` as name FROM `ng3h_hook_alias` ha INNER JOIN `ng3h_hook` h ON ha.name = h.name |
1.929 ms | 0 | /classes/Hook.php:1292 | ||
315 | SELECT SQL_NO_CACHE * FROM ng3h_leoslideshow_groups gr WHERE gr.id_shop = 1 AND gr.hook = "displayFooterAfter" AND gr.`active` = 1 ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
1.893 ms | 1 | /modules/leoslideshow/classes/LeoSlideshowGroup.php:175 | ||
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 `ng3h_configuration` c LEFT JOIN `ng3h_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.621 ms | 700 | /classes/Configuration.php:180 | ||
28 | 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 `ng3h_configuration` c LEFT JOIN `ng3h_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.505 ms | 700 | /classes/Configuration.php:180 | ||
225 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) |
1.500 ms | 225 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
14 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `ng3h_module` m INNER JOIN ng3h_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 `ng3h_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `ng3h_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `ng3h_module_group` `mg` ON mg.`id_module` = m.`id_module` WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` |
1.386 ms | 134 | Yes | Yes | /classes/Hook.php:1233 |
310 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by FROM `ng3h_product_attribute` pa INNER JOIN ng3h_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) JOIN `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`) JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`) JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`) WHERE pa.`id_product` IN (3149) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` ORDER BY a.`position` ASC; |
1.355 ms | 1 | Yes | Yes | /classes/Product.php:4520 |
222 | SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
1.251 ms | 225 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
229 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_specific_price sp ON ( sp.id_product = p.id_product AND sp.id_shop IN (0, 1) AND sp.id_currency IN (0, 1) AND sp.id_country IN (0, 8) AND sp.id_group IN (0, 1) AND sp.from_quantity = 1 AND sp.reduction > 0 AND sp.id_customer = 0 AND sp.id_cart = 0 AND (sp.from = '0000-00-00 00:00:00' OR '2025-07-23 07:03:26' >= sp.from) AND (sp.to = '0000-00-00 00:00:00' OR '2025-07-23 07:03:26' <= sp.to) ) LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((sp.reduction>0)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) |
1.234 ms | 2 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
235 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((a.id_attribute_group=2)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) GROUP BY pac.id_attribute |
1.227 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
224 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) |
1.193 ms | 225 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
321 | SELECT SQL_NO_CACHE `id_guest` FROM `ng3h_connections` WHERE `id_guest` = 109902 AND `date_add` > '2025-07-23 06:33:00' AND id_shop IN (1) ORDER BY `date_add` DESC LIMIT 1 |
1.190 ms | 1 | Yes | /classes/Connection.php:168 | |
239 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) GROUP BY p.id_manufacturer |
1.178 ms | 225 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
228 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND p.date_add>'2025-07-04 00:00:00' |
1.159 ms | 225 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
240 | SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) GROUP BY p.condition |
1.149 ms | 225 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
233 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((a.id_attribute_group=1)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) GROUP BY pac.id_attribute |
1.140 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
245 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((a.id_attribute_group=4)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) GROUP BY pac.id_attribute |
1.138 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
254 | SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active FROM `ng3h_hook_module` hm STRAIGHT_JOIN `ng3h_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1) STRAIGHT_JOIN `ng3h_module` as m ON (m.id_module = hm.id_module) ORDER BY hm.position |
1.107 ms | 309 | /classes/Hook.php:456 | ||
243 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ng3h_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((a.id_attribute_group=3)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) GROUP BY pac.id_attribute |
1.097 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
236 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p INNER JOIN ng3h_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((fp.id_feature=1)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) GROUP BY fp.id_feature_value |
1.078 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
237 | 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, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p INNER JOIN ng3h_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((fp.id_feature=2)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) GROUP BY fp.id_feature_value |
1.057 ms | 2 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
227 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) LEFT JOIN ng3h_stock_available sa_1_1 ON (p.id_product = sa_1_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1_1.id_product_attribute AND sa_1_1.id_shop = 1 AND sa_1_1.id_shop_group = 0 ) WHERE ((p.on_sale=1)) AND ((sa_1.quantity<=0 AND sa_1_1.out_of_stock IN (0, 2)) OR (sa_1.quantity>0)) |
1.053 ms | 225 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
230 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `ng3h_category` c INNER JOIN ng3h_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `ng3h_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 2 AND c.`active` = 1 ORDER BY c.nleft, c.position |
0.993 ms | 267 | Yes | /classes/Category.php:724 | |
226 | SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ng3h_product p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) GROUP BY p.id_product) p LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) WHERE ((sa.quantity>0)) |
0.972 ms | 225 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
241 | SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ng3h_product p INNER JOIN ng3h_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ng3h_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ng3h_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ng3h_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ng3h_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ng3h_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ng3h_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 ng3h_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1 AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)) OR (sa.quantity>0)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (8184, 8160, 8171) |
0.803 ms | 15 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
238 | SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description` FROM `ng3h_manufacturer` m INNER JOIN ng3h_manufacturer_shop manufacturer_shop ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ng3h_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.783 ms | 4 | Yes | /classes/Manufacturer.php:211 | |
308 | SELECT SQL_NO_CACHE page from `ng3h_appagebuilder_page` where id_category = '2' AND id_shop = '1' LIMIT 1 |
0.775 ms | 1 | /modules/appagebuilder/appagebuilder.php:1267 | ||
320 | SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ng3h_category_product` cp LEFT JOIN `ng3h_category` c ON (c.id_category = cp.id_category) LEFT JOIN `ng3h_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 ) INNER JOIN ng3h_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) WHERE cp.`id_product` IN (3149,3148,3147) AND cl.`id_lang` = 2 ORDER BY c.`level_depth` DESC |
0.721 ms | 6 | Yes | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109 | |
162 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8284) AND (b.`id_shop` = 1) LIMIT 1 |
0.714 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
293 | SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone FROM `ng3h_country` c INNER JOIN ng3h_country_shop country_shop ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1) LEFT JOIN `ng3h_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 2) LEFT JOIN `ng3h_zone` z ON (z.`id_zone` = c.`id_zone`) WHERE 1 AND c.active = 1 ORDER BY cl.name ASC |
0.689 ms | 241 | Yes | /classes/Country.php:148 | |
312 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by FROM `ng3h_product_attribute` pa INNER JOIN ng3h_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) JOIN `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`) JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`) JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`) WHERE pa.`id_product` IN (3147) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` ORDER BY a.`position` ASC; |
0.668 ms | 1 | Yes | Yes | /classes/Product.php:4520 |
123 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8245) AND (b.`id_shop` = 1) LIMIT 1 |
0.644 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
13 | SELECT SQL_NO_CACHE lower(name) as name FROM `ng3h_hook` h WHERE (h.active = 1) |
0.580 ms | 885 | /classes/Hook.php:1332 | ||
247 | SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-07-23 00:00:00', INTERVAL 20 DAY ) ) > 0) as new FROM ng3h_product p LEFT JOIN ng3h_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 2 LEFT JOIN ng3h_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = 0 AND sa.id_shop = 1 LEFT JOIN ng3h_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = 1 WHERE p.id_product IN (3149,3148,3147) |
0.572 ms | 3 | /classes/ProductAssembler.php:95 | ||
20 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `ng3h_module` m LEFT JOIN `ng3h_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.524 ms | 74 | /classes/module/Module.php:345 | ||
234 | 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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC |
0.521 ms | 25 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
270 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `ng3h_image` i INNER JOIN ng3h_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 3147 AND image_shop.`cover` = 1 LIMIT 1 |
0.521 ms | 1 | /classes/Product.php:3570 | ||
232 | 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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC |
0.516 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
286 | SELECT SQL_NO_CACHE 1 FROM ng3h_cart_product cp INNER JOIN ng3h_product p ON (p.id_product = cp.id_product) INNER JOIN ng3h_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.515 ms | 1 | /classes/Cart.php:4210 | ||
319 | SELECT SQL_NO_CACHE data FROM `ng3h_ganalytics_data` WHERE id_cart = 0 AND id_shop = 1 LIMIT 1 |
0.513 ms | 0 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43 | ||
259 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `ng3h_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 3149 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 3149 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.505 ms | 0 | /classes/Cart.php:1423 | ||
220 | 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 `ng3h_attribute_group` ag INNER JOIN ng3h_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 `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ng3h_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ng3h_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.501 ms | 4 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137 |
294 | SELECT SQL_NO_CACHE * FROM `ng3h_state` ORDER BY `name` ASC |
0.487 ms | 352 | Yes | /classes/Country.php:155 | |
203 | SELECT SQL_NO_CACHE p.*, pl.params, pl.id_lang FROM ng3h_appagebuilder p LEFT JOIN ng3h_appagebuilder_shop ps ON (ps.id_appagebuilder = p.id_appagebuilder AND id_shop=1) LEFT JOIN ng3h_appagebuilder_lang pl ON (pl.id_appagebuilder = p.id_appagebuilder) WHERE pl.id_lang=2 AND ps.id_shop=1 AND p.id_appagebuilder_positions IN (31,32,33,34) ORDER BY p.id_appagebuilder |
0.485 ms | 112 | /modules/appagebuilder/classes/ApPageBuilderModel.php:302 | ||
184 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8306) AND (b.`id_shop` = 1) LIMIT 1 |
0.475 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
16 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ng3h_hook` |
0.451 ms | 885 | /classes/Hook.php:1292 | ||
17 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `ng3h_module` m LEFT JOIN `ng3h_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.443 ms | 74 | /classes/module/Module.php:345 | ||
27 | SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang FROM `ng3h_meta` m LEFT JOIN `ng3h_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 ) ORDER BY LENGTH(ml.url_rewrite) DESC |
0.440 ms | 52 | Yes | /override/classes/Dispatcher.php:150 | |
242 | 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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC |
0.440 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
244 | 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 `ng3h_attribute_group` ag INNER JOIN `ng3h_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ng3h_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ng3h_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 ng3h_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ng3h_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC |
0.422 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
307 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ng3h_category` c LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 543 AND c.`nleft` >= 2 AND c.`nright` <= 543 ORDER BY `nleft` DESC |
0.417 ms | 1 | Yes | /classes/Category.php:1600 | |
311 | SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by FROM `ng3h_product_attribute` pa INNER JOIN ng3h_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) JOIN `ng3h_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`) JOIN `ng3h_attribute` a ON (a.`id_attribute` = pac.`id_attribute`) JOIN `ng3h_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) JOIN `ng3h_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`) WHERE pa.`id_product` IN (3148) AND ag.`is_color_group` = 1 GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` ORDER BY a.`position` ASC; |
0.417 ms | 1 | Yes | Yes | /classes/Product.php:4520 |
268 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `ng3h_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 3148 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 3148 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.395 ms | 0 | /classes/Cart.php:1423 | ||
304 | SELECT SQL_NO_CACHE DISTINCT c.* FROM `ng3h_category` c LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2) WHERE `level_depth` = 1 |
0.395 ms | 1 | /classes/Category.php:2242 | ||
277 | SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity, COALESCE(SUM(first_level_quantity), 0) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity FROM `ng3h_cart_product` cp WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND cp.`id_product` = 3147 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `ng3h_cart_product` cp JOIN `ng3h_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ng3h_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = 0 AND cp.`id_customization` = 0 AND cp.`id_cart` = 0 AND p.`id_product_item` = 3147 AND (pr.`pack_stock_type` IN (1,2) OR ( pr.`pack_stock_type` = 3 AND 0 = 1 ))) as q LIMIT 1 |
0.393 ms | 0 | /classes/Cart.php:1423 | ||
221 | 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 `ng3h_feature` f INNER JOIN ng3h_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ng3h_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ng3h_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ng3h_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC |
0.392 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171 | |
21 | DELETE FROM `ng3h_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `ng3h_configuration` WHERE `name` = "PS_ROUTE_module-leoblog-list" ) |
0.389 ms | 1 | /classes/Configuration.php:578 | ||
269 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM ng3h_feature_product pf LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2) LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2) LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2) INNER JOIN ng3h_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 3148 ORDER BY f.position ASC |
0.375 ms | 2 | Yes | /classes/Product.php:6015 | |
260 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM ng3h_feature_product pf LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2) LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2) LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2) INNER JOIN ng3h_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 3149 ORDER BY f.position ASC |
0.364 ms | 2 | Yes | /classes/Product.php:6015 | |
217 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ng3h_category` c LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE `name` = '8014' AND c.`id_category` != 2 AND c.`id_parent` = 2 LIMIT 1 |
0.361 ms | 9 | /classes/Category.php:1500 | ||
211 | SELECT SQL_NO_CACHE * FROM `ng3h_product` a LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2 LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 3068) AND (b.`id_shop` = 1) LIMIT 1 |
0.360 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
306 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ng3h_category` c WHERE c.`id_category` = 2 LIMIT 1 |
0.360 ms | 1 | /classes/Category.php:1591 | ||
219 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ng3h_category` c LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE `name` = 'PORCELAINE DE COULEUR' AND c.`id_category` != 2 AND c.`id_parent` = 2 LIMIT 1 |
0.358 ms | 2 | /classes/Category.php:1500 | ||
317 | SELECT SQL_NO_CACHE p.`id_appagebuilder_positions` AS `id`, p.`name` FROM `ng3h_appagebuilder_positions` p INNER JOIN `ng3h_appagebuilder_positions_shop` ps ON (ps.`id_appagebuilder_positions` = p.`id_appagebuilder_positions`) WHERE p.`position` = 'header' AND ps.id_shop=1 |
0.355 ms | 30 | /modules/appagebuilder/appagebuilder.php:1388 | ||
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 ng3h_shop_group gs LEFT JOIN ng3h_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN ng3h_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.354 ms | 1 | Yes | /classes/shop/Shop.php:715 | |
115 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8237) AND (b.`id_shop` = 1) LIMIT 1 |
0.352 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
189 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `ng3h_module` m LEFT JOIN `ng3h_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.346 ms | 74 | /classes/module/Module.php:345 | ||
263 | SELECT SQL_NO_CACHE * FROM `ng3h_product` a LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2 LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 3148) AND (b.`id_shop` = 1) LIMIT 1 |
0.346 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
0 | SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM ng3h_shop_url su LEFT JOIN ng3h_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'porcelaine-girard.vizualee.fr' OR su.domain_ssl = 'porcelaine-girard.vizualee.fr') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.344 ms | 1 | Yes | /classes/shop/Shop.php:1364 | |
272 | SELECT SQL_NO_CACHE * FROM `ng3h_product` a LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2 LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 3147) AND (b.`id_shop` = 1) LIMIT 1 |
0.331 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
250 | SELECT SQL_NO_CACHE * FROM `ng3h_product` a LEFT JOIN `ng3h_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2 LEFT JOIN `ng3h_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 3149) AND (b.`id_shop` = 1) LIMIT 1 |
0.331 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
216 | SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ng3h_layered_category WHERE controller = 'category' AND id_category = 2 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
0.327 ms | 13 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/Provider.php:61 |
19 | SELECT SQL_NO_CACHE p.*, ps.*,pl.* FROM ng3h_appagebuilder_profiles p INNER JOIN ng3h_appagebuilder_profiles_lang pl ON (p.id_appagebuilder_profiles = pl.id_appagebuilder_profiles) INNER JOIN ng3h_appagebuilder_profiles_shop ps ON (ps.id_appagebuilder_profiles = p.id_appagebuilder_profiles) WHERE id_shop=1 AND id_lang=2 |
0.324 ms | 13 | /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:137 | ||
278 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM ng3h_feature_product pf LEFT JOIN ng3h_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2) LEFT JOIN ng3h_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2) LEFT JOIN ng3h_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2) INNER JOIN ng3h_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 3147 ORDER BY f.position ASC |
0.322 ms | 2 | Yes | /classes/Product.php:6015 | |
218 | SELECT SQL_NO_CACHE c.*, cl.* FROM `ng3h_category` c LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE `name` = 'PERSONNALISATION' AND c.`id_category` != 2 AND c.`id_parent` = 2 LIMIT 1 |
0.319 ms | 2 | /classes/Category.php:1500 | ||
279 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `ng3h_image` i INNER JOIN ng3h_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2) WHERE i.`id_product` = 3149 ORDER BY `position` |
0.307 ms | 1 | Yes | /classes/Product.php:3545 | |
201 | SELECT SQL_NO_CACHE * FROM ng3h_appagebuilder_products p INNER JOIN ng3h_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.306 ms | 6 | /modules/appagebuilder/classes/ApPageBuilderProductsModel.php:147 | ||
125 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8247) AND (b.`id_shop` = 1) LIMIT 1 |
0.295 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
11 | SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ng3h_lang` l JOIN ng3h_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.293 ms | 4 | /classes/Language.php:1216 | ||
67 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8189) AND (b.`id_shop` = 1) LIMIT 1 |
0.293 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
316 | SELECT SQL_NO_CACHE p.`id_appagebuilder_profiles` AS `id`, p.`name`, ps.`active`, pl.friendly_url FROM `ng3h_appagebuilder_profiles` p INNER JOIN `ng3h_appagebuilder_profiles_shop` ps ON (ps.`id_appagebuilder_profiles` = p.`id_appagebuilder_profiles`) INNER JOIN `ng3h_appagebuilder_profiles_lang` pl ON (pl.`id_appagebuilder_profiles` = p.`id_appagebuilder_profiles`) AND pl.id_lang=2 WHERE ps.id_shop=1 |
0.291 ms | 13 | /modules/appagebuilder/appagebuilder.php:1388 | ||
248 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `ng3h_image` i INNER JOIN ng3h_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 3149 AND image_shop.`cover` = 1 LIMIT 1 |
0.288 ms | 1 | /classes/Product.php:3570 | ||
199 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a0 LEFT JOIN `ng3h_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 2) AND (a0.`nright` > 543) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc |
0.280 ms | 1 | Yes | /classes/PrestaShopCollection.php:383 | |
282 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `ng3h_image` i INNER JOIN ng3h_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2) WHERE i.`id_product` = 3148 ORDER BY `position` |
0.280 ms | 1 | Yes | /classes/Product.php:3545 | |
192 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `ng3h_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.276 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
29 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_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.276 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
295 | SELECT SQL_NO_CACHE * FROM `ng3h_currency` c INNER JOIN ng3h_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.276 ms | 1 | Yes | /classes/Currency.php:694 | |
209 | SELECT SQL_NO_CACHE a.* FROM `ng3h_appagebuilder_details` as a INNER JOIN `ng3h_appagebuilder_details_shop` ps ON (ps.`id_appagebuilder_details` = a.`id_appagebuilder_details`) WHERE ps.id_shop=1 |
0.274 ms | 7 | /modules/appagebuilder/appagebuilder.php:2129 | ||
251 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `ng3h_product` p INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ng3h_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1) WHERE (p.`id_product` = 3149) |
0.273 ms | 1 | /classes/Product.php:3860 | ||
314 | SELECT SQL_NO_CACHE * FROM ng3h_leoslideshow_groups gr WHERE gr.id_shop = 1 AND gr.hook = "displayFooter" AND gr.`active` = 1 ORDER BY gr.id_leoslideshow_groups LIMIT 1 |
0.273 ms | 1 | /modules/leoslideshow/classes/LeoSlideshowGroup.php:175 | ||
284 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `ng3h_image` i INNER JOIN ng3h_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `ng3h_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2) WHERE i.`id_product` = 3147 ORDER BY `position` |
0.271 ms | 1 | Yes | /classes/Product.php:3545 | |
165 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8287) AND (b.`id_shop` = 1) LIMIT 1 |
0.266 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
264 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `ng3h_product` p INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ng3h_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1) WHERE (p.`id_product` = 3148) |
0.265 ms | 1 | /classes/Product.php:3860 | ||
202 | SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ng3h_currency` c LEFT JOIN ng3h_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.260 ms | 1 | /classes/Currency.php:1136 | ||
47 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8159) AND (b.`id_shop` = 1) LIMIT 1 |
0.259 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
79 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8201) AND (b.`id_shop` = 1) LIMIT 1 |
0.259 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
273 | SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `ng3h_product` p INNER JOIN `ng3h_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ng3h_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1) WHERE (p.`id_product` = 3147) |
0.254 ms | 1 | /classes/Product.php:3860 | ||
200 | SELECT SQL_NO_CACHE id_tab, class_name FROM `ng3h_tab` |
0.251 ms | 159 | /classes/Tab.php:357 | ||
261 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `ng3h_image` i INNER JOIN ng3h_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 3148 AND image_shop.`cover` = 1 LIMIT 1 |
0.251 ms | 1 | /classes/Product.php:3570 | ||
137 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8259) AND (b.`id_shop` = 1) LIMIT 1 |
0.249 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
6 | SELECT SQL_NO_CACHE * FROM `ng3h_country` a LEFT JOIN `ng3h_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2 LEFT JOIN `ng3h_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 8) LIMIT 1 |
0.246 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
287 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "appagebuilder" LIMIT 1 |
0.244 ms | 1 | /classes/module/Module.php:2636 | ||
23 | DELETE FROM `ng3h_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `ng3h_configuration` WHERE `name` = "PS_ROUTE_module-leoblog-blog" ) |
0.244 ms | 1 | /classes/Configuration.php:578 | ||
93 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8215) AND (b.`id_shop` = 1) LIMIT 1 |
0.244 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
48 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 3000) AND (b.`id_shop` = 1) LIMIT 1 |
0.242 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
55 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8177) AND (b.`id_shop` = 1) LIMIT 1 |
0.242 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
208 | SELECT SQL_NO_CACHE p.`id_product` FROM `ng3h_product` p INNER JOIN ng3h_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 ORDER BY p.`id_product` ASC LIMIT 1 |
0.242 ms | 1 | /modules/appagebuilder/appagebuilder.php:2123 | ||
255 | SELECT SQL_NO_CACHE tr.* FROM `ng3h_tax_rule` tr JOIN `ng3h_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`) WHERE trg.`active` = 1 AND tr.`id_country` = 8 AND tr.`id_tax_rules_group` = 0 AND tr.`id_state` IN (0, 0) AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to` OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0'))) ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.242 ms | 0 | /classes/tax/TaxRulesTaxManager.php:109 | ||
25 | DELETE FROM `ng3h_configuration_lang` WHERE `id_configuration` IN ( SELECT `id_configuration` FROM `ng3h_configuration` WHERE `name` = "PS_ROUTE_module-leoblog-category" ) |
0.241 ms | 1 | /classes/Configuration.php:578 | ||
164 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8286) AND (b.`id_shop` = 1) LIMIT 1 |
0.240 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
182 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8304) AND (b.`id_shop` = 1) LIMIT 1 |
0.239 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
196 | SELECT SQL_NO_CACHE * FROM `ng3h_country` a LEFT JOIN `ng3h_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 8) LIMIT 1 |
0.239 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
128 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8250) AND (b.`id_shop` = 1) LIMIT 1 |
0.239 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
80 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8202) AND (b.`id_shop` = 1) LIMIT 1 |
0.238 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
104 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8226) AND (b.`id_shop` = 1) LIMIT 1 |
0.238 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
68 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8190) AND (b.`id_shop` = 1) LIMIT 1 |
0.235 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
300 | SELECT SQL_NO_CACHE * FROM `ng3h_btmegamenu_group` gr LEFT JOIN ng3h_btmegamenu_group_lang grl ON gr.id_btmegamenu_group = grl.id_btmegamenu_group AND grl.id_lang = 2 WHERE (`id_shop` = 1) |
0.233 ms | 1 | /modules/leobootstrapmenu/classes/BtmegamenuGroup.php:94 | ||
57 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8179) AND (b.`id_shop` = 1) LIMIT 1 |
0.232 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
118 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8240) AND (b.`id_shop` = 1) LIMIT 1 |
0.232 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
34 | SELECT SQL_NO_CACHE * FROM `ng3h_currency` a LEFT JOIN `ng3h_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2 LEFT JOIN `ng3h_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.229 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
172 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8294) AND (b.`id_shop` = 1) LIMIT 1 |
0.228 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
4 | SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl FROM ng3h_shop s LEFT JOIN ng3h_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.225 ms | 1 | /classes/shop/Shop.php:218 | ||
49 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8143) AND (b.`id_shop` = 1) LIMIT 1 |
0.223 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
185 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8307) AND (b.`id_shop` = 1) LIMIT 1 |
0.221 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
5 | SELECT SQL_NO_CACHE l.*, ls.`id_shop` FROM `ng3h_lang` l LEFT JOIN `ng3h_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.220 ms | 2 | /classes/Language.php:1080 | ||
318 | SELECT SQL_NO_CACHE p.`id_appagebuilder_positions` AS `id`, p.`name` FROM `ng3h_appagebuilder_positions` p INNER JOIN `ng3h_appagebuilder_positions_shop` ps ON (ps.`id_appagebuilder_positions` = p.`id_appagebuilder_positions`) WHERE p.`position` = 'footer' AND ps.id_shop=1 |
0.220 ms | 30 | /modules/appagebuilder/appagebuilder.php:1388 | ||
210 | SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute FROM ng3h_product_attribute pa INNER JOIN ng3h_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE pa.id_product = 3068 LIMIT 1 |
0.219 ms | 1 | /classes/Product.php:1106 | ||
90 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8212) AND (b.`id_shop` = 1) LIMIT 1 |
0.218 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
39 | SELECT SQL_NO_CACHE * FROM `ng3h_group` a LEFT JOIN `ng3h_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1 WHERE (a.`id_group` = 1) LIMIT 1 |
0.217 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
50 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8144) AND (b.`id_shop` = 1) LIMIT 1 |
0.217 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
69 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8191) AND (b.`id_shop` = 1) LIMIT 1 |
0.217 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
74 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8196) AND (b.`id_shop` = 1) LIMIT 1 |
0.217 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
81 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8203) AND (b.`id_shop` = 1) LIMIT 1 |
0.216 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
53 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1800) AND (b.`id_shop` = 1) LIMIT 1 |
0.215 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
92 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8214) AND (b.`id_shop` = 1) LIMIT 1 |
0.214 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
54 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8176) AND (b.`id_shop` = 1) LIMIT 1 |
0.214 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
105 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8227) AND (b.`id_shop` = 1) LIMIT 1 |
0.214 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
117 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8239) AND (b.`id_shop` = 1) LIMIT 1 |
0.214 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
56 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8178) AND (b.`id_shop` = 1) LIMIT 1 |
0.213 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
65 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8187) AND (b.`id_shop` = 1) LIMIT 1 |
0.213 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
188 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8310) AND (b.`id_shop` = 1) LIMIT 1 |
0.213 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
106 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8228) AND (b.`id_shop` = 1) LIMIT 1 |
0.213 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
109 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8231) AND (b.`id_shop` = 1) LIMIT 1 |
0.213 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
98 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8220) AND (b.`id_shop` = 1) LIMIT 1 |
0.212 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
66 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8188) AND (b.`id_shop` = 1) LIMIT 1 |
0.212 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
83 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8205) AND (b.`id_shop` = 1) LIMIT 1 |
0.212 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
116 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8238) AND (b.`id_shop` = 1) LIMIT 1 |
0.212 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
186 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8308) AND (b.`id_shop` = 1) LIMIT 1 |
0.212 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
73 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8195) AND (b.`id_shop` = 1) LIMIT 1 |
0.211 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
76 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8198) AND (b.`id_shop` = 1) LIMIT 1 |
0.211 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
77 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8199) AND (b.`id_shop` = 1) LIMIT 1 |
0.211 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
113 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8235) AND (b.`id_shop` = 1) LIMIT 1 |
0.211 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
161 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8283) AND (b.`id_shop` = 1) LIMIT 1 |
0.211 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
51 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8160) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
52 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8171) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
72 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8194) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
88 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8210) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
114 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8236) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
193 | SELECT SQL_NO_CACHE * FROM `ng3h_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.210 ms | 8 | Yes | /classes/ImageType.php:109 | |
70 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8192) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
71 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8193) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
87 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8209) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
111 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8233) AND (b.`id_shop` = 1) LIMIT 1 |
0.210 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
58 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8180) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
59 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8181) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
63 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8185) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
96 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8218) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
108 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8230) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
110 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8232) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
187 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8309) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
86 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8208) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
94 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8216) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
95 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8217) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
99 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8221) AND (b.`id_shop` = 1) LIMIT 1 |
0.209 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
75 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8197) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
84 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8206) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
85 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8207) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
91 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8213) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
107 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8229) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
112 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8234) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
8 | SELECT SQL_NO_CACHE * FROM `ng3h_lang` a LEFT JOIN `ng3h_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 2) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM ng3h_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.208 ms | 1 | /classes/shop/ShopUrl.php:182 | ||
60 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8182) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
61 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8183) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
64 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8186) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
78 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8200) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
82 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8204) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
89 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8211) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
97 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8219) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
100 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8222) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
101 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8223) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
103 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8225) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
119 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8241) AND (b.`id_shop` = 1) LIMIT 1 |
0.208 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
102 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8224) AND (b.`id_shop` = 1) LIMIT 1 |
0.207 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
120 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8242) AND (b.`id_shop` = 1) LIMIT 1 |
0.207 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
139 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8261) AND (b.`id_shop` = 1) LIMIT 1 |
0.207 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
62 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8184) AND (b.`id_shop` = 1) LIMIT 1 |
0.206 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
36 | SELECT SQL_NO_CACHE * FROM `ng3h_currency` a LEFT JOIN `ng3h_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.204 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
129 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8251) AND (b.`id_shop` = 1) LIMIT 1 |
0.203 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
138 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8260) AND (b.`id_shop` = 1) LIMIT 1 |
0.203 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
142 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8264) AND (b.`id_shop` = 1) LIMIT 1 |
0.202 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
30 | SELECT SQL_NO_CACHE * FROM `ng3h_currency` c ORDER BY `iso_code` ASC |
0.201 ms | 1 | Yes | /classes/Currency.php:709 | |
126 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8248) AND (b.`id_shop` = 1) LIMIT 1 |
0.199 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
168 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8290) AND (b.`id_shop` = 1) LIMIT 1 |
0.197 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
207 | SELECT SQL_NO_CACHE table_name FROM INFORMATION_SCHEMA.tables WHERE TABLE_SCHEMA = "yg5u7_app_prestashop_11" AND TABLE_NAME = "ng3h_appagebuilder_details" |
0.197 ms | 0 | /modules/appagebuilder/appagebuilder.php:2111 | ||
122 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8244) AND (b.`id_shop` = 1) LIMIT 1 |
0.196 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
133 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8255) AND (b.`id_shop` = 1) LIMIT 1 |
0.195 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
154 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8276) AND (b.`id_shop` = 1) LIMIT 1 |
0.195 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
157 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8279) AND (b.`id_shop` = 1) LIMIT 1 |
0.195 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
169 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8291) AND (b.`id_shop` = 1) LIMIT 1 |
0.194 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
18 | SELECT SQL_NO_CACHE name, alias FROM `ng3h_hook_alias` |
0.193 ms | 87 | /classes/Hook.php:339 | ||
146 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8268) AND (b.`id_shop` = 1) LIMIT 1 |
0.193 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
213 | SELECT SQL_NO_CACHE * FROM `ng3h_appagebuilder_positions` WHERE id_appagebuilder_positions IN(31,32,33,34) |
0.193 ms | 4 | /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php:404 | ||
144 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8266) AND (b.`id_shop` = 1) LIMIT 1 |
0.192 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
258 | SELECT SQL_NO_CACHE SUM(quantity) FROM `ng3h_stock_available` WHERE (id_product = 3149) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.192 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
141 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8263) AND (b.`id_shop` = 1) LIMIT 1 |
0.191 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
130 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8252) AND (b.`id_shop` = 1) LIMIT 1 |
0.190 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
163 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8285) AND (b.`id_shop` = 1) LIMIT 1 |
0.190 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
178 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8300) AND (b.`id_shop` = 1) LIMIT 1 |
0.190 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
149 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8271) AND (b.`id_shop` = 1) LIMIT 1 |
0.189 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
140 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8262) AND (b.`id_shop` = 1) LIMIT 1 |
0.188 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
153 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8275) AND (b.`id_shop` = 1) LIMIT 1 |
0.188 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
156 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8278) AND (b.`id_shop` = 1) LIMIT 1 |
0.188 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
158 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8280) AND (b.`id_shop` = 1) LIMIT 1 |
0.188 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
183 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8305) AND (b.`id_shop` = 1) LIMIT 1 |
0.188 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
32 | SELECT SQL_NO_CACHE value FROM `ng3h_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.185 ms | 1 | /classes/shop/Shop.php:1183 | ||
223 | SELECT SQL_NO_CACHE data FROM ng3h_layered_filter_block WHERE hash="1747749149386047074478ed096d23f6" LIMIT 1 |
0.185 ms | 1 | /modules/ps_facetedsearch/src/Filters/Block.php:186 | ||
305 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ng3h_category` c LEFT JOIN `ng3h_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.185 ms | 1 | /classes/Category.php:1585 | ||
124 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8246) AND (b.`id_shop` = 1) LIMIT 1 |
0.184 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
167 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8289) AND (b.`id_shop` = 1) LIMIT 1 |
0.184 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
171 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8293) AND (b.`id_shop` = 1) LIMIT 1 |
0.184 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
289 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.184 ms | 1 | /classes/module/Module.php:2636 | ||
173 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8295) AND (b.`id_shop` = 1) LIMIT 1 |
0.183 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
132 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8254) AND (b.`id_shop` = 1) LIMIT 1 |
0.183 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
145 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8267) AND (b.`id_shop` = 1) LIMIT 1 |
0.182 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
134 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8256) AND (b.`id_shop` = 1) LIMIT 1 |
0.181 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
150 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8272) AND (b.`id_shop` = 1) LIMIT 1 |
0.180 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
31 | SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT 1 |
0.179 ms | 2 | /classes/Language.php:883 | ||
152 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8274) AND (b.`id_shop` = 1) LIMIT 1 |
0.178 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
205 | SELECT SQL_NO_CACHE `width`, `height` FROM ng3h_image_type WHERE `name` = 'home_default' LIMIT 1 |
0.178 ms | 1 | /classes/Image.php:563 | ||
212 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `ng3h_category_lang` cl WHERE `id_lang` = 2 AND cl.id_shop = 1 AND cl.`id_category` = 1800 LIMIT 1 |
0.178 ms | 1 | /classes/Category.php:1378 | ||
170 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8292) AND (b.`id_shop` = 1) LIMIT 1 |
0.178 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
131 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8253) AND (b.`id_shop` = 1) LIMIT 1 |
0.177 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
155 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8277) AND (b.`id_shop` = 1) LIMIT 1 |
0.177 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
3 | SELECT SQL_NO_CACHE * FROM `ng3h_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.176 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
148 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8270) AND (b.`id_shop` = 1) LIMIT 1 |
0.176 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
143 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8265) AND (b.`id_shop` = 1) LIMIT 1 |
0.175 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
166 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8288) AND (b.`id_shop` = 1) LIMIT 1 |
0.175 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
176 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8298) AND (b.`id_shop` = 1) LIMIT 1 |
0.175 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
151 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8273) AND (b.`id_shop` = 1) LIMIT 1 |
0.174 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
42 | SELECT SQL_NO_CACHE `id_category` FROM `ng3h_category_shop` WHERE `id_category` = 2 AND `id_shop` = 1 LIMIT 1 |
0.174 ms | 1 | /classes/Category.php:2450 | ||
298 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "leobootstrapmenu" LIMIT 1 |
0.174 ms | 1 | /classes/module/Module.php:2636 | ||
181 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8303) AND (b.`id_shop` = 1) LIMIT 1 |
0.173 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
135 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8257) AND (b.`id_shop` = 1) LIMIT 1 |
0.172 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
296 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
0.172 ms | 1 | /classes/module/Module.php:2636 | ||
147 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8269) AND (b.`id_shop` = 1) LIMIT 1 |
0.171 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
127 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8249) AND (b.`id_shop` = 1) LIMIT 1 |
0.170 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
174 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8296) AND (b.`id_shop` = 1) LIMIT 1 |
0.170 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
197 | SELECT SQL_NO_CACHE * FROM `ng3h_country_lang` WHERE `id_country` = 8 |
0.169 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
204 | SELECT SQL_NO_CACHE * FROM `ng3h_image_type` |
0.169 ms | 8 | /classes/ImageType.php:161 | ||
160 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8282) AND (b.`id_shop` = 1) LIMIT 1 |
0.168 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
179 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8301) AND (b.`id_shop` = 1) LIMIT 1 |
0.168 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
281 | SELECT SQL_NO_CACHE state FROM ng3h_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.168 ms | 1 | /classes/FeatureFlag.php:105 | ||
33 | SELECT SQL_NO_CACHE c.id_currency FROM `ng3h_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.167 ms | 1 | /classes/Currency.php:893 | ||
136 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8258) AND (b.`id_shop` = 1) LIMIT 1 |
0.167 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
215 | SELECT SQL_NO_CACHE `id_category` FROM `ng3h_category_shop` WHERE `id_category` = 2 AND `id_shop` = 1 LIMIT 1 |
0.167 ms | 1 | /classes/Category.php:2450 | ||
177 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8299) AND (b.`id_shop` = 1) LIMIT 1 |
0.166 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
159 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8281) AND (b.`id_shop` = 1) LIMIT 1 |
0.166 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
214 | SELECT SQL_NO_CACHE `name` FROM `ng3h_hook` WHERE `id_hook` = 961 LIMIT 1 |
0.166 ms | 1 | /classes/Hook.php:244 | ||
267 | SELECT SQL_NO_CACHE SUM(quantity) FROM `ng3h_stock_available` WHERE (id_product = 3148) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.166 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
7 | SELECT SQL_NO_CACHE * FROM `ng3h_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.165 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
15 | SELECT SQL_NO_CACHE `name`, `alias` FROM `ng3h_hook_alias` |
0.165 ms | 87 | /classes/Hook.php:287 | ||
40 | SELECT SQL_NO_CACHE * FROM `ng3h_group_lang` WHERE `id_group` = 1 |
0.165 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
175 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8297) AND (b.`id_shop` = 1) LIMIT 1 |
0.165 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
37 | SELECT SQL_NO_CACHE * FROM `ng3h_currency_lang` WHERE `id_currency` = 1 |
0.164 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
180 | SELECT SQL_NO_CACHE * FROM `ng3h_category` a LEFT JOIN `ng3h_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `ng3h_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 8302) AND (b.`id_shop` = 1) LIMIT 1 |
0.164 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
190 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.164 ms | 0 | /classes/module/Module.php:2636 | ||
280 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `ng3h_product_attribute` WHERE `id_product` = 3149 |
0.164 ms | 1 | /classes/Product.php:2902 | ||
252 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ng3h_product_shop` WHERE `id_product` = 3149 AND id_shop=1 LIMIT 1 |
0.164 ms | 1 | /classes/Product.php:6870 | ||
276 | SELECT SQL_NO_CACHE SUM(quantity) FROM `ng3h_stock_available` WHERE (id_product = 3147) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.163 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
35 | SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT 1 |
0.162 ms | 2 | /classes/Language.php:883 | ||
301 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.160 ms | 1 | /classes/module/Module.php:2636 | ||
288 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1 |
0.158 ms | 1 | /classes/module/Module.php:2109 | ||
271 | SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1 |
0.157 ms | 1 | /classes/Product.php:5655 | ||
206 | SELECT SQL_NO_CACHE `width`, `height` FROM ng3h_image_type WHERE `name` = 'medium_default' LIMIT 1 |
0.157 ms | 1 | /classes/Image.php:563 | ||
256 | SELECT SQL_NO_CACHE `reduction` FROM `ng3h_product_group_reduction_cache` WHERE `id_product` = 3149 AND `id_group` = 1 LIMIT 1 |
0.155 ms | 0 | /classes/GroupReduction.php:156 | ||
12 | SELECT SQL_NO_CACHE `id_lang` FROM `ng3h_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
0.154 ms | 2 | /classes/Language.php:854 | ||
45 | SELECT SQL_NO_CACHE page from `ng3h_appagebuilder_page` where id_category = '2' AND id_shop = '1' LIMIT 1 |
0.154 ms | 1 | /modules/appagebuilder/appagebuilder.php:3846 | ||
194 | SELECT SQL_NO_CACHE format FROM `ng3h_address_format` WHERE `id_country` = 8 LIMIT 1 |
0.154 ms | 1 | /classes/AddressFormat.php:656 | ||
249 | SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1 |
0.154 ms | 1 | /classes/Product.php:5655 | ||
283 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `ng3h_product_attribute` WHERE `id_product` = 3148 |
0.154 ms | 1 | /classes/Product.php:2902 | ||
262 | SELECT SQL_NO_CACHE name FROM ng3h_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 1800 LIMIT 1 |
0.153 ms | 1 | /classes/Product.php:5655 | ||
285 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `ng3h_product_attribute` WHERE `id_product` = 3147 |
0.152 ms | 1 | /classes/Product.php:2902 | ||
291 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module` WHERE `name` = "blockgrouptop" LIMIT 1 |
0.152 ms | 1 | /classes/module/Module.php:2636 | ||
198 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM ng3h_required_field |
0.151 ms | 1 | /classes/ObjectModel.php:1592 | ||
265 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ng3h_product_shop` WHERE `id_product` = 3148 AND id_shop=1 LIMIT 1 |
0.150 ms | 1 | /classes/Product.php:6870 | ||
43 | SELECT SQL_NO_CACHE ctg.`id_group` FROM ng3h_category_group ctg WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1 |
0.149 ms | 1 | /classes/Category.php:1754 | ||
44 | SELECT SQL_NO_CACHE * FROM `ng3h_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.149 ms | 1 | /classes/module/Module.php:2018 | ||
9 | SELECT SQL_NO_CACHE id_shop FROM `ng3h_lang_shop` WHERE `id_lang` = 2 AND id_shop = 1 LIMIT 1 |
0.147 ms | 1 | /classes/ObjectModel.php:1729 | ||
290 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.147 ms | 1 | /classes/module/Module.php:2109 | ||
22 | DELETE FROM `ng3h_configuration` WHERE `name` = "PS_ROUTE_module-leoblog-list" |
0.147 ms | 1 | /classes/Configuration.php:583 | ||
274 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `ng3h_product_shop` WHERE `id_product` = 3147 AND id_shop=1 LIMIT 1 |
0.146 ms | 1 | /classes/Product.php:6870 | ||
38 | SELECT SQL_NO_CACHE id_shop FROM `ng3h_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 |
0.145 ms | 1 | /classes/ObjectModel.php:1729 | ||
41 | SELECT SQL_NO_CACHE id_shop FROM `ng3h_group_shop` WHERE `id_group` = 1 AND id_shop = 1 LIMIT 1 |
0.144 ms | 1 | /classes/ObjectModel.php:1729 | ||
292 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.143 ms | 1 | /classes/module/Module.php:2109 | ||
297 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.140 ms | 1 | /classes/module/Module.php:2109 | ||
257 | SELECT SQL_NO_CACHE `reduction` FROM `ng3h_group` WHERE `id_group` = 1 LIMIT 1 |
0.138 ms | 1 | /classes/Group.php:154 | ||
299 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
0.137 ms | 1 | /classes/module/Module.php:2109 | ||
302 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.135 ms | 1 | /classes/module/Module.php:2109 | ||
191 | SELECT SQL_NO_CACHE `id_module` FROM `ng3h_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.134 ms | 0 | /classes/module/Module.php:2109 | ||
195 | SELECT SQL_NO_CACHE `need_identification_number` FROM `ng3h_country` WHERE `id_country` = 8 LIMIT 1 |
0.134 ms | 1 | /classes/Country.php:405 | ||
24 | DELETE FROM `ng3h_configuration` WHERE `name` = "PS_ROUTE_module-leoblog-blog" |
0.133 ms | 1 | /classes/Configuration.php:583 | ||
26 | DELETE FROM `ng3h_configuration` WHERE `name` = "PS_ROUTE_module-leoblog-category" |
0.133 ms | 1 | /classes/Configuration.php:583 | ||
266 | SELECT SQL_NO_CACHE `reduction` FROM `ng3h_product_group_reduction_cache` WHERE `id_product` = 3148 AND `id_group` = 1 LIMIT 1 |
0.132 ms | 0 | /classes/GroupReduction.php:156 | ||
275 | SELECT SQL_NO_CACHE `reduction` FROM `ng3h_product_group_reduction_cache` WHERE `id_product` = 3147 AND `id_group` = 1 LIMIT 1 |
0.129 ms | 0 | /classes/GroupReduction.php:156 |
144 queries |
SELECT * FROM `ngXXh_category` a LEFT JOIN `ngXXh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX LEFT JOIN `ngXXh_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 |
7 queries |
SELECT `id_module` FROM `ngXXh_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX |
4 queries |
SELECT * FROM `ngXXh_product` a LEFT JOIN `ngXXh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX LEFT JOIN `ngXXh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX |
4 queries |
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ngXXh_attribute_group` ag INNER JOIN `ngXXh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `ngXXh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ngXXh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN ngXXh_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 ngXXh_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `ngXXh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC |
4 queries |
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ngXXh_product p LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ngXXh_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 ngXXh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ngXXh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ngXXh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ngXXh_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ngXXh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ngXXh_stock_available sa_XX ON (p.id_product = sa_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX.id_product_attribute AND sa_XX.id_shop = XX AND sa_XX.id_shop_group = XX ) WHERE ((sa.quantity<=XX AND sa_XX.out_of_stock IN (XX, XX)) OR (sa.quantity>XX)) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND cp.id_category IN (XX, XX, XX) GROUP BY p.id_product) p LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ngXXh_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ngXXh_stock_available sa_XX ON (p.id_product = sa_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX.id_product_attribute AND sa_XX.id_shop = XX AND sa_XX.id_shop_group = XX ) LEFT JOIN ngXXh_stock_available sa_XX_XX ON (p.id_product = sa_XX_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX_XX.id_product_attribute AND sa_XX_XX.id_shop = XX AND sa_XX_XX.id_shop_group = XX ) WHERE ((a.id_attribute_group=XX)) AND ((sa_XX.quantity<=XX AND sa_XX_XX.out_of_stock IN (XX, XX)) OR (sa_XX.quantity>XX)) GROUP BY pac.id_attribute |
3 queries |
SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `ngXXh_module` m LEFT JOIN `ngXXh_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = XX |
3 queries |
SELECT image_shop.`id_image` FROM `ngXXh_image` i INNER JOIN ngXXh_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX) WHERE i.`id_product` = XX AND image_shop.`cover` = XX LIMIT XX |
3 queries |
SELECT name FROM ngXXh_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX |
3 queries |
SELECT product_shop.`price`, product_shop.`ecotax`, IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax FROM `ngXXh_product` p INNER JOIN `ngXXh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX) LEFT JOIN `ngXXh_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX) WHERE (p.`id_product` = XX) |
3 queries |
SELECT `id_tax_rules_group` FROM `ngXXh_product_shop` WHERE `id_product` = XX AND id_shop=XX LIMIT XX |
3 queries |
SELECT `reduction` FROM `ngXXh_product_group_reduction_cache` WHERE `id_product` = XX AND `id_group` = XX LIMIT XX |
3 queries |
SELECT SUM(quantity) FROM `ngXXh_stock_available` WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX |
3 queries |
SELECT COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity, COALESCE(SUM(first_level_quantity), XX) as quantity FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity FROM `ngXXh_cart_product` cp WHERE cp.`id_product_attribute` = XX AND cp.`id_customization` = XX AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity FROM `ngXXh_cart_product` cp JOIN `ngXXh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ngXXh_product` pr ON p.`id_product_pack` = pr.`id_product` WHERE cp.`id_product_attribute` = XX AND cp.`id_customization` = XX AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR ( pr.`pack_stock_type` = XX AND XX = XX ))) as q LIMIT XX |
3 queries |
SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value FROM ngXXh_feature_product pf LEFT JOIN ngXXh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX) LEFT JOIN ngXXh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX) LEFT JOIN ngXXh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX) INNER JOIN ngXXh_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX) WHERE pf.id_product = XX ORDER BY f.position ASC |
3 queries |
SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `ngXXh_image` i INNER JOIN ngXXh_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX) LEFT JOIN `ngXXh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX) WHERE i.`id_product` = XX ORDER BY `position` |
3 queries |
SELECT `id_product_attribute` FROM `ngXXh_product_attribute` WHERE `id_product` = XX |
3 queries |
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by FROM `ngXXh_product_attribute` pa INNER JOIN ngXXh_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) JOIN `ngXXh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`) JOIN `ngXXh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`) JOIN `ngXXh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) JOIN `ngXXh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`) WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX GROUP BY pa.`id_product`, a.`id_attribute`, `group_by` ORDER BY a.`position` ASC; |
2 queries |
SELECT 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 `ngXXh_configuration` c LEFT JOIN `ngXXh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2 queries |
SELECT `id_lang` FROM `ngXXh_lang` WHERE `locale` = 'fr-fr' OR `language_code` = 'fr-fr' LIMIT XX |
2 queries |
SELECT `id_category` FROM `ngXXh_category_shop` WHERE `id_category` = XX AND `id_shop` = XX LIMIT XX |
2 queries |
SELECT page from `ngXXh_appagebuilder_page` where id_category = 'XX' AND id_shop = 'XX' LIMIT XX |
2 queries |
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ngXXh_product p LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ngXXh_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 ngXXh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ngXXh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ngXXh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ngXXh_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ngXXh_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ngXXh_stock_available sa_XX ON (p.id_product = sa_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX.id_product_attribute AND sa_XX.id_shop = XX AND sa_XX.id_shop_group = XX ) WHERE ((sa.quantity<=XX AND sa_XX.out_of_stock IN (XX, XX)) OR (sa.quantity>XX)) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND cp.id_category IN (XX, XX, XX) GROUP BY p.id_product) p INNER JOIN ngXXh_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ngXXh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ngXXh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ngXXh_stock_available sa_XX ON (p.id_product = sa_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX.id_product_attribute AND sa_XX.id_shop = XX AND sa_XX.id_shop_group = XX ) LEFT JOIN ngXXh_stock_available sa_XX_XX ON (p.id_product = sa_XX_XX.id_product AND IFNULL(pac.id_product_attribute, XX) = sa_XX_XX.id_product_attribute AND sa_XX_XX.id_shop = XX AND sa_XX_XX.id_shop_group = XX ) WHERE ((fp.id_feature=XX)) AND ((sa_XX.quantity<=XX AND sa_XX_XX.out_of_stock IN (XX, XX)) OR (sa_XX.quantity>XX)) GROUP BY fp.id_feature_value |
175 category |
159 category_lang |
150 category_shop |
63 stock_available |
39 product_attribute |
35 product_attribute_combination |
30 product |
30 product_shop |
21 category_group |
20 category_product |
16 product_sale |
12 module |
11 module_shop |
11 attribute |
9 configuration |
8 attribute_group |
7 hook |
7 product_attribute_shop |
7 attribute_lang |
7 cart_product |
6 lang |
6 currency |
6 image |
6 image_shop |
5 configuration_lang |
5 currency_shop |
5 product_lang |
5 attribute_group_shop |
5 attribute_group_lang |
5 feature_product |
4 shop_url |
4 shop |
4 lang_shop |
4 country |
4 image_type |
4 feature |
4 feature_shop |
4 feature_lang |
4 attribute_shop |
4 layered_indexable_attribute_lang_value |
3 country_lang |
3 country_shop |
3 hook_alias |
3 appagebuilder_page |
3 appagebuilder_positions |
3 product_group_reduction_cache |
3 pack |
3 feature_value_lang |
3 image_lang |
3 leoslideshow_groups |
2 shop_group |
2 hook_module |
2 appagebuilder_profiles |
2 appagebuilder_profiles_lang |
2 appagebuilder_profiles_shop |
2 currency_lang |
2 group |
2 group_shop |
2 appagebuilder_products |
2 appagebuilder_positions_shop |
1 module_group |
1 meta |
1 meta_lang |
1 group_lang |
1 hook_module_exceptions |
1 address_format |
1 required_field |
1 tab |
1 appagebuilder_products_shop |
1 appagebuilder |
1 appagebuilder_shop |
1 appagebuilder_lang |
1 appagebuilder_details |
1 appagebuilder_details_shop |
1 layered_category |
1 layered_indexable_attribute_group |
1 layered_indexable_attribute_group_lang_value |
1 layered_indexable_feature |
1 layered_indexable_feature_lang_value |
1 layered_filter_block |
1 specific_price |
1 manufacturer |
1 manufacturer_shop |
1 manufacturer_lang |
1 tax_rule |
1 tax_rules_group |
1 feature_flag |
1 zone |
1 state |
1 btmegamenu_group |
1 btmegamenu_group_lang |
1 ganalytics_data |
1 connections |
Name | Instances | Source |
---|---|---|
Category | 241 |
/controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 8159] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 3000] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8143] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8144] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8160] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8171] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 1800] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8176] /classes/Link.php:402 (__construct) [id: 8176] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8177] /classes/Link.php:402 (__construct) [id: 8177] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8178] /classes/Link.php:402 (__construct) [id: 8178] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8179] /classes/Link.php:402 (__construct) [id: 8179] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8180] /classes/Link.php:402 (__construct) [id: 8180] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8181] /classes/Link.php:402 (__construct) [id: 8181] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8182] /classes/Link.php:402 (__construct) [id: 8182] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8183] /classes/Link.php:402 (__construct) [id: 8183] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8184] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8185] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8186] /classes/Link.php:402 (__construct) [id: 8186] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8187] /classes/Link.php:402 (__construct) [id: 8187] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8188] /classes/Link.php:402 (__construct) [id: 8188] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8189] /classes/Link.php:402 (__construct) [id: 8189] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8190] /classes/Link.php:402 (__construct) [id: 8190] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8191] /classes/Link.php:402 (__construct) [id: 8191] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8192] /classes/Link.php:402 (__construct) [id: 8192] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8193] /classes/Link.php:402 (__construct) [id: 8193] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8194] /classes/Link.php:402 (__construct) [id: 8194] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8195] /classes/Link.php:402 (__construct) [id: 8195] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8196] /classes/Link.php:402 (__construct) [id: 8196] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8197] /classes/Link.php:402 (__construct) [id: 8197] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8198] /classes/Link.php:402 (__construct) [id: 8198] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8199] /classes/Link.php:402 (__construct) [id: 8199] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8200] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8201] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8202] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8203] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8204] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8205] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8206] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8207] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8208] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8209] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8210] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8211] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8212] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8213] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8214] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8215] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8216] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8217] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8218] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8219] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8220] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8221] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8222] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8223] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8224] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8225] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8226] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8227] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8228] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8229] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8230] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8231] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8232] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8233] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8234] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8235] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8236] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8237] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8238] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8239] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8240] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8241] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8242] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8243] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8244] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8245] /classes/Link.php:402 (__construct) [id: 8245] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8246] /classes/Link.php:402 (__construct) [id: 8246] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8247] /classes/Link.php:402 (__construct) [id: 8247] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8248] /classes/Link.php:402 (__construct) [id: 8248] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8249] /classes/Link.php:402 (__construct) [id: 8249] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8250] /classes/Link.php:402 (__construct) [id: 8250] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8251] /classes/Link.php:402 (__construct) [id: 8251] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8252] /classes/Link.php:402 (__construct) [id: 8252] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8253] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8254] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8255] /classes/Link.php:402 (__construct) [id: 8255] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8256] /classes/Link.php:402 (__construct) [id: 8256] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8257] /classes/Link.php:402 (__construct) [id: 8257] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8258] /classes/Link.php:402 (__construct) [id: 8258] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8259] /classes/Link.php:402 (__construct) [id: 8259] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8260] /classes/Link.php:402 (__construct) [id: 8260] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8261] /classes/Link.php:402 (__construct) [id: 8261] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8262] /classes/Link.php:402 (__construct) [id: 8262] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8263] /classes/Link.php:402 (__construct) [id: 8263] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8264] /classes/Link.php:402 (__construct) [id: 8264] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8265] /classes/Link.php:402 (__construct) [id: 8265] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8266] /classes/Link.php:402 (__construct) [id: 8266] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8267] /classes/Link.php:402 (__construct) [id: 8267] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8268] /classes/Link.php:402 (__construct) [id: 8268] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8269] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8270] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8271] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8272] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8273] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8274] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8275] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8276] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8277] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8278] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8279] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8280] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8281] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8282] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8283] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8284] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8285] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8286] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8287] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8288] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8289] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8290] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8291] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8292] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8293] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8294] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8295] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8296] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8297] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8298] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8299] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8300] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8301] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8302] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8303] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8304] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8305] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8306] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8307] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8308] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8309] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 8310] /classes/Meta.php:380 (__construct) [id: 2] /classes/Link.php:402 (__construct) [id: 2] /classes/Link.php:402 (__construct) [id: 2] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 2] /classes/Link.php:402 (__construct) [id: 2] /classes/Link.php:402 (__construct) [id: 2] /classes/Link.php:402 (__construct) [id: 2] /modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2] /modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2] /classes/Link.php:402 (__construct) [id: 8176] /classes/Link.php:402 (__construct) [id: 8177] /classes/Link.php:402 (__construct) [id: 8178] /classes/Link.php:402 (__construct) [id: 8179] /classes/Link.php:402 (__construct) [id: 8180] /classes/Link.php:402 (__construct) [id: 8181] /classes/Link.php:402 (__construct) [id: 8182] /classes/Link.php:402 (__construct) [id: 8183] /classes/Link.php:402 (__construct) [id: 8186] /classes/Link.php:402 (__construct) [id: 8187] /classes/Link.php:402 (__construct) [id: 8188] /classes/Link.php:402 (__construct) [id: 8189] /classes/Link.php:402 (__construct) [id: 8190] /classes/Link.php:402 (__construct) [id: 8191] /classes/Link.php:402 (__construct) [id: 8192] /classes/Link.php:402 (__construct) [id: 8193] /classes/Link.php:402 (__construct) [id: 8194] /classes/Link.php:402 (__construct) [id: 8195] /classes/Link.php:402 (__construct) [id: 8196] /classes/Link.php:402 (__construct) [id: 8197] /classes/Link.php:402 (__construct) [id: 8198] /classes/Link.php:402 (__construct) [id: 8199] /classes/Link.php:402 (__construct) [id: 8245] /classes/Link.php:402 (__construct) [id: 8246] /classes/Link.php:402 (__construct) [id: 8247] /classes/Link.php:402 (__construct) [id: 8248] /classes/Link.php:402 (__construct) [id: 8249] /classes/Link.php:402 (__construct) [id: 8250] /classes/Link.php:402 (__construct) [id: 8251] /classes/Link.php:402 (__construct) [id: 8252] /classes/Link.php:402 (__construct) [id: 8255] /classes/Link.php:402 (__construct) [id: 8256] /classes/Link.php:402 (__construct) [id: 8257] /classes/Link.php:402 (__construct) [id: 8258] /classes/Link.php:402 (__construct) [id: 8259] /classes/Link.php:402 (__construct) [id: 8260] /classes/Link.php:402 (__construct) [id: 8261] /classes/Link.php:402 (__construct) [id: 8262] /classes/Link.php:402 (__construct) [id: 8263] /classes/Link.php:402 (__construct) [id: 8264] /classes/Link.php:402 (__construct) [id: 8265] /classes/Link.php:402 (__construct) [id: 8266] /classes/Link.php:402 (__construct) [id: 8267] /classes/Link.php:402 (__construct) [id: 8268] |
Product | 16 |
/classes/Link.php:113 (__construct) [id: 3068]
/classes/Link.php:113 (__construct) [id: 3068] /classes/Link.php:113 (__construct) [id: 3068] /classes/Link.php:113 (__construct) [id: 3068] /classes/Link.php:113 (__construct) [id: 3068] /classes/Link.php:113 (__construct) [id: 3068] /classes/Link.php:113 (__construct) [id: 3068] /classes/Link.php:113 (__construct) [id: 3149] /classes/Link.php:113 (__construct) [id: 3148] /classes/Link.php:113 (__construct) [id: 3147] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3149] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3148] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3147] /classes/Link.php:113 (__construct) [id: 3149] /classes/Link.php:113 (__construct) [id: 3148] /classes/Link.php:113 (__construct) [id: 3147] |
Address | 4 |
/classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ] /classes/Product.php:3804 (__construct) [id: ] /classes/Product.php:5958 (__construct) [id: ] |
Language | 3 |
/config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:641 (__construct) [id: 2] /classes/Tools.php:560 (__construct) [id: 2] |
Country | 3 |
/config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8] /classes/controller/FrontController.php:1767 (__construct) [id: 8] |
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: ] |
Currency | 2 |
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1] |
Cart | 2 |
/classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ] |
Group | 2 |
/classes/Cart.php:249 (getCurrent) [id: 1]
/modules/leoproductsearch/leoproductsearch.php:466 (__construct) [id: 1] |
ApPageBuilderModel | 2 |
/modules/appagebuilder/appagebuilder.php:2065 (__construct) [id: ]
/modules/appagebuilder/appagebuilder.php:2581 (__construct) [id: ] |
Shop | 1 |
/config/config.inc.php:117 (initialize) [id: 1]
|
Configuration | 1 |
/modules/appagebuilder/appagebuilder.php:2268 (__construct) [id: ]
|
Gender | 1 |
/classes/controller/FrontController.php:1691 (__construct) [id: 0]
|
State | 1 |
/classes/controller/FrontController.php:1766 (__construct) [id: 0]
|
AddressFormat | 1 |
/classes/controller/FrontController.php:1761 (generateAddress) [id: ]
|
Risk | 1 |
/classes/controller/FrontController.php:1694 (__construct) [id: ]
|
Customer | 1 |
/config/config.inc.php:264 (__construct) [id: ]
|
ShopGroup | 1 |
/classes/shop/Shop.php:561 (__construct) [id: 1]
|
ConnectionsSource | 1 |
/modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]
|
# | Filename |
---|---|
0 | /index.php |
1 | /config/config.inc.php |
2 | /config/defines.inc.php |
3 | /config/autoload.php |
4 | /vendor/autoload.php |
5 | /vendor/composer/autoload_real.php |
6 | /vendor/composer/platform_check.php |
7 | /vendor/composer/ClassLoader.php |
8 | /vendor/composer/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-mbstring/bootstrap80.php |
13 | /vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
14 | /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php |
15 | /vendor/symfony/polyfill-intl-idn/bootstrap.php |
16 | /vendor/symfony/deprecation-contracts/function.php |
17 | /vendor/ralouphie/getallheaders/src/getallheaders.php |
18 | /vendor/symfony/polyfill-ctype/bootstrap.php |
19 | /vendor/symfony/polyfill-ctype/bootstrap80.php |
20 | /vendor/symfony/polyfill-php80/bootstrap.php |
21 | /vendor/guzzlehttp/promises/src/functions_include.php |
22 | /vendor/guzzlehttp/promises/src/functions.php |
23 | /vendor/guzzlehttp/guzzle/src/functions_include.php |
24 | /vendor/guzzlehttp/guzzle/src/functions.php |
25 | /vendor/symfony/polyfill-iconv/bootstrap.php |
26 | /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
27 | /vendor/jakeasmith/http_build_url/src/http_build_url.php |
28 | /vendor/lcobucci/jwt/compat/class-aliases.php |
29 | /vendor/lcobucci/jwt/src/Token.php |
30 | /vendor/lcobucci/jwt/src/Signature.php |
31 | /vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
32 | /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
33 | /vendor/swiftmailer/swiftmailer/lib/swift_required.php |
34 | /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php |
35 | /vendor/symfony/polyfill-intl-icu/bootstrap.php |
36 | /vendor/symfony/polyfill-php73/bootstrap.php |
37 | /vendor/symfony/polyfill-php81/bootstrap.php |
38 | /vendor/api-platform/core/src/deprecation.php |
39 | /vendor/api-platform/core/src/Api/FilterInterface.php |
40 | /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php |
41 | /vendor/api-platform/core/src/deprecated_interfaces.php |
42 | /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php |
43 | /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php |
44 | /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php |
45 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php |
46 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php |
47 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php |
48 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php |
49 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php |
50 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php |
51 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php |
52 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php |
53 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php |
54 | /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php |
55 | /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php |
56 | /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php |
57 | /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php |
58 | /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php |
59 | /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php |
60 | /vendor/api-platform/core/src/Exception/ExceptionInterface.php |
61 | /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php |
62 | /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php |
63 | /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php |
64 | /vendor/api-platform/core/src/Documentation/DocumentationInterface.php |
65 | /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php |
66 | /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php |
67 | /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php |
68 | /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php |
69 | /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php |
70 | /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php |
71 | /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php |
72 | /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php |
73 | /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php |
74 | /vendor/api-platform/core/src/Validator/ValidatorInterface.php |
75 | /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php |
76 | /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php |
77 | /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php |
78 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php |
79 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php |
80 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php |
81 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php |
82 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php |
83 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php |
84 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php |
85 | /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php |
86 | /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php |
87 | /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php |
88 | /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php |
89 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php |
90 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php |
91 | /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php |
92 | /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php |
93 | /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php |
94 | /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php |
95 | /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php |
96 | /vendor/psr/container/src/ContainerInterface.php |
97 | /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php |
98 | /vendor/ircmaxell/password-compat/lib/password.php |
99 | /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php |
100 | /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php |
101 | /src/Core/Version.php |
102 | /config/alias.php |
103 | /vendor/prestashop/autoload/src/PrestashopAutoload.php |
104 | /vendor/prestashop/autoload/src/LegacyClassLoader.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/dev/appParameters.php |
114 | /var/cache/dev/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/SmartyDev.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 | /classes/Customer.php |
217 | /classes/Group.php |
218 | /classes/Link.php |
219 | /classes/shop/ShopUrl.php |
220 | /override/classes/Dispatcher.php |
221 | /classes/Dispatcher.php |
222 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php |
223 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php |
224 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
225 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php |
226 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php |
227 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php |
228 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php |
229 | /src/Adapter/SymfonyContainer.php |
230 | /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php |
231 | /config/db_slave_server.inc.php |
232 | /modules/appagebuilder/appagebuilder.php |
233 | /modules/appagebuilder/libs/Helper.php |
234 | /modules/appagebuilder/libs/LeoFrameworkHelper.php |
235 | /modules/appagebuilder/classes/ApPageSetting.php |
236 | /modules/appagebuilder/classes/ApPageBuilderModel.php |
237 | /modules/appagebuilder/classes/shortcodes.php |
238 | /modules/appagebuilder/controllers/admin/AdminApPageBuilderShortcodes.php |
239 | /modules/appagebuilder/controllers/admin/AdminApPageBuilderPositions.php |
240 | /modules/appagebuilder/classes/ApPageBuilderPositionsModel.php |
241 | /classes/controller/ModuleAdminController.php |
242 | /classes/controller/AdminController.php |
243 | /modules/appagebuilder/classes/ApShortCodesBuilder.php |
244 | /modules/appagebuilder/classes/ApPageBuilderProfilesModel.php |
245 | /modules/appagebuilder/classes/ApPageBuilderProductsModel.php |
246 | /modules/appagebuilder/classes/ApPageBuilderShortcodeModel.php |
247 | /src/Core/Module/WidgetInterface.php |
248 | /src/Core/Security/Hashing.php |
249 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
250 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
251 | /classes/Translate.php |
252 | /modules/appagebuilder/translations/fr.php |
253 | /modules/leoblog/leoblog.php |
254 | /modules/leoblog/loader.php |
255 | /modules/leoblog/classes/config.php |
256 | /modules/leoblog/libs/Helper.php |
257 | /modules/leoblog/classes/leoblogcat.php |
258 | /modules/leoblog/classes/blog.php |
259 | /modules/leoblog/classes/link.php |
260 | /modules/leoblog/classes/comment.php |
261 | /modules/leoblog/classes/LeoblogOwlCarousel.php |
262 | /modules/leoblog/translations/fr.php |
263 | /controllers/front/listing/CategoryController.php |
264 | /classes/controller/ProductListingFrontController.php |
265 | /classes/controller/ProductPresentingFrontController.php |
266 | /classes/controller/FrontController.php |
267 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
268 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php |
269 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php |
270 | /vendor/symfony/contracts/Translation/LocaleAwareInterface.php |
271 | /vendor/symfony/contracts/Translation/TranslatorInterface.php |
272 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php |
273 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
274 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
275 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
276 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php |
277 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php |
278 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php |
279 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php |
280 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php |
281 | /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php |
282 | /vendor/symfony/contracts/Translation/TranslatorTrait.php |
283 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php |
284 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php |
285 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php |
286 | /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php |
287 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php |
288 | /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php |
289 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php |
290 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php |
291 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php |
292 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
293 | /src/Adapter/Presenter/PresenterInterface.php |
294 | /src/Adapter/Presenter/Cart/CartPresenter.php |
295 | /src/Adapter/Image/ImageRetriever.php |
296 | /classes/tax/TaxConfiguration.php |
297 | /classes/Smarty/TemplateFinder.php |
298 | /classes/assets/StylesheetManager.php |
299 | /classes/assets/AbstractAssetManager.php |
300 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
301 | /classes/assets/JavascriptManager.php |
302 | /classes/assets/CccReducer.php |
303 | /classes/Category.php |
304 | /classes/webservice/WebserviceRequest.php |
305 | /src/Adapter/ContainerBuilder.php |
306 | /src/Adapter/Environment.php |
307 | /src/Core/EnvironmentInterface.php |
308 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php |
309 | /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php |
310 | /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php |
311 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
312 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
313 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
314 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
315 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
316 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
317 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
318 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
319 | /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php |
320 | /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php |
321 | /vendor/symfony/contracts/Service/ResetInterface.php |
322 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php |
323 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php |
324 | /vendor/psr/log/Psr/Log/LoggerAwareTrait.php |
325 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php |
326 | /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php |
327 | /vendor/symfony/contracts/Cache/ItemInterface.php |
328 | /vendor/psr/cache/src/CacheItemInterface.php |
329 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
330 | /vendor/symfony/contracts/Cache/CacheInterface.php |
331 | /vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
332 | /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php |
333 | /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php |
334 | /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php |
335 | /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php |
336 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
337 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
338 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
339 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
340 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
341 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php |
342 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php |
343 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php |
344 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php |
345 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php |
346 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php |
347 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php |
348 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php |
349 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php |
350 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php |
351 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php |
352 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php |
353 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php |
354 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php |
355 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php |
356 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php |
357 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php |
358 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php |
359 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php |
360 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php |
361 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php |
362 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php |
363 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php |
364 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php |
365 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php |
366 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php |
367 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php |
368 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php |
369 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php |
370 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php |
371 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php |
372 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php |
373 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php |
374 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php |
375 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php |
376 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php |
377 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php |
378 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php |
379 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php |
380 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php |
381 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php |
382 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php |
383 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php |
384 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php |
385 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php |
386 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php |
387 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php |
388 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php |
389 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php |
390 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php |
391 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php |
392 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
393 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
394 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
395 | /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php |
396 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
397 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php |
398 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php |
399 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
400 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
401 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php |
402 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php |
403 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php |
404 | /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php |
405 | /var/cache/dev/FrontContainer.php |
406 | /src/Adapter/Container/LegacyContainer.php |
407 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php |
408 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php |
409 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php |
410 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php |
411 | /vendor/symfony/contracts/Service/ServiceLocatorTrait.php |
412 | /vendor/psr/container/src/ContainerExceptionInterface.php |
413 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
414 | /vendor/symfony/contracts/Service/ServiceProviderInterface.php |
415 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php |
416 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php |
417 | /src/Adapter/Container/LegacyContainerInterface.php |
418 | /modules/ps_searchbar/vendor/autoload.php |
419 | /modules/ps_searchbar/vendor/composer/autoload_real.php |
420 | /modules/ps_searchbar/vendor/composer/platform_check.php |
421 | /modules/ps_searchbar/vendor/composer/autoload_static.php |
422 | /modules/ps_sharebuttons/vendor/autoload.php |
423 | /modules/ps_sharebuttons/vendor/composer/autoload_real.php |
424 | /modules/ps_sharebuttons/vendor/composer/platform_check.php |
425 | /modules/ps_sharebuttons/vendor/composer/autoload_static.php |
426 | /modules/leoquicklogin/vendor/autoload.php |
427 | /init.php |
428 | /src/Core/Localization/Locale/Repository.php |
429 | /src/Core/Localization/Locale/RepositoryInterface.php |
430 | /src/Core/Localization/CLDR/LocaleRepository.php |
431 | /src/Core/Localization/CLDR/LocaleDataSource.php |
432 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
433 | /src/Core/Data/Layer/AbstractDataLayer.php |
434 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
435 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php |
436 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php |
437 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php |
438 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php |
439 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php |
440 | /vendor/symfony/contracts/Cache/CacheTrait.php |
441 | /vendor/psr/cache/src/InvalidArgumentException.php |
442 | /vendor/psr/cache/src/CacheException.php |
443 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php |
444 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php |
445 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php |
446 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php |
447 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
448 | /src/Core/Localization/CLDR/Reader.php |
449 | /src/Core/Localization/CLDR/ReaderInterface.php |
450 | /src/Core/Localization/Currency/Repository.php |
451 | /src/Core/Localization/Currency/RepositoryInterface.php |
452 | /src/Core/Localization/Currency/CurrencyDataSource.php |
453 | /src/Core/Localization/Currency/DataSourceInterface.php |
454 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
455 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
456 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
457 | /src/Adapter/Currency/CurrencyDataProvider.php |
458 | /src/Core/Currency/CurrencyDataProviderInterface.php |
459 | /src/Adapter/LegacyContext.php |
460 | /src/Adapter/Tools.php |
461 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
462 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
463 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
464 | /src/Core/Localization/Locale.php |
465 | /src/Core/Localization/LocaleInterface.php |
466 | /src/Core/Localization/Specification/Price.php |
467 | /src/Core/Localization/Specification/Number.php |
468 | /src/Core/Localization/Specification/NumberInterface.php |
469 | /src/Core/Localization/Specification/Factory.php |
470 | /src/Core/Localization/CLDR/LocaleData.php |
471 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
472 | /src/Core/Localization/CLDR/CurrencyData.php |
473 | /src/Core/Localization/CLDR/Locale.php |
474 | /src/Core/Localization/CLDR/LocaleInterface.php |
475 | /src/Core/Localization/Specification/NumberSymbolList.php |
476 | /classes/Currency.php |
477 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
478 | /src/Core/Localization/Currency/CurrencyData.php |
479 | /src/Core/Localization/Currency/CurrencyCollection.php |
480 | /src/Core/Localization/Currency.php |
481 | /src/Core/Localization/CurrencyInterface.php |
482 | /src/Core/Localization/Specification/NumberCollection.php |
483 | /src/Core/Localization/Number/Formatter.php |
484 | /classes/Cart.php |
485 | /src/Adapter/AddressFactory.php |
486 | /classes/CartRule.php |
487 | /classes/Product.php |
488 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
489 | /src/Core/Util/DateTime/DateTime.php |
490 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
491 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
492 | /src/Core/Domain/Product/ValueObject/ProductType.php |
493 | /src/Core/Domain/Product/ValueObject/Reference.php |
494 | /src/Core/Domain/Product/ValueObject/Ean13.php |
495 | /src/Core/Domain/Product/ValueObject/Isbn.php |
496 | /src/Core/Domain/Product/ValueObject/Upc.php |
497 | /src/Core/Domain/Product/ProductSettings.php |
498 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
499 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
500 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php |
501 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php |
502 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php |
503 | /modules/ps_emailsubscription/ps_emailsubscription.php |
504 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
505 | /classes/Media.php |
506 | /modules/ps_socialfollow/ps_socialfollow.php |
507 | /modules/ps_emailalerts/ps_emailalerts.php |
508 | /modules/ps_emailalerts/MailAlert.php |
509 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
510 | /src/Adapter/Presenter/AbstractLazyArray.php |
511 | /src/Adapter/Product/PriceFormatter.php |
512 | /src/Core/Util/Inflector.php |
513 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
514 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
515 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
516 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
517 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
518 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
519 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
520 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
521 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
522 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
523 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
524 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
525 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
526 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
527 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
528 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
529 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
530 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
531 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
532 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
533 | /classes/Gender.php |
534 | /classes/Risk.php |
535 | /classes/Meta.php |
536 | /classes/Address.php |
537 | /classes/ImageType.php |
538 | /classes/State.php |
539 | /src/Core/Security/PasswordPolicyConfiguration.php |
540 | /src/Core/Configuration/DataConfigurationInterface.php |
541 | /src/Core/Filter/FrontEndObject/MainFilter.php |
542 | /src/Core/Filter/FilterInterface.php |
543 | /src/Core/Filter/FrontEndObject/CartFilter.php |
544 | /src/Core/Filter/HashMapWhitelistFilter.php |
545 | /src/Core/Filter/CollectionFilter.php |
546 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
547 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
548 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
549 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
550 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
551 | /modules/ps_shoppingcart/ps_shoppingcart.php |
552 | /modules/ps_searchbar/ps_searchbar.php |
553 | /modules/ps_googleanalytics/ps_googleanalytics.php |
554 | /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php |
555 | /modules/ps_googleanalytics/classes/Hook/HookInterface.php |
556 | /modules/leobootstrapmenu/leobootstrapmenu.php |
557 | /modules/leobootstrapmenu/classes/Btmegamenu.php |
558 | /modules/leobootstrapmenu/classes/BtmegamenuGroup.php |
559 | /modules/leobootstrapmenu/libs/Helper.php |
560 | /modules/leobootstrapmenu/classes/widgetbase.php |
561 | /modules/leobootstrapmenu/classes/widget.php |
562 | /modules/leobootstrapmenu/translations/fr.php |
563 | /classes/Smarty/SmartyDevTemplate.php |
564 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
565 | /var/cache/dev/smarty/compile/at_auros/a7/d6/13/a7d613263a4e54057a03e289f51fbe3cdec8b6a6_2.file.javascript_parameter.tpl.php |
566 | /modules/leoslideshow/leoslideshow.php |
567 | /modules/leoslideshow/classes/LeoSlideshowConfig.php |
568 | /modules/leoslideshow/classes/LeoSlideshowGroup.php |
569 | /modules/leoslideshow/classes/LeoSlideshowSlide.php |
570 | /modules/leoslideshow/classes/LeoSlideshowStatus.php |
571 | /modules/leoslideshow/libs/Helper.php |
572 | /modules/leoslideshow/translations/fr.php |
573 | /modules/leofeature/leofeature.php |
574 | /modules/leofeature/classes/ProductReviewCriterion.php |
575 | /modules/leofeature/classes/ProductReview.php |
576 | /modules/leofeature/classes/CompareProduct.php |
577 | /modules/leofeature/classes/WishList.php |
578 | /modules/leofeature/translations/fr.php |
579 | /modules/blockgrouptop/blockgrouptop.php |
580 | /modules/blockgrouptop/translations/fr.php |
581 | /modules/leoquicklogin/leoquicklogin.php |
582 | /modules/leoquicklogin/translations/fr.php |
583 | /classes/Tab.php |
584 | /modules/leoproductsearch/leoproductsearch.php |
585 | /modules/leoproductsearch/translations/fr.php |
586 | /modules/appagebuilder/classes/shortcodes/ApAccordions.php |
587 | /modules/appagebuilder/classes/shortcodes/ApAjaxTabs.php |
588 | /modules/appagebuilder/classes/shortcodes/ApAlert.php |
589 | /modules/appagebuilder/classes/shortcodes/ApBlockCarousel.php |
590 | /modules/appagebuilder/classes/shortcodes/ApBlockLink.php |
591 | /modules/appagebuilder/classes/shortcodes/ApBlog.php |
592 | /modules/appagebuilder/classes/shortcodes/ApButton.php |
593 | /modules/appagebuilder/classes/shortcodes/ApCategoryImage.php |
594 | /modules/appagebuilder/classes/shortcodes/ApColumn.php |
595 | /modules/appagebuilder/classes/shortcodes/ApCountdown.php |
596 | /modules/appagebuilder/classes/shortcodes/ApCounter.php |
597 | /modules/appagebuilder/classes/shortcodes/ApFacebook.php |
598 | /modules/appagebuilder/classes/shortcodes/ApFontAwesome.php |
599 | /modules/appagebuilder/classes/shortcodes/ApFullSlider.php |
600 | /modules/appagebuilder/classes/shortcodes/ApGenCode.php |
601 | /modules/appagebuilder/classes/shortcodes/ApGmap.php |
602 | /modules/appagebuilder/classes/shortcodes/ApHtml.php |
603 | /modules/appagebuilder/classes/shortcodes/ApImage.php |
604 | /modules/appagebuilder/classes/shortcodes/ApImage360.php |
605 | /modules/appagebuilder/classes/shortcodes/ApImageGallery.php |
606 | /modules/appagebuilder/classes/shortcodes/ApImageGalleryProduct.php |
607 | /modules/appagebuilder/classes/shortcodes/ApImageHotspot.php |
608 | /modules/appagebuilder/classes/shortcodes/ApInstagram.php |
609 | /modules/appagebuilder/classes/shortcodes/ApManuFacturersCarousel.php |
610 | /modules/appagebuilder/classes/shortcodes/ApMegamenu.php |
611 | /modules/appagebuilder/classes/shortcodes/ApModule.php |
612 | /modules/appagebuilder/classes/shortcodes/ApProductCarousel.php |
613 | /modules/appagebuilder/classes/shortcodes/ApProductList.php |
614 | /modules/appagebuilder/classes/shortcodes/ApProductTag.php |
615 | /modules/appagebuilder/classes/shortcodes/ApQuicklogin.php |
616 | /modules/appagebuilder/classes/shortcodes/ApRawHtml.php |
617 | /modules/appagebuilder/classes/shortcodes/ApRow.php |
618 | /modules/appagebuilder/classes/shortcodes/ApSliderLayer.php |
619 | /modules/appagebuilder/classes/shortcodes/ApSlideShow.php |
620 | /modules/appagebuilder/classes/shortcodes/ApTabs.php |
621 | /modules/appagebuilder/classes/shortcodes/ApTwitter.php |
622 | /modules/appagebuilder/classes/shortcodes/ApVideo.php |
623 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php |
624 | /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php |
625 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php |
626 | /classes/Image.php |
627 | /classes/Combination.php |
628 | /vendor/prestashop/decimal/src/DecimalNumber.php |
629 | /vendor/prestashop/decimal/src/Builder.php |
630 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php |
631 | /var/cache/dev/smarty/compile/at_auros/a5/39/17/a539179a64887d65ec7a47d06c52629035136c3b_2.file.header.tpl.php |
632 | /vendor/smarty/smarty/libs/plugins/modifier.escape.php |
633 | /modules/refcart/refcart.php |
634 | /modules/reapro_request/reapro_request.php |
635 | /src/Core/Product/Search/ProductSearchContext.php |
636 | /src/Core/Product/Search/ProductSearchQuery.php |
637 | /src/Core/Product/Search/SortOrder.php |
638 | /modules/ps_facetedsearch/ps_facetedsearch.php |
639 | /modules/ps_facetedsearch/src/HookDispatcher.php |
640 | /modules/ps_facetedsearch/src/Hook/Attribute.php |
641 | /modules/ps_facetedsearch/src/Hook/AbstractHook.php |
642 | /modules/ps_facetedsearch/src/Hook/AttributeGroup.php |
643 | /modules/ps_facetedsearch/src/Hook/Category.php |
644 | /modules/ps_facetedsearch/src/Hook/Configuration.php |
645 | /modules/ps_facetedsearch/src/Hook/Design.php |
646 | /modules/ps_facetedsearch/src/Hook/Feature.php |
647 | /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php |
648 | /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php |
649 | /modules/ps_facetedsearch/src/Hook/FeatureValue.php |
650 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php |
651 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php |
652 | /modules/ps_facetedsearch/src/Hook/Product.php |
653 | /modules/ps_facetedsearch/src/Hook/ProductSearch.php |
654 | /modules/ps_facetedsearch/src/Hook/SpecificPrice.php |
655 | /modules/ps_facetedsearch/src/Filters/Provider.php |
656 | /modules/ps_facetedsearch/src/URLSerializer.php |
657 | /modules/ps_facetedsearch/src/Filters/DataAccessor.php |
658 | /modules/ps_facetedsearch/src/Product/SearchProvider.php |
659 | /src/Core/Product/Search/FacetsRendererInterface.php |
660 | /src/Core/Product/Search/ProductSearchProviderInterface.php |
661 | /modules/ps_facetedsearch/src/Filters/Converter.php |
662 | /modules/ps_facetedsearch/src/Product/SearchFactory.php |
663 | /src/Core/Product/Search/ProductSearchResult.php |
664 | /modules/ps_facetedsearch/src/Definition/Availability.php |
665 | /src/Adapter/Localization/LegacyTranslator.php |
666 | /modules/ps_facetedsearch/src/Product/Search.php |
667 | /modules/ps_facetedsearch/src/Adapter/MySQL.php |
668 | /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php |
669 | /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php |
670 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php |
671 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php |
672 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php |
673 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
674 | /modules/ps_facetedsearch/src/Filters/Products.php |
675 | /classes/stock/StockAvailable.php |
676 | /modules/ps_facetedsearch/src/Filters/Block.php |
677 | /classes/Manufacturer.php |
678 | /src/Core/Util/String/StringModifier.php |
679 | /src/Core/Util/String/StringModifierInterface.php |
680 | /src/Core/Product/Search/Facet.php |
681 | /src/Core/Product/Search/Filter.php |
682 | /src/Core/Product/Search/FacetCollection.php |
683 | /classes/ProductAssembler.php |
684 | /classes/tax/Tax.php |
685 | /classes/SpecificPrice.php |
686 | /classes/tax/TaxManagerFactory.php |
687 | /classes/tax/TaxRulesTaxManager.php |
688 | /classes/tax/TaxManagerInterface.php |
689 | /classes/tax/TaxCalculator.php |
690 | /classes/GroupReduction.php |
691 | /src/Core/Localization/CLDR/ComputingPrecision.php |
692 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
693 | /classes/Pack.php |
694 | /classes/order/Order.php |
695 | /classes/Feature.php |
696 | /classes/ProductPresenterFactory.php |
697 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
698 | /src/Adapter/Presenter/Product/ProductPresenter.php |
699 | /src/Adapter/Product/ProductColorsRetriever.php |
700 | /src/Adapter/HookManager.php |
701 | /src/Core/Product/ProductPresentationSettings.php |
702 | /src/Adapter/Presenter/Product/ProductListingLazyArray.php |
703 | /src/Adapter/Presenter/Product/ProductLazyArray.php |
704 | /src/Core/Image/ImageFormatConfiguration.php |
705 | /src/Core/Image/ImageFormatConfigurationInterface.php |
706 | /classes/FeatureFlag.php |
707 | /src/Core/FeatureFlag/FeatureFlagSettings.php |
708 | /var/cache/dev/smarty/compile/at_auros/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php |
709 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
710 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
711 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
712 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
713 | /var/cache/dev/smarty/compile/at_auros/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php |
714 | /src/Core/Product/Search/Pagination.php |
715 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/f3/21/e3/f321e38daad4f569072b3838a6d5de0a54e77671_2.file.category.tpl.php |
716 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/39/e5/86/39e586e8968f1e3c7ba09573ccd7da2fb6c93a9f_2.file.product-list.tpl.php |
717 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/e5/15/45/e51545b5318e02bbc2c03ba47b47ebd0a54a4d55_2.file.layout-left-column.tpl.php |
718 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/27/fc/45/27fc4501dc106b0786b84638a508ca4ec7be9dbd_2.file.layout-both-columns.tpl.php |
719 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/06/0b/cc/060bcc3e0772802e57f91f090d080ece7b8d433f_2.file.helpers.tpl.php |
720 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
721 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/2a/c3/e8/2ac3e8da6dd6d075624308b9e1ee81971373a938_2.file.head.tpl.php |
722 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/07/9b/c9/079bc955d3df7d3ace542f331a1888255ac34f2d_2.file.head-jsonld.tpl.php |
723 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/10/3c/bf/103cbf54fb0ee7581ea95d2491586c27ef3aea5b_2.file.product-list-jsonld.tpl.php |
724 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/7a/1b/a5/7a1ba5bd8e0267cc4dc4b32a912b84018875f19c_2.file.pagination-seo.tpl.php |
725 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
726 | /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php |
727 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/e0/56/d5/e056d5c3f907930e1a59bfe42cf05552f4f7266a_2.file.setting.tpl.php |
728 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php |
729 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/a9/28/c0/a928c0126339fac4d47a14d1571f22133fdf0daa_2.file.stylesheets.tpl.php |
730 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/31/ce/9a/31ce9a58da19c996efb67d3bb3f59152b776f365_2.file.javascript.tpl.php |
731 | /classes/ProductDownload.php |
732 | /src/Core/Cart/Calculator.php |
733 | /src/Core/Cart/CartRowCollection.php |
734 | /src/Core/Cart/Fees.php |
735 | /src/Core/Cart/AmountImmutable.php |
736 | /src/Core/Cart/CartRuleCollection.php |
737 | /src/Core/Cart/CartRuleCalculator.php |
738 | /src/Adapter/Product/PriceCalculator.php |
739 | /src/Core/Cart/CartRow.php |
740 | /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php |
741 | /var/cache/dev/smarty/compile/at_auros/f9/06/81/f906810597606b47448e699d202200fd623cedd4_2.module.leoquickloginviewstemplatesfrontsocial.tpl.php |
742 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/bf/de/18/bfde18c4107b420cc78430324a20622dddd1cef4_2.file.product-activation.tpl.php |
743 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/8f/6b/f3/8f6bf3a03dce968bfd2d1100bb45233b75f1ef9e_2.file.header.tpl.php |
744 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayBanner/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
745 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayNav1/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
746 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayNav2/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
747 | /var/cache/dev/smarty/compile/at_auros/3c/32/cf/3c32cff43d3c0020e74de5911e90fbb352803493_2.file.ApGenCode.tpl.php |
748 | /var/cache/dev/smarty/compile/at_auros/89/a1/6e/89a16e93f99236c1813d794d8e79813bd7164df6_2.file.id_gencode_5cce84018bb74_1557038081.tpl.php |
749 | /var/cache/dev/smarty/compile/at_auros/48/bc/4f/48bc4f6ce40384d042200c712c1dce2a35f22038_2.file.ApColumn.tpl.php |
750 | /var/cache/dev/smarty/compile/at_auros/34/aa/7e/34aa7e9529f6d85dbd19b4945e21c33fd177b017_2.file.ApModule.tpl.php |
751 | /src/Adapter/ObjectPresenter.php |
752 | /var/cache/dev/smarty/compile/at_auros/34/7b/7b/347b7b2dbb0c5eb05f4041a2bbe49610278770b6_2.module.blockgrouptopviewstemplateshookblockgrouptop.tpl.php |
753 | /var/cache/dev/smarty/cache/leoproductsearch/1/1/1/2/8/at_auros/f4/e7/28/f4e728b77ac5e9ca7513d26d4e19e190adabeb12.leoproductsearchviewstemplatesfrontleosearch_top.tpl.php |
754 | /var/cache/dev/smarty/compile/at_auros/59/43/c7/5943c7dc4685ebd0be377fe4d64956999141d04e_2.file.ApRow.tpl.php |
755 | /var/cache/dev/smarty/cache/2_0_4883294406686996_leobootstrapmenu/20250723/1/1/1/2/1/8/1/at_auros/30/9c/6f/309c6f8b74489b00a28260551e89c35e9fe13559.leobootstrapmenuviewstemplateshookmegamenu.tpl.php |
756 | /var/cache/dev/smarty/compile/at_auros/a9/ad/0a/a9ad0aeb88d3f03a2efbdfd978dd3ca75fa4747f_2.file.ApMegamenu.tpl.php |
757 | /var/cache/dev/smarty/compile/at_auros/fc/d5/0c/fcd50c9c59a2a4e1b1dc3bed4fc8dce8da33039f_2.module.appagebuilderviewstemplateshookappagebuilder.tpl.php |
758 | /var/cache/dev/smarty/compile/at_auros/84/be/88/84be88ef81e7a13d434e8396ff8d301775adb18d_2.file.refcart.tpl.php |
759 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayNavFullWidth/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
760 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/70/b4/e2/70b4e2371e2f823126c7f58b13f9286e2b9d6803_2.file.notifications.tpl.php |
761 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/7c/29/58/7c2958bce0b7c88f44cd70b5c0f54c367f72a8f6_2.file.breadcrumb.tpl.php |
762 | /modules/ps_categorytree/ps_categorytree.php |
763 | /var/cache/dev/smarty/compile/at_auros/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php |
764 | /var/cache/dev/smarty/compile/at_auros/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php |
765 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayLeftColumn/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
766 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/a9/fc/28/a9fc28738efb1cd83182932d9f3692ab310099e6_2.file.category-header.tpl.php |
767 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/b6/ef/ff/b6efff97dfe6f284234bf91caa96681c43e799b4_2.file.subcategories.tpl.php |
768 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/0d/68/c0/0d68c085886791d99b91d6f21dcd2efd678a8c2d_2.file.products-top.tpl.php |
769 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/d9/25/8c/d9258cbff66fe28c1de75e7f6fa9d99c1a175972_2.file.sort-orders.tpl.php |
770 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/58/93/04/5893048ab2c4d78babe63343153fe595671f2980_2.file.products.tpl.php |
771 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/2a/eb/68/2aeb68f05f5edb7b353298a02c07497fb0619025_2.file.leo_col_products.tpl.php |
772 | /vendor/smarty/smarty/libs/plugins/function.math.php |
773 | /var/cache/dev/smarty/compile/54/fd/93/54fd9343b222ffb5b6d8096021eb6a67e1e9abd3_2.file.plist2629961988.tpl.php |
774 | /var/cache/dev/smarty/compile/at_auros/45/64/ea/4564eade39c9dd7d546ec79e07e4325b9d36432d_2.file.leo_wishlist_button.tpl.php |
775 | /var/cache/dev/smarty/compile/at_auros/e5/f8/8c/e5f88c90cd03f9ff8a7f2b4a633cbf3a16016055_2.file.leo_compare_button.tpl.php |
776 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/20/6f/1b/206f1b1d4441cd129279f3815693c93799156e55_2.file.pagination.tpl.php |
777 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/53/6d/ba/536dba5c555d1e0c95ebca1fe1c0642efcb81bdc_2.file.products-bottom.tpl.php |
778 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/57/b5/83/57b5834c2f421016ba2afff3a49da000256d69f0_2.file.category-footer.tpl.php |
779 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/1b/d5/d0/1bd5d0699be6be0d0886623a1bafc576a7a92b5a_2.file.footer.tpl.php |
780 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayFooterBefore/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
781 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayFooter/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
782 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/displayFooterAfter/at_auros/2d/43/2c/2d432cc84732982f5210427f822ac54080a1bf8d.appagebuilderviewstemplateshookappagebuilder.tpl.php |
783 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/06/ff/53/06ff533711f4ca7f5e13b4e8e076eab98a910984_2.file.paneltool.tpl.php |
784 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/pagebuilderConfig/profile/at_auros/a0/cc/63/a0cc63fa40bfee2b40827e4f4ce0a6ee0eb1f885.config.tpl.php |
785 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/pagebuilderConfig/header/at_auros/a0/cc/63/a0cc63fa40bfee2b40827e4f4ce0a6ee0eb1f885.config.tpl.php |
786 | /var/cache/dev/smarty/cache/appagebuilder/1/1/1/2/8/14/pagebuilderConfig/footer/at_auros/a0/cc/63/a0cc63fa40bfee2b40827e4f4ce0a6ee0eb1f885.config.tpl.php |
787 | /var/cache/dev/smarty/compile/at_auroslayouts_layout_left_column_tpl/00/25/d5/0025d5bc8e45319647fc53e5d82da494f0f28090_2.file.password-policy-template.tpl.php |
788 | /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php |
789 | /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php |
790 | /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php |
791 | /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php |
792 | /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php |
793 | /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php |
794 | /modules/statsdata/statsdata.php |
795 | /classes/Connection.php |
796 | /classes/ConnectionsSource.php |
797 | /var/cache/dev/smarty/compile/at_auros/ee/2b/0b/ee2b0bf23e7b8e64b5876d9c95561e71a372a184_2.module.leoquickloginviewstemplatesfrontsociallogin_form.tpl.php |
798 | /var/cache/dev/smarty/compile/at_auros/af/e9/74/afe974643c400d6544c0608f1c7aec4ec20d70e3_2.module.leoquickloginviewstemplatesfrontleoquicklogin_form.tpl.php |
799 | /var/cache/dev/smarty/compile/at_auros/01/53/db/0153dba508ba33b8497625ce148519b6db90fcee_2.module.leoquickloginviewstemplatesfrontmodal.tpl.php |
800 | /var/cache/dev/smarty/compile/at_auros/da/c2/b9/dac2b96abad42fdbadb6bbb1c96293f5f8a25c45_2.module.leoquickloginviewstemplatesfrontmodal_social.tpl.php |
801 | /modules/appagebuilder/libs/LeoOptimization.php |