Warning: Array to string conversion in /usr/local/www/turbocentras.com/www/tools/profiling/Profiler.php on line 158
Turbolader

Turbolader

Product added to wishlist

This site use cookies. Find out more about personal information in our Privacy Policy page.

Load Time 2311 ms
Querying Time 103 ms
Queries 991
Memory Peak Usage 48.6 Mb
Included Files 1108 files - 11.37 Mb
PrestaShop Cache - Mb
Global vars 0.18 Mb
PrestaShop Version 8.2.0
PHP Version 8.3.19
MySQL Version 8.0.39
Memory Limit 2048M
Max Execution Time 30s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 0.998 ms 0.998 ms 3.60 Mb 3.6 Mb
__construct 5.246 ms 6.244 ms 0.28 Mb 3.9 Mb
init 490.556 ms 496.800 ms 23.07 Mb 27.6 Mb
checkAccess 0.002 ms 496.802 ms - Mb 27.6 Mb
setMedia 0.546 ms 497.348 ms 0.08 Mb 27.6 Mb
postProcess 0.002 ms 497.350 ms - Mb 27.6 Mb
initHeader 0.001 ms 497.351 ms - Mb 27.6 Mb
initContent 94.741 ms 592.092 ms 8.04 Mb 35.2 Mb
initFooter 0.002 ms 592.094 ms - Mb 35.2 Mb
display 1719 ms 2311 ms 12.48 Mb 48.6 Mb
Hook Time Memory Usage
ActionOutputHTMLBefore 158.127 ms - Mb
displayMainMenu 20.355 ms 5.93 Mb
displayProductListReviews 4.974 ms 0.91 Mb
displayProductListFunctionalButtons 3.373 ms 0.04 Mb
DisplayTop 2.721 ms 0.65 Mb
DisplayBeforeBodyClosingTag 2.303 ms 0.13 Mb
displayLeftColumn 2.232 ms 0.37 Mb
displayBeforeBodyClosingTag 2.109 ms 0.45 Mb
displayFooter 1.424 ms 0.19 Mb
DisplayHeader 0.985 ms 0.10 Mb
displayNav2 0.902 ms 0.16 Mb
displayNav1 0.857 ms 0.14 Mb
Header 0.658 ms 0.03 Mb
renderWidget 0.395 ms 0.10 Mb
DisplayLeftColumn 0.223 ms 0.14 Mb
DisplayNavFullWidth 0.208 ms 0.03 Mb
IsJustElementor 0.197 ms 0.02 Mb
displayTop 0.188 ms 0.01 Mb
displayNavFullWidth 0.179 ms 0.01 Mb
displayAfterBreadcrumb 0.161 ms 0.03 Mb
displayAboveMobileMenu 0.155 ms 0.01 Mb
displayHeaderButtons 0.150 ms 0.01 Mb
ProductSearchProvider 0.133 ms - Mb
displayBelowHeader 0.130 ms 0.01 Mb
displayNavCenter 0.124 ms 0.01 Mb
displayWrapperTop 0.121 ms 0.01 Mb
ActionFrontControllerSetMedia 0.092 ms - Mb
OverrideLayoutTemplate 0.034 ms - Mb
ActionDispatcher 0.010 ms - Mb
ActionProductSearchAfter 0.006 ms - Mb
displayVerticalMenu 0.004 ms - Mb
ActionFrontControllerInitBefore 0.003 ms - Mb
ModuleRoutes 0.002 ms - Mb
33 hook(s) 203.535 ms 9.29 Mb
Module Time Memory Usage
turbocatalog 1.030 ms 0.26 Mb
iqitthemeeditor 484.298 ms 22.06 Mb
simplesecurity 0.094 ms 0.04 Mb
ps_emailsubscription 0.556 ms 0.10 Mb
ps_emailalerts 0.106 ms 0.04 Mb
revsliderprestashop 3.403 ms 0.74 Mb
ps_shoppingcart 0.110 ms 0.02 Mb
iqitcontactpage 0.819 ms 0.10 Mb
iqitcookielaw 0.408 ms 0.07 Mb
iqitcountdown 0.107 ms 0.02 Mb
iqitlinksmanager 0.836 ms 0.15 Mb
pricealerts 0.301 ms 0.04 Mb
paypal 1.590 ms 0.24 Mb
iqitsizecharts 0.142 ms 0.12 Mb
iqitreviews 5.135 ms 0.96 Mb
iqitwishlist 5.608 ms 0.59 Mb
iqitmegamenu 20.525 ms 5.91 Mb
iqitelementor 0.424 ms 0.09 Mb
iqitextendedproduct 0.136 ms 0.11 Mb
iqitfreedeliverycount 0.098 ms 0.02 Mb
ps_modifier 0.066 ms 0.02 Mb
makecommercepayments 0.109 ms 0.03 Mb
simplevotings 0.090 ms 0.02 Mb
ps_facetedsearch 0.577 ms 0.18 Mb
vatchecker 0.170 ms 0.06 Mb
iqithtmlandbanners 1.738 ms 0.28 Mb
ps_languageselector 0.487 ms 0.08 Mb
ps_currencyselector 0.148 ms 0.06 Mb
iqitsearch 0.470 ms 0.12 Mb
ps_customersignin 0.044 ms 0.02 Mb
iqitproductsnav 0.227 ms 0.05 Mb
ps_categorytree 2.286 ms 0.39 Mb
statsdata 2.357 ms 0.15 Mb
htmlminifier 158.162 ms - Mb
34 module(s) 692.656 ms 32.90 Mb

Stopwatch SQL - 991 queries

