Load Time | 3430 ms |
Querying Time | 3292 ms |
Queries | 469 |
Memory Peak Usage | 12.7 Mb |
Included Files | 957 files - 10.13 Mb |
PrestaShop Cache | - Mb |
Global vars | 0.39 Mb |
PrestaShop Version | 8.2.1 |
PHP Version | 8.1.31 |
MySQL Version | 11.4.4-MariaDB-ubu2404-log |
Memory Limit | 256M |
Max Execution Time | 360s |
Smarty Cache | enabled |
Smarty Compilation | auto |
Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
---|---|---|---|---|
config | 0.007 ms | 0.007 ms | 3.43 Mb | 3.4 Mb |
__construct | 2.059 ms | 2.066 ms | 0.01 Mb | 4.0 Mb |
init | 63.809 ms | 65.875 ms | 1.22 Mb | 4.7 Mb |
checkAccess | 0.003 ms | 65.878 ms | - Mb | 4.7 Mb |
setMedia | 1.807 ms | 67.685 ms | 0.05 Mb | 4.7 Mb |
postProcess | 0.003 ms | 67.688 ms | - Mb | 4.7 Mb |
initHeader | 0.030 ms | 67.718 ms | - Mb | 4.7 Mb |
initContent | 3289 ms | 3357 ms | 6.72 Mb | 11.4 Mb |
initFooter | 0.004 ms | 3357 ms | - Mb | 11.4 Mb |
display | 73.355 ms | 3430 ms | 1.15 Mb | 12.7 Mb |
Hook | Time | Memory Usage |
---|---|---|
OverrideLayoutTemplate | 16.691 ms | 0.24 Mb |
displayLeftColumn | 16.149 ms | 0.19 Mb |
DisplayHeader | 12.110 ms | 0.24 Mb |
Header | 2.373 ms | 0.01 Mb |
FilterProductSearch | 1.366 ms | 0.02 Mb |
ActionFrontControllerSetMedia | 0.522 ms | 0.01 Mb |
ProductSearchProvider | 0.401 ms | - Mb |
DisplayLeftColumn | 0.395 ms | 0.03 Mb |
ActionFrontControllerInitAfter | 0.070 ms | - Mb |
DisplayOverrideTemplate | 0.003 ms | - Mb |
10 hook(s) | 50.081 ms | 0.74 Mb |
Module | Time | Memory Usage |
---|---|---|
creativeelements | 31.870 ms | 0.66 Mb |
ps_socialfollow | 0.380 ms | 0.02 Mb |
blockwishlist | 0.572 ms | 0.03 Mb |
ps_searchbar | 1.185 ms | 0.02 Mb |
eicaptcha | 0.346 ms | 0.03 Mb |
pitchprint | 0.221 ms | 0.02 Mb |
paypal | 6.633 ms | 0.20 Mb |
uecookie | 0.783 ms | 0.04 Mb |
ps_shoppingcart | 0.245 ms | 0.02 Mb |
freega4 | 0.514 ms | 0.11 Mb |
sumuppaymentgateway | 0.944 ms | 0.03 Mb |
ps_facetedsearch | 1.442 ms | 0.07 Mb |
ps_categorytree | 16.434 ms | 0.21 Mb |
13 module(s) | 61.569 ms | 1.46 Mb |
# | Query | Time (ms) | Rows | Filesort | Group By | Location |
---|---|---|---|---|---|---|
80 | 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, p.date_upd FROM bis_product p LEFT JOIN bis_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN bis_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN bis_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 bis_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN bis_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN bis_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (85, 86))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='4' GROUP BY p.id_product) p INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN bis_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (85, 86))) AND cg.id_group='4' AND c.level_depth<=4 AND c.nleft>468 AND c.nright<501 GROUP BY cp.id_category |
2446 ms | 119151648 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
81 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, p.date_upd FROM bis_product p LEFT JOIN bis_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN bis_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN bis_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 bis_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN bis_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN bis_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (85, 86))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='4' AND cp.id_category='966' GROUP BY p.id_product) p INNER JOIN bis_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN bis_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=9)) AND ((fp_1.id_feature_value IN (85, 86))) GROUP BY fp.id_feature_value |
141.868 ms | 5071656240 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
83 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, p.date_upd FROM bis_product p LEFT JOIN bis_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN bis_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN bis_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 bis_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN bis_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN bis_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (85, 86))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='4' AND cp.id_category='966' GROUP BY p.id_product) p INNER JOIN bis_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN bis_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value IN (85, 86))) GROUP BY fp.id_feature_value |
79.883 ms | 970326000 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
77 | 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, p.date_upd FROM bis_product p LEFT JOIN bis_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN bis_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN bis_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 bis_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN bis_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN bis_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (85, 86))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='4' AND cp.id_category='966' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_upd DESC, p.id_product DESC |
38.862 ms | 73410624 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
85 | 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, p.date_upd FROM bis_product p LEFT JOIN bis_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN bis_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN bis_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 bis_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN bis_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN bis_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='4' AND cp.id_category='966' GROUP BY p.id_product) p INNER JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=11)) GROUP BY fp.id_feature_value |
34.568 ms | 8156736 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
2 | SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `bis_configuration` c LEFT JOIN `bis_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
15.328 ms | 2616 | /classes/Configuration.php:180 | ||
14 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `bis_module` m INNER JOIN bis_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 `bis_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `bis_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `bis_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 (4)) GROUP BY hm.id_hook, hm.id_module ORDER BY hm.`position` |
11.877 ms | 436 | Yes | Yes | /classes/Hook.php:1289 |
104 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `bis_hook` UNION SELECT `id_hook`, ha.`alias` as name FROM `bis_hook_alias` ha INNER JOIN `bis_hook` h ON ha.name = h.name |
10.926 ms | 0 | /classes/Hook.php:1348 | ||
79 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `bis_category` c INNER JOIN bis_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `bis_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 1 AND c.`active` = 1 ORDER BY c.nleft, c.position |
10.553 ms | 613 | Yes | /classes/Category.php:724 | |
245 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8809) |
6.203 ms | 11 | /classes/Product.php:3860 | ||
425 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 5802 ORDER BY `position` |
5.810 ms | 2 | Yes | /classes/Product.php:3545 | |
105 | 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 `bis_hook_module` hm STRAIGHT_JOIN `bis_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1) STRAIGHT_JOIN `bis_module` as m ON (m.id_module = hm.id_module) ORDER BY hm.position |
5.561 ms | 590 | /classes/Hook.php:459 | ||
301 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8398) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 480709) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
4.914 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
89 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 7443 AND image_shop.`cover` = 1 LIMIT 1 |
4.873 ms | 1 | /classes/Product.php:3570 | ||
75 | 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 `bis_feature` f INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `bis_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `bis_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `bis_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
4.363 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171 | |
454 | SELECT SQL_NO_CACHE * FROM `bis_cart_rule` cr LEFT JOIN `bis_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND free_shipping = 1 AND carrier_restriction = 1 |
4.363 ms | 60 | /classes/CartRule.php:423 | ||
87 | REPLACE INTO bis_layered_filter_block (hash, data) VALUES ("9dc29bb99db317e5013515103df58e84", "a:1:{s:7:\"filters\";a:4:{i:0;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:10:\"Categories\";s:6:\"values\";a:12:{i:776;a:2:{s:4:\"name\";s:24:\"PILLOWCASES AND CUSHIONS\";s:3:\"nbr\";s:2:\"29\";}i:778;a:2:{s:4:\"name\";s:15:\"MUGS AND GADGET\";s:3:\"nbr\";s:2:\"53\";}i:779;a:2:{s:4:\"name\";s:12:\"BEACH TOWELS\";s:3:\"nbr\";s:2:\"10\";}i:857;a:2:{s:4:\"name\";s:19:\"CUSTOMIZABLE JEWELS\";s:3:\"nbr\";s:2:\"83\";}i:966;a:3:{s:4:\"name\";s:14:\"Accessori moda\";s:3:\"nbr\";s:2:\"70\";s:7:\"checked\";b:1;}i:968;a:2:{s:4:\"name\";s:4:\"Casa\";s:3:\"nbr\";s:3:\"147\";}i:1066;a:2:{s:4:\"name\";s:22:\"Prodotti in plexiglass\";s:3:\"nbr\";s:2:\"29\";}i:1067;a:2:{s:4:\"name\";s:11:\"Pelletteria\";s:3:\"nbr\";s:2:\"11\";}i:1068;a:2:{s:4:\"name\";s:11:\"Foto quadri\";s:3:\"nbr\";s:2:\"38\";}i:1069;a:2:{s:4:\"name\";s:14:\"T-shirt e body\";s:3:\"nbr\";s:2:\"49\";}i:1070;a:2:{s:4:\"name\";s:14:\"ACCESSORI CASA\";s:3:\"nbr\";s:2:\"83\";}i:1158;a:2:{s:4:\"name\";s:11:\"COSTRUZIONI\";s:3:\"nbr\";s:2:\"16\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"1\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"9\";s:6:\"values\";a:5:{i:79;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:7:\"BAMBINA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:77;a:4:{s:3:\"nbr\";s:2:\"60\";s:4:\"name\";s:5:\"DONNA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:81;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"NEONATA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:82;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:6:\"UNISEX\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:76;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"UOMO\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:6:\"GENERE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"10\";s:6:\"values\";a:1:{i:83;a:4:{s:3:\"nbr\";s:2:\"50\";s:4:\"name\";s:18:\"Primavera/ Estate \";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:8:\"STAGIONE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"11\";s:6:\"values\";a:2:{i:85;a:5:{s:3:\"nbr\";s:2:\"40\";s:4:\"name\";s:16:\"PERSONALIZZABILE\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:86;a:5:{s:3:\"nbr\";s:2:\"30\";s:4:\"name\";s:8:\"STANDARD\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:8:\"GRAFICA \";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}") |
4.306 ms | 1 | /modules/ps_facetedsearch/src/Filters/Block.php:211 | ||
34 | SELECT SQL_NO_CACHE * FROM `bis_currency_lang` WHERE `id_currency` = 1 |
4.268 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
254 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8809 AND `required` = 1 AND `is_deleted` = 0 |
4.228 ms | 3 | /classes/Product.php:6622 | ||
20 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT 1 |
4.216 ms | 2 | /classes/Language.php:883 | ||
116 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 7443 AND pa.`id_product` = 7443 AND pa.`id_product_attribute` = 471050 LIMIT 1 |
4.053 ms | 1 | /classes/Product.php:1209 | ||
178 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8403 AND pac.`id_product_attribute` = 480767 AND agl.`id_lang` = 1 |
4.050 ms | 1 | /classes/Product.php:7535 | ||
283 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8405) |
4.050 ms | 6 | /classes/Product.php:3860 | ||
118 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 7443 AND pac.`id_product_attribute` = 471050 AND agl.`id_lang` = 1 |
4.023 ms | 1 | /classes/Product.php:7535 | ||
208 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8389 AND `id_group` = 4 LIMIT 1 |
4.000 ms | 0 | /classes/GroupReduction.php:156 | ||
379 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 4939) |
3.971 ms | 5 | /classes/Product.php:3860 | ||
401 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8403 ORDER BY `position` |
3.868 ms | 1 | Yes | /classes/Product.php:3545 | |
342 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 4868 AND id_shop=1 LIMIT 1 |
3.864 ms | 1 | /classes/Product.php:6876 | ||
340 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 4868) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 457922) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
3.860 ms | 7 | Yes | /classes/SpecificPrice.php:576 | |
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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8811) |
3.839 ms | 4 | /classes/Product.php:3860 | ||
294 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 480779) LIMIT 1 |
3.816 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
236 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 480702) LIMIT 1 |
3.748 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
6 | SELECT SQL_NO_CACHE * FROM `bis_country` a LEFT JOIN `bis_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3 LEFT JOIN `bis_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 10) LIMIT 1 |
3.707 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
459 | SELECT SQL_NO_CACHE `id_module` FROM `bis_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
3.681 ms | 1 | /classes/module/Module.php:2137 | ||
225 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8397) |
3.678 ms | 8 | /classes/Product.php:3860 | ||
321 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 5802) |
3.638 ms | 6 | /classes/Product.php:3860 | ||
16 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `bis_hook` |
3.630 ms | 978 | /classes/Hook.php:1348 | ||
354 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 2851 AND image_shop.`cover` = 1 LIMIT 1 |
3.618 ms | 2 | /classes/Product.php:3570 | ||
135 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 7692) AND (id_product_attribute = 473341) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
3.579 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
88 | SELECT SQL_NO_CACHE p.*, ps.*, pl.*, sa.out_of_stock, IFNULL(sa.quantity, 0) as quantity, (DATEDIFF( p.`date_add`, DATE_SUB( '2025-09-14 00:00:00', INTERVAL 20 DAY ) ) > 0) as new FROM bis_product p LEFT JOIN bis_product_lang pl ON pl.id_product = p.id_product AND pl.id_shop = 1 AND pl.id_lang = 1 LEFT JOIN bis_stock_available sa ON sa.id_product = p.id_product AND sa.id_product_attribute = 0 AND sa.id_shop = 1 LEFT JOIN bis_product_shop ps ON ps.id_product = p.id_product AND ps.id_shop = 1 WHERE p.id_product IN (7443,7692,5807,8403,8388,8389,8397,8809,8811,8405,8398,5802,4868,2851,4939) |
3.543 ms | 15 | /classes/ProductAssembler.php:95 | ||
49 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1158) AND (b.`id_shop` = 1) LIMIT 1 |
3.500 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
313 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 480709) LIMIT 1 |
3.463 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
460 | SELECT SQL_NO_CACHE c.*, cl.* FROM `bis_category` c INNER JOIN bis_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `bis_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 LEFT JOIN `bis_category_group` cg ON c.`id_category` = cg.`id_category` RIGHT JOIN `bis_category` c2 ON c2.`id_category` = 639 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright` WHERE 1 AND c.`level_depth` <= 7 AND `id_lang` = 1 AND c.`active` = 1 AND cg.`id_group` IN (4) GROUP BY c.`id_category` ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
3.446 ms | 613 | Yes | Yes | /classes/Category.php:799 |
142 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 5807 AND image_shop.`cover` = 1 LIMIT 1 |
3.411 ms | 2 | /classes/Product.php:3570 | ||
56 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 857) AND (b.`id_shop` = 1) LIMIT 1 |
3.384 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
187 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8388) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 480669) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
3.373 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
273 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8811 AND `required` = 1 AND `is_deleted` = 0 |
3.295 ms | 3 | /classes/Product.php:6622 | ||
168 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8403) |
3.265 ms | 6 | /classes/Product.php:3860 | ||
206 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8389) |
3.239 ms | 8 | /classes/Product.php:3860 | ||
461 | SELECT SQL_NO_CACHE DISTINCT c.* FROM `bis_category` c LEFT JOIN `bis_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1) WHERE `level_depth` = 1 |
3.209 ms | 2 | /classes/Category.php:2242 | ||
164 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8403) AND (b.`id_shop` = 1) LIMIT 1 |
3.190 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
19 | SELECT SQL_NO_CACHE * FROM `bis_currency` c ORDER BY `iso_code` ASC |
3.158 ms | 3 | Yes | /classes/Currency.php:709 | |
303 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8398 AND id_shop=1 LIMIT 1 |
3.125 ms | 1 | /classes/Product.php:6876 | ||
0 | SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM bis_shop_url su LEFT JOIN bis_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'www.buyitalianstyle.com' OR su.domain_ssl = 'www.buyitalianstyle.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
3.121 ms | 1 | Yes | /classes/shop/Shop.php:1364 | |
351 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 4868 AND pac.`id_product_attribute` = 457922 AND agl.`id_lang` = 1 |
3.110 ms | 1 | /classes/Product.php:7535 | ||
192 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8388 LIMIT 1 |
3.090 ms | 1 | /classes/Pack.php:90 | ||
48 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1069) AND (b.`id_shop` = 1) LIMIT 1 |
3.071 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
17 | SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang FROM `bis_meta` m LEFT JOIN `bis_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 ) ORDER BY LENGTH(ml.url_rewrite) DESC |
3.069 ms | 106 | Yes | /classes/Dispatcher.php:654 | |
146 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 5807 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
3.031 ms | 1 | /classes/SpecificPrice.php:259 | ||
371 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 457930) LIMIT 1 |
2.976 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
438 | SELECT SQL_NO_CACHE * FROM `bis_ce_template` a WHERE (a.`id_ce_template` = 2) LIMIT 1 |
2.967 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
45 | SELECT SQL_NO_CACHE * FROM `bis_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
2.965 ms | 7 | Yes | /classes/ImageType.php:109 | |
364 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 2851 LIMIT 1 |
2.953 ms | 1 | /classes/Pack.php:90 | ||
70 | SELECT SQL_NO_CACHE * FROM `bis_country` a LEFT JOIN `bis_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1 LEFT JOIN `bis_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 10) LIMIT 1 |
2.935 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
391 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 371927 |
2.882 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
150 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 5807 AND `id_group` = 4 LIMIT 1 |
2.878 ms | 0 | /classes/GroupReduction.php:156 | ||
263 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8811) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 485483) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.873 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
377 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 4939 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2.815 ms | 1 | /classes/SpecificPrice.php:259 | ||
66 | SELECT SQL_NO_CACHE * FROM `bis_country` a LEFT JOIN `bis_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 10) LIMIT 1 |
2.784 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
328 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 5802 AND pa.`id_product` = 5802 AND pa.`id_product_attribute` = 418676 LIMIT 1 |
2.768 ms | 1 | /classes/Product.php:1209 | ||
333 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 418676 |
2.678 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
233 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8397 ORDER BY f.position ASC |
2.631 ms | 4 | Yes | /classes/Product.php:6021 | |
173 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8403) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2.591 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
159 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 419368) LIMIT 1 |
2.559 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
47 | 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 `bis_category` c INNER JOIN bis_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `bis_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `bis_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 639 AND `active` = 1 AND cg.`id_group` =4 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC |
2.557 ms | 12 | Yes | Yes | /classes/Category.php:924 |
296 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8398 AND image_shop.`cover` = 1 LIMIT 1 |
2.546 ms | 1 | /classes/Product.php:3570 | ||
410 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8397 ORDER BY `position` |
2.530 ms | 4 | Yes | /classes/Product.php:3545 | |
352 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 457922) LIMIT 1 |
2.522 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
141 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 473341 |
2.521 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
123 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 900 LIMIT 1 |
2.511 ms | 1 | /classes/Product.php:5659 | ||
466 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 639040101 AND `name` = "_elementor_page_settings" LIMIT 1 |
2.502 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
54 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 778) AND (b.`id_shop` = 1) LIMIT 1 |
2.441 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
205 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8389) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 480674) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.410 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
277 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8405 AND image_shop.`cover` = 1 LIMIT 1 |
2.401 ms | 2 | /classes/Product.php:3570 | ||
432 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 2851 |
2.395 ms | 7 | /classes/Product.php:2902 | ||
360 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 2851) |
2.388 ms | 7 | /classes/Product.php:3860 | ||
451 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 5170101 AND `name` = "_elementor_data" LIMIT 1 |
2.356 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
416 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8811 ORDER BY `position` |
2.338 ms | 5 | Yes | /classes/Product.php:3545 | |
73 | SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM bis_layered_category WHERE controller = 'category' AND id_category = 639 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
2.302 ms | 4 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/Provider.php:61 |
407 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8389 ORDER BY `position` |
2.290 ms | 1 | Yes | /classes/Product.php:3545 | |
222 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 480702 LIMIT 1 |
2.289 ms | 1 | /classes/Combination.php:564 | ||
318 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 418676 LIMIT 1 |
2.261 ms | 1 | /classes/Combination.php:564 | ||
198 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 480669) LIMIT 1 |
2.251 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
281 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8405 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
2.251 ms | 1 | /classes/SpecificPrice.php:259 | ||
419 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8405 ORDER BY `position` |
2.218 ms | 2 | Yes | /classes/Product.php:3545 | |
203 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 480674 LIMIT 1 |
2.208 ms | 1 | /classes/Combination.php:564 | ||
436 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (371925, 371926, 457939, 457940, 371927) AND il.`id_lang` = 1 ORDER by i.`position` |
2.188 ms | 5 | Yes | /classes/Product.php:2921 | |
389 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 4939 AND pac.`id_product_attribute` = 371927 AND agl.`id_lang` = 1 |
2.139 ms | 1 | /classes/Product.php:7535 | ||
292 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8405 AND `required` = 1 AND `is_deleted` = 0 |
2.078 ms | 3 | /classes/Product.php:6622 | ||
217 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 480674) LIMIT 1 |
2.077 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
282 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8405) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 480779) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.064 ms | 7 | Yes | /classes/SpecificPrice.php:576 | |
128 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 7692) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 473341) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.038 ms | 7 | Yes | /classes/SpecificPrice.php:576 | |
224 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8397) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 480702) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.007 ms | 7 | Yes | /classes/SpecificPrice.php:576 | |
378 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 4939) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 371927) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
2.006 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
397 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (473336, 473337, 473338, 473339, 473340, 473341) AND il.`id_lang` = 1 ORDER by i.`position` |
1.996 ms | 6 | Yes | /classes/Product.php:2921 | |
244 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8809) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 485461) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.965 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
76 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `bis_feature_value` v LEFT JOIN `bis_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `bis_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 11 ORDER BY vl.`value` ASC |
1.944 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
188 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8388) |
1.936 ms | 8 | /classes/Product.php:3860 | ||
404 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8388 ORDER BY `position` |
1.926 ms | 1 | Yes | /classes/Product.php:3545 | |
15 | SELECT SQL_NO_CACHE `name`, `alias` FROM `bis_hook_alias` |
1.891 ms | 83 | /classes/Hook.php:290 | ||
320 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 5802) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 418676) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.861 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
270 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8811) AND (id_product_attribute = 485483) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1.857 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
252 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8809 AND pa.`id_product` = 8809 AND pa.`id_product_attribute` = 485461 LIMIT 1 |
1.856 ms | 1 | /classes/Product.php:1209 | ||
167 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 8403) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 480767) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.837 ms | 7 | Yes | /classes/SpecificPrice.php:576 | |
189 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8388 AND id_shop=1 LIMIT 1 |
1.812 ms | 1 | /classes/Product.php:6876 | ||
429 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 4868 |
1.796 ms | 2 | /classes/Product.php:2902 | ||
359 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 2851) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 457930) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.768 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
101 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 7443) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 471050) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.758 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
147 | SELECT SQL_NO_CACHE *, ( IF (`id_group` = 4, 2, 0) + IF (`id_country` = 10, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (0, 1) AND `id_currency` IN (0, 1) AND `id_country` IN (0, 10) AND `id_group` IN (0, 4) AND `id_product` IN (0, 5807) AND `id_customer` = 0 AND `id_product_attribute` IN (0, 419368) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 14:45:00' <= `to`) AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.675 ms | 6 | Yes | /classes/SpecificPrice.php:576 | |
423 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8398 |
1.556 ms | 7 | /classes/Product.php:2902 | ||
446 | SELECT SQL_NO_CACHE * FROM `bis_ce_theme` a LEFT JOIN `bis_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1 LEFT JOIN `bis_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1 WHERE (a.`id_ce_theme` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
1.517 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
144 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 5807) AND (b.`id_shop` = 1) LIMIT 1 |
1.414 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
108 | SELECT SQL_NO_CACHE * FROM `bis_tax_lang` WHERE `id_tax` = 1029 |
1.333 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
311 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8398 AND `required` = 1 AND `is_deleted` = 0 |
1.333 ms | 3 | /classes/Product.php:6622 | ||
46 | SELECT SQL_NO_CACHE * FROM `bis_image_type` |
1.284 ms | 7 | /classes/ImageType.php:161 | ||
69 | SELECT SQL_NO_CACHE * FROM `bis_category` a0 LEFT JOIN `bis_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 468) AND (a0.`nright` > 501) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc |
1.270 ms | 613 | Yes | /classes/PrestaShopCollection.php:383 | |
63 | SELECT SQL_NO_CACHE * FROM `bis_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
1.262 ms | 7 | Yes | /classes/ImageType.php:109 | |
437 | SELECT SQL_NO_CACHE IF(f.`url_name`, f.`url_name`, l.`public_name`) AS `name` FROM bis_attribute_group a INNER JOIN bis_attribute_group_shop s ON a.`id_attribute_group` = s.`id_attribute_group` AND s.`id_shop` = 1 INNER JOIN bis_attribute_group_lang l ON a.`id_attribute_group` = l.`id_attribute_group` AND l.`id_lang` = 1 LEFT JOIN bis_layered_indexable_attribute_group_lang_value f ON a.`id_attribute_group` = f.`id_attribute_group` AND f.`id_lang` = 1 WHERE a.`is_color_group` = 1 |
1.234 ms | 110 | /modules/creativeelements/classes/wrappers/Helper.php:81 | ||
13 | SELECT SQL_NO_CACHE lower(name) as name FROM `bis_hook` h WHERE (h.active = 1) |
1.223 ms | 978 | /classes/Hook.php:1388 | ||
74 | SELECT SQL_NO_CACHE c.*, cl.* FROM `bis_category` c LEFT JOIN `bis_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE `name` = 'Accessori moda' AND c.`id_category` != 2 AND c.`id_parent` = 639 LIMIT 1 |
1.216 ms | 3 | /classes/Category.php:1500 | ||
414 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8809 |
1.213 ms | 11 | /classes/Product.php:2902 | ||
274 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8811 AND pac.`id_product_attribute` = 485483 AND agl.`id_lang` = 1 |
1.205 ms | 2 | /classes/Product.php:7535 | ||
106 | SELECT SQL_NO_CACHE tr.* FROM `bis_tax_rule` tr JOIN `bis_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`) WHERE trg.`active` = 1 AND tr.`id_country` = 10 AND tr.`id_tax_rules_group` = 6 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 |
1.164 ms | 1 | /classes/tax/TaxRulesTaxManager.php:109 | ||
190 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8388 AND `id_group` = 4 LIMIT 1 |
1.141 ms | 0 | /classes/GroupReduction.php:156 | ||
82 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `bis_feature_value` v LEFT JOIN `bis_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `bis_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 9 ORDER BY vl.`value` ASC |
1.088 ms | 8 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
275 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 485483) LIMIT 1 |
1.050 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
40 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `bis_module` m LEFT JOIN `bis_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
1.047 ms | 118 | /classes/module/Module.php:346 | ||
5 | SELECT SQL_NO_CACHE l.*, ls.`id_shop` FROM `bis_lang` l LEFT JOIN `bis_lang_shop` ls ON (l.id_lang = ls.id_lang) |
1.031 ms | 2 | /classes/Language.php:1080 | ||
465 | SELECT SQL_NO_CACHE c.*, cl.* FROM `bis_category` c LEFT JOIN `bis_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 468 AND c.`nright` >= 501 AND c.`nleft` >= 2 AND c.`nright` <= 1165 ORDER BY `nleft` DESC |
1.030 ms | 613 | Yes | /classes/Category.php:1600 | |
72 | SELECT SQL_NO_CACHE `id_category` FROM `bis_category_shop` WHERE `id_category` = 639 AND `id_shop` = 1 LIMIT 1 |
1.020 ms | 1 | /classes/Category.php:2450 | ||
293 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8405 AND pac.`id_product_attribute` = 480779 AND agl.`id_lang` = 1 |
1.019 ms | 1 | /classes/Product.php:7535 | ||
137 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 7692 ORDER BY f.position ASC |
1.005 ms | 4 | Yes | /classes/Product.php:6021 | |
329 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 5802 ORDER BY f.position ASC |
0.998 ms | 4 | Yes | /classes/Product.php:6021 | |
453 | SELECT SQL_NO_CACHE 1 FROM `bis_cart_rule` WHERE ((date_to >= "2025-09-14 00:00:00" AND date_to <= "2025-09-14 23:59:59") OR (date_from >= "2025-09-14 00:00:00" AND date_from <= "2025-09-14 23:59:59") OR (date_from < "2025-09-14 00:00:00" AND date_to > "2025-09-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.995 ms | 92 | /classes/CartRule.php:357 | ||
235 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8397 AND pac.`id_product_attribute` = 480702 AND agl.`id_lang` = 1 |
0.976 ms | 2 | /classes/Product.php:7535 | ||
272 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8811 ORDER BY f.position ASC |
0.976 ms | 4 | Yes | /classes/Product.php:6021 | |
84 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `bis_feature_value` v LEFT JOIN `bis_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `bis_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 10 ORDER BY vl.`value` ASC |
0.972 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
255 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8809 AND pac.`id_product_attribute` = 485461 AND agl.`id_lang` = 1 |
0.970 ms | 1 | /classes/Product.php:7535 | ||
253 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8809 ORDER BY f.position ASC |
0.968 ms | 4 | Yes | /classes/Product.php:6021 | |
310 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8398 ORDER BY f.position ASC |
0.968 ms | 4 | Yes | /classes/Product.php:6021 | |
312 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8398 AND pac.`id_product_attribute` = 480709 AND agl.`id_lang` = 1 |
0.968 ms | 1 | /classes/Product.php:7535 | ||
117 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 7443 ORDER BY f.position ASC |
0.957 ms | 3 | Yes | /classes/Product.php:6021 | |
317 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 5802) AND (b.`id_shop` = 1) LIMIT 1 |
0.945 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
452 | SELECT SQL_NO_CACHE 1 FROM bis_cart_product cp INNER JOIN bis_product p ON (p.id_product = cp.id_product) INNER JOIN bis_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.930 ms | 1 | /classes/Cart.php:4301 | ||
176 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8403 ORDER BY f.position ASC |
0.922 ms | 4 | Yes | /classes/Product.php:6021 | |
455 | SELECT SQL_NO_CACHE 1 FROM `bis_cart_rule` WHERE ((date_to >= "2025-09-14 00:00:00" AND date_to <= "2025-09-14 23:59:59") OR (date_from >= "2025-09-14 00:00:00" AND date_from <= "2025-09-14 23:59:59") OR (date_from < "2025-09-14 00:00:00" AND date_to > "2025-09-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.913 ms | 92 | /classes/CartRule.php:357 | ||
449 | SELECT SQL_NO_CACHE * FROM `bis_ce_theme` a LEFT JOIN `bis_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1 LEFT JOIN `bis_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1 WHERE (a.`id_ce_theme` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.913 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
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 bis_shop_group gs LEFT JOIN bis_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN bis_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.899 ms | 1 | Yes | /classes/shop/Shop.php:715 | |
368 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 2851 ORDER BY f.position ASC |
0.886 ms | 4 | Yes | /classes/Product.php:6021 | |
139 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 7692 AND pac.`id_product_attribute` = 473341 AND agl.`id_lang` = 1 |
0.884 ms | 1 | /classes/Product.php:7535 | ||
93 | SELECT SQL_NO_CACHE `name` FROM `bis_manufacturer` WHERE `id_manufacturer` = 73 AND `active` = 1 LIMIT 1 |
0.880 ms | 1 | /classes/Manufacturer.php:316 | ||
349 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 4868 ORDER BY f.position ASC |
0.868 ms | 4 | Yes | /classes/Product.php:6021 | |
279 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8405) AND (b.`id_shop` = 1) LIMIT 1 |
0.865 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
291 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8405 ORDER BY f.position ASC |
0.858 ms | 4 | Yes | /classes/Product.php:6021 | |
298 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8398) AND (b.`id_shop` = 1) LIMIT 1 |
0.849 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
387 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 4939 ORDER BY f.position ASC |
0.832 ms | 4 | Yes | /classes/Product.php:6021 | |
18 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 639) AND (b.`id_shop` = 1) LIMIT 1 |
0.828 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
196 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8388 ORDER BY f.position ASC |
0.826 ms | 4 | Yes | /classes/Product.php:6021 | |
302 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 8398) |
0.804 ms | 7 | /classes/Product.php:3860 | ||
71 | SELECT SQL_NO_CACHE `name` FROM `bis_hook` WHERE `id_hook` = 14 LIMIT 1 |
0.803 ms | 1 | /classes/Hook.php:247 | ||
86 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `bis_feature_value` v LEFT JOIN `bis_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `bis_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 11 ORDER BY vl.`value` ASC |
0.802 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
92 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 7443) AND (b.`id_shop` = 1) LIMIT 1 |
0.793 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
221 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8397) AND (b.`id_shop` = 1) LIMIT 1 |
0.776 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
158 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 5807 AND pac.`id_product_attribute` = 419368 AND agl.`id_lang` = 1 |
0.771 ms | 1 | /classes/Product.php:7535 | ||
241 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8809) AND (b.`id_shop` = 1) LIMIT 1 |
0.771 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
337 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 4868) AND (b.`id_shop` = 1) LIMIT 1 |
0.756 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
197 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8388 AND pac.`id_product_attribute` = 480669 AND agl.`id_lang` = 1 |
0.750 ms | 2 | /classes/Product.php:7535 | ||
356 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 2851) AND (b.`id_shop` = 1) LIMIT 1 |
0.739 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
156 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 5807 ORDER BY f.position ASC |
0.737 ms | 4 | Yes | /classes/Product.php:6021 | |
214 | SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1) INNER JOIN bis_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) WHERE pf.id_product = 8389 ORDER BY f.position ASC |
0.735 ms | 4 | Yes | /classes/Product.php:6021 | |
367 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 2851 AND pa.`id_product` = 2851 AND pa.`id_product_attribute` = 457930 LIMIT 1 |
0.731 ms | 1 | /classes/Product.php:1209 | ||
375 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 4939) AND (b.`id_shop` = 1) LIMIT 1 |
0.726 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
216 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 8389 AND pac.`id_product_attribute` = 480674 AND agl.`id_lang` = 1 |
0.725 ms | 2 | /classes/Product.php:7535 | ||
202 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8389) AND (b.`id_shop` = 1) LIMIT 1 |
0.722 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
124 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 7692) AND (b.`id_shop` = 1) LIMIT 1 |
0.722 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
184 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8388) AND (b.`id_shop` = 1) LIMIT 1 |
0.719 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
331 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 5802 AND pac.`id_product_attribute` = 418676 AND agl.`id_lang` = 1 |
0.719 ms | 1 | /classes/Product.php:7535 | ||
462 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_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.708 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
370 | SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) WHERE pa.`id_product` = 2851 AND pac.`id_product_attribute` = 457930 AND agl.`id_lang` = 1 |
0.704 ms | 1 | /classes/Product.php:7535 | ||
456 | SELECT SQL_NO_CACHE * FROM `bis_cart_rule` cr LEFT JOIN `bis_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to AND cr.`active` = 1 AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.694 ms | 1 | /classes/CartRule.php:423 | ||
11 | SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `bis_lang` l JOIN bis_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.684 ms | 2 | /classes/Language.php:1216 | ||
129 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 7692) |
0.683 ms | 6 | /classes/Product.php:3860 | ||
119 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 471050) LIMIT 1 |
0.665 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
427 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (418677, 418678, 470559, 472411, 472412, 418676) AND il.`id_lang` = 1 ORDER by i.`position` |
0.664 ms | 8 | Yes | /classes/Product.php:2921 | |
434 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 4939 ORDER BY `position` |
0.664 ms | 3 | Yes | /classes/Product.php:3545 | |
431 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 2851 ORDER BY `position` |
0.662 ms | 2 | Yes | /classes/Product.php:3545 | |
260 | SELECT SQL_NO_CACHE * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1 LEFT JOIN `bis_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1 WHERE (a.`id_product` = 8811) AND (b.`id_shop` = 1) LIMIT 1 |
0.646 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
62 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 639) AND (b.`id_shop` = 1) LIMIT 1 |
0.644 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
41 | SELECT SQL_NO_CACHE name, alias FROM `bis_hook_alias` |
0.633 ms | 83 | /classes/Hook.php:342 | ||
428 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 4868 ORDER BY `position` |
0.633 ms | 2 | Yes | /classes/Product.php:3545 | |
415 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (485451, 485452, 485454, 485455, 485456, 485457, 485458, 485459, 485460, 485462, 485461) AND il.`id_lang` = 1 ORDER by i.`position` |
0.631 ms | 11 | Yes | /classes/Product.php:2921 | |
297 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 862 LIMIT 1 |
0.618 ms | 1 | /classes/Product.php:5659 | ||
412 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (480695, 480696, 480697, 480698, 480699, 480700, 480701, 480702) AND il.`id_lang` = 1 ORDER by i.`position` |
0.616 ms | 8 | Yes | /classes/Product.php:2921 | |
348 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 4868 AND pa.`id_product` = 4868 AND pa.`id_product_attribute` = 457922 LIMIT 1 |
0.615 ms | 1 | /classes/Product.php:1209 | ||
394 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (471051, 471050) AND il.`id_lang` = 1 ORDER by i.`position` |
0.612 ms | 2 | Yes | /classes/Product.php:2921 | |
161 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8403 AND image_shop.`cover` = 1 LIMIT 1 |
0.610 ms | 1 | /classes/Product.php:3570 | ||
422 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8398 ORDER BY `position` |
0.607 ms | 1 | Yes | /classes/Product.php:3545 | |
395 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 7692 ORDER BY `position` |
0.604 ms | 2 | Yes | /classes/Product.php:3545 | |
398 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 5807 ORDER BY `position` |
0.595 ms | 2 | Yes | /classes/Product.php:3545 | |
406 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (480662, 480663, 480664, 480665, 480666, 480667, 480668, 480669) AND il.`id_lang` = 1 ORDER by i.`position` |
0.592 ms | 8 | Yes | /classes/Product.php:2921 | |
433 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (440419, 440420, 440421, 440422, 440423, 440424, 457930) AND il.`id_lang` = 1 ORDER by i.`position` |
0.580 ms | 7 | Yes | /classes/Product.php:2921 | |
175 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8403 AND pa.`id_product` = 8403 AND pa.`id_product_attribute` = 480767 LIMIT 1 |
0.575 ms | 1 | /classes/Product.php:1209 | ||
238 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8809 AND image_shop.`cover` = 1 LIMIT 1 |
0.572 ms | 2 | /classes/Product.php:3570 | ||
400 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (419367, 419369, 470556, 472405, 472406, 419368) AND il.`id_lang` = 1 ORDER by i.`position` |
0.572 ms | 6 | Yes | /classes/Product.php:2921 | |
409 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (480670, 480671, 480672, 480673, 480675, 480676, 480677, 480674) AND il.`id_lang` = 1 ORDER by i.`position` |
0.570 ms | 8 | Yes | /classes/Product.php:2921 | |
136 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 7692 AND pa.`id_product` = 7692 AND pa.`id_product_attribute` = 473341 LIMIT 1 |
0.568 ms | 1 | /classes/Product.php:1209 | ||
102 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 7443) |
0.565 ms | 2 | /classes/Product.php:3860 | ||
392 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 7443 ORDER BY `position` |
0.565 ms | 1 | Yes | /classes/Product.php:3545 | |
403 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (480768, 480769, 480770, 480771, 480772, 480767) AND il.`id_lang` = 1 ORDER by i.`position` |
0.564 ms | 6 | Yes | /classes/Product.php:2921 | |
148 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 5807) |
0.562 ms | 6 | /classes/Product.php:3860 | ||
44 | SELECT SQL_NO_CACHE state FROM bis_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.558 ms | 1 | /classes/FeatureFlag.php:105 | ||
413 | SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) WHERE i.`id_product` = 8809 ORDER BY `position` |
0.555 ms | 2 | Yes | /classes/Product.php:3545 | |
3 | SELECT SQL_NO_CACHE * FROM `bis_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.554 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
424 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (480703, 480704, 480705, 480706, 480707, 480708, 480709) AND il.`id_lang` = 1 ORDER by i.`position` |
0.554 ms | 7 | Yes | /classes/Product.php:2921 | |
430 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (421679, 457922) AND il.`id_lang` = 1 ORDER by i.`position` |
0.546 ms | 2 | Yes | /classes/Product.php:2921 | |
195 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8388 AND pa.`id_product` = 8388 AND pa.`id_product_attribute` = 480669 LIMIT 1 |
0.538 ms | 1 | /classes/Product.php:1209 | ||
373 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 4939 AND image_shop.`cover` = 1 LIMIT 1 |
0.519 ms | 3 | /classes/Product.php:3570 | ||
271 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8811 AND pa.`id_product` = 8811 AND pa.`id_product_attribute` = 485483 LIMIT 1 |
0.514 ms | 1 | /classes/Product.php:1209 | ||
145 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 419368 LIMIT 1 |
0.512 ms | 1 | /classes/Combination.php:564 | ||
8 | SELECT SQL_NO_CACHE * FROM `bis_lang` a LEFT JOIN `bis_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 1) LIMIT 1 |
0.508 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
315 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 5802 AND image_shop.`cover` = 1 LIMIT 1 |
0.507 ms | 2 | /classes/Product.php:3570 | ||
334 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 4868 AND image_shop.`cover` = 1 LIMIT 1 |
0.507 ms | 2 | /classes/Product.php:3570 | ||
341 | 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1) LEFT JOIN `bis_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` = 4868) |
0.504 ms | 2 | /classes/Product.php:3860 | ||
421 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (480774, 480775, 480776, 480777, 480778, 480779) AND il.`id_lang` = 1 ORDER by i.`position` |
0.493 ms | 6 | Yes | /classes/Product.php:2921 | |
219 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8397 AND image_shop.`cover` = 1 LIMIT 1 |
0.492 ms | 4 | /classes/Product.php:3570 | ||
256 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 485461) LIMIT 1 |
0.486 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
290 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8405 AND pa.`id_product` = 8405 AND pa.`id_product_attribute` = 480779 LIMIT 1 |
0.484 ms | 1 | /classes/Product.php:1209 | ||
418 | SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (485484, 485485, 485486, 485483) AND il.`id_lang` = 1 ORDER by i.`position` |
0.484 ms | 4 | Yes | /classes/Product.php:2921 | |
140 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 473341) LIMIT 1 |
0.480 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
309 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8398 AND pa.`id_product` = 8398 AND pa.`id_product_attribute` = 480709 LIMIT 1 |
0.479 ms | 1 | /classes/Product.php:1209 | ||
10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM bis_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.477 ms | 1 | /classes/shop/ShopUrl.php:182 | ||
181 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8388 AND image_shop.`cover` = 1 LIMIT 1 |
0.474 ms | 1 | /classes/Product.php:3570 | ||
179 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 480767) LIMIT 1 |
0.472 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
338 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 457922 LIMIT 1 |
0.468 ms | 1 | /classes/Combination.php:564 | ||
332 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 418676) LIMIT 1 |
0.465 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
232 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8397 AND pa.`id_product` = 8397 AND pa.`id_product_attribute` = 480702 LIMIT 1 |
0.464 ms | 1 | /classes/Product.php:1209 | ||
4 | SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl FROM bis_shop s LEFT JOIN bis_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.457 ms | 1 | /classes/shop/Shop.php:218 | ||
52 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1066) AND (b.`id_shop` = 1) LIMIT 1 |
0.454 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
248 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8809 LIMIT 1 |
0.454 ms | 1 | /classes/Pack.php:89 | ||
21 | SELECT SQL_NO_CACHE value FROM `bis_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.453 ms | 1 | /classes/shop/Shop.php:1183 | ||
55 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 779) AND (b.`id_shop` = 1) LIMIT 1 |
0.452 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
111 | SELECT SQL_NO_CACHE tr.* FROM `bis_tax_rule` tr JOIN `bis_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`) WHERE trg.`active` = 1 AND tr.`id_country` = 10 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.451 ms | 0 | /classes/tax/TaxRulesTaxManager.php:109 | ||
305 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8398 LIMIT 1 |
0.451 ms | 1 | /classes/Pack.php:89 | ||
228 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8397 LIMIT 1 |
0.450 ms | 1 | /classes/Pack.php:89 | ||
326 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 5802) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.450 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
213 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 8389 AND pa.`id_product` = 8389 AND pa.`id_product_attribute` = 480674 LIMIT 1 |
0.450 ms | 1 | /classes/Product.php:1209 | ||
353 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 457922 |
0.449 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
276 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 485483 |
0.445 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
243 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8809 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.445 ms | 1 | /classes/SpecificPrice.php:259 | ||
286 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8405 LIMIT 1 |
0.444 ms | 1 | /classes/Pack.php:89 | ||
426 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 5802 |
0.443 ms | 6 | /classes/Product.php:2902 | ||
191 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8388 LIMIT 1 |
0.442 ms | 1 | /classes/Pack.php:89 | ||
314 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 480709 |
0.442 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
109 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 7443 AND `id_group` = 4 LIMIT 1 |
0.440 ms | 0 | /classes/GroupReduction.php:156 | ||
58 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1067) AND (b.`id_shop` = 1) LIMIT 1 |
0.440 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
78 | SELECT SQL_NO_CACHE data FROM bis_layered_filter_block WHERE hash="9dc29bb99db317e5013515103df58e84" LIMIT 1 |
0.438 ms | 1 | /modules/ps_facetedsearch/src/Filters/Block.php:186 | ||
112 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 7443 LIMIT 1 |
0.436 ms | 1 | /classes/Pack.php:89 | ||
138 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 7692 AND `required` = 1 AND `is_deleted` = 0 |
0.435 ms | 2 | /classes/Product.php:6622 | ||
361 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 2851 AND id_shop=1 LIMIT 1 |
0.433 ms | 1 | /classes/Product.php:6876 | ||
60 | SELECT SQL_NO_CACHE `id_module` FROM `bis_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.431 ms | 0 | /classes/module/Module.php:2664 | ||
33 | SELECT SQL_NO_CACHE * FROM `bis_currency` a LEFT JOIN `bis_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.427 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
295 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 480779 |
0.427 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
31 | SELECT SQL_NO_CACHE * FROM `bis_currency` a LEFT JOIN `bis_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `bis_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 2) LIMIT 1 |
0.423 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
165 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 480767 LIMIT 1 |
0.423 ms | 1 | /classes/Combination.php:564 | ||
185 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 480669 LIMIT 1 |
0.421 ms | 1 | /classes/Combination.php:564 | ||
234 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8397 AND `required` = 1 AND `is_deleted` = 0 |
0.421 ms | 3 | /classes/Product.php:6622 | ||
402 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8403 |
0.419 ms | 6 | /classes/Product.php:2902 | ||
390 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1 WHERE (a.`id_product_attribute` = 371927) LIMIT 1 |
0.417 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
121 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 7692 AND image_shop.`cover` = 1 LIMIT 1 |
0.415 ms | 2 | /classes/Product.php:3570 | ||
439 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 2010000 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.413 ms | 6 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
440 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 2010000 AND `name` = "_elementor_css" LIMIT 1 |
0.413 ms | 6 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
95 | SELECT SQL_NO_CACHE 1 FROM `bis_specific_price` WHERE id_product = 0 LIMIT 1 |
0.411 ms | 3 | /classes/SpecificPrice.php:426 | ||
393 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 7443 |
0.408 ms | 2 | /classes/Product.php:2902 | ||
442 | SELECT SQL_NO_CACHE * FROM `bis_ce_theme` a LEFT JOIN `bis_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = 1 LEFT JOIN `bis_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = 1 WHERE (a.`id_ce_theme` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.408 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
200 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8389 AND image_shop.`cover` = 1 LIMIT 1 |
0.407 ms | 1 | /classes/Product.php:3570 | ||
307 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8398) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.403 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
120 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 471050 |
0.402 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
420 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8405 |
0.401 ms | 6 | /classes/Product.php:2902 | ||
357 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 457930 LIMIT 1 |
0.399 ms | 1 | /classes/Combination.php:564 | ||
50 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1068) AND (b.`id_shop` = 1) LIMIT 1 |
0.398 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
59 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 1070) AND (b.`id_shop` = 1) LIMIT 1 |
0.396 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
258 | SELECT SQL_NO_CACHE image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1) WHERE i.`id_product` = 8811 AND image_shop.`cover` = 1 LIMIT 1 |
0.396 ms | 5 | /classes/Product.php:3570 | ||
143 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 900 LIMIT 1 |
0.394 ms | 1 | /classes/Product.php:5659 | ||
417 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8811 |
0.392 ms | 4 | /classes/Product.php:2902 | ||
261 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 485483 LIMIT 1 |
0.389 ms | 1 | /classes/Combination.php:564 | ||
411 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8397 |
0.389 ms | 8 | /classes/Product.php:2902 | ||
209 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8389 LIMIT 1 |
0.388 ms | 1 | /classes/Pack.php:89 | ||
280 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 480779 LIMIT 1 |
0.387 ms | 1 | /classes/Combination.php:564 | ||
96 | SELECT SQL_NO_CACHE 1 FROM `bis_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.386 ms | 301867 | /classes/SpecificPrice.php:297 | ||
90 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 4 LIMIT 1 |
0.384 ms | 1 | /classes/Category.php:1378 | ||
107 | SELECT SQL_NO_CACHE * FROM `bis_tax` a WHERE (a.`id_tax` = 1029) LIMIT 1 |
0.383 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
265 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8811 AND id_shop=1 LIMIT 1 |
0.383 ms | 1 | /classes/Product.php:6876 | ||
57 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 966) AND (b.`id_shop` = 1) LIMIT 1 |
0.383 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
382 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 4939 LIMIT 1 |
0.382 ms | 1 | /classes/Pack.php:89 | ||
53 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 776) AND (b.`id_shop` = 1) LIMIT 1 |
0.382 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
134 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 7692) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.381 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
262 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8811 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.374 ms | 1 | /classes/SpecificPrice.php:259 | ||
226 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8397 AND id_shop=1 LIMIT 1 |
0.373 ms | 1 | /classes/Product.php:6876 | ||
316 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 900 LIMIT 1 |
0.367 ms | 1 | /classes/Product.php:5659 | ||
207 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8389 AND id_shop=1 LIMIT 1 |
0.366 ms | 1 | /classes/Product.php:6876 | ||
237 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 480702 |
0.366 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
155 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 5807 AND pa.`id_product` = 5807 AND pa.`id_product_attribute` = 419368 LIMIT 1 |
0.365 ms | 1 | /classes/Product.php:1209 | ||
369 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 2851 AND `required` = 1 AND `is_deleted` = 0 |
0.363 ms | 2 | /classes/Product.php:6622 | ||
408 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8389 |
0.361 ms | 8 | /classes/Product.php:2902 | ||
51 | SELECT SQL_NO_CACHE * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `bis_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 968) AND (b.`id_shop` = 1) LIMIT 1 |
0.360 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
94 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 471050 LIMIT 1 |
0.360 ms | 1 | /classes/Combination.php:564 | ||
386 | SELECT SQL_NO_CACHE pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN bis_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 p.`id_product` = 4939 AND pa.`id_product` = 4939 AND pa.`id_product_attribute` = 371927 LIMIT 1 |
0.360 ms | 1 | /classes/Product.php:1209 | ||
166 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8403 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.359 ms | 1 | /classes/SpecificPrice.php:259 | ||
194 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8388) AND (id_product_attribute = 480669) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.359 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
289 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8405) AND (id_product_attribute = 480779) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.357 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
157 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 5807 AND `required` = 1 AND `is_deleted` = 0 |
0.356 ms | 2 | /classes/Product.php:6622 | ||
299 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 480709 LIMIT 1 |
0.356 ms | 1 | /classes/Combination.php:564 | ||
151 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 5807 LIMIT 1 |
0.353 ms | 1 | /classes/Pack.php:89 | ||
458 | SELECT SQL_NO_CACHE `id_module` FROM `bis_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.351 ms | 1 | /classes/module/Module.php:2664 | ||
372 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 457930 |
0.351 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
115 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 7443) AND (id_product_attribute = 471050) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.349 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
169 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8403 AND id_shop=1 LIMIT 1 |
0.349 ms | 1 | /classes/Product.php:6876 | ||
215 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8389 AND `required` = 1 AND `is_deleted` = 0 |
0.347 ms | 1 | /classes/Product.php:6622 | ||
269 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8811) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.346 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
330 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 5802 AND `required` = 1 AND `is_deleted` = 0 |
0.346 ms | 3 | /classes/Product.php:6622 | ||
463 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `bis_category` c LEFT JOIN `bis_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 639 LIMIT 1 |
0.346 ms | 1 | /classes/Category.php:1585 | ||
447 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 6170101 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.343 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
204 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8389 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.342 ms | 1 | /classes/SpecificPrice.php:259 | ||
346 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 4868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.342 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
388 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 4939 AND `required` = 1 AND `is_deleted` = 0 |
0.342 ms | 2 | /classes/Product.php:6622 | ||
7 | SELECT SQL_NO_CACHE * FROM `bis_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.342 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
199 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 480669 |
0.340 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
344 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 4868 LIMIT 1 |
0.340 ms | 1 | /classes/Pack.php:89 | ||
170 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8403 AND `id_group` = 4 LIMIT 1 |
0.338 ms | 0 | /classes/GroupReduction.php:156 | ||
212 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8389) AND (id_product_attribute = 480674) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.337 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
347 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 4868) AND (id_product_attribute = 457922) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.336 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
366 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 2851) AND (id_product_attribute = 457930) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.336 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
39 | SELECT SQL_NO_CACHE * FROM `bis_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.336 ms | 1 | /classes/module/Module.php:2046 | ||
186 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8388 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.336 ms | 1 | /classes/SpecificPrice.php:259 | ||
251 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8809) AND (id_product_attribute = 485461) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.334 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
450 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 5170101 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.334 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
36 | SELECT SQL_NO_CACHE * FROM `bis_group` a LEFT JOIN `bis_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1 WHERE (a.`id_group` = 4) LIMIT 1 |
0.333 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
285 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8405 AND `id_group` = 4 LIMIT 1 |
0.333 ms | 0 | /classes/GroupReduction.php:156 | ||
448 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 6170101 AND `name` = "_elementor_data" LIMIT 1 |
0.332 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
257 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 485461 |
0.330 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
23 | SELECT SQL_NO_CACHE * FROM `bis_currency` a LEFT JOIN `bis_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `bis_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.329 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
242 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 485461 LIMIT 1 |
0.329 ms | 1 | /classes/Combination.php:564 | ||
249 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8809 LIMIT 1 |
0.329 ms | 1 | /classes/Pack.php:90 | ||
319 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 5802 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.329 ms | 1 | /classes/SpecificPrice.php:259 | ||
350 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 4868 AND `required` = 1 AND `is_deleted` = 0 |
0.327 ms | 3 | /classes/Product.php:6622 | ||
246 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8809 AND id_shop=1 LIMIT 1 |
0.326 ms | 1 | /classes/Product.php:6876 | ||
229 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8397 LIMIT 1 |
0.323 ms | 1 | /classes/Pack.php:90 | ||
67 | SELECT SQL_NO_CACHE * FROM `bis_country_lang` WHERE `id_country` = 10 |
0.322 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
64 | SELECT SQL_NO_CACHE format FROM `bis_address_format` WHERE `id_country` = 10 LIMIT 1 |
0.320 ms | 1 | /classes/AddressFormat.php:656 | ||
267 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8811 LIMIT 1 |
0.320 ms | 1 | /classes/Pack.php:89 | ||
278 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 900 LIMIT 1 |
0.320 ms | 1 | /classes/Product.php:5659 | ||
467 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 639040101 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.319 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
306 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8398 LIMIT 1 |
0.318 ms | 1 | /classes/Pack.php:90 | ||
405 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 8388 |
0.318 ms | 8 | /classes/Product.php:2902 | ||
132 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 7692 LIMIT 1 |
0.316 ms | 1 | /classes/Pack.php:89 | ||
399 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 5807 |
0.316 ms | 6 | /classes/Product.php:2902 | ||
322 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 5802 AND id_shop=1 LIMIT 1 |
0.314 ms | 1 | /classes/Product.php:6876 | ||
38 | SELECT SQL_NO_CACHE id_shop FROM `bis_group_shop` WHERE `id_group` = 4 AND id_shop = 1 LIMIT 1 |
0.313 ms | 1 | /classes/ObjectModel.php:1729 | ||
171 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 8403 LIMIT 1 |
0.311 ms | 1 | /classes/Pack.php:89 | ||
193 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8388) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.311 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
288 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8405) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.310 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
324 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 5802 LIMIT 1 |
0.310 ms | 1 | /classes/Pack.php:89 | ||
284 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 8405 AND id_shop=1 LIMIT 1 |
0.309 ms | 1 | /classes/Product.php:6876 | ||
99 | SELECT SQL_NO_CACHE 1 FROM `bis_specific_price` WHERE `to` BETWEEN '2025-09-14 00:00:00' AND '2025-09-14 23:59:59' LIMIT 1 |
0.307 ms | 1260 | /classes/SpecificPrice.php:381 | ||
177 | SELECT SQL_NO_CACHE `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = 8403 AND `required` = 1 AND `is_deleted` = 0 |
0.306 ms | 3 | /classes/Product.php:6622 | ||
376 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 371927 LIMIT 1 |
0.303 ms | 1 | /classes/Combination.php:564 | ||
211 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8389) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.302 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
97 | SELECT SQL_NO_CACHE 1 FROM `bis_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.299 ms | 79931 | /classes/SpecificPrice.php:297 | ||
441 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 639040101 AND `name` = "_elementor_edit_mode" LIMIT 1 |
0.299 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
180 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 480767 |
0.295 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
443 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 18170101 AND `name` = "_elementor_page_settings" LIMIT 1 |
0.295 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
468 | SELECT SQL_NO_CACHE `id_ce_revision` FROM bis_ce_revision WHERE `parent` = 639040101 AND `active` = 0 AND `id_employee` = 0 LIMIT 1 |
0.294 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:517 | ||
384 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 4939) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.292 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
126 | SELECT SQL_NO_CACHE product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_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_attribute` = 473341 LIMIT 1 |
0.292 ms | 1 | /classes/Combination.php:564 | ||
110 | SELECT SQL_NO_CACHE `reduction` FROM `bis_group` WHERE `id_group` = 4 LIMIT 1 |
0.291 ms | 1 | /classes/Group.php:154 | ||
160 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 419368 |
0.291 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
363 | SELECT SQL_NO_CACHE COUNT(*) FROM `bis_pack` WHERE id_product_pack = 2851 LIMIT 1 |
0.291 ms | 1 | /classes/Pack.php:89 | ||
287 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8405 LIMIT 1 |
0.285 ms | 1 | /classes/Pack.php:90 | ||
259 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 896 LIMIT 1 |
0.283 ms | 1 | /classes/Product.php:5659 | ||
355 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 896 LIMIT 1 |
0.283 ms | 1 | /classes/Product.php:5659 | ||
162 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 876 LIMIT 1 |
0.282 ms | 1 | /classes/Category.php:1378 | ||
365 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 2851) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.282 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
358 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 2851 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.281 ms | 1 | /classes/SpecificPrice.php:259 | ||
163 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 876 LIMIT 1 |
0.280 ms | 1 | /classes/Product.php:5659 | ||
381 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 4939 AND `id_group` = 4 LIMIT 1 |
0.279 ms | 0 | /classes/GroupReduction.php:156 | ||
100 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 7443 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.279 ms | 1 | /classes/SpecificPrice.php:259 | ||
27 | SELECT SQL_NO_CACHE * FROM `bis_currency` a LEFT JOIN `bis_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1 LEFT JOIN `bis_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 3) LIMIT 1 |
0.278 ms | 1 | /src/Adapter/EntityMapper.php:71 | ||
250 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8809) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.278 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
345 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 4868 LIMIT 1 |
0.278 ms | 1 | /classes/Pack.php:90 | ||
98 | SELECT SQL_NO_CACHE 1 FROM `bis_specific_price` WHERE `from` BETWEEN '2025-09-14 00:00:00' AND '2025-09-14 23:59:59' LIMIT 1 |
0.276 ms | 1 | /classes/SpecificPrice.php:377 | ||
239 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 896 LIMIT 1 |
0.276 ms | 1 | /classes/Category.php:1378 | ||
22 | SELECT SQL_NO_CACHE c.id_currency FROM `bis_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.276 ms | 1 | /classes/Currency.php:893 | ||
464 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `bis_category` c WHERE c.`id_category` = 2 LIMIT 1 |
0.275 ms | 1 | /classes/Category.php:1591 | ||
339 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 4868 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.274 ms | 1 | /classes/SpecificPrice.php:259 | ||
37 | SELECT SQL_NO_CACHE * FROM `bis_group_lang` WHERE `id_group` = 4 |
0.272 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
457 | SELECT SQL_NO_CACHE id_group FROM bis_cart_rule_group WHERE id_cart_rule = 0 |
0.271 ms | 1 | /classes/CartRule.php:438 | ||
12 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.270 ms | 2 | /classes/Language.php:854 | ||
300 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8398 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.270 ms | 1 | /classes/SpecificPrice.php:259 | ||
308 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8398) AND (id_product_attribute = 480709) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.269 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
218 | SELECT SQL_NO_CACHE * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = 480674 |
0.267 ms | 2 | /src/Adapter/EntityMapper.php:79 | ||
114 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 7443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.267 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
9 | SELECT SQL_NO_CACHE id_shop FROM `bis_lang_shop` WHERE `id_lang` = 1 AND id_shop = 1 LIMIT 1 |
0.265 ms | 1 | /classes/ObjectModel.php:1729 | ||
435 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 4939 |
0.263 ms | 5 | /classes/Product.php:2902 | ||
35 | SELECT SQL_NO_CACHE id_shop FROM `bis_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 |
0.261 ms | 1 | /classes/ObjectModel.php:1729 | ||
182 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 862 LIMIT 1 |
0.261 ms | 1 | /classes/Category.php:1378 | ||
396 | SELECT SQL_NO_CACHE `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = 7692 |
0.260 ms | 6 | /classes/Product.php:2902 | ||
130 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 7692 AND id_shop=1 LIMIT 1 |
0.259 ms | 1 | /classes/Product.php:6876 | ||
445 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 18170101 AND `name` = "_wp_page_template" LIMIT 1 |
0.257 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
113 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 7443 LIMIT 1 |
0.256 ms | 1 | /classes/Pack.php:90 | ||
385 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 4939) AND (id_product_attribute = 371927) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.256 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
125 | SELECT SQL_NO_CACHE `name` FROM `bis_manufacturer` WHERE `id_manufacturer` = 15 AND `active` = 1 LIMIT 1 |
0.255 ms | 1 | /classes/Manufacturer.php:316 | ||
247 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8809 AND `id_group` = 4 LIMIT 1 |
0.253 ms | 0 | /classes/GroupReduction.php:156 | ||
42 | SELECT SQL_NO_CACHE `id_category` FROM `bis_category_shop` WHERE `id_category` = 639 AND `id_shop` = 1 LIMIT 1 |
0.252 ms | 1 | /classes/Category.php:2450 | ||
68 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM bis_required_field |
0.252 ms | 3 | /classes/ObjectModel.php:1592 | ||
223 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 8397 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.249 ms | 1 | /classes/SpecificPrice.php:259 | ||
444 | SELECT SQL_NO_CACHE `value` FROM bis_ce_meta WHERE `id` = 18170101 AND `name` = "_elementor_data" LIMIT 1 |
0.247 ms | 1 | /modules/creativeelements/classes/wrappers/Post.php:280 | ||
149 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 5807 AND id_shop=1 LIMIT 1 |
0.245 ms | 1 | /classes/Product.php:6876 | ||
153 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 5807) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.245 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
133 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 7692 LIMIT 1 |
0.243 ms | 1 | /classes/Pack.php:90 | ||
127 | SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = 7692 ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.242 ms | 1 | /classes/SpecificPrice.php:259 | ||
230 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8397) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.242 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
335 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 1194 LIMIT 1 |
0.241 ms | 1 | /classes/Category.php:1378 | ||
362 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 2851 AND `id_group` = 4 LIMIT 1 |
0.240 ms | 0 | /classes/GroupReduction.php:156 | ||
266 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8811 AND `id_group` = 4 LIMIT 1 |
0.240 ms | 0 | /classes/GroupReduction.php:156 | ||
26 | SELECT SQL_NO_CACHE c.id_currency FROM `bis_currency` c WHERE (iso_code = 'GBP') LIMIT 1 |
0.239 ms | 1 | /classes/Currency.php:893 | ||
327 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 5802) AND (id_product_attribute = 418676) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.239 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
25 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT 1 |
0.238 ms | 2 | /classes/Language.php:883 | ||
304 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8398 AND `id_group` = 4 LIMIT 1 |
0.236 ms | 0 | /classes/GroupReduction.php:156 | ||
323 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 5802 AND `id_group` = 4 LIMIT 1 |
0.236 ms | 0 | /classes/GroupReduction.php:156 | ||
374 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 862 LIMIT 1 |
0.235 ms | 1 | /classes/Product.php:5659 | ||
103 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 7443 AND id_shop=1 LIMIT 1 |
0.234 ms | 1 | /classes/Product.php:6876 | ||
122 | SELECT SQL_NO_CACHE cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = 1 AND cl.id_shop = 1 AND cl.`id_category` = 900 LIMIT 1 |
0.234 ms | 1 | /classes/Category.php:1378 | ||
343 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 4868 AND `id_group` = 4 LIMIT 1 |
0.232 ms | 0 | /classes/GroupReduction.php:156 | ||
380 | SELECT SQL_NO_CACHE `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = 4939 AND id_shop=1 LIMIT 1 |
0.230 ms | 1 | /classes/Product.php:6876 | ||
61 | SELECT SQL_NO_CACHE `id_module` FROM `bis_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.229 ms | 0 | /classes/module/Module.php:2137 | ||
201 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 862 LIMIT 1 |
0.229 ms | 1 | /classes/Product.php:5659 | ||
220 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 862 LIMIT 1 |
0.226 ms | 1 | /classes/Product.php:5659 | ||
174 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8403) AND (id_product_attribute = 480767) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.224 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
29 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT 1 |
0.222 ms | 2 | /classes/Language.php:883 | ||
268 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8811 LIMIT 1 |
0.222 ms | 1 | /classes/Pack.php:90 | ||
210 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8389 LIMIT 1 |
0.220 ms | 1 | /classes/Pack.php:90 | ||
154 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 5807) AND (id_product_attribute = 419368) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.220 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
43 | SELECT SQL_NO_CACHE ctg.`id_group` FROM bis_category_group ctg WHERE ctg.`id_category` = 639 AND ctg.`id_group` = 4 LIMIT 1 |
0.216 ms | 1 | /classes/Category.php:1754 | ||
30 | SELECT SQL_NO_CACHE c.id_currency FROM `bis_currency` c WHERE (iso_code = 'USD') LIMIT 1 |
0.215 ms | 1 | /classes/Currency.php:893 | ||
383 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 4939 LIMIT 1 |
0.213 ms | 1 | /classes/Pack.php:90 | ||
152 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 5807 LIMIT 1 |
0.211 ms | 1 | /classes/Pack.php:90 | ||
183 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 862 LIMIT 1 |
0.211 ms | 1 | /classes/Product.php:5659 | ||
24 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT 1 |
0.207 ms | 2 | /classes/Language.php:883 | ||
231 | SELECT SQL_NO_CACHE SUM(quantity) FROM `bis_stock_available` WHERE (id_product = 8397) AND (id_product_attribute = 480702) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203 ms | 1 | /classes/stock/StockAvailable.php:453 | ||
227 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 8397 AND `id_group` = 4 LIMIT 1 |
0.202 ms | 0 | /classes/GroupReduction.php:156 | ||
325 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 5802 LIMIT 1 |
0.202 ms | 1 | /classes/Pack.php:90 | ||
32 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT 1 |
0.199 ms | 2 | /classes/Language.php:883 | ||
240 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 896 LIMIT 1 |
0.199 ms | 1 | /classes/Product.php:5659 | ||
65 | SELECT SQL_NO_CACHE `need_identification_number` FROM `bis_country` WHERE `id_country` = 10 LIMIT 1 |
0.197 ms | 1 | /classes/Country.php:405 | ||
91 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1 |
0.197 ms | 1 | /classes/Product.php:5659 | ||
131 | SELECT SQL_NO_CACHE `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = 7692 AND `id_group` = 4 LIMIT 1 |
0.196 ms | 0 | /classes/GroupReduction.php:156 | ||
172 | SELECT SQL_NO_CACHE product_type FROM `bis_product` WHERE id_product = 8403 LIMIT 1 |
0.194 ms | 1 | /classes/Pack.php:90 | ||
336 | SELECT SQL_NO_CACHE name FROM bis_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 1194 LIMIT 1 |
0.188 ms | 1 | /classes/Product.php:5659 | ||
28 | SELECT SQL_NO_CACHE `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT 1 |
0.184 ms | 2 | /classes/Language.php:883 |
30 queries |
SELECT SUM(quantity) FROM `bis_stock_available` WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX |
15 queries |
SELECT * FROM `bis_category` a LEFT JOIN `bis_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX LEFT JOIN `bis_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 |
15 queries |
SELECT image_shop.`id_image` FROM `bis_image` i INNER JOIN bis_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 |
15 queries |
SELECT name FROM bis_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX |
15 queries |
SELECT * FROM `bis_product` a LEFT JOIN `bis_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX LEFT JOIN `bis_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 |
15 queries |
SELECT product_attribute_shop.`price` FROM `bis_product_attribute` pa INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE pa.`id_product_attribute` = XX LIMIT XX |
15 queries |
SELECT `priority`, `id_specific_price_priority` FROM `bis_specific_price_priority` WHERE `id_product` = XX ORDER BY `id_specific_price_priority` DESC LIMIT XX |
15 queries |
SELECT *, ( IF (`id_group` = XX, XX, XX) + IF (`id_country` = XX, XX, XX) + IF (`id_currency` = XX, XX, XX) + IF (`id_shop` = XX, XX, XX) + IF (`id_customer` = XX, XX, XX)) AS `score` FROM `bis_specific_price` WHERE `id_shop` IN (XX, XX) AND `id_currency` IN (XX, XX) AND `id_country` IN (XX, XX) AND `id_group` IN (XX, XX) AND `id_product` IN (XX, XX) AND `id_customer` = XX AND `id_product_attribute` IN (XX, XX) AND `id_cart` = XX AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`) AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX |
15 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 `bis_product` p INNER JOIN `bis_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX) LEFT JOIN `bis_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) |
15 queries |
SELECT `id_tax_rules_group` FROM `bis_product_shop` WHERE `id_product` = XX AND id_shop=XX LIMIT XX |
15 queries |
SELECT `reduction` FROM `bis_product_group_reduction_cache` WHERE `id_product` = XX AND `id_group` = XX LIMIT XX |
15 queries |
SELECT COUNT(*) FROM `bis_pack` WHERE id_product_pack = XX LIMIT XX |
15 queries |
SELECT product_type FROM `bis_product` WHERE id_product = XX LIMIT XX |
15 queries |
SELECT pa.`available_date` FROM `bis_product` p LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN bis_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX |
15 queries |
SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value FROM bis_feature_product pf LEFT JOIN bis_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX) LEFT JOIN bis_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX) LEFT JOIN bis_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX) INNER JOIN bis_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 |
15 queries |
SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`, pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`, pal.`available_now`, pal.`available_later` FROM `bis_attribute` a LEFT JOIN `bis_attribute_lang` al ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX) LEFT JOIN `bis_product_attribute_combination` pac ON (pac.`id_attribute` = a.`id_attribute`) LEFT JOIN `bis_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute`) INNER JOIN bis_product_attribute_shop product_attribute_shop ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN `bis_product_attribute_lang` pal ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX) LEFT JOIN `bis_attribute_group_lang` agl ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) WHERE pa.`id_product` = XX AND pac.`id_product_attribute` = XX AND agl.`id_lang` = XX |
15 queries |
SELECT * FROM `bis_product_attribute` a LEFT JOIN `bis_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX WHERE (a.`id_product_attribute` = XX) LIMIT XX |
15 queries |
SELECT * FROM `bis_product_attribute_lang` WHERE `id_product_attribute` = XX |
15 queries |
SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position` FROM `bis_image` i INNER JOIN bis_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX) LEFT JOIN `bis_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX) WHERE i.`id_product` = XX ORDER BY `position` |
15 queries |
SELECT `id_product_attribute` FROM `bis_product_attribute` WHERE `id_product` = XX |
13 queries |
SELECT `id_customization_field`, `type` FROM `bis_customization_field` WHERE `id_product` = XX AND `required` = XX AND `is_deleted` = XX |
6 queries |
SELECT `id_lang` FROM `bis_lang` WHERE `locale` = 'en-us' OR `language_code` = 'en-us' LIMIT XX |
6 queries |
SELECT cl.`link_rewrite` FROM `bis_category_lang` cl WHERE `id_lang` = XX AND cl.id_shop = XX AND cl.`id_category` = XX LIMIT XX |
6 queries |
SELECT `value` FROM bis_ce_meta WHERE `id` = XX AND `name` = "_elementor_page_settings" LIMIT XX |
5 queries |
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position` |
4 queries |
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `bis_feature_value` v LEFT JOIN `bis_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `bis_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC |
3 queries |
SELECT * FROM `bis_currency` a LEFT JOIN `bis_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX LEFT JOIN `bis_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX WHERE (a.`id_currency` = XX) LIMIT XX |
3 queries |
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position` |
3 queries |
SELECT * FROM `bis_ce_theme` a LEFT JOIN `bis_ce_theme_lang` `b` ON a.`id_ce_theme` = b.`id_ce_theme` AND b.`id_lang` = XX LEFT JOIN `bis_ce_theme_shop` `c` ON a.`id_ce_theme` = c.`id_ce_theme` AND c.`id_shop` = XX WHERE (a.`id_ce_theme` = XX) AND (b.`id_shop` = XX) LIMIT XX |
3 queries |
SELECT `value` FROM bis_ce_meta WHERE `id` = XX AND `name` = "_elementor_data" LIMIT XX |
2 queries |
SELECT * FROM `bis_country` a LEFT JOIN `bis_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX LEFT JOIN `bis_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX WHERE (a.`id_country` = XX) LIMIT XX |
2 queries |
SELECT `id_category` FROM `bis_category_shop` WHERE `id_category` = XX AND `id_shop` = XX LIMIT XX |
2 queries |
SELECT `id_module` FROM `bis_module_shop` WHERE `id_module` = 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, p.date_upd FROM bis_product p LEFT JOIN bis_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN bis_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN bis_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 bis_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN bis_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN bis_category_product cp ON (p.id_product = cp.id_product) INNER JOIN bis_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN bis_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN bis_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND cp.id_category='XX' GROUP BY p.id_product) p INNER JOIN bis_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN bis_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((fp_XX.id_feature_value IN (XX, XX))) GROUP BY fp.id_feature_value |
2 queries |
SELECT `name` FROM `bis_manufacturer` WHERE `id_manufacturer` = XX AND `active` = XX LIMIT XX |
2 queries |
SELECT tr.* FROM `bis_tax_rule` tr JOIN `bis_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`) WHERE trg.`active` = XX AND tr.`id_country` = XX AND tr.`id_tax_rules_group` = XX AND tr.`id_state` IN (XX, XX) AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to` OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX'))) ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
2 queries |
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (XX, XX) AND il.`id_lang` = XX ORDER by i.`position` |
2 queries |
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend` FROM `bis_product_attribute_image` pai LEFT JOIN `bis_image_lang` il ON (il.`id_image` = pai.`id_image`) LEFT JOIN `bis_image` i ON (i.`id_image` = pai.`id_image`) WHERE pai.`id_product_attribute` IN (XX, XX, XX, XX, XX, XX, XX) AND il.`id_lang` = XX ORDER by i.`position` |
2 queries |
SELECT XX FROM `bis_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX |
80 product_attribute |
75 product_attribute_shop |
67 product |
67 product_shop |
45 image |
44 category_lang |
36 stock_available |
31 category |
30 image_shop |
30 product_attribute_lang |
30 image_lang |
25 feature_product |
20 category_shop |
20 product_attribute_combination |
20 specific_price |
19 feature_value_lang |
16 feature |
16 feature_shop |
16 feature_lang |
16 product_lang |
16 attribute_group_lang |
15 specific_price_priority |
15 product_group_reduction_cache |
15 pack |
15 attribute |
15 attribute_lang |
15 product_attribute_image |
13 customization_field |
12 ce_meta |
10 lang |
9 category_group |
8 currency |
7 hook |
6 category_product |
5 module |
5 currency_shop |
5 product_sale |
4 shop_url |
4 shop |
4 lang_shop |
4 country |
4 module_shop |
4 currency_lang |
4 feature_value |
4 layered_indexable_feature_value_lang_value |
4 cart_rule |
3 country_lang |
3 country_shop |
3 hook_alias |
3 image_type |
3 ce_theme |
3 ce_theme_lang |
3 ce_theme_shop |
2 shop_group |
2 configuration |
2 hook_module |
2 group |
2 group_shop |
2 manufacturer |
2 tax_rule |
2 tax_rules_group |
2 cart_rule_lang |
1 configuration_lang |
1 module_group |
1 meta |
1 meta_lang |
1 group_lang |
1 hook_module_exceptions |
1 feature_flag |
1 address_format |
1 required_field |
1 layered_category |
1 layered_indexable_feature |
1 layered_indexable_feature_lang_value |
1 layered_filter_block |
1 tax |
1 tax_lang |
1 attribute_group |
1 attribute_group_shop |
1 layered_indexable_attribute_group_lang_value |
1 ce_template |
1 cart_product |
1 cart_rule_group |
1 ce_revision |
Name | Instances | Source |
---|---|---|
Product | 45 |
/classes/Link.php:113 (__construct) [id: 7443]
/classes/Link.php:113 (__construct) [id: 7692] /classes/Link.php:113 (__construct) [id: 5807] /classes/Link.php:113 (__construct) [id: 8403] /classes/Link.php:113 (__construct) [id: 8388] /classes/Link.php:113 (__construct) [id: 8389] /classes/Link.php:113 (__construct) [id: 8397] /classes/Link.php:113 (__construct) [id: 8809] /classes/Link.php:113 (__construct) [id: 8811] /classes/Link.php:113 (__construct) [id: 8405] /classes/Link.php:113 (__construct) [id: 8398] /classes/Link.php:113 (__construct) [id: 5802] /classes/Link.php:113 (__construct) [id: 4868] /classes/Link.php:113 (__construct) [id: 2851] /classes/Link.php:113 (__construct) [id: 4939] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7443] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 7692] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5807] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8403] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8388] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8389] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8397] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8809] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8811] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8405] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 8398] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 5802] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4868] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 2851] /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 4939] /classes/Link.php:113 (__construct) [id: 7443] /classes/Link.php:113 (__construct) [id: 7692] /classes/Link.php:113 (__construct) [id: 5807] /classes/Link.php:113 (__construct) [id: 8403] /classes/Link.php:113 (__construct) [id: 8388] /classes/Link.php:113 (__construct) [id: 8389] /classes/Link.php:113 (__construct) [id: 8397] /classes/Link.php:113 (__construct) [id: 8809] /classes/Link.php:113 (__construct) [id: 8811] /classes/Link.php:113 (__construct) [id: 8405] /classes/Link.php:113 (__construct) [id: 8398] /classes/Link.php:113 (__construct) [id: 5802] /classes/Link.php:113 (__construct) [id: 4868] /classes/Link.php:113 (__construct) [id: 2851] /classes/Link.php:113 (__construct) [id: 4939] |
Category | 29 |
/controllers/front/listing/CategoryController.php:78 (__construct) [id: 639]
/controllers/front/listing/CategoryController.php:216 (__construct) [id: 1069] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 1158] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 1068] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 968] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 1066] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 776] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 778] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 779] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 857] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 966] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 1067] /controllers/front/listing/CategoryController.php:216 (__construct) [id: 1070] /classes/Meta.php:380 (__construct) [id: 639] /classes/Link.php:402 (__construct) [id: 639] /classes/Link.php:402 (__construct) [id: 639] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ] /modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 639] /modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 639] |
Combination | 15 |
/classes/Product.php:5912 (__construct) [id: 471050]
/classes/Product.php:5912 (__construct) [id: 473341] /classes/Product.php:5912 (__construct) [id: 419368] /classes/Product.php:5912 (__construct) [id: 480767] /classes/Product.php:5912 (__construct) [id: 480669] /classes/Product.php:5912 (__construct) [id: 480674] /classes/Product.php:5912 (__construct) [id: 480702] /classes/Product.php:5912 (__construct) [id: 485461] /classes/Product.php:5912 (__construct) [id: 485483] /classes/Product.php:5912 (__construct) [id: 480779] /classes/Product.php:5912 (__construct) [id: 480709] /classes/Product.php:5912 (__construct) [id: 418676] /classes/Product.php:5912 (__construct) [id: 457922] /classes/Product.php:5912 (__construct) [id: 457930] /classes/Product.php:5912 (__construct) [id: 371927] |
CETheme | 9 |
/modules/creativeelements/creativeelements.php:706 (__construct) [id: 18]
/modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 18] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 18] /modules/creativeelements/creativeelements.php:735 (__construct) [id: 6] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 6] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 6] /modules/creativeelements/creativeelements.php:735 (__construct) [id: 5] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 5] /modules/creativeelements/classes/wrappers/Post.php:102 (__construct) [id: 5] |
CETemplate | 5 |
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 2]
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 2] /modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 2] /modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 2] /modules/creativeelements/classes/wrappers/Post.php:98 (__construct) [id: 2] |
Currency | 4 |
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3] /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2] /classes/Tools.php:690 (getCurrencyInstance) [id: 1] |
Country | 4 |
/config/config.inc.php:146 (__construct) [id: 10]
/classes/AddressFormat.php:404 (__construct) [id: 10] /classes/controller/FrontController.php:1779 (__construct) [id: 10] /modules/paypal/paypal.php:352 (__construct) [id: 10] |
Address | 4 |
/classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ] /classes/Product.php:3804 (__construct) [id: ] /classes/Product.php:5964 (__construct) [id: ] |
Language | 3 |
/config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:641 (__construct) [id: 1] /classes/Tools.php:560 (__construct) [id: 1] |
State | 2 |
/classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0] |
Cart | 2 |
/classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ] |
Tax | 1 |
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1029]
|
Shop | 1 |
/config/config.inc.php:117 (initialize) [id: 1]
|
AddressFormat | 1 |
/classes/controller/FrontController.php:1773 (generateAddress) [id: ]
|
Risk | 1 |
/classes/controller/FrontController.php:1705 (__construct) [id: ]
|
Group | 1 |
/classes/Cart.php:249 (getCurrent) [id: 4]
|
Customer | 1 |
/config/config.inc.php:264 (__construct) [id: ]
|
ShopGroup | 1 |
/classes/shop/Shop.php:561 (__construct) [id: 1]
|
Gender | 1 |
/classes/controller/FrontController.php:1702 (__construct) [id: 0]
|
# | 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/prod/appParameters.php |
114 | /var/cache/prod/class_index.php |
115 | /classes/controller/Controller.php |
117 | /classes/ObjectModel.php |
118 | /src/Core/Foundation/Database/EntityInterface.php |
120 | /classes/db/Db.php |
122 | /classes/Hook.php |
124 | /classes/module/Module.php |
125 | /src/Core/Module/Legacy/ModuleInterface.php |
127 | /classes/Tools.php |
128 | /classes/Context.php |
129 | /classes/shop/Shop.php |
130 | /src/Core/Security/PasswordGenerator.php |
131 | /classes/db/DbPDO.php |
132 | /classes/AddressFormat.php |
133 | /classes/Configuration.php |
134 | /classes/Validate.php |
135 | /classes/cache/Cache.php |
136 | /src/Adapter/EntityMapper.php |
137 | /classes/db/DbQuery.php |
138 | /src/Core/Addon/Theme/ThemeManagerBuilder.php |
139 | /vendor/psr/log/Psr/Log/NullLogger.php |
140 | /vendor/psr/log/Psr/Log/AbstractLogger.php |
141 | /vendor/psr/log/Psr/Log/LoggerInterface.php |
142 | /src/Adapter/Configuration.php |
143 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php |
144 | /src/Core/Domain/Configuration/ShopConfigurationInterface.php |
145 | /src/Core/ConfigurationInterface.php |
146 | /src/Core/Addon/Theme/ThemeRepository.php |
147 | /src/Core/Addon/AddonRepositoryInterface.php |
148 | /src/Core/Domain/Shop/ValueObject/ShopConstraint.php |
149 | /src/Core/Addon/Theme/Theme.php |
150 | /src/Core/Addon/AddonInterface.php |
151 | /src/Core/Util/ArrayFinder.php |
152 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php |
153 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php |
154 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php |
155 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php |
156 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php |
157 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php |
158 | /config/defines_uri.inc.php |
159 | /classes/Language.php |
160 | /src/Core/Language/LanguageInterface.php |
161 | /classes/Country.php |
162 | /classes/PrestaShopCollection.php |
163 | /classes/shop/ShopGroup.php |
164 | /classes/Cookie.php |
165 | /classes/PhpEncryption.php |
166 | /classes/PhpEncryptionEngine.php |
167 | /vendor/defuse/php-encryption/src/Key.php |
168 | /vendor/defuse/php-encryption/src/Encoding.php |
169 | /vendor/defuse/php-encryption/src/Core.php |
170 | /vendor/defuse/php-encryption/src/Crypto.php |
171 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
172 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
173 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
174 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
175 | /vendor/defuse/php-encryption/src/Exception/CryptoException.php |
176 | /src/Core/Session/SessionHandler.php |
177 | /src/Core/Session/SessionHandlerInterface.php |
178 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php |
179 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php |
180 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php |
181 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php |
182 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php |
183 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php |
184 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php |
185 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
186 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php |
187 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php |
188 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php |
189 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php |
190 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php |
191 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php |
192 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php |
193 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php |
194 | /config/smarty.config.inc.php |
195 | /vendor/smarty/smarty/libs/Smarty.class.php |
196 | /vendor/smarty/smarty/libs/functions.php |
197 | /vendor/smarty/smarty/libs/Autoloader.php |
198 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
199 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
200 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
201 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
202 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
203 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
204 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
205 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
206 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
207 | /config/smartyfront.config.inc.php |
208 | /classes/Smarty/SmartyResourceModule.php |
209 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
210 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
211 | /classes/Smarty/SmartyResourceParent.php |
212 | /classes/Smarty/SmartyLazyRegister.php |
213 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
214 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
215 | /classes/Customer.php |
216 | /classes/Group.php |
217 | /classes/Link.php |
218 | /classes/shop/ShopUrl.php |
219 | /classes/Dispatcher.php |
220 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php |
221 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php |
222 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php |
223 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php |
224 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php |
225 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php |
226 | /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php |
227 | /src/Adapter/SymfonyContainer.php |
228 | /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php |
229 | /config/db_slave_server.inc.php |
230 | /src/Adapter/ContainerBuilder.php |
231 | /src/Adapter/Environment.php |
232 | /src/Core/EnvironmentInterface.php |
233 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php |
234 | /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php |
235 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php |
236 | /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php |
237 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
238 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
239 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
240 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
241 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
242 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
243 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
244 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
245 | /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php |
246 | /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php |
247 | /vendor/symfony/contracts/Service/ResetInterface.php |
248 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php |
249 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php |
250 | /vendor/psr/log/Psr/Log/LoggerAwareTrait.php |
251 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php |
252 | /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php |
253 | /vendor/symfony/contracts/Cache/ItemInterface.php |
254 | /vendor/psr/cache/src/CacheItemInterface.php |
255 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
256 | /vendor/symfony/contracts/Cache/CacheInterface.php |
257 | /vendor/psr/log/Psr/Log/LoggerAwareInterface.php |
258 | /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php |
259 | /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php |
260 | /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php |
261 | /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php |
262 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
263 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
264 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
265 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
266 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
267 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php |
268 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php |
269 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php |
270 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php |
271 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php |
272 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php |
273 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php |
274 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php |
275 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php |
276 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php |
277 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php |
278 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php |
279 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php |
280 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php |
281 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php |
282 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php |
283 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php |
284 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php |
285 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php |
286 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php |
287 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php |
288 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php |
289 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php |
290 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php |
291 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php |
292 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php |
293 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php |
294 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php |
295 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php |
296 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php |
297 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php |
298 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php |
299 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php |
300 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php |
301 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php |
302 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php |
303 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php |
304 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php |
305 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php |
306 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php |
307 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php |
308 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php |
309 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php |
310 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php |
311 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php |
312 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php |
313 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php |
314 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php |
315 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php |
316 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php |
317 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php |
318 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
319 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
320 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
321 | /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php |
322 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
323 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php |
324 | /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php |
325 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
326 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
327 | /var/cache/prod/FrontContainer.php |
328 | /src/Adapter/Container/LegacyContainer.php |
329 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php |
330 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php |
331 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php |
332 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php |
333 | /vendor/symfony/contracts/Service/ServiceLocatorTrait.php |
334 | /vendor/psr/container/src/ContainerExceptionInterface.php |
335 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
336 | /vendor/symfony/contracts/Service/ServiceProviderInterface.php |
337 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php |
338 | /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php |
339 | /src/Adapter/Container/LegacyContainerInterface.php |
340 | /modules/dashactivity/vendor/autoload.php |
341 | /modules/dashactivity/vendor/composer/autoload_real.php |
342 | /modules/dashactivity/vendor/composer/platform_check.php |
343 | /modules/dashactivity/vendor/composer/autoload_static.php |
344 | /modules/ps_categorytree/vendor/autoload.php |
345 | /modules/ps_categorytree/vendor/composer/autoload_real.php |
346 | /modules/ps_categorytree/vendor/composer/platform_check.php |
347 | /modules/ps_categorytree/vendor/composer/autoload_static.php |
348 | /modules/ps_featuredproducts/vendor/autoload.php |
349 | /modules/ps_featuredproducts/vendor/composer/autoload_real.php |
350 | /modules/ps_featuredproducts/vendor/composer/platform_check.php |
351 | /modules/ps_featuredproducts/vendor/composer/autoload_static.php |
352 | /modules/ps_linklist/vendor/autoload.php |
353 | /modules/ps_linklist/vendor/composer/autoload_real.php |
354 | /modules/ps_linklist/vendor/composer/platform_check.php |
355 | /modules/ps_linklist/vendor/composer/autoload_static.php |
356 | /modules/ps_searchbar/vendor/autoload.php |
357 | /modules/ps_searchbar/vendor/composer/autoload_real.php |
358 | /modules/ps_searchbar/vendor/composer/platform_check.php |
359 | /modules/ps_searchbar/vendor/composer/autoload_static.php |
360 | /modules/ps_sharebuttons/vendor/autoload.php |
361 | /modules/ps_sharebuttons/vendor/composer/autoload_real.php |
362 | /modules/ps_sharebuttons/vendor/composer/platform_check.php |
363 | /modules/ps_sharebuttons/vendor/composer/autoload_static.php |
364 | /modules/ps_mbo/vendor/autoload.php |
365 | /modules/ps_mbo/vendor/composer/autoload_real.php |
366 | /modules/ps_mbo/vendor/composer/platform_check.php |
367 | /modules/ps_mbo/vendor/composer/autoload_static.php |
368 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php |
369 | /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php |
370 | /modules/ps_mbo/vendor/php-http/message/src/filters.php |
371 | /modules/ps_mbo/vendor/sentry/sentry/src/functions.php |
372 | /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php |
373 | /modules/ps_mbo/vendor/symfony/string/Resources/functions.php |
374 | /modules/ps_mbo/bootstrap.php |
375 | /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php |
376 | /modules/ps_facetedsearch/vendor/autoload.php |
377 | /modules/ps_facetedsearch/vendor/composer/autoload_real.php |
378 | /modules/ps_facetedsearch/vendor/composer/platform_check.php |
379 | /modules/ps_facetedsearch/vendor/composer/autoload_static.php |
380 | /modules/ps_viewedproduct/vendor/autoload.php |
381 | /modules/ps_viewedproduct/vendor/composer/autoload_real.php |
382 | /modules/ps_viewedproduct/vendor/composer/platform_check.php |
383 | /modules/ps_viewedproduct/vendor/composer/autoload_static.php |
384 | /modules/scalapay/vendor/autoload.php |
385 | /modules/scalapay/vendor/composer/autoload_real.php |
386 | /modules/scalapay/vendor/composer/autoload_static.php |
387 | /modules/ps_accounts/vendor/autoload.php |
388 | /modules/ps_accounts/vendor/composer/autoload_real.php |
389 | /modules/ps_accounts/vendor/composer/platform_check.php |
390 | /modules/ps_accounts/vendor/composer/autoload_static.php |
391 | /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php |
392 | /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php |
393 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php |
394 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php |
395 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php |
396 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
397 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
398 | /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php |
399 | /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php |
400 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php |
401 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php |
402 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
403 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
404 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
405 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
406 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
407 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
408 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php |
409 | /modules/autoupgrade/vendor/autoload.php |
410 | /modules/autoupgrade/vendor/composer/autoload_real.php |
411 | /modules/autoupgrade/vendor/composer/autoload_static.php |
412 | /modules/ros_fatturebo/vendor/autoload.php |
413 | /modules/ros_fatturebo/vendor/composer/autoload_real.php |
414 | /modules/ros_fatturebo/vendor/composer/autoload_static.php |
415 | /modules/eicaptcha/vendor/autoload.php |
416 | /modules/eicaptcha/vendor/composer/autoload_real.php |
417 | /modules/eicaptcha/vendor/composer/autoload_static.php |
418 | /modules/ros_stampaordinibo/vendor/autoload.php |
419 | /modules/ros_stampaordinibo/vendor/composer/autoload_real.php |
420 | /modules/ros_stampaordinibo/vendor/composer/autoload_static.php |
421 | /modules/paypaltracking/vendor/autoload.php |
422 | /modules/paypaltracking/vendor/composer/autoload_real.php |
423 | /modules/paypaltracking/vendor/composer/platform_check.php |
424 | /modules/paypaltracking/vendor/composer/autoload_static.php |
425 | /modules/paypal/vendor/autoload.php |
426 | /modules/paypal/vendor/composer/autoload_real.php |
427 | /modules/paypal/vendor/composer/autoload_static.php |
428 | /modules/ros_stampaordinirivbo/vendor/autoload.php |
429 | /modules/ros_stampaordinirivbo/vendor/composer/autoload_real.php |
430 | /modules/ros_stampaordinirivbo/vendor/composer/autoload_static.php |
431 | /src/Core/Hook/HookModuleFilter.php |
432 | /src/Core/Hook/HookModuleFilterInterface.php |
433 | /controllers/front/listing/CategoryController.php |
434 | /classes/controller/ProductListingFrontController.php |
435 | /classes/controller/ProductPresentingFrontController.php |
436 | /classes/controller/FrontController.php |
437 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
438 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php |
439 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php |
440 | /vendor/symfony/contracts/Translation/LocaleAwareInterface.php |
441 | /vendor/symfony/contracts/Translation/TranslatorInterface.php |
442 | /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php |
443 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
444 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
445 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
446 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php |
447 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php |
448 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php |
449 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php |
450 | /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php |
451 | /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php |
452 | /vendor/symfony/contracts/Translation/TranslatorTrait.php |
453 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php |
454 | /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php |
455 | /var/cache/prod/translations/catalogue.en-US.NXhscRe.php |
456 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php |
457 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php |
458 | /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php |
459 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
460 | /src/Adapter/Presenter/PresenterInterface.php |
461 | /src/Adapter/Presenter/Cart/CartPresenter.php |
462 | /src/Adapter/Image/ImageRetriever.php |
463 | /classes/tax/TaxConfiguration.php |
464 | /classes/Smarty/TemplateFinder.php |
465 | /classes/assets/StylesheetManager.php |
466 | /classes/assets/AbstractAssetManager.php |
467 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
468 | /classes/assets/JavascriptManager.php |
469 | /classes/assets/CccReducer.php |
470 | /override/classes/Category.php |
471 | /classes/Category.php |
472 | /classes/webservice/WebserviceRequest.php |
473 | /src/Core/Localization/Locale/Repository.php |
474 | /src/Core/Localization/Locale/RepositoryInterface.php |
475 | /src/Core/Localization/CLDR/LocaleRepository.php |
476 | /src/Core/Localization/CLDR/LocaleDataSource.php |
477 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
478 | /src/Core/Data/Layer/AbstractDataLayer.php |
479 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
480 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php |
481 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php |
482 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php |
483 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php |
484 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php |
485 | /vendor/symfony/contracts/Cache/CacheTrait.php |
486 | /vendor/psr/cache/src/InvalidArgumentException.php |
487 | /vendor/psr/cache/src/CacheException.php |
488 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php |
489 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php |
490 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php |
491 | /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php |
492 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
493 | /src/Core/Localization/CLDR/Reader.php |
494 | /src/Core/Localization/CLDR/ReaderInterface.php |
495 | /src/Core/Localization/Currency/Repository.php |
496 | /src/Core/Localization/Currency/RepositoryInterface.php |
497 | /src/Core/Localization/Currency/CurrencyDataSource.php |
498 | /src/Core/Localization/Currency/DataSourceInterface.php |
499 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
500 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
501 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
502 | /src/Adapter/Currency/CurrencyDataProvider.php |
503 | /src/Core/Currency/CurrencyDataProviderInterface.php |
504 | /src/Adapter/LegacyContext.php |
505 | /src/Adapter/Tools.php |
506 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
507 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
508 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
509 | /src/Core/Localization/Locale.php |
510 | /src/Core/Localization/LocaleInterface.php |
511 | /src/Core/Localization/Specification/Price.php |
512 | /src/Core/Localization/Specification/Number.php |
513 | /src/Core/Localization/Specification/NumberInterface.php |
514 | /src/Core/Localization/Specification/Factory.php |
515 | /src/Core/Localization/CLDR/LocaleData.php |
516 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
517 | /src/Core/Localization/CLDR/CurrencyData.php |
518 | /src/Core/Localization/CLDR/Locale.php |
519 | /src/Core/Localization/CLDR/LocaleInterface.php |
520 | /src/Core/Localization/Specification/NumberSymbolList.php |
521 | /classes/Currency.php |
522 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
523 | /src/Core/Localization/Currency/CurrencyData.php |
524 | /src/Core/Localization/Currency/CurrencyCollection.php |
525 | /src/Core/Localization/Currency.php |
526 | /src/Core/Localization/CurrencyInterface.php |
527 | /src/Core/Localization/Specification/NumberCollection.php |
528 | /src/Core/Localization/Number/Formatter.php |
529 | /classes/Cart.php |
530 | /src/Adapter/AddressFactory.php |
531 | /classes/CartRule.php |
532 | /classes/Product.php |
533 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
534 | /src/Core/Util/DateTime/DateTime.php |
535 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
536 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
537 | /src/Core/Domain/Product/ValueObject/ProductType.php |
538 | /src/Core/Domain/Product/ValueObject/Reference.php |
539 | /src/Core/Domain/Product/ValueObject/Ean13.php |
540 | /src/Core/Domain/Product/ValueObject/Isbn.php |
541 | /src/Core/Domain/Product/ValueObject/Upc.php |
542 | /src/Core/Domain/Product/ProductSettings.php |
543 | /modules/creativeelements/creativeelements.php |
544 | /modules/creativeelements/classes/CESmarty.php |
545 | /modules/creativeelements/includes/plugin.php |
546 | /modules/creativeelements/classes/wrappers/Helper.php |
547 | /modules/creativeelements/classes/wrappers/UId.php |
548 | /modules/creativeelements/classes/wrappers/Post.php |
549 | /modules/creativeelements/classes/wrappers/Error.php |
550 | /classes/Translate.php |
551 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
552 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
553 | /src/Core/Image/ImageFormatConfiguration.php |
554 | /src/Core/Image/ImageFormatConfigurationInterface.php |
555 | /classes/FeatureFlag.php |
556 | /src/Core/FeatureFlag/FeatureFlagSettings.php |
557 | /classes/ImageType.php |
558 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
559 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
560 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php |
561 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php |
562 | /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php |
563 | /modules/ps_socialfollow/ps_socialfollow.php |
564 | /src/Core/Module/WidgetInterface.php |
565 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
566 | /modules/blockwishlist/blockwishlist.php |
567 | /classes/Media.php |
568 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
569 | /src/Adapter/Presenter/AbstractLazyArray.php |
570 | /src/Adapter/Product/PriceFormatter.php |
571 | /src/Core/Util/Inflector.php |
572 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
573 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
574 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
575 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
576 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
577 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
578 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
579 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
580 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
581 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
582 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
583 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
584 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
585 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
586 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
587 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
588 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
589 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
590 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
591 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
592 | /classes/Gender.php |
593 | /classes/Risk.php |
594 | /classes/Meta.php |
595 | /classes/Address.php |
596 | /classes/State.php |
597 | /src/Core/Security/PasswordPolicyConfiguration.php |
598 | /src/Core/Configuration/DataConfigurationInterface.php |
599 | /src/Core/Security/Hashing.php |
600 | /src/Core/Filter/FrontEndObject/MainFilter.php |
601 | /src/Core/Filter/FilterInterface.php |
602 | /src/Core/Filter/FrontEndObject/CartFilter.php |
603 | /src/Core/Filter/HashMapWhitelistFilter.php |
604 | /src/Core/Filter/CollectionFilter.php |
605 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
606 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
607 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
608 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
609 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
610 | /modules/creativeelements/includes/autoloader.php |
611 | /modules/creativeelements/includes/managers/controls.php |
612 | /modules/creativeelements/core/settings/manager.php |
613 | /modules/creativeelements/core/settings/page/manager.php |
614 | /modules/creativeelements/core/settings/base/css-manager.php |
615 | /modules/creativeelements/core/settings/base/manager.php |
616 | /modules/creativeelements/core/settings/general/manager.php |
617 | /modules/creativeelements/core/settings/editor-preferences/manager.php |
618 | /modules/creativeelements/includes/db.php |
619 | /modules/creativeelements/core/documents-manager.php |
620 | /modules/creativeelements/core/kits/manager.php |
621 | /modules/creativeelements/core/schemes/manager.php |
622 | /modules/creativeelements/core/schemes/color.php |
623 | /modules/creativeelements/core/schemes/base-ui.php |
624 | /modules/creativeelements/core/schemes/base.php |
625 | /modules/creativeelements/core/schemes/typography.php |
626 | /modules/creativeelements/core/schemes/color-picker.php |
627 | /modules/creativeelements/includes/managers/elements.php |
628 | /modules/creativeelements/includes/base/element-base.php |
629 | /modules/creativeelements/includes/base/controls-stack.php |
630 | /modules/creativeelements/core/base/base-object.php |
631 | /modules/creativeelements/includes/elements/column.php |
632 | /modules/creativeelements/includes/elements/section.php |
633 | /modules/creativeelements/includes/elements/repeater.php |
634 | /modules/creativeelements/includes/managers/widgets.php |
635 | /modules/creativeelements/includes/base/widget-base.php |
636 | /modules/creativeelements/includes/widgets/traits/carousel.php |
637 | /modules/creativeelements/includes/managers/skins.php |
638 | /modules/creativeelements/includes/base/skin-base.php |
639 | /modules/creativeelements/core/files/manager.php |
640 | /modules/creativeelements/core/files/assets/svg/svg-handler.php |
641 | /modules/creativeelements/core/files/assets/files-upload-handler.php |
642 | /modules/creativeelements/core/files/assets/manager.php |
643 | /modules/creativeelements/includes/managers/icons.php |
644 | /modules/creativeelements/core/editor/editor.php |
645 | /modules/creativeelements/core/editor/notice-bar.php |
646 | /modules/creativeelements/includes/preview.php |
647 | /modules/creativeelements/core/base/app.php |
648 | /modules/creativeelements/core/base/module.php |
649 | /modules/creativeelements/includes/frontend.php |
650 | /modules/creativeelements/includes/template-library/manager.php |
651 | /modules/creativeelements/includes/template-library/sources/local.php |
652 | /modules/creativeelements/includes/template-library/sources/base.php |
653 | /modules/creativeelements/includes/template-library/sources/remote.php |
654 | /modules/creativeelements/core/dynamic-tags/manager.php |
655 | /modules/creativeelements/core/modules-manager.php |
656 | /modules/creativeelements/modules/history/module.php |
657 | /modules/creativeelements/modules/library/module.php |
658 | /modules/creativeelements/modules/library/documents/not-supported.php |
659 | /modules/creativeelements/modules/library/documents/library-document.php |
660 | /modules/creativeelements/core/base/document.php |
661 | /modules/creativeelements/modules/library/documents/page.php |
662 | /modules/creativeelements/modules/library/documents/section.php |
663 | /modules/creativeelements/modules/dynamic-tags/module.php |
664 | /modules/creativeelements/modules/page-templates/module.php |
665 | /modules/creativeelements/modules/premium/module.php |
666 | /modules/creativeelements/modules/theme/module.php |
667 | /modules/creativeelements/modules/catalog/module.php |
668 | /modules/creativeelements/modules/cms/module.php |
669 | /modules/creativeelements/modules/customer/module.php |
670 | /modules/creativeelements/modules/misc/module.php |
671 | /modules/creativeelements/modules/fonts-manager/module.php |
672 | /modules/creativeelements/modules/custom-css/module.php |
673 | /modules/creativeelements/modules/motion-effects/module.php |
674 | /modules/creativeelements/modules/visibility/module.php |
675 | /modules/creativeelements/modules/history/revisions-manager.php |
676 | /modules/creativeelements/includes/user.php |
677 | /modules/creativeelements/includes/api.php |
678 | /modules/creativeelements/classes/assets/CEAssetManager.php |
679 | /modules/creativeelements/classes/assets/CEStylesheetManager.php |
680 | /modules/creativeelements/classes/assets/CEJavascriptManager.php |
681 | /modules/creativeelements/classes/assets/CECccReducer.php |
682 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php |
683 | /modules/creativeelements/core/responsive/responsive.php |
684 | /modules/creativeelements/classes/CEIconSet.php |
685 | /modules/creativeelements/core/document-types/post.php |
686 | /modules/creativeelements/core/base/page-base.php |
687 | /modules/creativeelements/core/kits/documents/kit.php |
688 | /modules/creativeelements/modules/premium/documents/content.php |
689 | /modules/creativeelements/modules/theme/documents/header.php |
690 | /modules/creativeelements/modules/theme/documents/header-footer-base.php |
691 | /modules/creativeelements/modules/theme/documents/theme-document.php |
692 | /modules/creativeelements/modules/theme/documents/footer.php |
693 | /modules/creativeelements/modules/theme/documents/page-index.php |
694 | /modules/creativeelements/modules/theme/documents/theme-page-document.php |
695 | /modules/creativeelements/modules/theme/documents/page-contact.php |
696 | /modules/creativeelements/modules/theme/documents/page-not-found.php |
697 | /modules/creativeelements/modules/catalog/documents/listing/page.php |
698 | /modules/creativeelements/modules/catalog/documents/listing/category.php |
699 | /modules/creativeelements/modules/catalog/documents/listing/no-results.php |
700 | /modules/creativeelements/modules/catalog/documents/product.php |
701 | /modules/creativeelements/modules/catalog/documents/product-quick-view.php |
702 | /modules/creativeelements/modules/catalog/documents/product-miniature.php |
703 | /modules/creativeelements/modules/catalog/documents/listing/manufacturer.php |
704 | /modules/creativeelements/modules/catalog/documents/manufacturers.php |
705 | /modules/creativeelements/modules/cms/documents/category.php |
706 | /modules/creativeelements/modules/customer/documents/page-authentication.php |
707 | /modules/creativeelements/modules/customer/documents/page-password.php |
708 | /modules/creativeelements/modules/customer/documents/page-registration.php |
709 | /modules/ps_searchbar/ps_searchbar.php |
710 | /modules/eicaptcha/eicaptcha.php |
711 | /modules/eicaptcha/src/Debugger.php |
712 | /modules/pitchprint/pitchprint.php |
713 | /modules/paypal/paypal.php |
714 | /modules/paypal/config_prod.php |
715 | /override/classes/PaymentModule.php |
716 | /classes/PaymentModule.php |
717 | /modules/paypal/classes/Shortcut/ShortcutConfiguration.php |
718 | /modules/paypal/smarty/plugins/modifier.paypalreplace.php |
719 | /modules/paypal/translations/en.php |
720 | /modules/paypal/classes/Constants/PaypalConfigurations.php |
721 | /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php |
722 | /modules/paypal/classes/Constants/WebHookConf.php |
723 | /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php |
724 | /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php |
725 | /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php |
726 | /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php |
727 | /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php |
728 | /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php |
729 | /modules/paypal/diagnostic.php |
730 | /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php |
731 | /modules/paypal/classes/AbstractMethodPaypal.php |
732 | /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php |
733 | /modules/paypal/classes/MethodEC.php |
734 | /modules/paypal/classes/WhiteList/WhiteListService.php |
735 | /modules/paypal/classes/API/PaypalApiManager.php |
736 | /modules/paypal/classes/API/PaypalApiManagerInterface.php |
737 | /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php |
738 | /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php |
739 | /modules/paypal/classes/API/PaypalClient.php |
740 | /modules/paypal/classes/API/Client/HttpClient.php |
741 | /modules/paypal/classes/API/ClientInterface.php |
742 | /modules/paypal/classes/API/Environment/PaypalEnvironment.php |
743 | /modules/paypal/classes/API/EnvironmentInterface.php |
744 | /modules/paypal/classes/API/Injector/AuthorizationInjector.php |
745 | /modules/paypal/classes/API/InjectorInterface.php |
746 | /modules/paypal/classes/API/Injector/BnCodeInjector.php |
747 | /modules/paypal/classes/API/Injector/UserAgentInjector.php |
748 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
749 | /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php |
750 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php |
751 | /modules/uecookie/uecookie.php |
752 | /modules/uecookie/key.php |
753 | /var/cache/prod/smarty/compile/classic/83/d1/df/83d1dfd9c2cfeed4e3a54183ea67f5535ca25d17_2.file.top.tpl.php |
754 | /modules/ps_shoppingcart/ps_shoppingcart.php |
755 | /modules/freega4/freega4.php |
756 | /modules/freega4/translations/en.php |
757 | /var/cache/prod/smarty/compile/classic/34/9e/88/349e886f3f186cfdc804e981f2d67d11a38b8ec2_2.file.gtag.tpl.php |
758 | /vendor/smarty/smarty/libs/plugins/modifier.escape.php |
759 | /modules/sumuppaymentgateway/sumuppaymentgateway.php |
760 | /modules/sumuppaymentgateway/classes/SumUpSplClassLoader.php |
761 | /modules/sumuppaymentgateway/classes/SumUpLogger.php |
762 | /src/Core/Product/Search/ProductSearchContext.php |
763 | /src/Core/Product/Search/ProductSearchQuery.php |
764 | /src/Core/Product/Search/SortOrder.php |
765 | /modules/ps_facetedsearch/ps_facetedsearch.php |
766 | /modules/ps_facetedsearch/src/HookDispatcher.php |
767 | /modules/ps_facetedsearch/src/Hook/Attribute.php |
768 | /modules/ps_facetedsearch/src/Hook/AbstractHook.php |
769 | /modules/ps_facetedsearch/src/Hook/AttributeGroup.php |
770 | /modules/ps_facetedsearch/src/Hook/Category.php |
771 | /modules/ps_facetedsearch/src/Hook/Configuration.php |
772 | /modules/ps_facetedsearch/src/Hook/Design.php |
773 | /modules/ps_facetedsearch/src/Hook/Feature.php |
774 | /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php |
775 | /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php |
776 | /modules/ps_facetedsearch/src/Hook/FeatureValue.php |
777 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php |
778 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php |
779 | /modules/ps_facetedsearch/src/Hook/Product.php |
780 | /modules/ps_facetedsearch/src/Hook/ProductSearch.php |
781 | /modules/ps_facetedsearch/src/Hook/SpecificPrice.php |
782 | /modules/ps_facetedsearch/src/Filters/Provider.php |
783 | /modules/ps_facetedsearch/src/URLSerializer.php |
784 | /modules/ps_facetedsearch/src/Filters/DataAccessor.php |
785 | /modules/ps_facetedsearch/src/Product/SearchProvider.php |
786 | /src/Core/Product/Search/FacetsRendererInterface.php |
787 | /src/Core/Product/Search/ProductSearchProviderInterface.php |
788 | /modules/ps_facetedsearch/src/Filters/Converter.php |
789 | /modules/ps_facetedsearch/src/Product/SearchFactory.php |
790 | /src/Core/Product/Search/ProductSearchResult.php |
791 | /modules/ps_facetedsearch/src/Product/Search.php |
792 | /modules/ps_facetedsearch/src/Adapter/MySQL.php |
793 | /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php |
794 | /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php |
795 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php |
796 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php |
797 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php |
798 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
799 | /modules/ps_facetedsearch/src/Filters/Products.php |
800 | /classes/stock/StockAvailable.php |
801 | /modules/ps_facetedsearch/src/Filters/Block.php |
802 | /src/Core/Product/Search/Facet.php |
803 | /src/Core/Product/Search/Filter.php |
804 | /src/Core/Product/Search/FacetCollection.php |
805 | /classes/ProductAssembler.php |
806 | /classes/Combination.php |
807 | /classes/tax/Tax.php |
808 | /vendor/prestashop/decimal/src/DecimalNumber.php |
809 | /vendor/prestashop/decimal/src/Builder.php |
810 | /override/classes/Manufacturer.php |
811 | /classes/Manufacturer.php |
812 | /classes/SpecificPrice.php |
813 | /classes/tax/TaxManagerFactory.php |
814 | /classes/tax/TaxRulesTaxManager.php |
815 | /classes/tax/TaxManagerInterface.php |
816 | /classes/tax/TaxCalculator.php |
817 | /classes/GroupReduction.php |
818 | /src/Core/Localization/CLDR/ComputingPrecision.php |
819 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
820 | /classes/Pack.php |
821 | /override/classes/order/Order.php |
822 | /classes/order/Order.php |
823 | /classes/Feature.php |
824 | /src/Core/Domain/Combination/CombinationSettings.php |
825 | /classes/Customization.php |
826 | /classes/ProductPresenterFactory.php |
827 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
828 | /src/Adapter/Presenter/Product/ProductPresenter.php |
829 | /src/Adapter/Product/ProductColorsRetriever.php |
830 | /src/Adapter/HookManager.php |
831 | /src/Core/Product/ProductPresentationSettings.php |
832 | /src/Adapter/Presenter/Product/ProductListingLazyArray.php |
833 | /src/Adapter/Presenter/Product/ProductLazyArray.php |
834 | /classes/Image.php |
835 | /vendor/prestashop/decimal/src/Operation/Multiplication.php |
836 | /vendor/prestashop/decimal/src/Operation/Addition.php |
837 | /var/cache/prod/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php |
838 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
839 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
840 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
841 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
842 | /var/cache/prod/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php |
843 | /src/Core/Product/Search/Pagination.php |
844 | /modules/creativeelements/classes/CETemplate.php |
845 | /modules/creativeelements/modules/theme/files/css/kit.php |
846 | /modules/creativeelements/core/files/css/post.php |
847 | /modules/creativeelements/core/files/css/base.php |
848 | /modules/creativeelements/core/files/base.php |
849 | /modules/creativeelements/includes/stylesheet.php |
850 | /modules/creativeelements/classes/CETheme.php |
851 | /var/cache/prod/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php |
852 | /var/cache/prod/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php |
853 | /var/cache/prod/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php |
854 | /var/cache/prod/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php |
855 | /var/cache/prod/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php |
856 | /var/cache/prod/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php |
857 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/bc/d1/6b/bcd16bbf02d918ee47034a9e45603c437fbda18e_2.file.category.tpl.php |
858 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ad/70/52/ad7052edabdacf408d556d5c3bb20e79405893fb_2.file.layout-left-column.tpl.php |
859 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/a1/54/44/a154446ac13deb8ae043d1caa797021a8bdd69a4_2.file.layout-both-columns.tpl.php |
860 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/03/bc/be/03bcbe1f66bc359ecb448511d9a83783735d696b_2.file.helpers.tpl.php |
861 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
862 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/69/82/ff/6982ffab8a100791789668f4e6f5ac01eb314539_2.file.head.tpl.php |
863 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/6b/27/ee/6b27ee779bcc504d62a8d6115783924adf8162e0_2.file.head-jsonld.tpl.php |
864 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/65/e6/ed/65e6ed50e689b748e7091e774fefaac791602e8f_2.file.product-list-jsonld.tpl.php |
865 | /src/Core/Util/String/StringModifier.php |
866 | /src/Core/Util/String/StringModifierInterface.php |
867 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/95/0a/07/950a0751c4082ae941a6a1abfde3fbd62b5280ca_2.file.pagination-seo.tpl.php |
868 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
869 | /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php |
870 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/46/62/9e/46629edca06d6d04266772fb7e23cd594db1dbe5_2.file.stylesheets.tpl.php |
871 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ea/ff/82/eaff82a756569c10638e3f74343f0717d8b2e576_2.file.javascript.tpl.php |
872 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c9/3a/ae/c93aae3dd6c9addaa30b586243ffcd6e7586999b_2.file.javascript.tpl.php |
873 | /classes/ProductDownload.php |
874 | /src/Core/Cart/Calculator.php |
875 | /src/Core/Cart/CartRowCollection.php |
876 | /src/Core/Cart/Fees.php |
877 | /src/Core/Cart/AmountImmutable.php |
878 | /src/Core/Cart/CartRuleCollection.php |
879 | /src/Core/Cart/CartRuleCalculator.php |
880 | /src/Adapter/Product/PriceCalculator.php |
881 | /src/Core/Cart/CartRow.php |
882 | /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php |
883 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/c2/92/27/c29227474ee3ec7871a9dfaa24f6df49c21a72f6_2.file.product-activation.tpl.php |
884 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/fe/46/31/fe46316e390b7e23e4e8bf76d6f89e44d4fc75c1_2.file.header.tpl.php |
885 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/e5/e1/38/e5e1387322c555b11431a62215d60ea76284a1ac_2.file.notifications.tpl.php |
886 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/3e/f4/15/3ef415bea35c0f04ae5b3e0f4d967206d0fa8138_2.file.breadcrumb.tpl.php |
887 | /modules/ps_categorytree/ps_categorytree.php |
888 | /var/cache/prod/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php |
889 | /var/cache/prod/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php |
890 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/ef/18/7a/ef187a067b1c96eda935f64ee973999b9b0217d0_2.file.footer.tpl.php |
891 | /var/cache/prod/smarty/compile/classiclayouts_layout_left_column_tpl/5e/03/d7/5e03d799cb9ce1c176b7d39bff654add6c204dc4_2.file.password-policy-template.tpl.php |
892 | /modules/creativeelements/core/files/css/global-css.php |
893 | /modules/creativeelements/includes/fonts.php |
894 | /modules/creativeelements/core/settings/page/model.php |
895 | /modules/creativeelements/core/settings/base/css-model.php |
896 | /modules/creativeelements/core/settings/base/model.php |
897 | /modules/creativeelements/includes/utils.php |
898 | /modules/creativeelements/includes/controls/text.php |
899 | /modules/creativeelements/includes/controls/base-data.php |
900 | /modules/creativeelements/includes/controls/base.php |
901 | /modules/creativeelements/includes/controls/number.php |
902 | /modules/creativeelements/includes/controls/textarea.php |
903 | /modules/creativeelements/includes/controls/select.php |
904 | /modules/creativeelements/includes/controls/switcher.php |
905 | /modules/creativeelements/includes/controls/button.php |
906 | /modules/creativeelements/includes/controls/base-ui.php |
907 | /modules/creativeelements/includes/controls/hidden.php |
908 | /modules/creativeelements/includes/controls/heading.php |
909 | /modules/creativeelements/includes/controls/raw-html.php |
910 | /modules/creativeelements/includes/controls/popover-toggle.php |
911 | /modules/creativeelements/includes/controls/section.php |
912 | /modules/creativeelements/includes/controls/tab.php |
913 | /modules/creativeelements/includes/controls/tabs.php |
914 | /modules/creativeelements/includes/controls/divider.php |
915 | /modules/creativeelements/includes/controls/deprecated-notice.php |
916 | /modules/creativeelements/includes/controls/color.php |
917 | /modules/creativeelements/includes/controls/media.php |
918 | /modules/creativeelements/includes/controls/base-multiple.php |
919 | /modules/creativeelements/includes/controls/slider.php |
920 | /modules/creativeelements/includes/controls/base-units.php |
921 | /modules/creativeelements/includes/controls/dimensions.php |
922 | /modules/creativeelements/includes/controls/choose.php |
923 | /modules/creativeelements/includes/controls/wysiwyg.php |
924 | /modules/creativeelements/includes/controls/code.php |
925 | /modules/creativeelements/includes/controls/font.php |
926 | /modules/creativeelements/includes/controls/url.php |
927 | /modules/creativeelements/includes/controls/repeater.php |
928 | /modules/creativeelements/includes/controls/icon.php |
929 | /modules/creativeelements/includes/controls/icons.php |
930 | /modules/creativeelements/includes/controls/structure.php |
931 | /modules/creativeelements/includes/controls/select2.php |
932 | /modules/creativeelements/includes/controls/date-time.php |
933 | /modules/creativeelements/includes/controls/box-shadow.php |
934 | /modules/creativeelements/includes/controls/text-shadow.php |
935 | /modules/creativeelements/includes/controls/animation.php |
936 | /modules/creativeelements/includes/controls/hover-animation.php |
937 | /modules/creativeelements/includes/controls/exit-animation.php |
938 | /modules/creativeelements/includes/controls/groups/background.php |
939 | /modules/creativeelements/includes/controls/groups/base.php |
940 | /modules/creativeelements/includes/interfaces/group-control.php |
941 | /modules/creativeelements/includes/controls/groups/border.php |
942 | /modules/creativeelements/includes/controls/groups/typography.php |
943 | /modules/creativeelements/includes/controls/groups/image-size.php |
944 | /modules/creativeelements/includes/controls/groups/box-shadow.php |
945 | /modules/creativeelements/includes/controls/groups/css-filter.php |
946 | /modules/creativeelements/includes/controls/groups/backdrop-filter.php |
947 | /modules/creativeelements/includes/controls/groups/text-shadow.php |
948 | /modules/creativeelements/includes/controls/groups/text-stroke.php |
949 | /modules/creativeelements/modules/catalog/controls/select-category.php |
950 | /modules/creativeelements/modules/catalog/controls/select-manufacturer.php |
951 | /modules/creativeelements/modules/catalog/controls/select-supplier.php |
952 | /modules/creativeelements/modules/cms/controls/select-category.php |
953 | /modules/creativeelements/modules/motion-effects/controls-group.php |
954 | /modules/creativeelements/core/settings/general/model.php |
955 | /modules/creativeelements/core/settings/editor-preferences/model.php |
956 | /var/cache/prod/smarty/compile/54/e3/1f/54e31fd2ac27c369b3148c15df5d2f5e33b0bde1_2.file.assets.tpl.php |