# Query Time (ms) Rows Filesort Group By Location
391
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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 ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (27, 98, 170, 50, 10, 25))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.date_upd DESC, p.id_product DESC
2.682 ms 744 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.503 ms 6076 /classes/Configuration.php:180
990
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('17162530', '', 'turbocentras.com/de/3-turbolader?q=Vehicle-Dodge-DS-JCB-Kia-Opel-Mazda', '', '2025-06-03 07:47:28')
1.975 ms 1 /classes/ObjectModel.php:622
14
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.139 ms 5524 Yes Yes /classes/Hook.php:1267
403
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
0.913 ms 0 /classes/Hook.php:1326
404
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.808 ms 454 /classes/Hook.php:452
393
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-06-03 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5132,7479,4566,4832,4799,5150,7997,5590,4548,5249,4834,4567,4787,4660,4837,5290,5186,5078,5200,4805,4508,4627,6427,5963)
0.787 ms 24 /classes/ProductAssembler.php:95
747
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 4 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 4
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.581 ms 67 Yes Yes /classes/Category.php:785
978
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 4
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.560 ms 67 Yes Yes /classes/Category.php:785
388
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC
0.453 ms 103 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
20
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.437 ms 390 Yes /classes/Dispatcher.php:652
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.354 ms 984 /classes/Hook.php:1366
522
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 4834 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.350 ms 4 Yes /classes/SpecificPrice.php:576
480
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7997 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.338 ms 4 Yes /classes/SpecificPrice.php:576
586
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5186 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.333 ms 4 Yes /classes/SpecificPrice.php:576
467
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5150 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.329 ms 4 Yes /classes/SpecificPrice.php:576
574
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5290 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.324 ms 4 Yes /classes/SpecificPrice.php:576
620
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 4805 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.309 ms 4 Yes /classes/SpecificPrice.php:576
485
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7997 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7997 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.308 ms 0 /classes/Cart.php:1430
424
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7479 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.299 ms 4 Yes /classes/SpecificPrice.php:576
665
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5963 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.299 ms 4 Yes /classes/SpecificPrice.php:576
598
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5078 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.299 ms 4 Yes /classes/SpecificPrice.php:576
652
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 131) AND
`id_group` IN (0, 1) AND `id_product` = 6427 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00: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
0.291 ms 4 Yes /classes/SpecificPrice.php:576
495
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5590 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5590 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.284 ms 0 /classes/Cart.php:1430
591
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5186 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.281 ms 0 /classes/Cart.php:1430
460
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4799 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4799 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.276 ms 0 /classes/Cart.php:1430
472
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5150 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.271 ms 0 /classes/Cart.php:1430
449
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4832 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4832 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.266 ms 0 /classes/Cart.php:1430
557
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4660 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4660 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.266 ms 0 /classes/Cart.php:1430
18
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 ORDER BY m.`name` ASC
0.264 ms 165 Yes /classes/Manufacturer.php:201
439
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4566 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4566 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.262 ms 0 /classes/Cart.php:1430
527
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4834 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4834 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.261 ms 0 /classes/Cart.php:1430
412
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5132 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.260 ms 0 /classes/Cart.php:1430
387
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC
0.260 ms 1 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.258 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
625
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4805 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4805 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.256 ms 0 /classes/Cart.php:1430
429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7479 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7479 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.255 ms 0 /classes/Cart.php:1430
603
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5078 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5078 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.255 ms 0 /classes/Cart.php:1430
515
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5249 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5249 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.254 ms 0 /classes/Cart.php:1430
583
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5186) AND (b.`id_shop` = 1) LIMIT 1
0.253 ms 1 /src/Adapter/EntityMapper.php:71
548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4787
ORDER BY f.position ASC
0.250 ms 1 Yes /classes/Product.php:6013
505
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4548 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4548 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.249 ms 0 /classes/Cart.php:1430
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.245 ms 984 /classes/Hook.php:1326
645
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4627 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4627 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.242 ms 0 /classes/Cart.php:1430
670
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5963 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.241 ms 0 /classes/Cart.php:1430
381
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 4) AND (a1.`id_lang` = 4) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.240 ms 2 /classes/PrestaShopCollection.php:383
613
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5200 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.239 ms 0 /classes/Cart.php:1430
486
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7997
ORDER BY f.position ASC
0.239 ms 1 Yes /classes/Product.php:6013
567
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4837 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4837 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.239 ms 0 /classes/Cart.php:1430
579
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5290 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5290 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.232 ms 0 /classes/Cart.php:1430
604
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5078
ORDER BY f.position ASC
0.232 ms 1 Yes /classes/Product.php:6013
635
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4508 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4508 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.232 ms 0 /classes/Cart.php:1430
657
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6427 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6427 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.232 ms 0 /classes/Cart.php:1430
430
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7479
ORDER BY f.position ASC
0.230 ms 1 Yes /classes/Product.php:6013
646
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4627
ORDER BY f.position ASC
0.229 ms 1 Yes /classes/Product.php:6013
688
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4837
ORDER BY `position`
0.226 ms 7 Yes /classes/Product.php:3539
537
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4567 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4567 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.225 ms 0 /classes/Cart.php:1430
547
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4787 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4787 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.225 ms 0 /classes/Cart.php:1430
658
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 6427
ORDER BY f.position ASC
0.222 ms 1 Yes /classes/Product.php:6013
744
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 4
ORDER BY hss.position
0.221 ms 10 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
551
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4660) AND (b.`id_shop` = 1) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
461
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4799
ORDER BY f.position ASC
0.218 ms 1 Yes /classes/Product.php:6013
368
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.216 ms 1 Yes Yes /classes/Category.php:916
464
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5150) AND (b.`id_shop` = 1) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
614
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5200
ORDER BY f.position ASC
0.214 ms 1 Yes /classes/Product.php:6013
531
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4567) AND (b.`id_shop` = 1) LIMIT 1
0.213 ms 1 /src/Adapter/EntityMapper.php:71
433
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4566) AND (b.`id_shop` = 1) LIMIT 1
0.211 ms 1 /src/Adapter/EntityMapper.php:71
414
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 131
AND tr.`id_tax_rules_group` = 5
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.210 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:100
489
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5590) AND (b.`id_shop` = 1) LIMIT 1
0.210 ms 1 /src/Adapter/EntityMapper.php:71
592
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5186
ORDER BY f.position ASC
0.209 ms 1 Yes /classes/Product.php:6013
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.205 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
581
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5186
AND image_shop.`cover` = 1 LIMIT 1
0.203 ms 4 /classes/Product.php:3570
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.203 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.202 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.200 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
473
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5150
ORDER BY f.position ASC
0.194 ms 1 Yes /classes/Product.php:6013
450
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4832
ORDER BY f.position ASC
0.193 ms 1 Yes /classes/Product.php:6013
417
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7479) AND (b.`id_shop` = 1) LIMIT 1
0.192 ms 1 /src/Adapter/EntityMapper.php:71
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.192 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
440
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4566
ORDER BY f.position ASC
0.190 ms 1 Yes /classes/Product.php:6013
506
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4548
ORDER BY f.position ASC
0.190 ms 1 Yes /classes/Product.php:6013
571
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5290) AND (b.`id_shop` = 1) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:71
17
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.189 ms 115 /classes/module/Module.php:341
558
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4660
ORDER BY f.position ASC
0.189 ms 1 Yes /classes/Product.php:6013
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.188 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
453
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4799) AND (b.`id_shop` = 1) LIMIT 1
0.188 ms 1 /src/Adapter/EntityMapper.php:71
496
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5590
ORDER BY f.position ASC
0.188 ms 1 Yes /classes/Product.php:6013
528
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4834
ORDER BY f.position ASC
0.188 ms 1 Yes /classes/Product.php:6013
595
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5078) AND (b.`id_shop` = 1) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:71
476
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7997) AND (b.`id_shop` = 1) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:71
607
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5200) AND (b.`id_shop` = 1) LIMIT 1
0.187 ms 1 /src/Adapter/EntityMapper.php:71
629
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4508) AND (b.`id_shop` = 1) LIMIT 1
0.184 ms 1 /src/Adapter/EntityMapper.php:71
568
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4837
ORDER BY f.position ASC
0.184 ms 1 Yes /classes/Product.php:6013
636
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4508
ORDER BY f.position ASC
0.183 ms 1 Yes /classes/Product.php:6013
23
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.183 ms 115 /classes/module/Module.php:341
561
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4837) AND (b.`id_shop` = 1) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:71
580
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5290
ORDER BY f.position ASC
0.181 ms 1 Yes /classes/Product.php:6013
509
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5249) AND (b.`id_shop` = 1) LIMIT 1
0.179 ms 1 /src/Adapter/EntityMapper.php:71
925
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.179 ms 1 Yes Yes /classes/Product.php:4513
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.178 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
413
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5132
ORDER BY f.position ASC
0.178 ms 1 Yes /classes/Product.php:6013
516
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5249
ORDER BY f.position ASC
0.178 ms 1 Yes /classes/Product.php:6013
617
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4805) AND (b.`id_shop` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
649
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6427) AND (b.`id_shop` = 1) LIMIT 1
0.177 ms 1 /src/Adapter/EntityMapper.php:71
661
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5963) AND (b.`id_shop` = 1) LIMIT 1
0.176 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5963
ORDER BY f.position ASC
0.176 ms 1 Yes /classes/Product.php:6013
626
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4805
ORDER BY f.position ASC
0.175 ms 1 Yes /classes/Product.php:6013
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.174 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.174 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
499
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4548) AND (b.`id_shop` = 1) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:71
443
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4832) AND (b.`id_shop` = 1) LIMIT 1
0.171 ms 1 /src/Adapter/EntityMapper.php:71
639
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4627) AND (b.`id_shop` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:71
699
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.169 ms 1 /classes/Cart.php:4249
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'turbocentras.com' OR su.domain_ssl = 'turbocentras.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.167 ms 1 Yes /classes/shop/Shop.php:1364
685
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4567
ORDER BY `position`
0.167 ms 5 Yes /classes/Product.php:3539
694
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4508
ORDER BY `position`
0.165 ms 7 Yes /classes/Product.php:3539
382
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `ps_group` g
LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 4)
ORDER BY g.`id_group` ASC
0.164 ms 13 /classes/Group.php:107
519
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4834) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:71
684
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4834
ORDER BY `position`
0.162 ms 5 Yes /classes/Product.php:3539
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.159 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
538
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4567
ORDER BY f.position ASC
0.159 ms 1 Yes /classes/Product.php:6013
675
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7479
ORDER BY `position`
0.158 ms 5 Yes /classes/Product.php:3539
690
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5186
ORDER BY `position`
0.158 ms 4 Yes /classes/Product.php:3539
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.157 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
678
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4799
ORDER BY `position`
0.157 ms 10 Yes /classes/Product.php:3539
974
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.157 ms 1 Yes Yes /classes/Category.php:916
679
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5150
ORDER BY `position`
0.156 ms 5 Yes /classes/Product.php:3539
691
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5078
ORDER BY `position`
0.156 ms 5 Yes /classes/Product.php:3539
405
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 131
AND tr.`id_tax_rules_group` = 5
AND tr.`id_state` IN (0, 0)
AND ('LT-03156' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'LT-03156')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.155 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:100
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.154 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
386
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 3
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.154 ms 5 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
392
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="e410b1817725e59e818af1f71d2c137e" LIMIT 1
0.154 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.153 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.153 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
397
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5132) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
676
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4566
ORDER BY `position`
0.153 ms 5 Yes /classes/Product.php:3539
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.152 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
682
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4548
ORDER BY `position`
0.152 ms 6 Yes /classes/Product.php:3539
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.151 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
487
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5590
AND image_shop.`cover` = 1 LIMIT 1
0.151 ms 5 /classes/Product.php:3570
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.150 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.150 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
687
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4660
ORDER BY `position`
0.149 ms 5 Yes /classes/Product.php:3539
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.149 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.148 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
345
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
672
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5132
ORDER BY `position`
0.148 ms 4 Yes /classes/Product.php:3539
462
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5150
AND image_shop.`cover` = 1 LIMIT 1
0.148 ms 5 /classes/Product.php:3570
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.147 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.147 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.147 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.146 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
697
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5963
ORDER BY `position`
0.146 ms 4 Yes /classes/Product.php:3539
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.145 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.145 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
683
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5249
ORDER BY `position`
0.145 ms 6 Yes /classes/Product.php:3539
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.144 ms 1 Yes /classes/shop/Shop.php:715
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.144 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
677
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4832
ORDER BY `position`
0.144 ms 5 Yes /classes/Product.php:3539
927
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7479) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.144 ms 1 Yes Yes /classes/Product.php:4513
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
681
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5590
ORDER BY `position`
0.143 ms 5 Yes /classes/Product.php:3539
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
714
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1
0.143 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.142 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
394
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5132
AND image_shop.`cover` = 1 LIMIT 1
0.142 ms 4 /classes/Product.php:3570
686
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4787
ORDER BY `position`
0.141 ms 5 Yes /classes/Product.php:3539
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
541
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4787) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.139 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.139 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
695
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4627
ORDER BY `position`
0.139 ms 5 Yes /classes/Product.php:3539
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
410
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 131
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('LT-03156' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'LT-03156')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.138 ms 0 /classes/tax/TaxRulesTaxManager.php:100
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
698
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 3 LIMIT 1
0.138 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.137 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
415
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7479
AND image_shop.`cover` = 1 LIMIT 1
0.137 ms 5 /classes/Product.php:3570
689
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5290
ORDER BY `position`
0.137 ms 4 Yes /classes/Product.php:3539
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.136 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
385
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.135 ms 1 /classes/Category.php:2446
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
680
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 7997
ORDER BY `position`
0.135 ms 5 Yes /classes/Product.php:3539
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
451
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4799
AND image_shop.`cover` = 1 LIMIT 1
0.132 ms 10 /classes/Product.php:3570
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
605
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5200
AND image_shop.`cover` = 1 LIMIT 1
0.132 ms 4 /classes/Product.php:3570
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
371
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
593
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5078
AND image_shop.`cover` = 1 LIMIT 1
0.130 ms 5 /classes/Product.php:3570
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
647
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6427
AND image_shop.`cover` = 1 LIMIT 1
0.128 ms 4 /classes/Product.php:3570
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
693
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 4805
ORDER BY `position`
0.127 ms 5 Yes /classes/Product.php:3539
659
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5963
AND image_shop.`cover` = 1 LIMIT 1
0.126 ms 4 /classes/Product.php:3570
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.126 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
384
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 4
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 131) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.125 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.125 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
490
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5590 LIMIT 1
0.125 ms 1 /classes/SpecificPrice.php:435
929
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4566) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.125 ms 1 Yes Yes /classes/Product.php:4513
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.123 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.123 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.122 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.122 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
507
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5249
AND image_shop.`cover` = 1 LIMIT 1
0.122 ms 6 /classes/Product.php:3570
549
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4660
AND image_shop.`cover` = 1 LIMIT 1
0.122 ms 5 /classes/Product.php:3570
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.121 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
615
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4805
AND image_shop.`cover` = 1 LIMIT 1
0.120 ms 5 /classes/Product.php:3570
431
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4566
AND image_shop.`cover` = 1 LIMIT 1
0.119 ms 5 /classes/Product.php:3570
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.118 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.118 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.117 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
478
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7997 LIMIT 1
0.117 ms 4 /classes/SpecificPrice.php:435
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.117 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
931
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4832) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.117 ms 1 Yes Yes /classes/Product.php:4513
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.116 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
637
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4627
AND image_shop.`cover` = 1 LIMIT 1
0.116 ms 5 /classes/Product.php:3570
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.115 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.115 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
441
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4832
AND image_shop.`cover` = 1 LIMIT 1
0.115 ms 5 /classes/Product.php:3570
918
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.115 ms 3 Yes /classes/Currency.php:687
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.114 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
474
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7997
AND image_shop.`cover` = 1 LIMIT 1
0.114 ms 5 /classes/Product.php:3570
497
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4548
AND image_shop.`cover` = 1 LIMIT 1
0.114 ms 6 /classes/Product.php:3570
937
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7997) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.114 ms 1 Yes Yes /classes/Product.php:4513
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
465
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5150 LIMIT 1
0.113 ms 4 /classes/SpecificPrice.php:435
692
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 5200
ORDER BY `position`
0.113 ms 4 Yes /classes/Product.php:3539
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.112 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.112 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.112 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.111 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.111 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
933
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4799) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.111 ms 1 Yes Yes /classes/Product.php:4513
935
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5150) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.111 ms 1 Yes Yes /classes/Product.php:4513
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.111 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
569
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5290
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 4 /classes/Product.php:3570
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.110 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.110 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
627
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4508
AND image_shop.`cover` = 1 LIMIT 1
0.109 ms 7 /classes/Product.php:3570
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
696
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 6427
ORDER BY `position`
0.109 ms 4 Yes /classes/Product.php:3539
941
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4548) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.109 ms 1 Yes Yes /classes/Product.php:4513
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.108 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.108 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
529
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4567
AND image_shop.`cover` = 1 LIMIT 1
0.108 ms 5 /classes/Product.php:3570
559
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4837
AND image_shop.`cover` = 1 LIMIT 1
0.108 ms 7 /classes/Product.php:3570
939
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5590) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.108 ms 1 Yes Yes /classes/Product.php:4513
943
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.108 ms 1 Yes Yes /classes/Product.php:4513
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.107 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.107 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.107 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
702
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.107 ms 3 /classes/Currency.php:1134
967
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4627) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.107 ms 1 Yes Yes /classes/Product.php:4513
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.106 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
585
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5186
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.106 ms 1 /classes/SpecificPrice.php:256
945
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4834) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.106 ms 1 Yes Yes /classes/Product.php:4513
947
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4567) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.106 ms 1 Yes Yes /classes/Product.php:4513
965
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4508) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.106 ms 1 Yes Yes /classes/Product.php:4513
969
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6427) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.106 ms 1 Yes Yes /classes/Product.php:4513
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.106 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.106 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.106 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4834
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 5 /classes/Product.php:3570
346
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.105 ms 3 Yes /classes/Currency.php:708
890
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 28) LIMIT 1
0.105 ms 1 /src/Adapter/EntityMapper.php:71
953
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4837) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.105 ms 1 Yes Yes /classes/Product.php:4513
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.105 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
951
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4660) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.105 ms 1 Yes Yes /classes/Product.php:4513
955
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5290) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.105 ms 1 Yes Yes /classes/Product.php:4513
961
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.105 ms 1 Yes Yes /classes/Product.php:4513
971
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5963) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.105 ms 1 Yes Yes /classes/Product.php:4513
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
354
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.104 ms 1 /src/Adapter/EntityMapper.php:71
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
700
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.104 ms 1 /classes/module/Module.php:2659
957
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5186) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.103 ms 1 Yes Yes /classes/Product.php:4513
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
949
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4787) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.103 ms 1 Yes Yes /classes/Product.php:4513
959
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5078) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.103 ms 1 Yes Yes /classes/Product.php:4513
963
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4805) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.103 ms 1 Yes Yes /classes/Product.php:4513
21
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.102 ms 115 /src/Adapter/Module/Repository/ModuleRepository.php:99
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.101 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.101 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.101 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
556
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4660) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
584
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5186 LIMIT 1
0.100 ms 4 /classes/SpecificPrice.php:435
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
539
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4787
AND image_shop.`cover` = 1 LIMIT 1
0.099 ms 5 /classes/Product.php:3570
745
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.099 ms 1 /src/Adapter/EntityMapper.php:71
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.098 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.098 ms 1 /src/Adapter/EntityMapper.php:71
389
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1
0.098 ms 1 /src/Adapter/EntityMapper.php:71
989
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 33778633
AND `date_add` > '2025-06-03 07:17:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.098 ms 1 Yes /classes/Connection.php:168
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
715
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-whiteboard-addon' LIMIT 1
0.097 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
979
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4)
WHERE `level_depth` = 1
0.097 ms 5 /classes/Category.php:2239
874
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM ps_iqitmenulinks l
LEFT JOIN ps_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 4 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1)
0.097 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
375
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.096 ms 8 Yes /classes/ImageType.php:109
523
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4834)
0.096 ms 1 /classes/Product.php:3860
650
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6427 LIMIT 1
0.096 ms 4 /classes/SpecificPrice.php:435
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
587
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5186)
0.095 ms 1 /classes/Product.php:3860
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
390
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1
0.093 ms 5 /src/Adapter/EntityMapper.php:79
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.092 ms 5 /classes/Language.php:1214
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
608
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5200 LIMIT 1
0.092 ms 1 /classes/SpecificPrice.php:435
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
510
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5249 LIMIT 1
0.091 ms 1 /classes/SpecificPrice.php:435
982
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 4 AND c.`nleft` >= 2 AND c.`nright` <= 133 ORDER BY `nleft` DESC
0.091 ms 2 /classes/Category.php:1594
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
572
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5290 LIMIT 1
0.091 ms 4 /classes/SpecificPrice.php:435
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
481
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 7997)
0.090 ms 1 /classes/Product.php:3860
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
713
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.090 ms 1 /classes/Cart.php:1300
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.089 ms 0 /classes/module/Module.php:2659
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.089 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "de-DE" LIMIT 1
0.089 ms 5 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.089 ms 5 /classes/Language.php:880
420
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.089 ms 9083 /classes/SpecificPrice.php:297
621
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4805)
0.089 ms 1 /classes/Product.php:3860
455
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4799 LIMIT 1
0.088 ms 1 /classes/SpecificPrice.php:435
618
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4805 LIMIT 1
0.088 ms 4 /classes/SpecificPrice.php:435
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
596
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5078 LIMIT 1
0.087 ms 4 /classes/SpecificPrice.php:435
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
444
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4832 LIMIT 1
0.086 ms 1 /classes/SpecificPrice.php:435
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
975
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
582
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
411
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5132) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:453
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.083 ms 1 /src/Adapter/EntityMapper.php:71
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.083 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
425
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 7479)
0.083 ms 1 /classes/Product.php:3860
590
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:453
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
468
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5150)
0.082 ms 1 /classes/Product.php:3860
491
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5590)
0.082 ms 1 /classes/Product.php:3860
566
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4837) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:453
920
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1
0.082 ms 1 /classes/module/Module.php:2659
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
419
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7479 LIMIT 1
0.081 ms 4 /classes/SpecificPrice.php:435
479
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7997
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.081 ms 1 /classes/SpecificPrice.php:256
484
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7997) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:453
562
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4837 LIMIT 1
0.081 ms 1 /classes/SpecificPrice.php:435
612
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:453
663
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5963 LIMIT 1
0.081 ms 4 /classes/SpecificPrice.php:435
666
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5963)
0.081 ms 1 /classes/Product.php:3860
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4832) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:453
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
363
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.080 ms 1 /src/Adapter/EntityMapper.php:71
383
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders
0.080 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
488
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.080 ms 1 /classes/Product.php:5659
501
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4548)
0.080 ms 1 /classes/Product.php:3860
609
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5200)
0.080 ms 1 /classes/Product.php:3860
985
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.080 ms 1 /classes/module/Module.php:2659
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
563
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4837)
0.079 ms 1 /classes/Product.php:3860
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
520
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4834 LIMIT 1
0.079 ms 4 /classes/SpecificPrice.php:435
919
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 131 LIMIT 1
0.079 ms 1 /classes/Country.php:272
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
22
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.078 ms 1 /classes/module/Module.php:2041
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
454
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.078 ms 1 /classes/Manufacturer.php:312
494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5590) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.078 ms 1 /classes/stock/StockAvailable.php:453
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.077 ms 5 /classes/Language.php:880
348
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.077 ms 1 /classes/shop/Shop.php:1183
421
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-03 00:00:00' AND '2025-06-03 23:59:59' LIMIT 1
0.077 ms 1 /classes/SpecificPrice.php:377
456
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4799)
0.077 ms 1 /classes/Product.php:3860
459
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4799) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.077 ms 1 /classes/stock/StockAvailable.php:453
500
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4548 LIMIT 1
0.077 ms 1 /classes/SpecificPrice.php:435
514
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5249) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.077 ms 1 /classes/stock/StockAvailable.php:453
599
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5078)
0.077 ms 1 /classes/Product.php:3860
630
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4508 LIMIT 1
0.077 ms 1 /classes/SpecificPrice.php:435
653
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 6427)
0.077 ms 1 /classes/Product.php:3860
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
372
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
434
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4566 LIMIT 1
0.076 ms 1 /classes/SpecificPrice.php:435
526
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4834) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.076 ms 1 /classes/stock/StockAvailable.php:453
606
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.076 ms 1 /classes/Product.php:5659
738
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.076 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.075 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.075 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
532
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4567 LIMIT 1
0.075 ms 1 /classes/SpecificPrice.php:435
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.075 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 131) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
624
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.074 ms 1 /classes/stock/StockAvailable.php:453
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
463
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.074 ms 1 /classes/Product.php:5659
504
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.074 ms 1 /classes/stock/StockAvailable.php:453
511
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5249)
0.074 ms 1 /classes/Product.php:3860
575
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5290)
0.074 ms 1 /classes/Product.php:3860
875
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (3) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.074 ms 1 Yes /classes/CMS.php:143
922
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1
0.074 ms 1 /classes/module/Module.php:2659
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
466
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5150
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.073 ms 1 /classes/SpecificPrice.php:256
640
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4627 LIMIT 1
0.073 ms 1 /classes/SpecificPrice.php:435
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.073 ms 1 /classes/stock/StockAvailable.php:453
716
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-backup-addon' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
471
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.072 ms 1 /classes/stock/StockAvailable.php:453
644
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4627) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.072 ms 1 /classes/stock/StockAvailable.php:453
717
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-typewriter-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
723
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-slicey-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
374
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
435
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4566)
0.071 ms 1 /classes/Product.php:3860
452
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.071 ms 1 /classes/Product.php:5659
552
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4660 LIMIT 1
0.071 ms 1 /classes/SpecificPrice.php:435
641
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4627)
0.071 ms 1 /classes/Product.php:3860
718
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-maintenance-addon' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
722
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-filmstrip-addon' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
729
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-refresh-addon' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
578
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5290) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.071 ms 1 /classes/stock/StockAvailable.php:453
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.070 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.070 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.070 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.070 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
428
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7479) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.070 ms 1 /classes/stock/StockAvailable.php:453
660
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.070 ms 1 /classes/Product.php:5659
719
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-snow-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
720
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-particles-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
721
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-polyfold-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
724
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-beforeafter-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
725
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-weather-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
731
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-liquideffect-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
736
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
364
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
380
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.070 ms 1 /classes/ObjectModel.php:1589
631
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4508)
0.070 ms 1 /classes/Product.php:3860
634
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4508) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.070 ms 1 /classes/stock/StockAvailable.php:453
726
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-panorama-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
728
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-revealer-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
730
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-bubblemorph-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
734
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-domain-switch-addon' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
737
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.069 ms 88 /classes/Hook.php:287
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.069 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
445
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4832)
0.069 ms 1 /classes/Product.php:3860
732
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-explodinglayers-addon' LIMIT 1
0.069 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
735
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.069 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.069 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
602
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5078) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.069 ms 1 /classes/stock/StockAvailable.php:453
727
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-duotonefilters-addon' LIMIT 1
0.069 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
733
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-paintbrush-addon' LIMIT 1
0.069 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.068 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
739
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.068 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
550
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.068 ms 1 /classes/Product.php:5659
619
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4805
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.068 ms 1 /classes/SpecificPrice.php:256
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.067 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.067 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
376
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 131 LIMIT 1
0.067 ms 1 /classes/AddressFormat.php:653
416
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
438
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.067 ms 1 /classes/stock/StockAvailable.php:453
553
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4660)
0.067 ms 1 /classes/Product.php:3860
594
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
597
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5078
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:256
648
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
651
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6427
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.067 ms 1 /classes/SpecificPrice.php:256
740
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.067 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.066 ms 1 /classes/shop/Shop.php:214
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.066 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.066 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.066 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
521
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4834
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.066 ms 1 /classes/SpecificPrice.php:256
656
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.066 ms 1 /classes/stock/StockAvailable.php:453
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.066 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.066 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.066 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
366
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.066 ms 1 /classes/Category.php:2446
477
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
0.066 ms 1 /classes/Manufacturer.php:312
508
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.065 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
422
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-03 00:00:00' AND '2025-06-03 23:59:59' LIMIT 1
0.065 ms 1 /classes/SpecificPrice.php:381
482
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7997 AND id_shop=1 LIMIT 1
0.065 ms 1 /classes/Product.php:6873
673
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.065 ms 1 /classes/FeatureFlag.php:105
533
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4567)
0.065 ms 1 /classes/Product.php:3860
662
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 14
AND `active` = 1 LIMIT 1
0.065 ms 1 /classes/Manufacturer.php:312
926
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7479 LIMIT 1
0.065 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.064 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
524
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4834 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6873
560
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.064 ms 1 /classes/Product.php:5659
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.064 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.064 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.064 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.064 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
638
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.064 ms 1 /classes/Product.php:5659
664
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5963
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.064 ms 1 /classes/SpecificPrice.php:256
924
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5132 LIMIT 1
0.064 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.063 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
432
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
475
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.063 ms 1 /classes/Product.php:5659
564
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4837 AND id_shop=1 LIMIT 1
0.063 ms 1 /classes/Product.php:6873
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.063 ms 5 /classes/Language.php:1080
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.063 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.063 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
373
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
378
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 131) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.063 ms 1 /classes/SpecificPrice.php:426
418
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 28
AND `active` = 1 LIMIT 1
0.063 ms 1 /classes/Manufacturer.php:312
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.062 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.062 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
426
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7479 AND id_shop=1 LIMIT 1
0.062 ms 1 /classes/Product.php:6873
573
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5290
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.062 ms 1 /classes/SpecificPrice.php:256
628
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.062 ms 1 /classes/Product.php:5659
19
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.061 ms 88 /classes/Hook.php:339
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.061 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
442
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
530
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
610
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5200 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6873
616
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4805 AND id_shop=1 LIMIT 1
0.061 ms 1 /classes/Product.php:6873
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.060 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
588
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5186 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6873
872
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
518
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.060 ms 1 /classes/Product.php:5659
542
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4787 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
746
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.059 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
498
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.059 ms 1 /classes/Product.php:5659
674
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.059 ms 8 /classes/ImageType.php:161
370
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.059 ms 0 /classes/module/Module.php:2132
748
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) LIMIT 1
0.059 ms 1 /src/Adapter/EntityMapper.php:71
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.058 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.058 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.058 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.058 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.058 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.058 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
546
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4787) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
577
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5290 AND `id_group` = 1 LIMIT 1
0.058 ms 0 /classes/GroupReduction.php:153
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
667
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5963 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6873
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.057 ms 5 /classes/Language.php:880
379
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 131
0.057 ms 5 /src/Adapter/EntityMapper.php:79
492
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5590 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6873
749
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1
0.057 ms 5 /src/Adapter/EntityMapper.php:79
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.056 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.056 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.056 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.056 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
353
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.056 ms 1 /classes/Currency.php:893
512
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5249 AND id_shop=1 LIMIT 1
0.056 ms 1 /classes/Product.php:6873
543
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 4787)
0.056 ms 1 /classes/Product.php:3860
565
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4837 AND `id_group` = 1 LIMIT 1
0.056 ms 0 /classes/GroupReduction.php:153
873
SELECT SQL_NO_CACHE *
FROM `ps_iqitmegamenu_htmlc` a
LEFT JOIN `ps_iqitmegamenu_htmlc_lang` `b` ON a.`id_html` = b.`id_html` AND b.`id_lang` = 4
WHERE (a.`id_html` = 1) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
401
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
WHERE (p.`id_product` = 5132)
0.056 ms 1 /classes/Product.php:3860
357
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.055 ms 1 /classes/Currency.php:893
361
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.055 ms 5 /src/Adapter/EntityMapper.php:79
395
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1 
AND cl.`id_category` = 3 LIMIT 1
0.055 ms 1 /classes/Category.php:1373
570
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
870
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.055 ms 1 /src/Adapter/EntityMapper.php:71
928
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4566 LIMIT 1
0.055 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
436
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4566 AND id_shop=1 LIMIT 1
0.055 ms 1 /classes/Product.php:6873
611
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5200 AND `id_group` = 1 LIMIT 1
0.055 ms 0 /classes/GroupReduction.php:153
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.054 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.054 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.054 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.054 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
483
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7997 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:153
576
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5290 AND id_shop=1 LIMIT 1
0.054 ms 1 /classes/Product.php:6873
654
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6427 AND id_shop=1 LIMIT 1
0.054 ms 1 /classes/Product.php:6873
423
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7479
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.054 ms 0 /classes/SpecificPrice.php:256
589
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5186 AND `id_group` = 1 LIMIT 1
0.054 ms 0 /classes/GroupReduction.php:153
936
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7997 LIMIT 1
0.054 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.053 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.053 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
502
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4548 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6873
642
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4627 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6873
447
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4832 AND `id_group` = 1 LIMIT 1
0.053 ms 0 /classes/GroupReduction.php:153
600
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5078 AND id_shop=1 LIMIT 1
0.053 ms 1 /classes/Product.php:6873
427
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7479 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:153
623
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4805 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:153
457
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4799 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6873
469
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5150 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6873
525
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4834 AND `id_group` = 1 LIMIT 1
0.051 ms 0 /classes/GroupReduction.php:153
632
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4508 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6873
655
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6427 AND `id_group` = 1 LIMIT 1
0.051 ms 0 /classes/GroupReduction.php:153
355
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.050 ms 5 /classes/Language.php:880
470
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5150 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:153
940
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4548 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
983
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.050 ms 1 /classes/module/Module.php:2659
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.050 ms 1 /classes/shop/ShopUrl.php:178
668
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5963 AND `id_group` = 1 LIMIT 1
0.050 ms 0 /classes/GroupReduction.php:153
871
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.050 ms 1 /src/Adapter/EntityMapper.php:71
930
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4832 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
932
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4799 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
942
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5249 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
349
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.049 ms 1 /classes/Currency.php:893
365
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.049 ms 1 /classes/ObjectModel.php:1724
493
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5590 AND `id_group` = 1 LIMIT 1
0.049 ms 0 /classes/GroupReduction.php:153
968
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 6427 LIMIT 1
0.049 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
446
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4832 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6873
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4567) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
980
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3 LIMIT 1
0.049 ms 1 /classes/Category.php:1584
876
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (2) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.048 ms 1 Yes /classes/CMS.php:143
966
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4627 LIMIT 1
0.048 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
406
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.048 ms 1 /src/Adapter/EntityMapper.php:71
643
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4627 AND `id_group` = 1 LIMIT 1
0.048 ms 0 /classes/GroupReduction.php:153
934
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5150 LIMIT 1
0.048 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
960
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5200 LIMIT 1
0.047 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
407
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.047 ms 5 /src/Adapter/EntityMapper.php:79
458
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4799 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:153
503
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4548 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:153
513
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5249 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:153
743
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.047 ms 1 /classes/Image.php:560
889
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.047 ms 1 /classes/Image.php:560
938
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5590 LIMIT 1
0.047 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
948
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4787 LIMIT 1
0.047 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
950
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4660 LIMIT 1
0.047 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
601
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5078 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:153
633
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4508 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:153
944
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4834 LIMIT 1
0.046 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
946
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4567 LIMIT 1
0.046 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
954
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5290 LIMIT 1
0.046 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
970
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5963 LIMIT 1
0.046 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
956
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5186 LIMIT 1
0.045 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
964
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4508 LIMIT 1
0.045 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
972
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.045 ms 1 /classes/module/Module.php:2659
952
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4837 LIMIT 1
0.045 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
958
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5078 LIMIT 1
0.045 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 4) LIMIT 1
0.044 ms 1 /src/Adapter/EntityMapper.php:71
367
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1
0.044 ms 1 /classes/Category.php:1751
437
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4566 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:153
540
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.044 ms 1 /classes/Product.php:5659
351
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.044 ms 5 /classes/Language.php:880
877
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.044 ms 1 Yes /classes/CMS.php:143
891
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1
0.044 ms 1 /src/Adapter/EntityMapper.php:71
962
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4805 LIMIT 1
0.044 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
751
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.043 ms 5 /src/Adapter/EntityMapper.php:79
377
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 131 LIMIT 1
0.043 ms 1 /classes/Country.php:402
400
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5132 LIMIT 1
0.042 ms 1 /classes/SpecificPrice.php:435
750
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1
0.042 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.041 ms 1 /classes/Manufacturer.php:312
753
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
0.041 ms 5 /src/Adapter/EntityMapper.php:79
886
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (12) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.041 ms 1 Yes /classes/CMS.php:143
893
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 15) LIMIT 1
0.041 ms 1 /src/Adapter/EntityMapper.php:71
878
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (7) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.040 ms 1 Yes /classes/CMS.php:143
879
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (14) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.040 ms 1 Yes /classes/CMS.php:143
896
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1
0.040 ms 1 /src/Adapter/EntityMapper.php:71
859
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.039 ms 5 /src/Adapter/EntityMapper.php:79
880
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (1) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.039 ms 1 Yes /classes/CMS.php:143
881
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (15) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.039 ms 1 Yes /classes/CMS.php:143
883
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.039 ms 1 Yes /classes/CMS.php:143
884
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (13) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.039 ms 1 Yes /classes/CMS.php:143
887
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (11) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.039 ms 1 Yes /classes/CMS.php:143
895
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1
0.039 ms 1 /src/Adapter/EntityMapper.php:71
905
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 8) LIMIT 1
0.039 ms 1 /src/Adapter/EntityMapper.php:71
911
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 24) LIMIT 1
0.039 ms 1 /src/Adapter/EntityMapper.php:71
362
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.039 ms 1 /classes/ObjectModel.php:1724
900
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1
0.039 ms 1 /src/Adapter/EntityMapper.php:71
909
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 32) LIMIT 1
0.039 ms 1 /src/Adapter/EntityMapper.php:71
913
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1
0.039 ms 1 /src/Adapter/EntityMapper.php:71
885
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (10) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.038 ms 1 Yes /classes/CMS.php:143
888
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (17) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.038 ms 1 Yes /classes/CMS.php:143
917
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1
0.038 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5132 AND id_shop=1 LIMIT 1
0.038 ms 1 /classes/Product.php:6873
755
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.038 ms 5 /src/Adapter/EntityMapper.php:79
757
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
0.038 ms 5 /src/Adapter/EntityMapper.php:79
773
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1
0.038 ms 5 /src/Adapter/EntityMapper.php:79
882
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (16) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.038 ms 1 Yes /classes/CMS.php:143
898
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1
0.038 ms 1 /src/Adapter/EntityMapper.php:71
902
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1
0.038 ms 1 /src/Adapter/EntityMapper.php:71
903
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 5) LIMIT 1
0.038 ms 1 /src/Adapter/EntityMapper.php:71
907
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1
0.038 ms 1 /src/Adapter/EntityMapper.php:71
915
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1
0.038 ms 1 /src/Adapter/EntityMapper.php:71
703
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1
0.037 ms 1 /classes/module/Module.php:2659
396
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.037 ms 1 /classes/Product.php:5659
759
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
789
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
793
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
797
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 89 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
813
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
815
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
841
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.037 ms 5 /src/Adapter/EntityMapper.php:79
12
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1
0.036 ms 5 /classes/Language.php:854
534
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4567 AND id_shop=1 LIMIT 1
0.036 ms 1 /classes/Product.php:6873
701
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
0.036 ms 1 /classes/module/Module.php:2132
752
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1
0.036 ms 1 /src/Adapter/EntityMapper.php:71
760
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) LIMIT 1
0.036 ms 1 /src/Adapter/EntityMapper.php:71
761
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
763
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
765
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
767
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
769
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
771
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
775
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
777
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
781
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
782
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) LIMIT 1
0.036 ms 1 /src/Adapter/EntityMapper.php:71
783
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
785
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
787
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
791
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
795
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 88 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
799
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
801
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
803
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
805
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
807
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
809
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
811
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
817
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
819
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 90 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
823
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
827
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
835
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
837
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
839
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
847
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
849
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
855
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 94 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
857
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
861
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
863
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
867
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
869
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1
0.036 ms 5 /src/Adapter/EntityMapper.php:79
554
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4660 AND id_shop=1 LIMIT 1
0.035 ms 1 /classes/Product.php:6873
754
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
768
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
779
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
796
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
808
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
821
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
825
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
829
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
831
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
833
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
843
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
846
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
851
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
853
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
865
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5132 AND `id_group` = 1 LIMIT 1
0.035 ms 0 /classes/GroupReduction.php:153
756
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
845
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.035 ms 5 /src/Adapter/EntityMapper.php:79
860
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
786
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
794
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
804
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
842
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
976
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1
0.034 ms 1 /classes/Category.php:1751
544
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4787 AND id_shop=1 LIMIT 1
0.034 ms 1 /classes/Product.php:6873
762
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
780
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
784
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
792
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
798
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
802
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
806
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
816
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
818
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
828
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
832
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1
0.034 ms 1 /src/Adapter/EntityMapper.php:71
987
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.034 ms 1 /classes/module/Module.php:2659
764
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
772
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
778
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
790
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
800
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
814
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
826
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
830
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
848
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
854
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
856
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
858
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
864
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
868
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
356
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.033 ms 5 /classes/Language.php:880
741
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.033 ms 1 /classes/module/Module.php:2659
758
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
766
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
774
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
776
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
788
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
810
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
812
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
824
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
834
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
838
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
840
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
844
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
850
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
852
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
862
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
866
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1
0.033 ms 1 /src/Adapter/EntityMapper.php:71
822
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) LIMIT 1
0.032 ms 1 /src/Adapter/EntityMapper.php:71
770
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) LIMIT 1
0.032 ms 1 /src/Adapter/EntityMapper.php:71
820
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1
0.032 ms 1 /src/Adapter/EntityMapper.php:71
836
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1
0.032 ms 1 /src/Adapter/EntityMapper.php:71
535
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4567 AND `id_group` = 1 LIMIT 1
0.031 ms 0 /classes/GroupReduction.php:153
973
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 320 AND `id_shop` = 1 LIMIT 1
0.031 ms 1 /classes/module/Module.php:2132
545
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4787 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:153
984
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
0.030 ms 1 /classes/module/Module.php:2132
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1
0.030 ms 1 /classes/ObjectModel.php:1724
409
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.029 ms 1 /classes/Group.php:151
705
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.029 ms 1 /classes/module/Module.php:2659
711
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsearch" LIMIT 1
0.029 ms 1 /classes/module/Module.php:2659
742
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
0.029 ms 1 /classes/module/Module.php:2132
555
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4660 AND `id_group` = 1 LIMIT 1
0.028 ms 0 /classes/GroupReduction.php:153
892
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 15
AND `active` = 1 LIMIT 1
0.028 ms 1 /classes/Manufacturer.php:312
921
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.028 ms 1 /classes/module/Module.php:2132
981
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.028 ms 1 /classes/Category.php:1589
704
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.027 ms 1 /classes/module/Module.php:2132
707
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.027 ms 1 /classes/module/Module.php:2659
977
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.026 ms 1 /classes/Category.php:2446
986
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.025 ms 1 /classes/module/Module.php:2132
706
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1
0.024 ms 1 /classes/module/Module.php:2132
908
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
0.024 ms 1 /classes/Manufacturer.php:312
894
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.024 ms 1 /classes/Manufacturer.php:312
923
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1
0.024 ms 1 /classes/module/Module.php:2132
709
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.023 ms 1 /classes/module/Module.php:2659
712
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 281 AND `id_shop` = 1 LIMIT 1
0.023 ms 1 /classes/module/Module.php:2132
897
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1
0.023 ms 1 /classes/Manufacturer.php:312
988
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.023 ms 1 /classes/module/Module.php:2132
710
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.022 ms 1 /classes/module/Module.php:2132
901
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1
0.022 ms 1 /classes/Manufacturer.php:312
912
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.022 ms 1 /classes/Manufacturer.php:312
914
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 13
AND `active` = 1 LIMIT 1
0.022 ms 1 /classes/Manufacturer.php:312
708
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1
0.022 ms 1 /classes/module/Module.php:2132
899
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.022 ms 1 /classes/Manufacturer.php:312
904
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.022 ms 1 /classes/Manufacturer.php:312
910
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.022 ms 1 /classes/Manufacturer.php:312
906
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1
0.021 ms 1 /classes/Manufacturer.php:312
916
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.021 ms 1 /classes/Manufacturer.php:312

Doubles

160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
62 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
62 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
25 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
24 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
24 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
24 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_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
24 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
XX as id_product_attribute
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
24 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
24 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
24 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_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
24 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
24 queries
				SELECT (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
				FROM `ps_iqitreviews_products` pr
				WHERE pr.`status` = XX  AND pr.`id_product` = XX LIMIT XX
24 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
17 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
17 queries
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
14 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
14 queries
		SELECT c.id_cms, cl.link_rewrite, cl.meta_title
		FROM ps_cms c
		LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = XX AND cl.id_shop = XX)
		 INNER JOIN ps_cms_shop cms_shop
        ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = XX)
		WHERE XX
		 AND c.id_cms IN (XX) AND c.`active` = XX GROUP BY c.id_cms
		ORDER BY c.`position`
10 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
10 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
10 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 `ps_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` = XX AND `id_customer` = XX AND `id_product_attribute` = 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
6 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'de-de'
                    OR `language_code` = 'de-de' LIMIT XX
4 queries
SELECT option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT XX
3 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `ps_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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
				SELECT ctg.`id_group`
				FROM ps_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2 queries
		SELECT c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `ps_category` c
		 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('LT-XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'LT-XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT XX

Tables stress

320 translation
165 shop
105 category_lang
84 category
79 category_shop
75 product
75 product_shop
50 cart_product
48 image
48 image_shop
38 specific_price
35 manufacturer
27 stock_available
27 revslider_options
26 product_attribute
26 product_attribute_combination
25 feature
25 feature_shop
25 feature_lang
25 feature_value_lang
25 feature_product
25 product_lang
24 product_group_reduction_cache
24 pack
24 image_lang
24 iqitreviews_products
24 product_attribute_shop
24 attribute
24 attribute_lang
24 attribute_group
19 module
18 manufacturer_shop
18 manufacturer_lang
17 module_shop
14 cms
14 cms_lang
14 cms_shop
11 lang
10 currency
10 specific_price_priority
7 currency_shop
7 category_group
6 hook
5 country
4 shop_url
4 lang_shop
4 currency_lang
4 image_type
3 country_lang
3 country_shop
3 hook_alias
3 group
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 hook_module
2 group_shop
2 group_lang
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 revslider_sliders
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 feature_value
1 layered_indexable_feature_value_lang_value
1 product_sale
1 category_product
1 layered_filter_block
1 tax
1 tax_lang
1 feature_flag
1 iqit_elementor_category
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 iqitmegamenu_htmlc
1 iqitmegamenu_htmlc_lang
1 iqitmenulinks
1 iqitmenulinks_lang
1 connections

ObjectModel instances

Name Instances Source
Category 88 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 3]
/classes/Meta.php:380 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 3]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 9]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 4]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 4]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 36]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 32]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 34]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 79]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 80]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 81]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 82]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 83]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 84]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 85]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 86]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 95]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 96]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 97]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 102]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 101]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 70]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 14]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 23]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 28]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 17]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 88]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 89]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 12]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 9]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 8]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 10]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 69]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 71]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 76]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 99]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 90]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 29]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 91]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 7]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 22]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 20]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 27]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 46]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 26]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 24]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 47]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 48]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 49]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 50]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 52]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 94]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 100]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 11]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 16]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 30]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 66]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 67]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 5]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 6]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/modules/ps_categorytree/ps_categorytree.php:345 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Product 72 /classes/Link.php:113 (__construct) [id: 5132]
/classes/Link.php:113 (__construct) [id: 7479]
/classes/Link.php:113 (__construct) [id: 4566]
/classes/Link.php:113 (__construct) [id: 4832]
/classes/Link.php:113 (__construct) [id: 4799]
/classes/Link.php:113 (__construct) [id: 5150]
/classes/Link.php:113 (__construct) [id: 7997]
/classes/Link.php:113 (__construct) [id: 5590]
/classes/Link.php:113 (__construct) [id: 4548]
/classes/Link.php:113 (__construct) [id: 5249]
/classes/Link.php:113 (__construct) [id: 4834]
/classes/Link.php:113 (__construct) [id: 4567]
/classes/Link.php:113 (__construct) [id: 4787]
/classes/Link.php:113 (__construct) [id: 4660]
/classes/Link.php:113 (__construct) [id: 4837]
/classes/Link.php:113 (__construct) [id: 5290]
/classes/Link.php:113 (__construct) [id: 5186]
/classes/Link.php:113 (__construct) [id: 5078]
/classes/Link.php:113 (__construct) [id: 5200]
/classes/Link.php:113 (__construct) [id: 4805]
/classes/Link.php:113 (__construct) [id: 4508]
/classes/Link.php:113 (__construct) [id: 4627]
/classes/Link.php:113 (__construct) [id: 6427]
/classes/Link.php:113 (__construct) [id: 5963]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5132]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7479]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4566]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4832]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4799]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5150]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7997]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5590]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4548]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5249]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4834]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4567]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4787]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4660]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4837]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5290]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5186]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5078]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5200]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4805]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4508]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4627]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6427]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5963]
/classes/Link.php:113 (__construct) [id: 5132]
/classes/Link.php:113 (__construct) [id: 7479]
/classes/Link.php:113 (__construct) [id: 4566]
/classes/Link.php:113 (__construct) [id: 4832]
/classes/Link.php:113 (__construct) [id: 4799]
/classes/Link.php:113 (__construct) [id: 5150]
/classes/Link.php:113 (__construct) [id: 7997]
/classes/Link.php:113 (__construct) [id: 5590]
/classes/Link.php:113 (__construct) [id: 4548]
/classes/Link.php:113 (__construct) [id: 5249]
/classes/Link.php:113 (__construct) [id: 4834]
/classes/Link.php:113 (__construct) [id: 4567]
/classes/Link.php:113 (__construct) [id: 4787]
/classes/Link.php:113 (__construct) [id: 4660]
/classes/Link.php:113 (__construct) [id: 4837]
/classes/Link.php:113 (__construct) [id: 5290]
/classes/Link.php:113 (__construct) [id: 5186]
/classes/Link.php:113 (__construct) [id: 5078]
/classes/Link.php:113 (__construct) [id: 5200]
/classes/Link.php:113 (__construct) [id: 4805]
/classes/Link.php:113 (__construct) [id: 4508]
/classes/Link.php:113 (__construct) [id: 4627]
/classes/Link.php:113 (__construct) [id: 6427]
/classes/Link.php:113 (__construct) [id: 5963]
Manufacturer 41 /modules/iqitmegamenu/iqitmegamenu.php:3328 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 28]
/classes/Link.php:657 (__construct) [id: 2]
/classes/Link.php:657 (__construct) [id: 15]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 3]
/classes/Link.php:657 (__construct) [id: 10]
/classes/Link.php:657 (__construct) [id: 6]
/classes/Link.php:657 (__construct) [id: 4]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 5]
/classes/Link.php:657 (__construct) [id: 8]
/classes/Link.php:657 (__construct) [id: 12]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 32]
/classes/Link.php:657 (__construct) [id: 24]
/classes/Link.php:657 (__construct) [id: 9]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 13]
/classes/Link.php:657 (__construct) [id: 1]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 28]
/classes/Link.php:657 (__construct) [id: 2]
/classes/Link.php:657 (__construct) [id: 15]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 3]
/classes/Link.php:657 (__construct) [id: 10]
/classes/Link.php:657 (__construct) [id: 6]
/classes/Link.php:657 (__construct) [id: 4]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 5]
/classes/Link.php:657 (__construct) [id: 8]
/classes/Link.php:657 (__construct) [id: 12]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 32]
/classes/Link.php:657 (__construct) [id: 24]
/classes/Link.php:657 (__construct) [id: 9]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 13]
/classes/Link.php:657 (__construct) [id: 1]
/classes/Link.php:657 (__construct) [id: 14]
Country 5 /config/config.inc.php:146 (__construct) [id: 131]
/classes/AddressFormat.php:404 (__construct) [id: 131]
/classes/controller/FrontController.php:1779 (__construct) [id: 131]
/modules/paypal/paypal.php:351 (__construct) [id: 131]
/modules/paypal/classes/AbstractMethodPaypal.php:96 (__construct) [id: 131]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
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: 4]
/classes/Tools.php:641 (__construct) [id: 4]
/classes/Tools.php:560 (__construct) [id: 4]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
IqitMenuHtml 1 /modules/iqitmegamenu/iqitmegamenu.php:1735 (__construct) [id: 1]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /override/classes/Cookie.php
165 /classes/Cookie.php
166 /classes/PhpEncryption.php
167 /classes/PhpEncryptionEngine.php
168 /vendor/defuse/php-encryption/src/Key.php
169 /vendor/defuse/php-encryption/src/Encoding.php
170 /vendor/defuse/php-encryption/src/Core.php
171 /vendor/defuse/php-encryption/src/Crypto.php
172 /vendor/defuse/php-encryption/src/KeyOrPassword.php
173 /vendor/defuse/php-encryption/src/RuntimeTests.php
174 /vendor/defuse/php-encryption/src/DerivedKeys.php
175 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
176 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
177 /src/Core/Session/SessionHandler.php
178 /src/Core/Session/SessionHandlerInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
195 /config/smarty.config.inc.php
196 /classes/Smarty/SmartyDev.php
197 /vendor/smarty/smarty/libs/Smarty.class.php
198 /vendor/smarty/smarty/libs/functions.php
199 /vendor/smarty/smarty/libs/Autoloader.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
209 /config/smartyfront.config.inc.php
210 /classes/Smarty/SmartyResourceModule.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
213 /classes/Smarty/SmartyResourceParent.php
214 /classes/Smarty/SmartyLazyRegister.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
216 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
217 /classes/Customer.php
218 /classes/Group.php
219 /classes/Link.php
220 /classes/shop/ShopUrl.php
221 /classes/Dispatcher.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
229 /src/Adapter/SymfonyContainer.php
230 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
231 /config/db_slave_server.inc.php
232 /modules/turbocatalog/turbocatalog.php
233 /modules/turbocatalog/classes/TurboPart.php
234 /modules/turbocatalog/classes/xPartClass.php
235 /modules/turbocatalog/classes/TurboPartType.php
236 /modules/turbocatalog/classes/TurboPartNumber.php
237 /modules/turbocatalog/classes/TurboPartNumberType.php
238 /modules/turbocatalog/classes/TurboPartProperty.php
239 /modules/turbocatalog/classes/TurboPartPropertyValue.php
240 /modules/turbocatalog/classes/TurboCharger.php
241 /modules/turbocatalog/classes/TurboChargerNumber.php
242 /modules/turbocatalog/classes/TurboChargerNumberType.php
243 /modules/turbocatalog/classes/TurboChargerActuation.php
244 /modules/turbocatalog/classes/TurboChargerTechnology.php
245 /modules/turbocatalog/classes/WebserviceSpecificManagementTurbocatalog.php
246 /classes/webservice/WebserviceSpecificManagementInterface.php
247 /classes/webservice/WebserviceOutputBuilder.php
248 /classes/webservice/WebserviceRequest.php
249 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
250 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
251 /classes/Manufacturer.php
252 /src/Core/Util/String/StringModifier.php
253 /src/Core/Util/String/StringModifierInterface.php
254 /controllers/front/listing/CategoryController.php
255 /classes/controller/ProductListingFrontController.php
256 /classes/controller/ProductPresentingFrontController.php
257 /classes/controller/FrontController.php
258 /src/PrestaShopBundle/Translation/TranslatorComponent.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
261 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
262 /vendor/symfony/contracts/Translation/TranslatorInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
264 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
265 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
266 /src/PrestaShopBundle/Translation/TranslatorInterface.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
273 /vendor/symfony/contracts/Translation/TranslatorTrait.php
274 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
275 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
276 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
277 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
278 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
279 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
280 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
281 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
282 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
283 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
284 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
285 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
286 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
287 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
288 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
289 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
290 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
291 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
292 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
293 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
294 /src/Adapter/ContainerFinder.php
295 /src/Core/Exception/ContainerNotFoundException.php
296 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
297 /src/Adapter/Module/Repository/ModuleRepository.php
298 /src/Core/Repository/AbstractObjectModelRepository.php
299 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
300 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
301 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
302 /src/Adapter/Presenter/Object/ObjectPresenter.php
303 /src/Adapter/Presenter/PresenterInterface.php
304 /src/Adapter/Presenter/Cart/CartPresenter.php
305 /src/Adapter/Image/ImageRetriever.php
306 /classes/tax/TaxConfiguration.php
307 /classes/Smarty/TemplateFinder.php
308 /classes/assets/StylesheetManager.php
309 /classes/assets/AbstractAssetManager.php
310 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
311 /classes/assets/JavascriptManager.php
312 /classes/assets/CccReducer.php
313 /modules/iqitthemeeditor/iqitthemeeditor.php
314 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
315 /classes/Translate.php
316 /modules/iqitthemeeditor/translations/de.php
317 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
318 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
319 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
320 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
321 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
322 /classes/Category.php
323 /modules/simplesecurity/simplesecurity.php
324 /src/Adapter/ContainerBuilder.php
325 /src/Adapter/Environment.php
326 /src/Core/EnvironmentInterface.php
327 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
328 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
329 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
330 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
331 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
332 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
333 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
334 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
335 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
336 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
337 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
338 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
339 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
340 /vendor/symfony/contracts/Service/ResetInterface.php
341 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
342 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
343 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
344 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
345 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
346 /vendor/symfony/contracts/Cache/ItemInterface.php
347 /vendor/psr/cache/src/CacheItemInterface.php
348 /vendor/psr/cache/src/CacheItemPoolInterface.php
349 /vendor/symfony/contracts/Cache/CacheInterface.php
350 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
352 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
354 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
355 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
356 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
357 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
358 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
359 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
411 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
412 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
413 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
414 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
415 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
418 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
419 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
420 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
421 /var/cache/dev/FrontContainer.php
422 /src/Adapter/Container/LegacyContainer.php
423 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
424 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
425 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
426 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
427 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
428 /vendor/psr/container/src/ContainerExceptionInterface.php
429 /vendor/psr/container/src/NotFoundExceptionInterface.php
430 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
431 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
432 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
433 /src/Adapter/Container/LegacyContainerInterface.php
434 /modules/contactform/vendor/autoload.php
435 /modules/contactform/vendor/composer/autoload_real.php
436 /modules/contactform/vendor/composer/platform_check.php
437 /modules/contactform/vendor/composer/autoload_static.php
438 /modules/graphnvd3/vendor/autoload.php
439 /modules/graphnvd3/vendor/composer/autoload_real.php
440 /modules/graphnvd3/vendor/composer/autoload_static.php
441 /modules/gsitemap/vendor/autoload.php
442 /modules/gsitemap/vendor/composer/autoload_real.php
443 /modules/gsitemap/vendor/composer/platform_check.php
444 /modules/gsitemap/vendor/composer/autoload_static.php
445 /modules/ps_banner/vendor/autoload.php
446 /modules/ps_banner/vendor/composer/autoload_real.php
447 /modules/ps_banner/vendor/composer/autoload_static.php
448 /modules/ps_contactinfo/vendor/autoload.php
449 /modules/ps_contactinfo/vendor/composer/autoload_real.php
450 /modules/ps_contactinfo/vendor/composer/platform_check.php
451 /modules/ps_contactinfo/vendor/composer/autoload_static.php
452 /modules/ps_crossselling/vendor/autoload.php
453 /modules/ps_crossselling/vendor/composer/autoload_real.php
454 /modules/ps_crossselling/vendor/composer/autoload_static.php
455 /modules/ps_currencyselector/vendor/autoload.php
456 /modules/ps_currencyselector/vendor/composer/autoload_real.php
457 /modules/ps_currencyselector/vendor/composer/autoload_static.php
458 /modules/ps_customeraccountlinks/vendor/autoload.php
459 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
460 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
461 /modules/ps_customersignin/vendor/autoload.php
462 /modules/ps_customersignin/vendor/composer/autoload_real.php
463 /modules/ps_customersignin/vendor/composer/autoload_static.php
464 /modules/ps_customtext/vendor/autoload.php
465 /modules/ps_customtext/vendor/composer/autoload_real.php
466 /modules/ps_customtext/vendor/composer/autoload_static.php
467 /modules/ps_dataprivacy/vendor/autoload.php
468 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
469 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
470 /modules/ps_emailsubscription/vendor/autoload.php
471 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
472 /modules/ps_emailsubscription/vendor/composer/platform_check.php
473 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
474 /modules/ps_faviconnotificationbo/vendor/autoload.php
475 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
476 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
477 /modules/ps_featuredproducts/vendor/autoload.php
478 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
479 /modules/ps_featuredproducts/vendor/composer/platform_check.php
480 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
481 /modules/ps_imageslider/vendor/autoload.php
482 /modules/ps_imageslider/vendor/composer/autoload_real.php
483 /modules/ps_imageslider/vendor/composer/platform_check.php
484 /modules/ps_imageslider/vendor/composer/autoload_static.php
485 /modules/ps_languageselector/vendor/autoload.php
486 /modules/ps_languageselector/vendor/composer/autoload_real.php
487 /modules/ps_languageselector/vendor/composer/autoload_static.php
488 /modules/ps_linklist/vendor/autoload.php
489 /modules/ps_linklist/vendor/composer/autoload_real.php
490 /modules/ps_linklist/vendor/composer/platform_check.php
491 /modules/ps_linklist/vendor/composer/autoload_static.php
492 /modules/ps_mainmenu/vendor/autoload.php
493 /modules/ps_mainmenu/vendor/composer/autoload_real.php
494 /modules/ps_mainmenu/vendor/composer/platform_check.php
495 /modules/ps_mainmenu/vendor/composer/autoload_static.php
496 /modules/ps_searchbar/vendor/autoload.php
497 /modules/ps_searchbar/vendor/composer/autoload_real.php
498 /modules/ps_searchbar/vendor/composer/platform_check.php
499 /modules/ps_searchbar/vendor/composer/autoload_static.php
500 /modules/ps_sharebuttons/vendor/autoload.php
501 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
502 /modules/ps_sharebuttons/vendor/composer/platform_check.php
503 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
504 /modules/ps_socialfollow/vendor/autoload.php
505 /modules/ps_socialfollow/vendor/composer/autoload_real.php
506 /modules/ps_socialfollow/vendor/composer/platform_check.php
507 /modules/ps_socialfollow/vendor/composer/autoload_static.php
508 /modules/ps_wirepayment/vendor/autoload.php
509 /modules/ps_wirepayment/vendor/composer/autoload_real.php
510 /modules/ps_wirepayment/vendor/composer/platform_check.php
511 /modules/ps_wirepayment/vendor/composer/autoload_static.php
512 /modules/sekeywords/vendor/autoload.php
513 /modules/sekeywords/vendor/composer/autoload_real.php
514 /modules/sekeywords/vendor/composer/autoload_static.php
515 /modules/gamification/vendor/autoload.php
516 /modules/gamification/vendor/composer/autoload_real.php
517 /modules/gamification/vendor/composer/autoload_static.php
518 /modules/psgdpr/vendor/autoload.php
519 /modules/psgdpr/vendor/composer/autoload_real.php
520 /modules/psgdpr/vendor/composer/autoload_static.php
521 /modules/ps_buybuttonlite/vendor/autoload.php
522 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
523 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
524 /modules/blockreassurance/vendor/autoload.php
525 /modules/blockreassurance/vendor/composer/autoload_real.php
526 /modules/blockreassurance/vendor/composer/platform_check.php
527 /modules/blockreassurance/vendor/composer/autoload_static.php
528 /modules/iqitsociallogin/vendor/autoload.php
529 /modules/iqitsociallogin/vendor/composer/autoload_real.php
530 /modules/iqitsociallogin/vendor/composer/platform_check.php
531 /modules/iqitsociallogin/vendor/composer/autoload_static.php
532 /modules/pscleaner/vendor/autoload.php
533 /modules/pscleaner/vendor/composer/autoload_real.php
534 /modules/pscleaner/vendor/composer/autoload_static.php
535 /modules/ps_emailalerts/vendor/autoload.php
536 /modules/ps_emailalerts/vendor/composer/autoload_real.php
537 /modules/ps_emailalerts/vendor/composer/platform_check.php
538 /modules/ps_emailalerts/vendor/composer/autoload_static.php
539 /modules/ps_facetedsearch/vendor/autoload.php
540 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
541 /modules/ps_facetedsearch/vendor/composer/platform_check.php
542 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
543 /modules/ps_categorytree/vendor/autoload.php
544 /modules/ps_categorytree/vendor/composer/autoload_real.php
545 /modules/ps_categorytree/vendor/composer/platform_check.php
546 /modules/ps_categorytree/vendor/composer/autoload_static.php
547 /modules/statsbestcategories/vendor/autoload.php
548 /modules/statsbestcategories/vendor/composer/autoload_real.php
549 /modules/statsbestcategories/vendor/composer/autoload_static.php
550 /modules/statsbestsuppliers/vendor/autoload.php
551 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
552 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
553 /modules/statsbestvouchers/vendor/autoload.php
554 /modules/statsbestvouchers/vendor/composer/autoload_real.php
555 /modules/statsbestvouchers/vendor/composer/autoload_static.php
556 /modules/statsequipment/vendor/autoload.php
557 /modules/statsequipment/vendor/composer/autoload_real.php
558 /modules/statsequipment/vendor/composer/autoload_static.php
559 /modules/statscarrier/vendor/autoload.php
560 /modules/statscarrier/vendor/composer/autoload_real.php
561 /modules/statscarrier/vendor/composer/autoload_static.php
562 /modules/statscheckup/vendor/autoload.php
563 /modules/statscheckup/vendor/composer/autoload_real.php
564 /modules/statscheckup/vendor/composer/platform_check.php
565 /modules/statscheckup/vendor/composer/autoload_static.php
566 /modules/statscatalog/vendor/autoload.php
567 /modules/statscatalog/vendor/composer/autoload_real.php
568 /modules/statscatalog/vendor/composer/platform_check.php
569 /modules/statscatalog/vendor/composer/autoload_static.php
570 /modules/statsregistrations/vendor/autoload.php
571 /modules/statsregistrations/vendor/composer/autoload_real.php
572 /modules/statsregistrations/vendor/composer/autoload_static.php
573 /modules/pagesnotfound/vendor/autoload.php
574 /modules/pagesnotfound/vendor/composer/autoload_real.php
575 /modules/pagesnotfound/vendor/composer/autoload_static.php
576 /modules/statsproduct/vendor/autoload.php
577 /modules/statsproduct/vendor/composer/autoload_real.php
578 /modules/statsproduct/vendor/composer/platform_check.php
579 /modules/statsproduct/vendor/composer/autoload_static.php
580 /modules/statspersonalinfos/vendor/autoload.php
581 /modules/statspersonalinfos/vendor/composer/autoload_real.php
582 /modules/statspersonalinfos/vendor/composer/autoload_static.php
583 /modules/statssales/vendor/autoload.php
584 /modules/statssales/vendor/composer/autoload_real.php
585 /modules/statssales/vendor/composer/autoload_static.php
586 /modules/statssearch/vendor/autoload.php
587 /modules/statssearch/vendor/composer/autoload_real.php
588 /modules/statssearch/vendor/composer/autoload_static.php
589 /modules/gridhtml/vendor/autoload.php
590 /modules/gridhtml/vendor/composer/autoload_real.php
591 /modules/gridhtml/vendor/composer/autoload_static.php
592 /modules/statslive/vendor/autoload.php
593 /modules/statslive/vendor/composer/autoload_real.php
594 /modules/statslive/vendor/composer/autoload_static.php
595 /modules/statsorigin/vendor/autoload.php
596 /modules/statsorigin/vendor/composer/autoload_real.php
597 /modules/statsorigin/vendor/composer/autoload_static.php
598 /modules/statsvisits/vendor/autoload.php
599 /modules/statsvisits/vendor/composer/autoload_real.php
600 /modules/statsvisits/vendor/composer/autoload_static.php
601 /modules/ps_shoppingcart/vendor/autoload.php
602 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
603 /modules/ps_shoppingcart/vendor/composer/platform_check.php
604 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
605 /modules/paypal/vendor/autoload.php
606 /modules/paypal/vendor/composer/autoload_real.php
607 /modules/paypal/vendor/composer/autoload_static.php
608 /modules/paypal/vendor/guzzlehttp/psr7/src/functions_include.php
609 /modules/paypal/vendor/guzzlehttp/psr7/src/functions.php
610 /modules/statsdata/vendor/autoload.php
611 /modules/statsdata/vendor/composer/autoload_real.php
612 /modules/statsdata/vendor/composer/platform_check.php
613 /modules/statsdata/vendor/composer/autoload_static.php
614 /modules/ps_distributionapiclient/vendor/autoload.php
615 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
616 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
617 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
618 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
619 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
620 /modules/dashactivity/vendor/autoload.php
621 /modules/dashactivity/vendor/composer/autoload_real.php
622 /modules/dashactivity/vendor/composer/platform_check.php
623 /modules/dashactivity/vendor/composer/autoload_static.php
624 /modules/dashtrends/vendor/autoload.php
625 /modules/dashtrends/vendor/composer/autoload_real.php
626 /modules/dashtrends/vendor/composer/platform_check.php
627 /modules/dashtrends/vendor/composer/autoload_static.php
628 /modules/ps_cashondelivery/vendor/autoload.php
629 /modules/ps_cashondelivery/vendor/composer/autoload_real.php
630 /modules/ps_cashondelivery/vendor/composer/platform_check.php
631 /modules/ps_cashondelivery/vendor/composer/autoload_static.php
632 /src/Core/Localization/Locale/Repository.php
633 /src/Core/Localization/Locale/RepositoryInterface.php
634 /src/Core/Localization/CLDR/LocaleRepository.php
635 /src/Core/Localization/CLDR/LocaleDataSource.php
636 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
637 /src/Core/Data/Layer/AbstractDataLayer.php
638 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
639 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
640 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
641 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
642 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
643 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
644 /vendor/symfony/contracts/Cache/CacheTrait.php
645 /vendor/psr/cache/src/InvalidArgumentException.php
646 /vendor/psr/cache/src/CacheException.php
647 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
648 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
649 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
650 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
651 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
652 /src/Core/Localization/CLDR/Reader.php
653 /src/Core/Localization/CLDR/ReaderInterface.php
654 /src/Core/Localization/Currency/Repository.php
655 /src/Core/Localization/Currency/RepositoryInterface.php
656 /src/Core/Localization/Currency/CurrencyDataSource.php
657 /src/Core/Localization/Currency/DataSourceInterface.php
658 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
659 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
660 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
661 /src/Adapter/Currency/CurrencyDataProvider.php
662 /src/Core/Currency/CurrencyDataProviderInterface.php
663 /src/Adapter/LegacyContext.php
664 /src/Adapter/Tools.php
665 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
666 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
667 /vendor/prestashop/decimal/src/Operation/Rounding.php
668 /src/Core/Localization/Locale.php
669 /src/Core/Localization/LocaleInterface.php
670 /src/Core/Localization/Specification/Price.php
671 /src/Core/Localization/Specification/Number.php
672 /src/Core/Localization/Specification/NumberInterface.php
673 /src/Core/Localization/Specification/Factory.php
674 /src/Core/Localization/CLDR/LocaleData.php
675 /src/Core/Localization/CLDR/NumberSymbolsData.php
676 /src/Core/Localization/CLDR/CurrencyData.php
677 /src/Core/Localization/CLDR/Locale.php
678 /src/Core/Localization/CLDR/LocaleInterface.php
679 /src/Core/Localization/Specification/NumberSymbolList.php
680 /classes/Currency.php
681 /src/Core/Localization/Currency/LocalizedCurrencyId.php
682 /src/Core/Localization/Currency/CurrencyData.php
683 /src/Core/Localization/Currency/CurrencyCollection.php
684 /src/Core/Localization/Currency.php
685 /src/Core/Localization/CurrencyInterface.php
686 /src/Core/Localization/Specification/NumberCollection.php
687 /src/Core/Localization/Number/Formatter.php
688 /classes/Cart.php
689 /src/Adapter/AddressFactory.php
690 /classes/CartRule.php
691 /override/classes/Product.php
692 /classes/Product.php
693 /src/Core/Domain/Product/ValueObject/RedirectType.php
694 /src/Core/Util/DateTime/DateTime.php
695 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
696 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
697 /src/Core/Domain/Product/ValueObject/ProductType.php
698 /src/Core/Domain/Product/ValueObject/Reference.php
699 /src/Core/Domain/Product/ValueObject/Ean13.php
700 /src/Core/Domain/Product/ValueObject/Isbn.php
701 /src/Core/Domain/Product/ValueObject/Upc.php
702 /src/Core/Domain/Product/ProductSettings.php
703 /src/Core/Domain/Shop/ValueObject/ShopId.php
704 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
705 /modules/ps_emailsubscription/ps_emailsubscription.php
706 /src/Core/Module/WidgetInterface.php
707 /src/PrestaShopBundle/Translation/DomainNormalizer.php
708 /classes/Media.php
709 /modules/ps_emailalerts/ps_emailalerts.php
710 /modules/ps_emailalerts/MailAlert.php
711 /src/Adapter/Presenter/Cart/CartLazyArray.php
712 /src/Adapter/Presenter/AbstractLazyArray.php
713 /src/Adapter/Product/PriceFormatter.php
714 /src/Core/Util/Inflector.php
715 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
716 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
717 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
718 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
719 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
720 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
721 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
722 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
723 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
724 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
725 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
726 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
727 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
728 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
729 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
730 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
732 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
733 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
734 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
735 /classes/Gender.php
736 /classes/Risk.php
737 /classes/Meta.php
738 /modules/revsliderprestashop/revsliderprestashop.php
739 /modules/revsliderprestashop/rev-loader.php
740 /modules/revsliderprestashop/includes/revslider_db.class.php
741 /modules/revsliderprestashop/includes/data.class.php
742 /modules/revsliderprestashop/includes/functions.class.php
743 /modules/revsliderprestashop/includes/em-integration.class.php
744 /modules/revsliderprestashop/includes/cssparser.class.php
745 /modules/revsliderprestashop/includes/woocommerce.class.php
746 /modules/revsliderprestashop/includes/wpml.class.php
747 /modules/revsliderprestashop/includes/colorpicker.class.php
748 /modules/revsliderprestashop/includes/navigation.class.php
749 /modules/revsliderprestashop/includes/object-library.class.php
750 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
751 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
752 /modules/revsliderprestashop/includes/extension.class.php
753 /modules/revsliderprestashop/includes/favorite.class.php
754 /modules/revsliderprestashop/includes/aq-resizer.class.php
755 /modules/revsliderprestashop/includes/external-sources.class.php
756 /modules/revsliderprestashop/includes/page-template.class.php
757 /modules/revsliderprestashop/includes/slider.class.php
758 /modules/revsliderprestashop/includes/slide.class.php
759 /modules/revsliderprestashop/includes/output.class.php
760 /modules/revsliderprestashop/public/revslider-front.class.php
761 /modules/revsliderprestashop/includes/backwards.php
762 /modules/revsliderprestashop/admin/includes/class-pclzip.php
763 /modules/revsliderprestashop/admin/includes/license.class.php
764 /modules/revsliderprestashop/admin/includes/addons.class.php
765 /modules/revsliderprestashop/admin/includes/template.class.php
766 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
767 /modules/revsliderprestashop/admin/includes/folder.class.php
768 /modules/revsliderprestashop/admin/includes/import.class.php
769 /modules/revsliderprestashop/admin/includes/export.class.php
770 /modules/revsliderprestashop/admin/includes/export-html.class.php
771 /modules/revsliderprestashop/admin/includes/newsletter.class.php
772 /modules/revsliderprestashop/admin/revslider-admin.class.php
773 /modules/revsliderprestashop/includes/update.class.php
774 /modules/revsliderprestashop/includes/resize-imag.php
775 /modules/revsliderprestashop/translations/de.php
776 /classes/Address.php
777 /classes/ImageType.php
778 /classes/State.php
779 /src/Core/Security/PasswordPolicyConfiguration.php
780 /src/Core/Configuration/DataConfigurationInterface.php
781 /src/Core/Security/Hashing.php
782 /src/Core/Filter/FrontEndObject/MainFilter.php
783 /src/Core/Filter/FilterInterface.php
784 /src/Core/Filter/FrontEndObject/CartFilter.php
785 /src/Core/Filter/HashMapWhitelistFilter.php
786 /src/Core/Filter/CollectionFilter.php
787 /src/Core/Filter/FrontEndObject/ProductFilter.php
788 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
789 /src/Core/Filter/FrontEndObject/CustomerFilter.php
790 /src/Core/Filter/FrontEndObject/ShopFilter.php
791 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
792 /modules/ps_shoppingcart/ps_shoppingcart.php
793 /modules/iqitcontactpage/iqitcontactpage.php
794 /modules/iqitcontactpage/translations/de.php
795 /modules/iqitcookielaw/iqitcookielaw.php
796 /modules/iqitcookielaw/translations/de.php
797 /modules/iqitcountdown/iqitcountdown.php
798 /modules/iqitcountdown/translations/de.php
799 /modules/iqitlinksmanager/iqitlinksmanager.php
800 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
801 /modules/iqitlinksmanager/src/IqitLinkBlock.php
802 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
803 /modules/iqitlinksmanager/translations/de.php
804 /modules/pricealerts/pricealerts.php
805 /src/Adapter/Localization/LegacyTranslator.php
806 /modules/pricealerts/translations/de.php
807 /modules/paypal/paypal.php
808 /modules/paypal/config_prod.php
809 /classes/PaymentModule.php
810 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
811 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
812 /modules/paypal/translations/de.php
813 /modules/paypal/classes/Constants/PaypalConfigurations.php
814 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
815 /modules/paypal/classes/Constants/WebHookConf.php
816 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
817 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
818 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
819 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
820 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
821 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
822 /modules/paypal/diagnostic.php
823 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
824 /modules/paypal/classes/AbstractMethodPaypal.php
825 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
826 /modules/paypal/classes/MethodEC.php
827 /modules/paypal/classes/WhiteList/WhiteListService.php
828 /modules/paypal/classes/API/PaypalApiManager.php
829 /modules/paypal/classes/API/PaypalApiManagerInterface.php
830 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
831 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
832 /modules/paypal/classes/API/PaypalClient.php
833 /modules/paypal/classes/API/Client/HttpClient.php
834 /modules/paypal/classes/API/ClientInterface.php
835 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
836 /modules/paypal/classes/API/EnvironmentInterface.php
837 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
838 /modules/paypal/classes/API/InjectorInterface.php
839 /modules/paypal/classes/API/Injector/BnCodeInjector.php
840 /modules/paypal/classes/API/Injector/UserAgentInjector.php
841 /classes/Smarty/SmartyDevTemplate.php
842 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
843 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
844 /modules/iqitsizecharts/iqitsizecharts.php
845 /modules/iqitsizecharts/src/IqitSizeCharts.php
846 /modules/iqitsizecharts/translations/de.php
847 /modules/iqitreviews/iqitreviews.php
848 /modules/iqitreviews/src/IqitProductReview.php
849 /modules/iqitreviews/translations/de.php
850 /modules/iqitwishlist/iqitwishlist.php
851 /modules/iqitwishlist/src/IqitWishlistProduct.php
852 /modules/iqitwishlist/translations/de.php
853 /modules/iqitmegamenu/iqitmegamenu.php
854 /modules/iqitmegamenu/models/IqitMenuTab.php
855 /modules/iqitmegamenu/models/IqitMenuHtml.php
856 /modules/iqitmegamenu/models/IqitMenuLinks.php
857 /modules/iqitmegamenu/translations/de.php
858 /modules/iqitelementor/iqitelementor.php
859 /modules/iqitelementor/src/IqitElementorLanding.php
860 /modules/iqitelementor/src/IqitElementorTemplate.php
861 /modules/iqitelementor/src/IqitElementorProduct.php
862 /modules/iqitelementor/src/IqitElementorCategory.php
863 /modules/iqitelementor/src/IqitElementorContent.php
864 /modules/iqitelementor/src/iqitElementorWpHelper.php
865 /modules/iqitelementor/includes/plugin-elementor.php
866 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
867 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
868 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
869 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
870 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
871 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
872 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
873 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
874 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
875 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
876 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
877 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
878 /modules/iqitelementor/translations/de.php
879 /modules/iqitextendedproduct/iqitextendedproduct.php
880 /modules/iqitextendedproduct/src/IqitThreeSixty.php
881 /modules/iqitextendedproduct/src/IqitProductVideo.php
882 /modules/iqitextendedproduct/translations/de.php
883 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
884 /modules/iqitfreedeliverycount/translations/de.php
885 /modules/ps_modifier/ps_modifier.php
886 /modules/ps_modifier/translations/de.php
887 /modules/makecommercepayments/makecommercepayments.php
888 /modules/makecommercepayments/libs/MaksekeskusPayments.php
889 /modules/makecommercepayments/libs/vendor/autoload.php
890 /modules/makecommercepayments/libs/vendor/composer/autoload_real.php
891 /modules/makecommercepayments/libs/vendor/composer/autoload_static.php
892 /modules/makecommercepayments/classes/PaymentMethod.php
893 /modules/simplevotings/simplevotings.php
894 /src/Core/Product/Search/ProductSearchContext.php
895 /src/Core/Product/Search/ProductSearchQuery.php
896 /src/Core/Product/Search/SortOrder.php
897 /modules/ps_facetedsearch/ps_facetedsearch.php
898 /modules/ps_facetedsearch/src/HookDispatcher.php
899 /modules/ps_facetedsearch/src/Hook/Attribute.php
900 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
901 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
902 /modules/ps_facetedsearch/src/Hook/Category.php
903 /modules/ps_facetedsearch/src/Hook/Configuration.php
904 /modules/ps_facetedsearch/src/Hook/Design.php
905 /modules/ps_facetedsearch/src/Hook/Feature.php
906 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
907 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
908 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
909 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
910 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
911 /modules/ps_facetedsearch/src/Hook/Product.php
912 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
913 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
914 /modules/ps_facetedsearch/src/Filters/Provider.php
915 /modules/ps_facetedsearch/src/URLSerializer.php
916 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
917 /modules/ps_facetedsearch/src/Product/SearchProvider.php
918 /src/Core/Product/Search/FacetsRendererInterface.php
919 /src/Core/Product/Search/ProductSearchProviderInterface.php
920 /modules/ps_facetedsearch/src/Filters/Converter.php
921 /modules/ps_facetedsearch/src/Product/SearchFactory.php
922 /src/Core/Product/Search/ProductSearchResult.php
923 /modules/ps_facetedsearch/src/Product/Search.php
924 /modules/ps_facetedsearch/src/Adapter/MySQL.php
925 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
926 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
927 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
928 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
929 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
930 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
931 /modules/ps_facetedsearch/src/Filters/Products.php
932 /classes/stock/StockAvailable.php
933 /modules/ps_facetedsearch/src/Filters/Block.php
934 /src/Core/Product/Search/Facet.php
935 /src/Core/Product/Search/Filter.php
936 /vendor/prestashop/decimal/src/DecimalNumber.php
937 /vendor/prestashop/decimal/src/Builder.php
938 /src/Core/Product/Search/FacetCollection.php
939 /classes/ProductAssembler.php
940 /classes/Combination.php
941 /classes/tax/Tax.php
942 /src/Core/Localization/CLDR/ComputingPrecision.php
943 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
944 /classes/SpecificPrice.php
945 /classes/tax/TaxManagerFactory.php
946 /modules/vatchecker/vatchecker.php
947 /classes/tax/TaxManagerModule.php
948 /modules/vatchecker/translations/de.php
949 /modules/vatchecker/VatCheckerTaxManager.php
950 /classes/tax/TaxManagerInterface.php
951 /classes/tax/TaxRulesTaxManager.php
952 /classes/tax/TaxCalculator.php
953 /classes/GroupReduction.php
954 /classes/Pack.php
955 /classes/order/Order.php
956 /classes/Feature.php
957 /classes/ProductPresenterFactory.php
958 /src/Adapter/Presenter/Product/ProductListingPresenter.php
959 /src/Adapter/Presenter/Product/ProductPresenter.php
960 /src/Adapter/Product/ProductColorsRetriever.php
961 /src/Adapter/HookManager.php
962 /src/Core/Product/ProductPresentationSettings.php
963 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
964 /src/Adapter/Presenter/Product/ProductLazyArray.php
965 /classes/Image.php
966 /src/Core/Image/ImageFormatConfiguration.php
967 /src/Core/Image/ImageFormatConfigurationInterface.php
968 /classes/FeatureFlag.php
969 /src/Core/FeatureFlag/FeatureFlagSettings.php
970 /var/cache/dev/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
971 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
972 /vendor/smarty/smarty/libs/plugins/modifier.count.php
973 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
974 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
975 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
976 /src/Core/Product/Search/Pagination.php
977 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a2/6b/17/a26b17d27b178c1e440a5caed235b01425c9f987_2.file.category.tpl.php
978 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
979 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6b/db/c1/6bdbc11af26b0b3fd03938c8b8c06ee0474cae11_2.file.product-list.tpl.php
980 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/66/f7/f8/66f7f8c3400ce2e83b162eeeb9364f23c02f5109_2.file.layout-left-column.tpl.php
981 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/3f/7e/8b/3f7e8bea52d2ebaba138ce781d98e3c9450174ce_2.file.layout-both-columns.tpl.php
982 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/28/27/61/2827610fcc30cccf6a5b05dcbe0419949be5bd8a_2.file.helpers.tpl.php
983 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
984 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/c1/96/d4c196f622a44c7777ce7cc8b2207894cf0175b5_2.file.head.tpl.php
985 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/cd/63/e2/cd63e21c05906719cec6cada6f4c461f85839fe8_2.file.head-jsonld.tpl.php
986 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a5/f0/8a/a5f08a77114c1901e8c9d3f545368fa0c9064824_2.file.product-list-jsonld.tpl.php
987 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/c8/9b/b4c89b99de88cd57433e46f8f9a1e18f709f3a49_2.file.pagination-seo.tpl.php
988 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
989 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
990 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8e/4a/65/8e4a65975a9ba62d04a674d41601b5ff51ae0580_2.file.stylesheets.tpl.php
991 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/27/5c/e8/275ce8ecaad6ac595222003ea6bdda96cb1682f2_2.file.javascript.tpl.php
992 /classes/ProductDownload.php
993 /src/Core/Cart/Calculator.php
994 /src/Core/Cart/CartRowCollection.php
995 /src/Core/Cart/Fees.php
996 /src/Core/Cart/AmountImmutable.php
997 /src/Core/Cart/CartRuleCollection.php
998 /src/Core/Cart/CartRuleCalculator.php
999 /src/Adapter/Product/PriceCalculator.php
1000 /src/Core/Cart/CartRow.php
1001 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1002 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/9a/34/0d9a340d5368ff90ee7a1148d457b9fc02066645_2.file.product-activation.tpl.php
1003 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/3d/73/77/3d7377d8254f14a1ce1199571f2fcd580041e0a8_2.file.header.tpl.php
1004 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1005 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1006 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1007 /var/cache/dev/smarty/cache/iqitlinksmanager/1/1/1/4/131/displayNav1/warehouse/61/f7/23/61f723e1e35cfc9310f1184e7ab9b24d87686c1f.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1008 /modules/iqithtmlandbanners/iqithtmlandbanners.php
1009 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php
1010 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php
1011 /modules/iqithtmlandbanners/src/IqitHtmlAndBanner.php
1012 /modules/iqithtmlandbanners/translations/de.php
1013 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNav1/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1014 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNavCenter/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1015 /modules/ps_languageselector/ps_languageselector.php
1016 /var/cache/dev/smarty/compile/warehouse/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
1017 /modules/ps_currencyselector/ps_currencyselector.php
1018 /var/cache/dev/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
1019 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNav2/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1020 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d1/02/1c/d1021c97d9c3b6786192bf3123a291ceeaa39254_2.file.header-2.tpl.php
1021 /modules/iqitsearch/iqitsearch.php
1022 /modules/iqitsearch/translations/de.php
1023 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1024 /var/cache/dev/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php
1025 /var/cache/dev/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1026 /modules/ps_customersignin/ps_customersignin.php
1027 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1028 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayHeaderButtons/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1029 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1030 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1031 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1032 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayTop/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1033 /var/cache/dev/smarty/cache/iqitmegamenu/index/1/1/1/4/131/warehouse/db/4a/2c/db4a2c962a4153154f32b91c282476eae87ed9b5.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1034 /classes/CMS.php
1035 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1036 /var/cache/dev/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php
1037 /var/cache/dev/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.cache.php
1038 /var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php
1039 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayAboveMobileMenu/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1040 /var/cache/dev/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.cache.php
1041 /var/cache/dev/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.cache.php
1042 /var/cache/dev/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.cache.php
1043 /var/cache/dev/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.cache.php
1044 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1045 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1046 /modules/paypal/classes/InstallmentBanner/BannerManager.php
1047 /modules/paypal/classes/InstallmentBanner/Banner.php
1048 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNavFullWidth/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1049 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/59/54/a2/5954a2562f6fec615ec950b0286d8b7abeb75b43_2.file.mobile-header-1.tpl.php
1050 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1051 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1052 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1053 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayBelowHeader/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1054 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayWrapperTop/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1055 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/92/52/38/925238424f41561e68a275eac71f4d736dfd4a90_2.file.breadcrumb.tpl.php
1056 /modules/iqitproductsnav/iqitproductsnav.php
1057 /modules/iqitproductsnav/translations/de.php
1058 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/12/26/aa/1226aa1082446ac849a91950cdb7235ba9b836a4_2.file.notifications.tpl.php
1059 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d6/f9/dc/d6f9dcfb859685715503319edf06cde6b81304a3_2.file.category-header.tpl.php
1060 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b5/a6/bb/b5a6bb27296dd6edbca8a303e421e932bd97e53e_2.file.products-top.tpl.php
1061 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1062 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/97/e3/0c/97e30c4835a3e86b449185fb2cf2a6490c133df3_2.file.sort-orders.tpl.php
1063 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a0/75/c1/a075c1942039a15ead0033402df35d1b3b911d79_2.file.products.tpl.php
1064 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/50/33/f1/5033f1a25509bb216047656746e2e34322eb5127_2.file.product.tpl.php
1065 /vendor/smarty/smarty/libs/plugins/modifier.date_format.php
1066 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/27/1c/b0/271cb01e56f21f6f0bbb2562d8fa08672dda3a04_2.file.product-miniature-1.tpl.php
1067 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/23/8a/e4/238ae48c1949b7a387edf124dc84b415e617d105_2.file.product-miniature-thumb.tpl.php
1068 /var/cache/dev/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
1069 /var/cache/dev/smarty/compile/warehouse/f0/28/06/f0280617ea95e2794fe002b1120fc56cfd448619_2.module.iqitreviewsviewstemplateshooksimpleproductrating.tpl.php
1070 /vendor/smarty/smarty/libs/plugins/function.math.php
1071 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/11/5d/10/115d104ebf510118c6fa5c68b803699fa06b4ea3_2.file.product-miniature-btn.tpl.php
1072 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2d/4e/60/2d4e60540ec94ec59dbdd7aa885055f36e45f97c_2.file.pagination.tpl.php
1073 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/20/f0/e920f05c72aaec4f43457fa806ed5767febd4847_2.file.products-bottom.tpl.php
1074 /modules/ps_categorytree/ps_categorytree.php
1075 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1076 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1077 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/1e/7b/c6/1e7bc6dda529568b918658a19490c6d3eaa00832_2.file.footer.tpl.php
1078 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/40/c1/9b/40c19bbd2ed052f67e7c4b703ba4e2152168e7c8_2.file.footer-1.tpl.php
1079 /var/cache/dev/smarty/cache/iqitlinksmanager/1/1/1/4/131/displayFooter/warehouse/61/f7/23/61f723e1e35cfc9310f1184e7ab9b24d87686c1f.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1080 /var/cache/dev/smarty/cache/iqitcontactpage/1/1/1/4/131/warehouse/38/d0/44/38d0447389ee09ce1dbcd5a216fd3b56b8b975df.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1081 /var/cache/dev/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.cache.php
1082 /var/cache/dev/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.cache.php
1083 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayFooter/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1084 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ce/3b/07/ce3b07fce7d192d4ee8c8b655cdd6f03af55007f_2.file.social-links.tpl.php
1085 /var/cache/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1086 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/73/87/c3/7387c3399719415ad69a76867fb0ebbcf376fe05_2.file.footer-copyrights-1.tpl.php
1087 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/37/39/f6/3739f607d18a1a7eb22c5279fc1eeb16fc9625c2_2.file.password-policy-template.tpl.php
1088 /classes/form/CustomerLoginForm.php
1089 /classes/form/AbstractForm.php
1090 /classes/form/FormInterface.php
1091 /src/Core/Foundation/Templating/RenderableInterface.php
1092 /classes/form/CustomerLoginFormatter.php
1093 /classes/form/FormFormatterInterface.php
1094 /classes/ValidateConstraintTranslator.php
1095 /src/Core/Util/InternationalizedDomainNameConverter.php
1096 /src/Core/Foundation/Templating/RenderableProxy.php
1097 /var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
1098 /classes/form/FormField.php
1099 /var/cache/dev/smarty/compile/warehouse/29/7a/54/297a54bd37067df70699682d863b9a4a42cd5c80_2.file.login-form.tpl.php
1100 /var/cache/dev/smarty/compile/warehouse/f5/2f/1b/f52f1b70f6b234cb30a15513ff1bc6e5bcf23c8c_2.file.form-errors.tpl.php
1101 /var/cache/dev/smarty/compile/ae/88/ca/ae88ca9b6400c109f0521b3665b396f6800721df_2.file.form-fields.tpl.php
1102 /var/cache/dev/smarty/compile/f5/2f/1b/f52f1b70f6b234cb30a15513ff1bc6e5bcf23c8c_2.file.form-errors.tpl.php
1103 /var/cache/dev/smarty/cache/iqitcookielaw/1/1/1/4/131/warehouse/5e/b9/2b/5eb92b07f2f7d7fd0b1ed85b0d08f2e129568342.iqitcookielawviewstemplateshookiqitcookielaw.tpl.php
1104 /modules/statsdata/statsdata.php
1105 /classes/Connection.php
1106 /classes/ConnectionsSource.php
1107 /modules/htmlminifier/htmlminifier.php