Warning: Array to string conversion in /var/www/vhosts/hairevolution-prodotti.com/httpdocs/tools/profiling/Profiler.php on line 158
Capelli (13)

Capelli

Product added to wishlist
Product added to compare.
Load Time 673.540 ms
Querying Time 305 ms
Queries 1632
Memory Peak Usage 59.8 Mb
Included Files 1470 files - 17.64 Mb
PrestaShop Cache - Mb
Global vars 0.71 Mb
PrestaShop Version 8.2.0
PHP Version 8.2.25
MySQL Version 10.3.39-MariaDB-0+deb10u2
Memory Limit 690M
Max Execution Time 13000s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 34.388 ms 34.388 ms 28.79 Mb 29.7 Mb
__construct 0.015 ms 34.403 ms - Mb 29.7 Mb
init 22.875 ms 57.278 ms 0.62 Mb 29.7 Mb
checkAccess 0.002 ms 57.280 ms - Mb 29.7 Mb
setMedia 12.137 ms 69.417 ms 0.22 Mb 29.7 Mb
postProcess 0.001 ms 69.418 ms - Mb 29.7 Mb
initHeader 0.001 ms 69.419 ms - Mb 29.7 Mb
initContent 245.044 ms 314.463 ms 11.54 Mb 41.3 Mb
initFooter 0.002 ms 314.465 ms - Mb 41.3 Mb
display 359.075 ms 673.540 ms 17.37 Mb 59.8 Mb
Hook Time Memory Usage
DisplayProductPriceBlock 84.859 ms 9.64 Mb
DisplayHeader 74.579 ms 4.18 Mb
displayProductListReviews 34.509 ms 0.36 Mb
displayMainMenu 28.255 ms 1.85 Mb
displayProductListFunctionalButtons 20.976 ms 0.09 Mb
ActionDispatcherBefore 20.605 ms 0.23 Mb
ActionFrontControllerSetMedia 11.219 ms 0.17 Mb
DisplayBeforeBodyClosingTag 5.302 ms 0.20 Mb
displayBeforeBodyClosingTag 3.743 ms 0.11 Mb
displayNav1 3.287 ms 0.34 Mb
displayLeftColumn 2.950 ms 0.19 Mb
Header 2.769 ms 0.01 Mb
displayFooter 2.711 ms 0.19 Mb
displayNav2 1.804 ms 0.16 Mb
DisplayBanner 1.685 ms 0.04 Mb
DisplayFooterCategory 1.522 ms 0.10 Mb
ProductSearchProvider 0.928 ms - Mb
DisplayAfterTitleTag 0.892 ms 0.01 Mb
displayCustomerLoginFormAfter 0.760 ms 0.06 Mb
displayFooterBefore 0.564 ms 0.05 Mb
renderWidget 0.530 ms 0.17 Mb
DisplayLeftColumn 0.296 ms 0.13 Mb
displayAfterBreadcrumb 0.276 ms 0.03 Mb
ModuleRoutes 0.197 ms 0.03 Mb
IsJustElementor 0.182 ms 0.02 Mb
OverrideLayoutTemplate 0.042 ms - Mb
displayVerticalMenu 0.008 ms - Mb
ActionDispatcher 0.007 ms - Mb
ActionProductSearchAfter 0.005 ms - Mb
29 hook(s) 305.462 ms 18.36 Mb
Module Time Memory Usage
ps_checkout 1002 ms 25.74 Mb
ybc_blog 5.956 ms 0.53 Mb
klarnapayment 99.051 ms 9.83 Mb
ps_mbo 6.012 ms 0.04 Mb
ps_eventbus 21.053 ms 0.23 Mb
ps_accounts 2.364 ms - Mb
psxdesign 3.024 ms 0.03 Mb
iqitthemeeditor 0.991 ms 0.09 Mb
ps_emailsubscription 1.374 ms 0.07 Mb
ps_emailalerts 0.327 ms 0.02 Mb
revsliderprestashop 1.824 ms 0.08 Mb
lgcookieslaw 1.405 ms 0.07 Mb
ps_shoppingcart 0.170 ms 0.01 Mb
productcomments 34.905 ms 0.39 Mb
ps_googleanalytics 2.376 ms 0.07 Mb
iqitcompare 10.960 ms 0.11 Mb
iqitcontactpage 1.206 ms 0.06 Mb
iqitcountdown 0.295 ms 0.01 Mb
iqitelementor 0.905 ms 0.03 Mb
iqitfreedeliverycount 0.180 ms 0.01 Mb
iqitmegamenu 28.629 ms 1.86 Mb
iqitreviews 0.249 ms 0.01 Mb
iqitsizecharts 0.204 ms 0.01 Mb
iqitwishlist 15.926 ms 0.22 Mb
iqitextendedproduct 0.264 ms 0.01 Mb
iqitsociallogin 0.967 ms 0.07 Mb
paypal 4.773 ms 0.09 Mb
cdc_googletagmanager 1.044 ms 0.09 Mb
facebookproductad 66.700 ms 4.07 Mb
daneaimport 0.743 ms - Mb
ps_facetedsearch 2.674 ms 0.31 Mb
iqitlinksmanager 4.956 ms 0.48 Mb
ps_languageselector 0.352 ms 0.05 Mb
ps_currencyselector 0.388 ms 0.05 Mb
ps_customersignin 0.105 ms 0.01 Mb
iqitsearch 0.187 ms 0.01 Mb
iqitproductsnav 0.424 ms 0.04 Mb
ps_categorytree 3.059 ms 0.20 Mb
statsdata 3.204 ms 0.14 Mb
39 module(s) 1331 ms 45.03 Mb

Stopwatch SQL - 1632 queries

# Query Time (ms) Rows Filesort Group By Location
697
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=89 AND c.nright<=122 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
22.751 ms 1162084 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`)
4.771 ms 1807 /classes/Configuration.php:180
1266
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
3.144 ms 1 Yes /classes/Currency.php:687
1311
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
3.012 ms 1 Yes /classes/Currency.php:826
1278
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
2.918 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.676 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.228 ms 279 Yes Yes /classes/Hook.php:1267
440
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
1.919 ms 649 /classes/Hook.php:452
439
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
1.792 ms 0 /classes/Hook.php:1326
433
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-11-06 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 5 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,24
1.572 ms 965 /classes/Category.php:1062
689
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-11-06 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 5 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,24
1.510 ms 965 /classes/Category.php:1062
699
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-06 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 = 1
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 (144,145,121,1914,1922,1927,1928,1929,1930,1932,1944,1946,1823,1828,1827,2049,2050,2052,2053,2054,2135,2136,2138,2139,2141,2142,2144,2147,2148,2153,2154,2155,2156,2158,2160,2161)
1.360 ms 36 /classes/ProductAssembler.php:95
1627
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
1.312 ms 1 /classes/ObjectModel.php:622
1212
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 = 1
ORDER BY hss.position
1.308 ms 22 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
1245
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` = 56 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1.071 ms 45 Yes Yes /classes/Category.php:785
1298
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
1.036 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1310
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.962 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
394
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 5
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.904 ms 16 Yes Yes /classes/Category.php:916
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.879 ms 1036 /classes/Hook.php:1366
1249
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` = 57 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.846 ms 46 Yes Yes /classes/Category.php:785
1543
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.837 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1368
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (485,487)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.827 ms 2 /classes/Product.php:2746
1607
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` = 5 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 6 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.816 ms 49 Yes Yes /classes/Category.php:785
1625
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (144,145,121,1914,1922,1927,1928,1929,1930,1932,1944,1946,1823,1828,1827,2049,2050,2052,2053,2054,2135,2136,2138,2139,2141,2142,2144,2147,2148,2153,2154,2155,2156,2158,2160,2161) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.770 ms 79 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
1213
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` = 5 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.745 ms 49 Yes Yes /classes/Category.php:785
1247
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` = 53 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.742 ms 34 Yes Yes /classes/Category.php:785
1604
SELECT SQL_NO_CACHE p.*,pc.id_category, pl.image,pl.thumb, pl.title, pl.description, pl.short_description, pl.meta_keywords, pl.meta_description,pl.url_alias,e.firstname, e.lastname,pc.position,count(pcm.id_comment) as total_comment,IFNULL(ybe.status,1) as status
FROM `ps_ybc_blog_post` p
INNER JOIN `ps_ybc_blog_post_shop` ps ON (p.id_post=ps.id_post AND ps.id_shop='1')
LEFT JOIN `ps_ybc_blog_post_lang` pl ON p.id_post = pl.id_post AND pl.id_lang = 1
LEFT JOIN `ps_ybc_blog_post_category` pc ON (p.id_post = pc.id_post ) 
LEFT JOIN `ps_ybc_blog_post_related_categories` rpc ON (p.id_post = rpc.id_post)
LEFT JOIN `ps_customer` c ON (c.id_customer=p.added_by AND p.is_customer=1)
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by AND p.is_customer=0)
LEFT JOIN `ps_ybc_blog_employee` ybe ON ((ybe.id_employee=c.id_customer AND ybe.is_customer=1) OR (ybe.id_employee=e.id_employee AND ybe.is_customer=0))
LEFT JOIN `ps_ybc_blog_comment` pcm on (pcm.id_post=p.id_post)
WHERE 1  AND p.enabled=1 AND rpc.id_category=5  
GROUP BY p.id_post
ORDER BY p.datetime_added DESC,  p.id_post DESC  LIMIT 0, 6
0.709 ms 1 Yes /modules/ybc_blog/classes/ybc_blog_post_class.php:263
1441
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2052) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.659 ms 1 Yes Yes /classes/Product.php:4513
1327
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1927) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.656 ms 1 Yes Yes /classes/Product.php:4513
1250
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` = 58 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.615 ms 45 Yes Yes /classes/Category.php:785
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.606 ms 1036 /classes/Hook.php:1326
1246
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` = 52 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.589 ms 35 Yes Yes /classes/Category.php:785
1261
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` = 120 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.583 ms 34 Yes Yes /classes/Category.php:785
1248
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` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.544 ms 33 Yes Yes /classes/Category.php:785
1391
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.529 ms 1 Yes /classes/Currency.php:826
1316
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.505 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1244
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` = 55 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.502 ms 44 Yes Yes /classes/Category.php:785
1251
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` = 15 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.488 ms 36 Yes Yes /classes/Category.php:785
1253
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` = 91 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.486 ms 43 Yes Yes /classes/Category.php:785
683
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 190
ORDER BY f.position ASC
0.467 ms 1 Yes /classes/Product.php:6013
354
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.426 ms 62 Yes /classes/Dispatcher.php:654
1252
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` = 59 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.423 ms 44 Yes Yes /classes/Category.php:785
632
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` = 185 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` = 185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.421 ms 0 /classes/Cart.php:1430
532
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` = 175 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` = 175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.416 ms 0 /classes/Cart.php:1430
622
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` = 184 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` = 184 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.397 ms 0 /classes/Cart.php:1430
695
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag  INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.393 ms 15 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.391 ms 92 /classes/module/Module.php:341
682
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` = 190 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` = 190 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.385 ms 0 /classes/Cart.php:1430
1354
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.384 ms 1 Yes Yes /classes/Product.php:4513
362
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.383 ms 92 /classes/module/Module.php:341
1612
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 89 AND c.`nright` >= 122 AND c.`nleft` >= 2 AND c.`nright` <= 189 ORDER BY `nleft` DESC
0.383 ms 95 Yes /classes/Category.php:1594
1567
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2155) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.378 ms 1 Yes Yes /classes/Product.php:4513
377
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.376 ms 92 /classes/module/Module.php:341
672
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` = 189 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` = 189 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.376 ms 0 /classes/Cart.php:1430
378
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.373 ms 92 /classes/module/Module.php:341
352
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.371 ms 92 /classes/module/Module.php:341
1336
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1928) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.370 ms 1 Yes Yes /classes/Product.php:4513
801
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` = 1932 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` = 1932 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1430
870
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` = 2049 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` = 2049 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1430
542
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` = 176 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` = 176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1430
552
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` = 177 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` = 177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.366 ms 0 /classes/Cart.php:1430
356
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.363 ms 92 /classes/module/Module.php:341
829
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` = 1946 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` = 1946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.362 ms 0 /classes/Cart.php:1430
911
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` = 2054 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` = 2054 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.361 ms 0 /classes/Cart.php:1430
1345
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1929) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.361 ms 1 Yes Yes /classes/Product.php:4513
1135
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` = 1)
WHERE i.`id_product` = 2054
ORDER BY `position`
0.358 ms 1 Yes /classes/Product.php:3539
353
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.356 ms 92 /classes/module/Module.php:341
522
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` = 173 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` = 173 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.354 ms 0 /classes/Cart.php:1430
891
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` = 2052 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` = 2052 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.352 ms 0 /classes/Cart.php:1430
602
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` = 182 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` = 182 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.351 ms 0 /classes/Cart.php:1430
1274
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.351 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
572
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` = 179 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` = 179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.350 ms 0 /classes/Cart.php:1430
450
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` = 135 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` = 135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.349 ms 0 /classes/Cart.php:1430
1143
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2138) AND (b.`id_shop` = 1) LIMIT 1
0.349 ms 1 /src/Adapter/EntityMapper.php:71
983
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` = 2144 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` = 2144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.347 ms 0 /classes/Cart.php:1430
562
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` = 178 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` = 178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.346 ms 0 /classes/Cart.php:1430
839
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` = 1823 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` = 1823 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.344 ms 0 /classes/Cart.php:1430
451
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 135
ORDER BY f.position ASC
0.343 ms 1 Yes /classes/Product.php:6013
771
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` = 1928 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` = 1928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.342 ms 0 /classes/Cart.php:1430
592
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` = 181 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` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.342 ms 0 /classes/Cart.php:1430
813
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` = 1944 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` = 1944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.342 ms 0 /classes/Cart.php:1430
850
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` = 1828 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` = 1828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.341 ms 0 /classes/Cart.php:1430
791
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` = 1930 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` = 1930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1430
1279
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.338 ms 1 Yes /classes/Currency.php:826
973
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` = 2142 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` = 2142 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.337 ms 0 /classes/Cart.php:1430
1119
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1827) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
881
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` = 2050 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` = 2050 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.337 ms 0 /classes/Cart.php:1430
1468
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2135) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.337 ms 1 Yes Yes /classes/Product.php:4513
761
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` = 1927 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` = 1927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.336 ms 0 /classes/Cart.php:1430
901
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` = 2053 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` = 2053 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.336 ms 0 /classes/Cart.php:1430
815
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` = 485
AND cp.`id_cart` = 0 AND cp.`id_product` = 1944 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` = 485
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
361
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.334 ms 92 /classes/module/Module.php:341
426
DESCRIBE ps_ybc_blog_post
0.334 ms 1 /modules/ybc_blog/ybc_blog_defines.php:3158
1291
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (145) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.330 ms 1 Yes Yes /classes/Product.php:4513
781
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` = 1929 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` = 1929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.330 ms 0 /classes/Cart.php:1430
1023
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` = 2154 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` = 2154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.329 ms 0 /classes/Cart.php:1430
512
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` = 149 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` = 149 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.328 ms 0 /classes/Cart.php:1430
1318
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1922) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.328 ms 1 Yes Yes /classes/Product.php:4513
860
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` = 1827 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` = 1827 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.326 ms 0 /classes/Cart.php:1430
1044
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` = 2156 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` = 2156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.325 ms 0 /classes/Cart.php:1430
719
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` = 145 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` = 145 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.325 ms 0 /classes/Cart.php:1430
1054
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` = 2158 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` = 2158 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.325 ms 0 /classes/Cart.php:1430
1513
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2142) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.324 ms 1 Yes Yes /classes/Product.php:4513
922
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` = 2135 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` = 2135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.323 ms 0 /classes/Cart.php:1430
492
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` = 147 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` = 147 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.321 ms 0 /classes/Cart.php:1430
1322
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.319 ms 1 Yes /classes/Currency.php:826
1111
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1946) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
1378
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1944) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.317 ms 2 Yes Yes /classes/Product.php:4513
1065
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` = 2160 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` = 2160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.316 ms 0 /classes/Cart.php:1430
533
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 175
ORDER BY f.position ASC
0.315 ms 1 Yes /classes/Product.php:6013
709
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` = 144 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` = 144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.315 ms 0 /classes/Cart.php:1430
751
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` = 1922 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` = 1922 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.314 ms 0 /classes/Cart.php:1430
963
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` = 2141 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` = 2141 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.314 ms 0 /classes/Cart.php:1430
1594
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2160) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.314 ms 1 Yes Yes /classes/Product.php:4513
1504
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2141) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.313 ms 1 Yes Yes /classes/Product.php:4513
1363
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1932) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.312 ms 1 Yes Yes /classes/Product.php:4513
818
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
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)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1944
AND pac.`id_product_attribute` = 485
AND agl.`id_lang` = 1
0.311 ms 1 /classes/Product.php:7516
1158
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2147) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
612
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` = 183 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` = 183 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
1459
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2054) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.308 ms 1 Yes Yes /classes/Product.php:4513
1522
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.307 ms 1 Yes Yes /classes/Product.php:4513
932
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` = 2136 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` = 2136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.304 ms 0 /classes/Cart.php:1430
441
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` = 10
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('89024' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '89024')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.304 ms 1 /classes/tax/TaxRulesTaxManager.php:100
1149
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2141) AND (b.`id_shop` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
1140
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2136) AND (b.`id_shop` = 1) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
1432
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2050) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.303 ms 1 Yes Yes /classes/Product.php:4513
1477
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2136) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.303 ms 1 Yes Yes /classes/Product.php:4513
1152
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2142) AND (b.`id_shop` = 1) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
1155
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2144) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
1423
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2049) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.302 ms 1 Yes Yes /classes/Product.php:4513
1179
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2160) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
1549
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2153) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.301 ms 1 Yes Yes /classes/Product.php:4513
642
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` = 186 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` = 186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.299 ms 0 /classes/Cart.php:1430
729
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` = 121 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` = 121 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.299 ms 0 /classes/Cart.php:1430
1414
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1827) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.299 ms 1 Yes Yes /classes/Product.php:4513
461
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` = 136 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` = 136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.298 ms 0 /classes/Cart.php:1430
483
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 146
ORDER BY f.position ASC
0.296 ms 1 Yes /classes/Product.php:6013
1116
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1828) AND (b.`id_shop` = 1) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
1146
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2139) AND (b.`id_shop` = 1) LIMIT 1
0.295 ms 1 /src/Adapter/EntityMapper.php:71
1300
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (121) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.295 ms 1 Yes Yes /classes/Product.php:4513
1173
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2156) AND (b.`id_shop` = 1) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:71
1576
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.293 ms 1 Yes Yes /classes/Product.php:4513
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1114
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1823) AND (b.`id_shop` = 1) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:71
1161
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2148) AND (b.`id_shop` = 1) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:71
1182
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2161) AND (b.`id_shop` = 1) LIMIT 1
0.292 ms 1 /src/Adapter/EntityMapper.php:71
1495
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2139) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.292 ms 1 Yes Yes /classes/Product.php:4513
1531
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2147) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.292 ms 1 Yes Yes /classes/Product.php:4513
563
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 178
ORDER BY f.position ASC
0.291 ms 1 Yes /classes/Product.php:6013
1442
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.290 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1170
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2155) AND (b.`id_shop` = 1) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:71
1217
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.290 ms 1 /src/Adapter/EntityMapper.php:79
1034
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` = 2155 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` = 2155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.289 ms 0 /classes/Cart.php:1430
1176
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2158) AND (b.`id_shop` = 1) LIMIT 1
0.289 ms 1 /src/Adapter/EntityMapper.php:71
1585
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2158) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.289 ms 1 Yes Yes /classes/Product.php:4513
1099
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1929) AND (b.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
1131
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2053) AND (b.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
1164
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2153) AND (b.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
1167
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2154) AND (b.`id_shop` = 1) LIMIT 1
0.288 ms 1 /src/Adapter/EntityMapper.php:71
696
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.287 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
1134
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2054) AND (b.`id_shop` = 1) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
1320
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.286 ms 1 Yes /classes/Currency.php:826
1096
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1928) AND (b.`id_shop` = 1) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
1194
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
0.285 ms 1 /src/Adapter/EntityMapper.php:79
1084
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 121) AND (b.`id_shop` = 1) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
1122
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2049) AND (b.`id_shop` = 1) LIMIT 1
0.283 ms 1 /src/Adapter/EntityMapper.php:71
1323
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.283 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1137
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2135) AND (b.`id_shop` = 1) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:71
523
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 173
ORDER BY f.position ASC
0.280 ms 1 Yes /classes/Product.php:6013
1387
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.280 ms 1 Yes Yes /classes/Product.php:4513
1450
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2053) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.279 ms 1 Yes Yes /classes/Product.php:4513
1317
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.279 ms 1 Yes /classes/Currency.php:826
1214
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.278 ms 1 /src/Adapter/EntityMapper.php:71
1486
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2138) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.278 ms 1 Yes Yes /classes/Product.php:4513
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` = 139 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` = 139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.277 ms 0 /classes/Cart.php:1430
1093
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1927) AND (b.`id_shop` = 1) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
582
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` = 180 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` = 180 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.275 ms 0 /classes/Cart.php:1430
805
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1944) AND (b.`id_shop` = 1) LIMIT 1
0.274 ms 1 /src/Adapter/EntityMapper.php:71
1603
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2161) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.274 ms 1 Yes Yes /classes/Product.php:4513
1540
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2148) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.272 ms 1 Yes Yes /classes/Product.php:4513
1405
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1828) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.271 ms 1 Yes Yes /classes/Product.php:4513
553
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 177
ORDER BY f.position ASC
0.271 ms 1 Yes /classes/Product.php:6013
1013
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` = 2153 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` = 2153 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
1090
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1922) AND (b.`id_shop` = 1) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
543
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 176
ORDER BY f.position ASC
0.268 ms 1 Yes /classes/Product.php:6013
662
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` = 188 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` = 188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.268 ms 0 /classes/Cart.php:1430
912
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2054
ORDER BY f.position ASC
0.267 ms 1 Yes /classes/Product.php:6013
1081
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 145) AND (b.`id_shop` = 1) LIMIT 1
0.267 ms 1 /src/Adapter/EntityMapper.php:71
1558
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.265 ms 1 Yes Yes /classes/Product.php:4513
633
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 185
ORDER BY f.position ASC
0.264 ms 1 Yes /classes/Product.php:6013
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
830
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1946
ORDER BY f.position ASC
0.264 ms 1 Yes /classes/Product.php:6013
1102
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1930) AND (b.`id_shop` = 1) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
1105
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1932) AND (b.`id_shop` = 1) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:71
952
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` = 2139 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` = 2139 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
1396
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1823) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.259 ms 1 Yes Yes /classes/Product.php:4513
643
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 186
ORDER BY f.position ASC
0.258 ms 1 Yes /classes/Product.php:6013
502
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` = 148 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` = 148 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.257 ms 0 /classes/Cart.php:1430
741
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` = 1914 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` = 1914 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
840
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1823
ORDER BY f.position ASC
0.255 ms 1 Yes /classes/Product.php:6013
421
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 89) AND (a0.`nright` > 122) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.254 ms 95 Yes /classes/PrestaShopCollection.php:383
1466
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.254 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
673
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 189
ORDER BY f.position ASC
0.252 ms 1 Yes /classes/Product.php:6013
993
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` = 2147 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` = 2147 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.251 ms 0 /classes/Cart.php:1430
1077
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 144) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
984
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2144
ORDER BY f.position ASC
0.250 ms 1 Yes /classes/Product.php:6013
871
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2049
ORDER BY f.position ASC
0.249 ms 1 Yes /classes/Product.php:6013
942
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` = 2138 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` = 2138 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.248 ms 0 /classes/Cart.php:1430
623
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 184
ORDER BY f.position ASC
0.248 ms 1 Yes /classes/Product.php:6013
1364
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1944) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
817
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1944
ORDER BY f.position ASC
0.247 ms 1 Yes /classes/Product.php:6013
1367
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
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)
WHERE pa.`id_product` = 1944
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.246 ms 2 Yes Yes /classes/Product.php:2731
1087
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1914) AND (b.`id_shop` = 1) LIMIT 1
0.245 ms 1 /src/Adapter/EntityMapper.php:71
1233
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1
0.245 ms 1 /src/Adapter/EntityMapper.php:79
974
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2142
ORDER BY f.position ASC
0.245 ms 1 Yes /classes/Product.php:6013
690
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite FROM ps_category c LEFT 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 (cl.id_category = c.id_category AND cl.id_shop = 1 )WHERE c.nleft <= 89 AND c.nright >= 122 AND c.nleft >= 2 AND c.nright <= 189 AND cl.id_lang = 1 AND c.level_depth > 1 ORDER BY c.level_depth ASC
0.244 ms 95 Yes /modules/facebookproductad/lib/moduleTools.php:515
882
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2050
ORDER BY f.position ASC
0.244 ms 1 Yes /classes/Product.php:6013
493
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 147
ORDER BY f.position ASC
0.244 ms 1 Yes /classes/Product.php:6013
652
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` = 187 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` = 187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.244 ms 0 /classes/Cart.php:1430
1313
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.244 ms 1 Yes /classes/Currency.php:826
663
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 188
ORDER BY f.position ASC
0.242 ms 1 Yes /classes/Product.php:6013
892
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2052
ORDER BY f.position ASC
0.242 ms 1 Yes /classes/Product.php:6013
772
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1928
ORDER BY f.position ASC
0.241 ms 1 Yes /classes/Product.php:6013
688
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite FROM ps_category c LEFT 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 (cl.id_category = c.id_category AND cl.id_shop = 1 )WHERE c.nleft <= 89 AND c.nright >= 122 AND c.nleft >= 2 AND c.nright <= 189 AND cl.id_lang = 1 AND c.level_depth > 1 ORDER BY c.level_depth ASC
0.240 ms 95 Yes /modules/facebookproductad/lib/moduleTools.php:515
792
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1930
ORDER BY f.position ASC
0.239 ms 1 Yes /classes/Product.php:6013
851
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1828
ORDER BY f.position ASC
0.239 ms 1 Yes /classes/Product.php:6013
1075
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` = 2161 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` = 2161 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
782
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1929
ORDER BY f.position ASC
0.239 ms 1 Yes /classes/Product.php:6013
1319
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.239 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1117
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` = 1)
WHERE i.`id_product` = 1828
ORDER BY `position`
0.238 ms 1 Yes /classes/Product.php:3539
1571
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.238 ms 1 Yes /classes/Currency.php:826
482
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` = 146 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` = 146 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.237 ms 0 /classes/Cart.php:1430
902
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2053
ORDER BY f.position ASC
0.236 ms 1 Yes /classes/Product.php:6013
1578
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.236 ms 1 Yes /classes/Currency.php:826
802
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1932
ORDER BY f.position ASC
0.236 ms 1 Yes /classes/Product.php:6013
1115
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` = 1)
WHERE i.`id_product` = 1823
ORDER BY `position`
0.235 ms 1 Yes /classes/Product.php:3539
1282
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.233 ms 1 Yes Yes /classes/Product.php:4513
1309
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` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1914) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.233 ms 1 Yes Yes /classes/Product.php:4513
762
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1927
ORDER BY f.position ASC
0.232 ms 1 Yes /classes/Product.php:6013
1055
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2158
ORDER BY f.position ASC
0.232 ms 1 Yes /classes/Product.php:6013
1024
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2154
ORDER BY f.position ASC
0.231 ms 1 Yes /classes/Product.php:6013
376
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.230 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
1003
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` = 2148 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` = 2148 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.230 ms 0 /classes/Cart.php:1430
694
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 5
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.229 ms 13 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
861
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1827
ORDER BY f.position ASC
0.228 ms 1 Yes /classes/Product.php:6013
964
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2141
ORDER BY f.position ASC
0.228 ms 1 Yes /classes/Product.php:6013
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.227 ms 1 Yes /classes/shop/Shop.php:715
923
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2135
ORDER BY f.position ASC
0.227 ms 1 Yes /classes/Product.php:6013
933
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2136
ORDER BY f.position ASC
0.227 ms 1 Yes /classes/Product.php:6013
710
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 144
ORDER BY f.position ASC
0.226 ms 1 Yes /classes/Product.php:6013
1465
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.226 ms 1 Yes /classes/Currency.php:826
1066
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2160
ORDER BY f.position ASC
0.225 ms 1 Yes /classes/Product.php:6013
452
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` = 10
AND tr.`id_tax_rules_group` = 1
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.224 ms 1 /classes/tax/TaxRulesTaxManager.php:100
720
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 145
ORDER BY f.position ASC
0.223 ms 1 Yes /classes/Product.php:6013
1128
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2052) AND (b.`id_shop` = 1) LIMIT 1
0.223 ms 1 /src/Adapter/EntityMapper.php:71
953
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2139
ORDER BY f.position ASC
0.222 ms 1 Yes /classes/Product.php:6013
914
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.221 ms 1 /classes/Product.php:5659
1045
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2156
ORDER BY f.position ASC
0.221 ms 1 Yes /classes/Product.php:6013
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.220 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.218 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
707
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 144 LIMIT 1
0.218 ms 1 /classes/Pack.php:90
752
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1922
ORDER BY f.position ASC
0.217 ms 1 Yes /classes/Product.php:6013
1159
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` = 1)
WHERE i.`id_product` = 2147
ORDER BY `position`
0.216 ms 1 Yes /classes/Product.php:3539
603
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 182
ORDER BY f.position ASC
0.215 ms 1 Yes /classes/Product.php:6013
1147
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` = 1)
WHERE i.`id_product` = 2139
ORDER BY `position`
0.214 ms 1 Yes /classes/Product.php:3539
1626
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 485
ORDER BY ag.`position` ASC, a.`position` ASC
0.214 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
462
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 136
ORDER BY f.position ASC
0.213 ms 1 Yes /classes/Product.php:6013
513
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 149
ORDER BY f.position ASC
0.213 ms 1 Yes /classes/Product.php:6013
613
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 183
ORDER BY f.position ASC
0.213 ms 1 Yes /classes/Product.php:6013
1223
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.213 ms 1 /src/Adapter/EntityMapper.php:79
943
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2138
ORDER BY f.position ASC
0.212 ms 1 Yes /classes/Product.php:6013
1341
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.210 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1141
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` = 1)
WHERE i.`id_product` = 2136
ORDER BY `position`
0.209 ms 1 Yes /classes/Product.php:3539
455
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 136)
0.209 ms 1 /classes/Product.php:3860
1120
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` = 1)
WHERE i.`id_product` = 1827
ORDER BY `position`
0.208 ms 1 Yes /classes/Product.php:3539
536
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 176)
0.207 ms 1 /classes/Product.php:3860
703
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 144)
0.207 ms 1 /classes/Product.php:3860
1035
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2155
ORDER BY f.position ASC
0.207 ms 1 Yes /classes/Product.php:6013
1458
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.206 ms 1 Yes /classes/Currency.php:826
573
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 179
ORDER BY f.position ASC
0.205 ms 1 Yes /classes/Product.php:6013
1100
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` = 1)
WHERE i.`id_product` = 1929
ORDER BY `position`
0.205 ms 1 Yes /classes/Product.php:3539
1186
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.205 ms 1 /classes/Cart.php:4249
1144
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` = 1)
WHERE i.`id_product` = 2138
ORDER BY `position`
0.204 ms 1 Yes /classes/Product.php:3539
895
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2053)
0.203 ms 1 /classes/Product.php:3860
1125
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` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2050) AND (b.`id_shop` = 1) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:71
910
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2054) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
1569
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.202 ms 1 Yes /classes/Currency.php:826
583
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 180
ORDER BY f.position ASC
0.201 ms 1 Yes /classes/Product.php:6013
1577
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.201 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.200 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
546
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 177)
0.200 ms 1 /classes/Product.php:3860
593
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 181
ORDER BY f.position ASC
0.200 ms 1 Yes /classes/Product.php:6013
730
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 121
ORDER BY f.position ASC
0.200 ms 1 Yes /classes/Product.php:6013
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.199 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
586
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 181)
0.199 ms 1 /classes/Product.php:3860
1150
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` = 1)
WHERE i.`id_product` = 2141
ORDER BY `position`
0.199 ms 1 Yes /classes/Product.php:3539
437
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 135)
0.198 ms 1 /classes/Product.php:3860
1112
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` = 1)
WHERE i.`id_product` = 1946
ORDER BY `position`
0.198 ms 1 Yes /classes/Product.php:3539
1153
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` = 1)
WHERE i.`id_product` = 2142
ORDER BY `position`
0.197 ms 1 Yes /classes/Product.php:3539
526
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 175)
0.195 ms 1 /classes/Product.php:3860
1138
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` = 1)
WHERE i.`id_product` = 2135
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1156
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` = 1)
WHERE i.`id_product` = 2144
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1168
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` = 1)
WHERE i.`id_product` = 2154
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1183
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` = 1)
WHERE i.`id_product` = 2161
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1216
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` = 56) LIMIT 1
0.195 ms 1 /src/Adapter/EntityMapper.php:71
566
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 179)
0.194 ms 1 /classes/Product.php:3860
1180
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` = 1)
WHERE i.`id_product` = 2160
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
1171
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` = 1)
WHERE i.`id_product` = 2155
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
700
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` = 144
AND image_shop.`cover` = 1 LIMIT 1
0.192 ms 1 /classes/Product.php:3570
1306
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.192 ms 1 Yes /classes/Currency.php:826
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 139
ORDER BY f.position ASC
0.192 ms 1 Yes /classes/Product.php:6013
496
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 148)
0.192 ms 1 /classes/Product.php:3860
596
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 182)
0.192 ms 1 /classes/Product.php:3860
653
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 187
ORDER BY f.position ASC
0.192 ms 1 Yes /classes/Product.php:6013
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.191 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
503
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 148
ORDER BY f.position ASC
0.191 ms 1 Yes /classes/Product.php:6013
636
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 186)
0.191 ms 1 /classes/Product.php:3860
664
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` = 189
AND image_shop.`cover` = 1 LIMIT 1
0.191 ms 2 /classes/Product.php:3570
844
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1828)
0.191 ms 1 /classes/Product.php:3860
967
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2142)
0.191 ms 1 /classes/Product.php:3860
1174
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` = 1)
WHERE i.`id_product` = 2156
ORDER BY `position`
0.191 ms 1 Yes /classes/Product.php:3539
1490
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.191 ms 1 Yes /classes/Currency.php:826
1596
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.191 ms 1 Yes /classes/Currency.php:826
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.190 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
379
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` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.189 ms 1 /src/Adapter/EntityMapper.php:71
556
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 178)
0.189 ms 1 /classes/Product.php:3860
1162
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` = 1)
WHERE i.`id_product` = 2148
ORDER BY `position`
0.189 ms 1 Yes /classes/Product.php:3539
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.188 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1165
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` = 1)
WHERE i.`id_product` = 2153
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
795
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1932)
0.187 ms 1 /classes/Product.php:3860
1177
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` = 1)
WHERE i.`id_product` = 2158
ORDER BY `position`
0.187 ms 1 Yes /classes/Product.php:3539
1389
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.187 ms 1 Yes /classes/Currency.php:826
1097
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` = 1)
WHERE i.`id_product` = 1928
ORDER BY `position`
0.187 ms 1 Yes /classes/Product.php:3539
1560
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.187 ms 1 Yes /classes/Currency.php:826
1272
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.186 ms 1 /classes/module/Module.php:2659
17
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.186 ms 92 /src/Adapter/Module/Repository/ModuleRepository.php:99
1004
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2148
ORDER BY f.position ASC
0.186 ms 1 Yes /classes/Product.php:6013
1106
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` = 1)
WHERE i.`id_product` = 1932
ORDER BY `position`
0.186 ms 1 Yes /classes/Product.php:3539
1188
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.186 ms 1 Yes /classes/Currency.php:826
1593
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.186 ms 1 Yes /classes/Currency.php:826
823
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1946)
0.185 ms 1 /classes/Product.php:3860
875
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2050)
0.185 ms 1 /classes/Product.php:3860
676
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 190)
0.184 ms 1 /classes/Product.php:3860
833
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1823)
0.184 ms 1 /classes/Product.php:3860
854
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1827)
0.184 ms 1 /classes/Product.php:3860
1187
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.184 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1293
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.184 ms 1 Yes /classes/Currency.php:826
1377
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.184 ms 1 Yes /classes/Currency.php:826
885
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2052)
0.183 ms 1 /classes/Product.php:3860
1337
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.183 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1550
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.183 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1451
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.182 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.182 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
905
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2054)
0.182 ms 1 /classes/Product.php:3860
1328
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.182 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1586
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.182 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
616
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 184)
0.181 ms 1 /classes/Product.php:3860
1059
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2160)
0.181 ms 1 /classes/Product.php:3860
1094
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` = 1)
WHERE i.`id_product` = 1927
ORDER BY `position`
0.181 ms 1 Yes /classes/Product.php:3539
1103
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` = 1)
WHERE i.`id_product` = 1930
ORDER BY `position`
0.181 ms 1 Yes /classes/Product.php:3539
1340
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.181 ms 1 Yes /classes/Currency.php:826
1573
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.181 ms 1 Yes /classes/Currency.php:826
470
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 139 LIMIT 1
0.180 ms 1 /classes/Pack.php:90
742
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 1914
ORDER BY f.position ASC
0.180 ms 1 Yes /classes/Product.php:6013
1407
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.180 ms 1 Yes /classes/Currency.php:826
1411
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.180 ms 1 Yes /classes/Currency.php:826
1566
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.180 ms 1 Yes /classes/Currency.php:826
1017
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2154)
0.180 ms 1 /classes/Product.php:3860
765
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1928)
0.179 ms 1 /classes/Product.php:3860
864
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2049)
0.179 ms 1 /classes/Product.php:3860
1085
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` = 1)
WHERE i.`id_product` = 121
ORDER BY `position`
0.179 ms 1 Yes /classes/Product.php:3539
1256
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` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.179 ms 1 /src/Adapter/EntityMapper.php:71
1355
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.179 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1373
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.179 ms 1 Yes /classes/Currency.php:826
1375
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.179 ms 1 Yes /classes/Currency.php:826
1461
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.179 ms 1 Yes /classes/Currency.php:826
1524
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.179 ms 1 Yes /classes/Currency.php:826
1587
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.179 ms 1 Yes /classes/Currency.php:826
1329
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.179 ms 1 Yes /classes/Currency.php:826
1348
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.179 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
994
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2147
ORDER BY f.position ASC
0.178 ms 1 Yes /classes/Product.php:6013
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.178 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
807
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1944)
0.178 ms 2 /classes/Product.php:3860
1398
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.178 ms 1 Yes /classes/Currency.php:826
1602
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.178 ms 1 Yes /classes/Currency.php:826
1347
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.177 ms 1 Yes /classes/Currency.php:826
564
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` = 179
AND image_shop.`cover` = 1 LIMIT 1
0.177 ms 2 /classes/Product.php:3570
626
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 185)
0.177 ms 1 /classes/Product.php:3860
841
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` = 1828
AND image_shop.`cover` = 1 LIMIT 1
0.177 ms 1 /classes/Product.php:3570
1562
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.177 ms 1 Yes /classes/Currency.php:826
1582
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.177 ms 1 Yes /classes/Currency.php:826
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.176 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
977
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2144)
0.176 ms 1 /classes/Product.php:3860
775
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1929)
0.176 ms 1 /classes/Product.php:3860
916
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2135)
0.176 ms 1 /classes/Product.php:3860
1312
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.176 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1415
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.176 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1467
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.176 ms 1 Yes /classes/Currency.php:826
723
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 121)
0.175 ms 1 /classes/Product.php:3860
1038
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2156)
0.175 ms 1 /classes/Product.php:3860
1416
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.175 ms 1 Yes /classes/Currency.php:826
1456
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.175 ms 1 Yes /classes/Currency.php:826
1598
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.175 ms 1 Yes /classes/Currency.php:826
816
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) 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) WHERE p.`id_product` = 1944 AND pa.`id_product` = 1944 AND pa.`id_product_attribute` = 485 LIMIT 1
0.174 ms 1 /classes/Product.php:1209
1014
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2153
ORDER BY f.position ASC
0.174 ms 1 Yes /classes/Product.php:6013
1048
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2158)
0.174 ms 1 /classes/Product.php:3860
1108
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` = 1)
WHERE i.`id_product` = 1944
ORDER BY `position`
0.174 ms 1 Yes /classes/Product.php:3539
1301
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.174 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1342
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.174 ms 1 Yes /classes/Currency.php:826
1379
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.174 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1533
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.174 ms 1 Yes /classes/Currency.php:826
434
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` = 135
AND image_shop.`cover` = 1 LIMIT 1
0.174 ms 1 /classes/Product.php:3570
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.173 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1132
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` = 1)
WHERE i.`id_product` = 2053
ORDER BY `position`
0.173 ms 1 Yes /classes/Product.php:3539
1400
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.173 ms 1 Yes /classes/Currency.php:826
1447
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.173 ms 1 Yes /classes/Currency.php:826
1460
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.173 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1497
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.173 ms 1 Yes /classes/Currency.php:826
1366
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 5 LIMIT 1
0.173 ms 0 /classes/Category.php:1373
1551
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.173 ms 1 Yes /classes/Currency.php:826
544
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` = 177
AND image_shop.`cover` = 1 LIMIT 1
0.172 ms 2 /classes/Product.php:3570
576
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 180)
0.172 ms 1 /classes/Product.php:3860
1069
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2161)
0.172 ms 1 /classes/Product.php:3860
395
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` = 55) AND (b.`id_shop` = 1) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:71
1088
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` = 1)
WHERE i.`id_product` = 1914
ORDER BY `position`
0.172 ms 2 Yes /classes/Product.php:3539
1230
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` = 59) LIMIT 1
0.172 ms 1 /src/Adapter/EntityMapper.php:71
1344
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.172 ms 1 Yes /classes/Currency.php:826
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.171 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
524
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` = 175
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 2 /classes/Product.php:3570
785
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1930)
0.171 ms 1 /classes/Product.php:3860
1443
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
975
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` = 2144
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
1356
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
1449
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
1463
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
1539
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
1600
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.170 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1299
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.170 ms 1 Yes /classes/Currency.php:826
1315
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.170 ms 1 Yes /classes/Currency.php:826
1346
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.170 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1453
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.170 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1519
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.170 ms 1 Yes /classes/Currency.php:826
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.169 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1409
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.169 ms 1 Yes /classes/Currency.php:826
1433
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.169 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1499
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.169 ms 1 Yes /classes/Currency.php:826
713
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 145)
0.169 ms 1 /classes/Product.php:3860
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.168 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1304
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.168 ms 1 Yes /classes/Currency.php:826
1476
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.168 ms 1 Yes /classes/Currency.php:826
1568
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.168 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.168 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.168 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
957
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2141)
0.168 ms 1 /classes/Product.php:3860
1548
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.168 ms 1 Yes /classes/Currency.php:826
1589
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.168 ms 1 Yes /classes/Currency.php:826
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.167 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1264
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` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.167 ms 1 /src/Adapter/EntityMapper.php:71
1349
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.167 ms 1 Yes /classes/Currency.php:826
1446
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.167 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1517
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.167 ms 1 Yes /classes/Currency.php:826
1559
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.167 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.167 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1091
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` = 1)
WHERE i.`id_product` = 1922
ORDER BY `position`
0.167 ms 1 Yes /classes/Product.php:3539
1259
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` = 84) AND (b.`id_shop` = 1) LIMIT 1
0.167 ms 1 /src/Adapter/EntityMapper.php:71
1290
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.167 ms 1 Yes /classes/Currency.php:826
1397
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.167 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1523
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.167 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1351
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.166 ms 1 Yes /classes/Currency.php:826
1370
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.166 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1424
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.166 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1521
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.166 ms 1 Yes /classes/Currency.php:826
1575
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.166 ms 1 Yes /classes/Currency.php:826
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 = 'www.hairevolution-prodotti.com' OR su.domain_ssl = 'www.hairevolution-prodotti.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.166 ms 1 Yes /classes/shop/Shop.php:1364
428
SELECT SQL_NO_CACHE *
FROM `ps_currency` a0
LEFT JOIN `ps_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.166 ms 1 /classes/PrestaShopCollection.php:383
666
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 189)
0.166 ms 1 /classes/Product.php:3860
1273
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.166 ms 1 /classes/module/Module.php:2132
1292
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.166 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1436
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.166 ms 1 Yes /classes/Currency.php:826
1455
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.166 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1532
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.166 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1564
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.166 ms 1 Yes /classes/Currency.php:826
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.165 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
755
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1927)
0.165 ms 1 /classes/Product.php:3860
926
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2136)
0.165 ms 1 /classes/Product.php:3860
1302
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.165 ms 1 Yes /classes/Currency.php:826
1305
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.165 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1390
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.165 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1452
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.165 ms 1 Yes /classes/Currency.php:826
1454
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.165 ms 1 Yes /classes/Currency.php:826
1503
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.165 ms 1 Yes /classes/Currency.php:826
1506
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.165 ms 1 Yes /classes/Currency.php:826
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.164 ms 1 /classes/Language.php:1214
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.164 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
404
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` = 91) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
584
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` = 181
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 2 /classes/Product.php:3570
883
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` = 2052
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
1056
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` = 2160
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
1260
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` = 89) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
1338
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.164 ms 1 Yes /classes/Currency.php:826
1353
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.164 ms 1 Yes /classes/Currency.php:826
1422
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.164 ms 1 Yes /classes/Currency.php:826
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.164 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1078
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` = 1)
WHERE i.`id_product` = 144
ORDER BY `position`
0.164 ms 1 Yes /classes/Product.php:3539
1496
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.164 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1505
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.164 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1082
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` = 1)
WHERE i.`id_product` = 145
ORDER BY `position`
0.163 ms 1 Yes /classes/Product.php:3539
1358
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.163 ms 1 Yes /classes/Currency.php:826
1526
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.163 ms 1 Yes /classes/Currency.php:826
1544
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.163 ms 1 Yes /classes/Currency.php:826
1591
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.163 ms 1 Yes /classes/Currency.php:826
793
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` = 1932
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 1 /classes/Product.php:3570
1552
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.163 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
534
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` = 176
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 2 /classes/Product.php:3570
1480
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.162 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1535
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.162 ms 1 Yes /classes/Currency.php:826
1597
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.162 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1631
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('607', '15', '59669741', '', '1', '1', '2024-11-06 09:34:46')
0.162 ms 1 /classes/ObjectModel.php:622
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.162 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.161 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
821
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` = 1946
AND image_shop.`cover` = 1 LIMIT 1
0.161 ms 1 /classes/Product.php:3570
1362
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1374
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.161 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1445
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1123
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` = 1)
WHERE i.`id_product` = 2049
ORDER BY `position`
0.161 ms 1 Yes /classes/Product.php:3539
1330
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.161 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1360
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1384
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1413
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1418
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1528
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.161 ms 1 Yes /classes/Currency.php:826
1608
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.161 ms 1 /classes/Category.php:2239
903
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` = 2054
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.160 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
415
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.160 ms 8 Yes /classes/ImageType.php:109
418
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` = 10) LIMIT 1
0.160 ms 1 /src/Adapter/EntityMapper.php:71
872
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` = 2050
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
1303
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.160 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1371
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.160 ms 1 Yes /classes/Currency.php:826
1386
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.160 ms 1 Yes /classes/Currency.php:826
1388
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.160 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1395
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.160 ms 1 Yes /classes/Currency.php:826
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.159 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.159 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.159 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1076
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
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 = 2161
ORDER BY f.position ASC
0.159 ms 1 Yes /classes/Product.php:6013
1295
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.159 ms 1 Yes /classes/Currency.php:826
1487
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.159 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1501
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.159 ms 1 Yes /classes/Currency.php:826
1570
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.159 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
893
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` = 2053
AND image_shop.`cover` = 1 LIMIT 1
0.158 ms 1 /classes/Product.php:3570
1255
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` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
1324
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.158 ms 1 Yes /classes/Currency.php:826
1435
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.158 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1437
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.158 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1546
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.158 ms 1 Yes /classes/Currency.php:826
1129
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` = 1)
WHERE i.`id_product` = 2052
ORDER BY `position`
0.158 ms 1 Yes /classes/Product.php:3539
1297
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.158 ms 1 Yes /classes/Currency.php:826
1331
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.158 ms 1 Yes /classes/Currency.php:826
1483
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.158 ms 1 Yes /classes/Currency.php:826
1530
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.158 ms 1 Yes /classes/Currency.php:826
384
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.157 ms 1 /src/Adapter/EntityMapper.php:71
446
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` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('89024' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '89024')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.157 ms 0 /classes/tax/TaxRulesTaxManager.php:100
773
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` = 1929
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
852
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` = 1827
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
1254
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` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.157 ms 1 /src/Adapter/EntityMapper.php:71
1376
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.157 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1588
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.157 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1601
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.157 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1110
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (485, 487) AND il.`id_lang` = 1 ORDER by i.`position`
0.157 ms 2 Yes /classes/Product.php:2915
1333
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.157 ms 1 Yes /classes/Currency.php:826
1420
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.157 ms 1 Yes /classes/Currency.php:826
1448
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.157 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
946
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2139)
0.156 ms 1 /classes/Product.php:3860
1258
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` = 83) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
1321
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.156 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1399
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.156 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1469
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.156 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.156 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.156 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
400
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` = 57) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
634
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` = 186
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 2 /classes/Product.php:3570
1561
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.156 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1537
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.155 ms 1 Yes /classes/Currency.php:826
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1383
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.155 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1457
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.155 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1478
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.155 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1584
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.155 ms 1 Yes /classes/Currency.php:826
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
409
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` = 140) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
908
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2054 LIMIT 1
0.154 ms 1 /classes/Pack.php:89
924
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` = 2136
AND image_shop.`cover` = 1 LIMIT 1
0.154 ms 1 /classes/Product.php:3570
1412
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.154 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1485
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.154 ms 1 Yes /classes/Currency.php:826
1542
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.154 ms 1 Yes /classes/Currency.php:826
1553
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.154 ms 1 Yes /classes/Currency.php:826
1574
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.154 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
364
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.154 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.153 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.153 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
466
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 139)
0.153 ms 1 /classes/Product.php:3860
1314
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.153 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1339
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.153 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1406
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.153 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1547
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.153 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1590
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.153 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
753
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` = 1927
AND image_shop.`cover` = 1 LIMIT 1
0.153 ms 1 /classes/Product.php:3570
1481
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.153 ms 1 Yes /classes/Currency.php:826
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
819
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 485) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
934
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` = 2138
AND image_shop.`cover` = 1 LIMIT 1
0.152 ms 1 /classes/Product.php:3570
965
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` = 2142
AND image_shop.`cover` = 1 LIMIT 1
0.152 ms 1 /classes/Product.php:3570
1028
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2155)
0.152 ms 1 /classes/Product.php:3860
1479
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.152 ms 1 Yes /classes/Currency.php:826
1595
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.152 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
410
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` = 144) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
1296
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.151 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1380
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.151 ms 1 Yes /classes/Currency.php:826
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
936
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2138)
0.151 ms 1 /classes/Product.php:3860
1343
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.151 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1402
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.151 ms 1 Yes /classes/Currency.php:826
1494
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.151 ms 1 Yes /classes/Currency.php:826
1502
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.151 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1541
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.151 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1581
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.151 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
554
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` = 178
AND image_shop.`cover` = 1 LIMIT 1
0.150 ms 2 /classes/Product.php:3570
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.150 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
396
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` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
403
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` = 59) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
831
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` = 1823
AND image_shop.`cover` = 1 LIMIT 1
0.150 ms 1 /classes/Product.php:3570
913
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` = 2135
AND image_shop.`cover` = 1 LIMIT 1
0.150 ms 1 /classes/Product.php:3570
1067
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` = 2161
AND image_shop.`cover` = 1 LIMIT 1
0.150 ms 1 /classes/Product.php:3570
1393
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.150 ms 1 Yes /classes/Currency.php:826
1421
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.150 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1444
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.150 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
402
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` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
405
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` = 134) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
407
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` = 138) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
412
SELECT SQL_NO_CACHE *
FROM `ps_currency` a0
LEFT JOIN `ps_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.149 ms 1 /classes/PrestaShopCollection.php:383
763
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` = 1928
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
783
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` = 1930
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
1046
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` = 2158
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
1357
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.149 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1381
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.149 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1438
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.149 ms 1 Yes /classes/Currency.php:826
1462
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.149 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1482
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.149 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1492
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.149 ms 1 Yes /classes/Currency.php:826
1429
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.149 ms 1 Yes /classes/Currency.php:826
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.148 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
386
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.148 ms 1 /src/Adapter/EntityMapper.php:71
1036
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` = 2156
AND image_shop.`cover` = 1 LIMIT 1
0.148 ms 1 /classes/Product.php:3570
1510
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.148 ms 1 Yes /classes/Currency.php:826
1514
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.148 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1527
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.148 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1529
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.148 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.148 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
987
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2147)
0.148 ms 1 /classes/Product.php:3860
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1500
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1520
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
476
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 146)
0.147 ms 1 /classes/Product.php:3860
1350
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1352
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1488
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.147 ms 1 Yes /classes/Currency.php:826
1525
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1599
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
862
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` = 2049
AND image_shop.`cover` = 1 LIMIT 1
0.146 ms 1 /classes/Product.php:3570
1403
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1410
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
624
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` = 185
AND image_shop.`cover` = 1 LIMIT 1
0.146 ms 2 /classes/Product.php:3570
721
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` = 121
AND image_shop.`cover` = 1 LIMIT 1
0.146 ms 1 /classes/Product.php:3570
1359
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1484
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1512
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.146 ms 1 Yes /classes/Currency.php:826
1518
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1534
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1563
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.146 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1172
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2155
0.145 ms 1 /classes/Product.php:2899
1283
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.145 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1015
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` = 2154
AND image_shop.`cover` = 1 LIMIT 1
0.145 ms 1 /classes/Product.php:3570
1335
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.145 ms 1 Yes /classes/Currency.php:826
1385
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.145 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1507
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.145 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1516
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.145 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.144 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
646
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 187)
0.144 ms 1 /classes/Product.php:3860
1025
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` = 2155
AND image_shop.`cover` = 1 LIMIT 1
0.144 ms 1 /classes/Product.php:3570
1464
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.144 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1554
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.144 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1579
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.144 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1580
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.144 ms 1 Yes /classes/Currency.php:826
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
506
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 149)
0.143 ms 1 /classes/Product.php:3860
745
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1922)
0.143 ms 1 /classes/Product.php:3860
1361
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.143 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1434
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.143 ms 1 Yes /classes/Currency.php:826
1609
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:71
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
803
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` = 1944
AND image_shop.`cover` = 1 LIMIT 1
0.142 ms 1 /classes/Product.php:3570
1126
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` = 1)
WHERE i.`id_product` = 2050
ORDER BY `position`
0.142 ms 1 Yes /classes/Product.php:3539
1275
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.142 ms 1 Yes /classes/Currency.php:826
1394
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.142 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1565
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.142 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1392
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.142 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1474
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.142 ms 1 Yes /classes/Currency.php:826
1555
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.142 ms 1 Yes /classes/Currency.php:826
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
408
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` = 139) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
1427
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.141 ms 1 Yes /classes/Currency.php:826
1470
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.141 ms 1 Yes /classes/Currency.php:826
1498
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
374
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.141 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
1401
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1493
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1536
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1583
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1511
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.140 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
490
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 147 LIMIT 1
0.140 ms 1 /classes/Pack.php:90
1007
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2153)
0.140 ms 1 /classes/Product.php:3860
1284
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.140 ms 1 Yes /classes/Currency.php:826
1294
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.140 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1508
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.140 ms 1 Yes /classes/Currency.php:826
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` = 10) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
516
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 173)
0.139 ms 1 /classes/Product.php:3860
606
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 183)
0.139 ms 1 /classes/Product.php:3860
644
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` = 187
AND image_shop.`cover` = 1 LIMIT 1
0.139 ms 2 /classes/Product.php:3570
656
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 188)
0.139 ms 1 /classes/Product.php:3860
684
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` = 5) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
711
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` = 145
AND image_shop.`cover` = 1 LIMIT 1
0.139 ms 1 /classes/Product.php:3570
1372
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.139 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1538
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.139 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1592
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.139 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.138 ms 87 /classes/Hook.php:339
360
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.138 ms 1 /modules/ps_mbo/ps_mbo.php:333
486
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 147)
0.138 ms 1 /classes/Product.php:3860
1404
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.138 ms 1 Yes /classes/Currency.php:826
1471
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.138 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1545
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.138 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1515
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.138 ms 1 Yes /classes/Currency.php:826
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
401
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` = 58) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
997
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2148)
0.137 ms 1 /classes/Product.php:3860
1489
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.137 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1408
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.137 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1572
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.137 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
735
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1914)
0.136 ms 1 /classes/Product.php:3860
1277
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.136 ms 1 Yes /classes/Currency.php:826
1288
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.136 ms 1 Yes /classes/Currency.php:826
1326
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.136 ms 1 Yes /classes/Currency.php:826
1419
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.136 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.136 ms 1 /modules/ps_mbo/ps_mbo.php:333
1475
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.136 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
453
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` = 136
AND image_shop.`cover` = 1 LIMIT 1
0.135 ms 1 /classes/Product.php:3570
1431
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.135 ms 1 Yes /classes/Currency.php:826
1472
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.135 ms 1 Yes /classes/Currency.php:826
1491
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.135 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
417
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1
0.134 ms 1 /classes/Country.php:402
674
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` = 190
AND image_shop.`cover` = 1 LIMIT 1
0.134 ms 2 /classes/Product.php:3570
1242
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` = 140) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
1440
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.134 ms 1 Yes /classes/Currency.php:826
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1060
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2160 AND id_shop=1 LIMIT 1
0.133 ms 1 /classes/Product.php:6873
1334
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.133 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1332
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.133 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
463
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` = 139
AND image_shop.`cover` = 1 LIMIT 1
0.132 ms 1 /classes/Product.php:3570
1628
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 607
AND `date_add` > '2024-11-06 09:04:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.132 ms 1 Yes /classes/Connection.php:168
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1286
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.132 ms 1 Yes /classes/Currency.php:826
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
373
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.131 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
1382
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.131 ms 1 Yes /classes/Currency.php:826
1425
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.131 ms 1 Yes /classes/Currency.php:826
1509
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.131 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
876
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2050 AND id_shop=1 LIMIT 1
0.131 ms 1 /classes/Product.php:6873
1280
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.131 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1308
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.131 ms 1 Yes /classes/Currency.php:826
1557
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.131 ms 1 Yes /classes/Currency.php:826
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1269
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 97 AND `id_shop` = 1 LIMIT 1
0.130 ms 1 /classes/module/Module.php:2132
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
406
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` = 135) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
1276
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.130 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1426
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.130 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
985
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` = 2147
AND image_shop.`cover` = 1 LIMIT 1
0.129 ms 1 /classes/Product.php:3570
1417
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.129 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1428
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.129 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
22
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
398
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` = 53) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
1325
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.128 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.127 ms 87 /classes/Hook.php:287
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1257
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` = 69) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
399
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` = 54) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1191
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.126 ms 1 /classes/Currency.php:1134
1281
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.126 ms 1 Yes /classes/Currency.php:826
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
389
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.126 ms 1 /src/Adapter/EntityMapper.php:71
614
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` = 184
AND image_shop.`cover` = 1 LIMIT 1
0.126 ms 2 /classes/Product.php:3570
1365
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 1944 AND `id_shop` = 1
0.126 ms 1 /src/Adapter/EntityMapper.php:79
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
24
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1005
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` = 2153
AND image_shop.`cover` = 1 LIMIT 1
0.125 ms 1 /classes/Product.php:3570
1307
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.125 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1287
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.124 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1439
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.124 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1473
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.124 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
413
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.123 ms 0 /classes/module/Module.php:2659
594
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` = 182
AND image_shop.`cover` = 1 LIMIT 1
0.123 ms 2 /classes/Product.php:3570
698
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="856a775b8ec6b1de83a71c12dc85bddf" LIMIT 1
0.123 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
731
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` = 1914
AND image_shop.`cover` = 1 LIMIT 1
0.123 ms 2 /classes/Product.php:3570
954
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` = 2141
AND image_shop.`cover` = 1 LIMIT 1
0.123 ms 1 /classes/Product.php:3570
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
397
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` = 52) AND (b.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
1192
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 903
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.122 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
1226
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` = 58) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
1228
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.122 ms 1 /src/Adapter/EntityMapper.php:71
1262
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` = 120) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
21
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
368
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.121 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
380
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.121 ms 1 Yes /classes/Currency.php:708
944
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` = 2139
AND image_shop.`cover` = 1 LIMIT 1
0.121 ms 1 /classes/Product.php:3570
1430
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.121 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
484
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` = 147
AND image_shop.`cover` = 1 LIMIT 1
0.121 ms 2 /classes/Product.php:3570
1289
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.121 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1285
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.119 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1556
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.119 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
604
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` = 183
AND image_shop.`cover` = 1 LIMIT 1
0.118 ms 2 /classes/Product.php:3570
1218
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.118 ms 1 /src/Adapter/EntityMapper.php:71
519
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 173 LIMIT 1
0.118 ms 1 /classes/Pack.php:89
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
504
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` = 149
AND image_shop.`cover` = 1 LIMIT 1
0.117 ms 2 /classes/Product.php:3570
743
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` = 1922
AND image_shop.`cover` = 1 LIMIT 1
0.117 ms 1 /classes/Product.php:3570
1227
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
0.117 ms 1 /src/Adapter/EntityMapper.php:79
1267
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.117 ms 1 /classes/Cart.php:1300
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 147) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.116 ms 1 /classes/stock/StockAvailable.php:453
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
366
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.116 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
685
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1
0.116 ms 1 /src/Adapter/EntityMapper.php:79
931
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2136) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.116 ms 1 /classes/stock/StockAvailable.php:453
1234
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` = 134) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
806
SELECT SQL_NO_CACHE product_attribute_shop.`price`
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)
WHERE pa.`id_product_attribute` = 485 LIMIT 1
0.115 ms 1 /classes/Combination.php:560
995
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` = 2148
AND image_shop.`cover` = 1 LIMIT 1
0.115 ms 1 /classes/Product.php:3570
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 176) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.115 ms 1 /classes/stock/StockAvailable.php:453
551
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 177) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.115 ms 1 /classes/stock/StockAvailable.php:453
1240
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` = 139) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /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` = 146
AND image_shop.`cover` = 1 LIMIT 1
0.114 ms 1 /classes/Product.php:3570
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
878
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2050 LIMIT 1
0.114 ms 1 /classes/Pack.php:89
1220
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.114 ms 1 /src/Adapter/EntityMapper.php:71
1229
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.114 ms 1 /src/Adapter/EntityMapper.php:79
1232
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.114 ms 1 /src/Adapter/EntityMapper.php:71
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
367
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.113 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
681
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
929
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2136 LIMIT 1
0.113 ms 1 /classes/Pack.php:89
1615
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 45
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
0.113 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
423
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders
0.112 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
494
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` = 148
AND image_shop.`cover` = 1 LIMIT 1
0.112 ms 2 /classes/Product.php:3570
976
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 53 LIMIT 1
0.112 ms 1 /classes/Product.php:5659
1064
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.112 ms 1 /classes/stock/StockAvailable.php:453
1236
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` = 135) LIMIT 1
0.112 ms 1 /src/Adapter/EntityMapper.php:71
1263
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 120 AND `id_shop` = 1
0.112 ms 1 /src/Adapter/EntityMapper.php:79
1265
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.112 ms 1 /classes/Image.php:560
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.111 ms 1 /src/Adapter/EntityMapper.php:71
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
357
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.111 ms 1 /modules/ps_mbo/ps_mbo.php:324
661
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 188) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.111 ms 1 /classes/stock/StockAvailable.php:453
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
432
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.111 ms 1 /modules/facebookproductad/lib/dao/moduleDao.php:381
574
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` = 180
AND image_shop.`cover` = 1 LIMIT 1
0.111 ms 2 /classes/Product.php:3570
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
431
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.110 ms 8 /classes/ImageType.php:161
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.110 ms 1 /classes/shop/ShopUrl.php:178
18
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "it-IT" LIMIT 1
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
514
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` = 173
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 2 /classes/Product.php:3570
571
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 179) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:453
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
449
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:453
671
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 189) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:453
1196
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.109 ms 1 /src/Adapter/EntityMapper.php:71
1225
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
0.109 ms 1 /src/Adapter/EntityMapper.php:79
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.108 ms 1 /classes/shop/Shop.php:214
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.108 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.108 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.108 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
382
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.108 ms 1 /classes/shop/Shop.php:1183
1198
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.108 ms 0 /src/Adapter/EntityMapper.php:71
1199
SELECT SQL_NO_CACHE *
FROM `ps_cms_category` a
LEFT JOIN `ps_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) LIMIT 1
0.108 ms 1 /src/Adapter/EntityMapper.php:71
1238
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` = 138) LIMIT 1
0.108 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
385
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.107 ms 1 /classes/Language.php:880
447
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 135 LIMIT 1
0.107 ms 1 /classes/Pack.php:89
611
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
20
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
675
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.106 ms 1 /classes/Product.php:5659
820
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 485
0.106 ms 1 /src/Adapter/EntityMapper.php:79
838
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1823) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
511
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 149) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
531
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 175) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
654
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` = 188
AND image_shop.`cover` = 1 LIMIT 1
0.106 ms 2 /classes/Product.php:3570
1197
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.106 ms 1 /src/Adapter/EntityMapper.php:79
1369
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1944) AND (id_product_attribute = 487) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
859
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1827) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.105 ms 1 /classes/stock/StockAvailable.php:453
1215
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.105 ms 1 /src/Adapter/EntityMapper.php:79
1221
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.105 ms 1 /src/Adapter/EntityMapper.php:79
1619
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.105 ms 0 /src/Adapter/EntityMapper.php:71
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.104 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.104 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.104 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
370
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.104 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
906
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2054 AND id_shop=1 LIMIT 1
0.104 ms 1 /classes/Product.php:6873
1243
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 140 AND `id_shop` = 1
0.104 ms 1 /src/Adapter/EntityMapper.php:79
1610
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 5 LIMIT 1
0.104 ms 1 /classes/Category.php:1584
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.103 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.103 ms 1 /classes/Language.php:1080
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.103 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.103 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.103 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.103 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
390
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.103 ms 1 /src/Adapter/EntityMapper.php:79
539
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 176 LIMIT 1
0.103 ms 1 /classes/Pack.php:89
678
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 190 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:153
814
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1944) AND (id_product_attribute = 485) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.103 ms 1 /classes/stock/StockAvailable.php:453
1219
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.103 ms 1 /src/Adapter/EntityMapper.php:79
1222
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.103 ms 1 /src/Adapter/EntityMapper.php:71
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.102 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
387
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.102 ms 1 /src/Adapter/EntityMapper.php:79
549
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 177 LIMIT 1
0.102 ms 1 /classes/Pack.php:89
1185
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 5 LIMIT 1
0.102 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.102 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 173) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
641
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.101 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.101 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.101 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.101 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
497
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 148 AND id_shop=1 LIMIT 1
0.101 ms 1 /classes/Product.php:6873
898
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2053 LIMIT 1
0.101 ms 1 /classes/Pack.php:89
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.101 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
443
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.101 ms 1 /src/Adapter/EntityMapper.php:79
877
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2050 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:153
1224
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` = 57) LIMIT 1
0.101 ms 1 /src/Adapter/EntityMapper.php:71
1231
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.101 ms 1 /src/Adapter/EntityMapper.php:79
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
812
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1944) 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
828
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1946) 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
849
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1828) 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
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
631
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 185) 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
706
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 144 LIMIT 1
0.100 ms 1 /classes/Pack.php:89
769
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1928 LIMIT 1
0.100 ms 1 /classes/Pack.php:90
790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1930) 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
972
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2142) 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
627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 185 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
880
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2050) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.099 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.099 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
535
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.099 ms 1 /classes/Product.php:5659
577
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 180 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
869
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2049) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
1169
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2154
0.099 ms 1 /classes/Product.php:2899
1209
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.099 ms 1 /classes/module/Module.php:2659
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.098 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.098 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.098 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
355
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.098 ms 1 /classes/module/Module.php:2041
363
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.098 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
465
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 135 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
527
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 175 AND id_shop=1 LIMIT 1
0.098 ms 1 /classes/Product.php:6873
545
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
665
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
669
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 189 LIMIT 1
0.098 ms 1 /classes/Pack.php:89
718
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 145) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
810
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1944 LIMIT 1
0.098 ms 1 /classes/Pack.php:89
1148
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2139
0.098 ms 1 /classes/Product.php:2899
1237
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 135 AND `id_shop` = 1
0.098 ms 1 /src/Adapter/EntityMapper.php:79
1241
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 139 AND `id_shop` = 1
0.098 ms 1 /src/Adapter/EntityMapper.php:79
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
381
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.097 ms 1 /classes/Language.php:880
608
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 183 AND `id_group` = 1 LIMIT 1
0.097 ms 0 /classes/GroupReduction.php:153
609
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 183 LIMIT 1
0.097 ms 1 /classes/Pack.php:89
728
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 121) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
780
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
800
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1932) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
868
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2049 LIMIT 1
0.097 ms 1 /classes/Pack.php:90
900
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2053) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
1142
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2136
0.097 ms 1 /classes/Product.php:2899
1160
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2147
0.097 ms 1 /classes/Product.php:2899
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.097 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
760
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.096 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
411
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.096 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
529
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 175 LIMIT 1
0.096 ms 1 /classes/Pack.php:89
708
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
826
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1946 LIMIT 1
0.096 ms 1 /classes/Pack.php:89
858
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1827 LIMIT 1
0.096 ms 1 /classes/Pack.php:90
1053
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2158) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
1151
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2141
0.096 ms 1 /classes/Product.php:2899
1200
SELECT SQL_NO_CACHE *
FROM `ps_cms_category_lang`
WHERE `id_cms_category` = 1 AND `id_shop` = 1
0.096 ms 1 /src/Adapter/EntityMapper.php:79
359
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.096 ms 1 /modules/ps_mbo/ps_mbo.php:324
1133
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2053
0.096 ms 1 /classes/Product.php:2899
1145
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2138
0.096 ms 1 /classes/Product.php:2899
1154
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2142
0.096 ms 1 /classes/Product.php:2899
1211
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.096 ms 1 /classes/Image.php:560
419
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10
0.095 ms 1 /src/Adapter/EntityMapper.php:79
416
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 10 LIMIT 1
0.095 ms 1 /classes/AddressFormat.php:653
424
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1
0.095 ms 1 /classes/module/Module.php:2659
427
UPDATE `ps_ybc_blog_post` SET enabled=1,datetime_added="2024-11-06 09:34:46",datetime_modified="2024-11-06 09:34:46" WHERE datetime_active!="0000-00-00" AND datetime_active is not NULL AND enabled=2 AND datetime_active<=NOW()
0.095 ms 1 /modules/ybc_blog/classes/ybc_blog_post_class.php:618
442
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.095 ms 1 /src/Adapter/EntityMapper.php:71
547
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 177 AND id_shop=1 LIMIT 1
0.095 ms 1 /classes/Product.php:6873
770
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.095 ms 1 /classes/stock/StockAvailable.php:453
1113
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1946
0.095 ms 1 /classes/Product.php:2899
1623
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.095 ms 1 /classes/module/Module.php:2132
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.094 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
561
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.094 ms 1 /classes/stock/StockAvailable.php:453
888
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2052 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
980
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2144 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.094 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.094 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
489
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 147 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
530
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 175 LIMIT 1
0.094 ms 1 /classes/Pack.php:90
565
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
714
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 145 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6873
857
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1827 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
1157
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2144
0.094 ms 1 /classes/Product.php:2899
1184
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2161
0.094 ms 1 /classes/Product.php:2899
1210
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.094 ms 1 /classes/module/Module.php:2132
1630
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 2 AND `id_object` = 5 LIMIT 1
0.094 ms 1 /classes/Page.php:83
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
383
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.093 ms 1 /classes/Currency.php:893
392
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 5
AND `id_shop` = 1 LIMIT 1
0.093 ms 1 /classes/Category.php:2446
537
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 176 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6873
569
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 179 LIMIT 1
0.093 ms 1 /classes/Pack.php:89
657
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 188 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6873
757
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1927 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
764
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
804
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
847
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1828 LIMIT 1
0.093 ms 1 /classes/Pack.php:89
884
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
921
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
982
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
1101
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1929
0.093 ms 1 /classes/Product.php:2899
1118
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1828
0.093 ms 1 /classes/Product.php:2899
1166
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2153
0.093 ms 1 /classes/Product.php:2899
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.092 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
460
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 136) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
842
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.092 ms 1 /classes/Category.php:1373
1043
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2156) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
1139
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2135
0.092 ms 1 /classes/Product.php:2899
1204
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.092 ms 1 /classes/module/Module.php:2132
1624
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.092 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.092 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
865
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2049 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
890
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2052) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
19
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.091 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.091 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.091 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 135 LIMIT 1
0.091 ms 1 /classes/Pack.php:90
567
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 179 AND id_shop=1 LIMIT 1
0.091 ms 1 /classes/Product.php:6873
724
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 121 AND id_shop=1 LIMIT 1
0.091 ms 1 /classes/Product.php:6873
750
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1922) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
758
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1927 LIMIT 1
0.091 ms 1 /classes/Pack.php:89
962
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2141) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
1622
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1
0.091 ms 1 /classes/module/Module.php:2659
540
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 176 LIMIT 1
0.091 ms 1 /classes/Pack.php:90
894
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
1163
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2148
0.091 ms 1 /classes/Product.php:2899
1239
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 138 AND `id_shop` = 1
0.091 ms 1 /src/Adapter/EntityMapper.php:79
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.090 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.090 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
435
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5 LIMIT 1
0.090 ms 1 /classes/Category.php:1373
469
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 139 LIMIT 1
0.090 ms 1 /classes/Pack.php:89
498
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 148 AND `id_group` = 1 LIMIT 1
0.090 ms 0 /classes/GroupReduction.php:153
581
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 180) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.090 ms 1 /classes/stock/StockAvailable.php:453
679
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 190 LIMIT 1
0.090 ms 1 /classes/Pack.php:89
754
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
832
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
904
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
1022
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.090 ms 1 /classes/stock/StockAvailable.php:453
1175
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2156
0.090 ms 1 /classes/Product.php:2899
1235
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 134 AND `id_shop` = 1
0.090 ms 1 /src/Adapter/EntityMapper.php:79
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
701
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
822
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
836
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1823 LIMIT 1
0.090 ms 1 /classes/Pack.php:89
970
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2142 LIMIT 1
0.090 ms 1 /classes/Pack.php:89
1083
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 145
0.090 ms 1 /classes/Product.php:2899
1181
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2160
0.090 ms 1 /classes/Product.php:2899
1189
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.090 ms 1 /classes/module/Module.php:2659
1270
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.090 ms 1 /classes/module/Module.php:2659
509
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 149 LIMIT 1
0.089 ms 1 /classes/Pack.php:89
525
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
680
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 190 LIMIT 1
0.089 ms 1 /classes/Pack.php:90
794
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
808
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1944 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
853
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
966
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
968
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2142 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
1605
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.089 ms 1 /classes/module/Module.php:2659
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.089 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.089 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
438
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 135 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
444
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 135 AND `id_group` = 1 LIMIT 1
0.089 ms 0 /classes/GroupReduction.php:153
550
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 177 LIMIT 1
0.089 ms 1 /classes/Pack.php:90
677
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 190 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
692
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1117 LIMIT 1
0.089 ms 1 /classes/Hook.php:241
873
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
1098
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1928
0.089 ms 1 /classes/Product.php:2899
1121
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1827
0.089 ms 1 /classes/Product.php:2899
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.088 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
388
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.088 ms 1 /classes/ObjectModel.php:1724
517
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 173 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
637
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 186 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
768
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1928 LIMIT 1
0.088 ms 1 /classes/Pack.php:89
798
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1932 LIMIT 1
0.088 ms 1 /classes/Pack.php:89
919
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2135 LIMIT 1
0.088 ms 1 /classes/Pack.php:89
1037
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
1041
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2156 LIMIT 1
0.088 ms 1 /classes/Pack.php:89
1109
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1944
0.088 ms 2 /classes/Product.php:2899
1618
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
365
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.087 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
456
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 136 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 148) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.087 ms 1 /classes/stock/StockAvailable.php:453
558
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1
0.087 ms 0 /classes/GroupReduction.php:153
585
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
610
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 183 LIMIT 1
0.087 ms 1 /classes/Pack.php:90
615
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
774
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
843
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
845
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1828 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
863
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
867
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2049 LIMIT 1
0.087 ms 1 /classes/Pack.php:89
1026
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 59 LIMIT 1
0.087 ms 1 /classes/Category.php:1373
1178
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2158
0.087 ms 1 /classes/Product.php:2899
1620
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.087 ms 1 /classes/module/Module.php:2659
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1086
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 121
0.087 ms 1 /classes/Product.php:2899
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.086 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
391
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.086 ms 1 /classes/ObjectModel.php:1724
579
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 180 LIMIT 1
0.086 ms 1 /classes/Pack.php:89
759
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1927 LIMIT 1
0.086 ms 1 /classes/Pack.php:90
920
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2135 LIMIT 1
0.086 ms 1 /classes/Pack.php:90
1016
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
1039
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2156 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
393
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 5 AND ctg.`id_group` = 1 LIMIT 1
0.086 ms 1 /classes/Category.php:1751
499
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 148 LIMIT 1
0.086 ms 1 /classes/Pack.php:89
625
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
629
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 185 LIMIT 1
0.086 ms 1 /classes/Pack.php:89
670
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 189 LIMIT 1
0.086 ms 1 /classes/Pack.php:90
796
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1932 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
1018
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2154 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
430
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "btfacebookchats" LIMIT 1
0.085 ms 0 /classes/module/Module.php:2659
495
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
538
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 176 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
548
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 177 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
555
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
756
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1927 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
788
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1930 LIMIT 1
0.085 ms 1 /classes/Pack.php:89
955
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 53 LIMIT 1
0.085 ms 1 /classes/Category.php:1373
1195
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 903) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
580
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 180 LIMIT 1
0.085 ms 1 /classes/Pack.php:90
702
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.085 ms 1 /classes/Manufacturer.php:312
748
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1922 LIMIT 1
0.085 ms 1 /classes/Pack.php:89
766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1928 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
824
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1946 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
874
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
0.085 ms 1 /classes/Manufacturer.php:312
414
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.084 ms 0 /classes/module/Module.php:2132
471
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 139) 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
928
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2136 AND `id_group` = 1 LIMIT 1
0.084 ms 0 /classes/GroupReduction.php:153
1051
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2158 LIMIT 1
0.084 ms 1 /classes/Pack.php:89
1095
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1927
0.084 ms 1 /classes/Product.php:2899
1136
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2054
0.084 ms 1 /classes/Product.php:2899
429
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.084 ms 0 /classes/module/Module.php:2659
570
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 179 LIMIT 1
0.084 ms 1 /classes/Pack.php:90
645
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
834
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1823 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
992
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2147) 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
1062
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2160 LIMIT 1
0.084 ms 1 /classes/Pack.php:89
1208
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.084 ms 1 /classes/module/Module.php:2132
789
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1930 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
886
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2052 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
1202
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2132
1205
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.083 ms 1 /classes/module/Module.php:2659
559
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 178 LIMIT 1
0.083 ms 1 /classes/Pack.php:89
705
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 144 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
786
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1930 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
896
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2053 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
925
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.083 ms 1 /classes/Product.php:5659
951
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2139) 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
978
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2144 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
1047
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.083 ms 1 /classes/Product.php:5659
1049
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2158 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
1124
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2049
0.083 ms 1 /classes/Product.php:2899
1606
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2132
1614
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2132
1617
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
0.083 ms 1 /src/Adapter/EntityMapper.php:79
1621
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2132
422
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "everpspopup" LIMIT 1
0.082 ms 0 /classes/module/Module.php:2659
481
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 146) 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
639
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 186 LIMIT 1
0.082 ms 1 /classes/Pack.php:89
693
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 5
AND `id_shop` = 1 LIMIT 1
0.082 ms 1 /classes/Category.php:2446
712
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
776
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1929 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
784
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
827
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1946 LIMIT 1
0.082 ms 1 /classes/Pack.php:90
855
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1827 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
1020
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2154 LIMIT 1
0.082 ms 1 /classes/Pack.php:89
1206
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1
0.082 ms 1 /classes/module/Module.php:2132
1613
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.082 ms 1 /classes/module/Module.php:2659
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.081 ms 1 /src/Adapter/EntityMapper.php:71
445
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.081 ms 1 /classes/Group.php:151
568
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 179 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
746
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1922 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
848
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1828 LIMIT 1
0.081 ms 1 /classes/Pack.php:90
915
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 27
AND `active` = 1 LIMIT 1
0.081 ms 1 /classes/Manufacturer.php:312
960
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2141 LIMIT 1
0.081 ms 1 /classes/Pack.php:89
998
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2148 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
1033
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2155) 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
1057
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 139 LIMIT 1
0.081 ms 1 /classes/Category.php:1373
1190
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.081 ms 1 /classes/module/Module.php:2132
1203
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.081 ms 1 /classes/module/Module.php:2659
617
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 184 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1914) 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
1207
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcompare" LIMIT 1
0.081 ms 1 /classes/module/Module.php:2659
510
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 149 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
601
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 182) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:453
619
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 184 LIMIT 1
0.080 ms 1 /classes/Pack.php:89
691
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1
0.080 ms 0 /classes/module/Module.php:2659
889
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2052 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
1079
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 144
0.080 ms 1 /classes/Product.php:2899
1104
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1930
0.080 ms 1 /classes/Product.php:2899
1107
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1932
0.080 ms 1 /classes/Product.php:2899
1193
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
0.080 ms 1 /src/Adapter/EntityMapper.php:71
557
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 178 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
716
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 145 LIMIT 1
0.080 ms 1 /classes/Pack.php:89
778
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1929 LIMIT 1
0.080 ms 1 /classes/Pack.php:89
837
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1823 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
866
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2049 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:153
986
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.080 ms 1 /classes/Product.php:5659
1058
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 139 LIMIT 1
0.080 ms 1 /classes/Product.php:5659
607
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 183 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
717
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 145 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
779
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1929 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
846
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1828 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
597
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 182 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
640
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 186 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
660
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 188 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
722
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.079 ms 1 /classes/Product.php:5659
799
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1932 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
947
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2139 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
971
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2142 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
1068
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 135 LIMIT 1
0.079 ms 1 /classes/Product.php:5659
621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 184) 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
856
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1827 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
454
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.078 ms 1 /classes/Product.php:5659
618
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 184 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
749
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1922 LIMIT 1
0.078 ms 1 /classes/Pack.php:90
897
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2053 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
899
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2053 LIMIT 1
0.078 ms 1 /classes/Pack.php:90
999
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2148 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
1021
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2154 LIMIT 1
0.078 ms 1 /classes/Pack.php:90
1052
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2158 LIMIT 1
0.078 ms 1 /classes/Pack.php:90
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.077 ms 1 /src/Adapter/EntityMapper.php:71
515
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.077 ms 1 /classes/Product.php:5659
767
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1928 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
835
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1823 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
887
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2052 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
941
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2138) 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
996
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 53 LIMIT 1
0.077 ms 1 /classes/Product.php:5659
1074
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2161) 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
1080
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.077 ms 1 /classes/FeatureFlag.php:105
981
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2144 LIMIT 1
0.077 ms 1 /classes/Pack.php:90
468
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 139 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
485
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.076 ms 1 /classes/Product.php:5659
587
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 181 AND id_shop=1 LIMIT 1
0.076 ms 1 /classes/Product.php:6873
598
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 182 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
667
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 189 AND id_shop=1 LIMIT 1
0.076 ms 1 /classes/Product.php:6873
744
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.076 ms 1 /classes/Product.php:5659
797
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1932 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
879
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2050 LIMIT 1
0.076 ms 1 /classes/Pack.php:90
945
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 52 LIMIT 1
0.076 ms 1 /classes/Product.php:5659
956
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 53 LIMIT 1
0.076 ms 1 /classes/Product.php:5659
958
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2141 AND id_shop=1 LIMIT 1
0.076 ms 1 /classes/Product.php:6873
1002
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2148) 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
1031
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2155 LIMIT 1
0.076 ms 1 /classes/Pack.php:89
1089
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1914
0.076 ms 1 /classes/Product.php:2899
1092
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1922
0.076 ms 1 /classes/Product.php:2899
1611
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.076 ms 1 /classes/Category.php:1589
1616
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
659
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 188 LIMIT 1
0.076 ms 1 /classes/Pack.php:89
825
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1946 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
979
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2144 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
1050
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2158 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
375
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.075 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
420
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.075 ms 1 /classes/ObjectModel.php:1589
464
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 135 LIMIT 1
0.075 ms 1 /classes/Category.php:1373
599
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 182 LIMIT 1
0.075 ms 1 /classes/Pack.php:89
704
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 144 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6873
909
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2054 LIMIT 1
0.075 ms 1 /classes/Pack.php:90
917
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2135 AND id_shop=1 LIMIT 1
0.075 ms 1 /classes/Product.php:6873
935
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.075 ms 1 /classes/Product.php:5659
1629
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.075 ms 1 /classes/Page.php:100
520
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 173 LIMIT 1
0.075 ms 1 /classes/Pack.php:90
591
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.075 ms 1 /classes/stock/StockAvailable.php:453
635
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.075 ms 1 /classes/Product.php:5659
732
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.075 ms 1 /classes/Category.php:1373
1027
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 59 LIMIT 1
0.075 ms 1 /classes/Product.php:5659
1063
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2160 LIMIT 1
0.075 ms 1 /classes/Pack.php:90
651
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 187) 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
1040
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2156 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
372
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.074 ms 1 /classes/module/Module.php:2132
459
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 136 LIMIT 1
0.074 ms 1 /classes/Pack.php:90
467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 139 AND id_shop=1 LIMIT 1
0.074 ms 1 /classes/Product.php:6873
488
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 147 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
500
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 148 LIMIT 1
0.074 ms 1 /classes/Pack.php:90
647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 187 AND id_shop=1 LIMIT 1
0.074 ms 1 /classes/Product.php:6873
927
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2136 AND id_shop=1 LIMIT 1
0.074 ms 1 /classes/Product.php:6873
969
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2142 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
989
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2147 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
518
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 173 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
668
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 189 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
477
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 146 AND id_shop=1 LIMIT 1
0.073 ms 1 /classes/Product.php:6873
726
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 121 LIMIT 1
0.073 ms 1 /classes/Pack.php:89
907
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2054 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
930
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2136 LIMIT 1
0.073 ms 1 /classes/Pack.php:90
939
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2138 LIMIT 1
0.073 ms 1 /classes/Pack.php:89
1008
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2153 AND id_shop=1 LIMIT 1
0.073 ms 1 /classes/Product.php:6873
1012
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2153) 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
1061
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2160 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
1070
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2161 AND id_shop=1 LIMIT 1
0.073 ms 1 /classes/Product.php:6873
1201
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.073 ms 1 /classes/module/Module.php:2659
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.072 ms 1 /classes/ObjectModel.php:1724
371
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_eventbus" LIMIT 1
0.072 ms 1 /classes/module/Module.php:2659
425
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 110 AND `id_shop` = 1 LIMIT 1
0.072 ms 1 /classes/module/Module.php:2132
575
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.072 ms 1 /classes/Product.php:5659
649
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 187 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
686
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 5) LIMIT 1
0.072 ms 1 /classes/Category.php:1974
687
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1
0.072 ms 1 /classes/Category.php:1974
727
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 121 LIMIT 1
0.072 ms 1 /classes/Pack.php:90
733
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.072 ms 1 /classes/Product.php:5659
747
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1922 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
811
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1944 LIMIT 1
0.072 ms 1 /classes/Pack.php:90
1010
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2153 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
1072
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2161 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
1268
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1
0.072 ms 1 /classes/module/Module.php:2659
738
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1914 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.071 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
560
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 178 LIMIT 1
0.071 ms 1 /classes/Pack.php:90
809
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1944 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
961
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2141 LIMIT 1
0.071 ms 1 /classes/Pack.php:90
1019
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2154 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
1130
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2052
0.071 ms 1 /classes/Product.php:2899
990
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2147 LIMIT 1
0.070 ms 1 /classes/Pack.php:89
1000
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2148 LIMIT 1
0.070 ms 1 /classes/Pack.php:89
1127
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 2050
0.070 ms 1 /classes/Product.php:2899
595
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.070 ms 1 /classes/Product.php:5659
628
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 185 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
1006
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 53 LIMIT 1
0.070 ms 1 /classes/Product.php:5659
1029
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2155 AND id_shop=1 LIMIT 1
0.070 ms 1 /classes/Product.php:6873
734
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.069 ms 1 /classes/Manufacturer.php:312
736
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1914 AND id_shop=1 LIMIT 1
0.069 ms 1 /classes/Product.php:6873
948
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2139 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
949
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2139 LIMIT 1
0.069 ms 1 /classes/Pack.php:89
988
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2147 AND id_shop=1 LIMIT 1
0.069 ms 1 /classes/Product.php:6873
991
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2147 LIMIT 1
0.069 ms 1 /classes/Pack.php:90
1032
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2155 LIMIT 1
0.069 ms 1 /classes/Pack.php:90
528
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 175 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
578
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 180 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
589
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 181 LIMIT 1
0.068 ms 1 /classes/Pack.php:89
959
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2141 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
1042
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2156 LIMIT 1
0.068 ms 1 /classes/Pack.php:90
458
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 136 LIMIT 1
0.067 ms 1 /classes/Pack.php:89
475
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
505
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.067 ms 1 /classes/Product.php:5659
630
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 185 LIMIT 1
0.067 ms 1 /classes/Pack.php:90
715
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 145 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
787
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1930 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
436
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
638
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 186 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
655
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
739
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1914 LIMIT 1
0.066 ms 1 /classes/Pack.php:90
937
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2138 AND id_shop=1 LIMIT 1
0.066 ms 1 /classes/Product.php:6873
1071
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2161 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
1271
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.066 ms 1 /classes/module/Module.php:2132
508
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 149 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
605
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.065 ms 1 /classes/Product.php:5659
777
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1929 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
1073
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2161 LIMIT 1
0.065 ms 1 /classes/Pack.php:90
487
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 147 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6873
658
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 188 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
737
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1914 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
507
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 149 AND id_shop=1 LIMIT 1
0.064 ms 1 /classes/Product.php:6873
725
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 121 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
650
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 187 LIMIT 1
0.063 ms 1 /classes/Pack.php:90
950
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2139 LIMIT 1
0.063 ms 1 /classes/Pack.php:90
1030
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2155 AND `id_group` = 1 LIMIT 1
0.063 ms 0 /classes/GroupReduction.php:153
480
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 146 LIMIT 1
0.062 ms 1 /classes/Pack.php:90
940
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2138 LIMIT 1
0.062 ms 1 /classes/Pack.php:90
478
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 146 AND `id_group` = 1 LIMIT 1
0.061 ms 0 /classes/GroupReduction.php:153
479
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 146 LIMIT 1
0.061 ms 1 /classes/Pack.php:89
620
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 184 LIMIT 1
0.061 ms 1 /classes/Pack.php:90
648
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 187 AND `id_group` = 1 LIMIT 1
0.061 ms 0 /classes/GroupReduction.php:153
1001
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2148 LIMIT 1
0.061 ms 1 /classes/Pack.php:90
1009
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2153 AND `id_group` = 1 LIMIT 1
0.061 ms 0 /classes/GroupReduction.php:153
1011
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2153 LIMIT 1
0.060 ms 1 /classes/Pack.php:90
938
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2138 AND `id_group` = 1 LIMIT 1
0.059 ms 0 /classes/GroupReduction.php:153
600
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 182 LIMIT 1
0.058 ms 1 /classes/Pack.php:90
918
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2135 AND `id_group` = 1 LIMIT 1
0.058 ms 0 /classes/GroupReduction.php:153
457
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 136 AND `id_group` = 1 LIMIT 1
0.057 ms 0 /classes/GroupReduction.php:153
590
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 181 LIMIT 1
0.056 ms 1 /classes/Pack.php:90
588
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 181 AND `id_group` = 1 LIMIT 1
0.052 ms 0 /classes/GroupReduction.php:153

Doubles

172 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)
145 queries
SELECT c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = XX) AND (mc.id_module = XX) AND (mc.id_shop = XX)
ORDER BY c.iso_code ASC
145 queries
SELECT c.*
				FROM `ps_module_currency` mc
				LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
				WHERE c.`deleted` = XX
					AND mc.`id_module` = XX
					AND c.`active` = XX
					AND mc.id_shop = XX
				ORDER BY c.`iso_code` ASC
62 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
61 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
60 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
60 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
60 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
60 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
60 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
60 queries
SELECT COUNT(*) FROM `ps_pack` WHERE id_product_pack = XX LIMIT XX
60 queries
SELECT product_type FROM `ps_product` WHERE id_product = XX LIMIT XX
60 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
36 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
36 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`
36 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;
35 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
26 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
17 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
17 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
16 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
12 queries
				SELECT 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 = XX)
				LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `ps_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				 AND c.`active` = XX
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
8 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
8 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
7 queries
SELECT `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT XX
6 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_accounts"
        AND ms.`id_shop` IN (XX) LIMIT XX
4 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
3 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 ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
3 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
2 queries
SELECT `active`
        FROM `ps_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `ps_currency` aXX
LEFT JOIN `ps_currency_lang` `aXX` ON (aXX.`id_currency` = aXX.`id_currency`)
WHERE (aXX.`id_currency` = XX)
2 queries
SELECT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, XX) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, XX) AS id_product_attribute,
					product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
					pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
					il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
					DATEDIFF(product_shop.`date_add`, DATE_SUB("XX-XX-XX XX:XX:XX",
					INTERVAL XX DAY)) > XX AS new, product_shop.price AS orderprice
				FROM `ps_category_product` cp
				LEFT JOIN `ps_product` p
					ON p.`id_product` = cp.`id_product`
				 INNER JOIN ps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
				ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = XX AND product_attribute_shop.id_shop=XX)
				 LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = XX AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
				LEFT JOIN `ps_category_lang` cl
					ON (product_shop.`id_category_default` = cl.`id_category`
					AND cl.`id_lang` = XX AND cl.id_shop = XX )
				LEFT JOIN `ps_product_lang` pl
					ON (p.`id_product` = pl.`id_product`
					AND pl.`id_lang` = XX AND pl.id_shop = XX )
				LEFT JOIN `ps_image_shop` image_shop
					ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=XX AND image_shop.id_shop=XX)
				LEFT JOIN `ps_image_lang` il
					ON (image_shop.`id_image` = il.`id_image`
					AND il.`id_lang` = XX)
				LEFT JOIN `ps_manufacturer` m
					ON m.`id_manufacturer` = p.`id_manufacturer`
				WHERE product_shop.`id_shop` = XX
					AND cp.`id_category` = XX AND product_shop.`active` = XX AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
			LIMIT XX,XX
2 queries
SELECT c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = XX) LIMIT XX
2 queries
SELECT c.id_category, cl.name, cl.link_rewrite FROM ps_category c LEFT 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 (cl.id_category = c.id_category AND cl.id_shop = XX )WHERE c.nleft <= XX AND c.nright >= XX AND c.nleft >= XX AND c.nright <= XX AND cl.id_lang = XX AND c.level_depth > XX ORDER BY c.level_depth ASC
2 queries
SELECT cb.`id_iqit_link_block`
                    FROM ps_iqit_link_block cb
                    INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
                    WHERE `id_hook` = XX
                    AND cs.`id_shop` = XX
                    ORDER BY cb.position ASC
                
2 queries
SELECT *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_iqit_link_block_lang`
							WHERE `id_iqit_link_block` = XX
2 queries
SELECT *
FROM `ps_hook` a
WHERE (a.`id_hook` = XX) LIMIT XX

Tables stress

332 translation
224 product
164 shop
163 product_shop
153 currency
148 country
145 module_country
145 module_currency
134 category_lang
124 cart_product
121 pack
103 product_attribute_shop
98 image_shop
97 image
81 category
77 product_attribute
66 stock_available
62 category_shop
61 feature_lang
61 feature
61 feature_shop
60 product_group_reduction_cache
60 feature_product
60 feature_value_lang
48 module
40 product_lang
40 product_attribute_combination
39 image_lang
39 attribute_group
39 attribute
39 attribute_lang
33 module_shop
16 category_group
9 hook
6 lang
6 manufacturer
5 currency_shop
5 category_product
4 shop_url
4 lang_shop
4 currency_lang
4 image_type
4 iqit_link_block
3 hook_alias
3 tax_rule
3 tax_rules_group
3 attribute_group_lang
3 cms
3 cms_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 product_attribute_lang
2 iqit_link_block_shop
2 iqit_link_block_lang
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 revslider_sliders
1 orders
1 tax
1 tax_lang
1 layered_category
1 attribute_group_shop
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 product_sale
1 layered_filter_block
1 feature_flag
1 product_attribute_image
1 iqit_elementor_category
1 cms_lang
1 cms_category
1 cms_category_shop
1 cms_category_lang
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 ybc_blog_post
1 ybc_blog_post_shop
1 ybc_blog_post_lang
1 ybc_blog_post_category
1 ybc_blog_post_related_categories
1 customer
1 employee
1 ybc_blog_employee
1 ybc_blog_comment
1 ganalytics_data
1 connections
1 page_type
1 page

ObjectModel instances

Name Instances Source
Category 63 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 5]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 55]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 56]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 52]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 53]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 54]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 57]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 58]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 15]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 59]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 91]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 134]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 135]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 138]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 139]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 140]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 144]
/classes/Meta.php:380 (__construct) [id: 5]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/facebookproductad/lib/pixel/pixelCategory.php:46 (__construct) [id: 5]
/modules/facebookproductad/lib/moduleTools.php:470 (__construct) [id: 5]
/modules/facebookproductad/lib/pixel/pixelCategory.php:46 (__construct) [id: 5]
/modules/facebookproductad/lib/moduleTools.php:470 (__construct) [id: 5]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 5]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 5]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 5]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 56]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 52]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 57]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 58]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 59]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 91]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 134]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 135]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 138]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 139]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 140]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 56]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 52]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 57]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 58]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 59]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 91]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 4]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 60]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 39]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 69]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 83]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 84]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 89]
/modules/iqitmegamenu/iqitmegamenu.php:3483 (__construct) [id: 120]
/modules/iqitmegamenu/iqitmegamenu.php:3274 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 5]
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories) [id: 2]
Product 39 /classes/Link.php:113 (__construct) [id: 1944]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 144]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 145]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 121]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1914]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1922]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1927]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1928]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1929]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1930]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1932]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1944]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1946]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1823]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1828]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1827]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2049]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2050]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2052]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2053]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2054]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2135]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2136]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2138]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2139]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2141]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2142]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2144]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2147]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2148]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2153]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2154]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2155]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2156]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2158]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2160]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2161]
/classes/Link.php:113 (__construct) [id: 1944]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 1944]
Language 5 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
/modules/facebookproductad/lib/hook/hookDisplay.php:91 (__construct) [id: 1]
/modules/facebookproductad/lib/pixel/pixelCategory.php:39 (__construct) [id: 1]
/modules/facebookproductad/lib/pixel/pixelCategory.php:39 (__construct) [id: 1]
Country 5 /config/config.inc.php:146 (__construct) [id: 10]
/classes/controller/FrontController.php:354 (__construct) [id: 10]
/classes/AddressFormat.php:404 (__construct) [id: 10]
/classes/controller/FrontController.php:1779 (__construct) [id: 10]
/modules/paypal/paypal.php:351 (__construct) [id: 10]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
CMS 4 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 1]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 2]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 1]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct) [id: 2]
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: ]
IqitLinkBlock 2 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct) [id: 2]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
CMSCategory 2 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:93 (__construct) [id: 1]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:93 (__construct) [id: 1]
Hook 2 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct) [id: 903]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct) [id: 45]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
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]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:784 (isJustElementor) [id: ]
Combination 1 /classes/Product.php:5912 (__construct) [id: 485]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [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 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /src/Core/Session/SessionHandler.php
171 /src/Core/Session/SessionHandlerInterface.php
172 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
173 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
174 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
175 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
188 /config/smarty.config.inc.php
189 /classes/Smarty/SmartyDev.php
190 /vendor/smarty/smarty/libs/Smarty.class.php
191 /vendor/smarty/smarty/libs/functions.php
192 /vendor/smarty/smarty/libs/Autoloader.php
193 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
194 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
195 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
202 /config/smartyfront.config.inc.php
203 /classes/Smarty/SmartyResourceModule.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
206 /classes/Smarty/SmartyResourceParent.php
207 /classes/Smarty/SmartyLazyRegister.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
209 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
210 /override/classes/Customer.php
211 /classes/Customer.php
212 /classes/Group.php
213 /override/classes/Link.php
214 /classes/Link.php
215 /classes/shop/ShopUrl.php
216 /classes/Dispatcher.php
217 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
224 /src/Adapter/SymfonyContainer.php
225 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
226 /config/db_slave_server.inc.php
227 /modules/ps_checkout/ps_checkout.php
228 /modules/ps_checkout/vendor/autoload.php
229 /modules/ps_checkout/vendor/composer/autoload_real.php
230 /modules/ps_checkout/vendor/composer/platform_check.php
231 /modules/ps_checkout/vendor/composer/autoload_static.php
232 /modules/ps_checkout/vendor/clue/stream-filter/src/functions_include.php
233 /modules/ps_checkout/vendor/clue/stream-filter/src/functions.php
234 /modules/ps_checkout/vendor/php-http/message/src/filters.php
235 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
236 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
237 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
238 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
239 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
240 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
241 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
242 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
243 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
244 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
245 /classes/PaymentModule.php
246 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
247 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
248 /classes/Translate.php
249 /modules/ps_checkout/translations/it.php
250 /src/PrestaShopBundle/Translation/TranslatorComponent.php
251 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
252 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
253 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
254 /vendor/symfony/contracts/Translation/TranslatorInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
256 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
257 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
258 /src/PrestaShopBundle/Translation/TranslatorInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
261 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
262 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
264 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
265 /vendor/symfony/contracts/Translation/TranslatorTrait.php
266 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
267 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
268 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
269 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
270 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
273 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
274 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
275 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
276 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
277 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
278 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
279 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
280 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
281 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
282 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
283 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
284 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
285 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
286 /src/Adapter/ContainerFinder.php
287 /src/Core/Exception/ContainerNotFoundException.php
288 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
289 /src/Adapter/Module/Repository/ModuleRepository.php
290 /src/Core/Repository/AbstractObjectModelRepository.php
291 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
292 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
293 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
294 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
295 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
296 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
297 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
298 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
299 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
300 /modules/ybc_blog/ybc_blog.php
301 /modules/ybc_blog/classes/ybc_blog_category_class.php
302 /modules/ybc_blog/classes/ybc_blog_post_class.php
303 /modules/ybc_blog/classes/ybc_blog_paggination_class.php
304 /modules/ybc_blog/classes/ybc_blog_comment_class.php
305 /modules/ybc_blog/classes/ybc_blog_reply_class.php
306 /modules/ybc_blog/classes/ybc_blog_polls_class.php
307 /modules/ybc_blog/classes/ybc_blog_slide_class.php
308 /modules/ybc_blog/classes/ybc_blog_gallery_class.php
309 /modules/ybc_blog/classes/ybc_blog_link_class.php
310 /modules/ybc_blog/classes/ybc_blog_employee_class.php
311 /modules/ybc_blog/classes/ybc_blog_email_template_class.php
312 /modules/ybc_blog/classes/ImportExport.php
313 /modules/ybc_blog/classes/ybc_browser.php
314 /modules/ybc_blog/ybc_blog_defines.php
315 /modules/ybc_blog/classes/ybc_chatgpt.php
316 /modules/ybc_blog/classes/ybc_chatgpt_message.php
317 /modules/ybc_blog/src/FormType/DescriptionType.php
318 /src/PrestaShopBundle/Form/Admin/Sell/Product/Description/DescriptionType.php
319 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
320 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
321 /vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php
322 /vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php
323 /modules/ybc_blog/translations/it.php
324 /modules/klarnapayment/klarnapayment.php
325 /modules/klarnapayment/vendor/autoload.php
326 /modules/klarnapayment/vendor/composer/autoload_real.php
327 /modules/klarnapayment/vendor/composer/platform_check.php
328 /modules/klarnapayment/vendor/composer/autoload_static.php
329 /modules/klarnapayment/vendor/symfony/polyfill-apcu/bootstrap.php
330 /modules/klarnapayment/vendor/symfony/polyfill-apcu/bootstrap80.php
331 /modules/klarnapayment/vendor/invertus/knapsack/src/collection_functions.php
332 /modules/klarnapayment/vendor/invertus/knapsack/src/utility_functions.php
333 /modules/klarnapayment/src/Core/Config/Config.php
334 /modules/ps_mbo/ps_mbo.php
335 /modules/ps_mbo/vendor/autoload.php
336 /modules/ps_mbo/vendor/composer/autoload_real.php
337 /modules/ps_mbo/vendor/composer/platform_check.php
338 /modules/ps_mbo/vendor/composer/autoload_static.php
339 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
340 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
341 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
342 /modules/ps_mbo/bootstrap.php
343 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
344 /modules/ps_mbo/src/Traits/HaveTabs.php
345 /modules/ps_mbo/src/Traits/UseHooks.php
346 /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php
347 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php
348 /modules/ps_mbo/src/Traits/HaveCdcComponent.php
349 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php
350 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php
351 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php
352 /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php
353 /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
354 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php
355 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php
356 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php
357 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php
358 /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php
359 /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php
360 /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php
361 /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php
362 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php
363 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php
364 /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php
365 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php
366 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php
367 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php
368 /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php
369 /modules/ps_mbo/src/Tab/TabInterface.php
370 /src/PrestaShopBundle/Translation/DomainNormalizer.php
371 /src/Adapter/Localization/LegacyTranslator.php
372 /modules/ps_mbo/vendor/symfony/string/UnicodeString.php
373 /modules/ps_mbo/vendor/symfony/string/AbstractUnicodeString.php
374 /modules/ps_mbo/vendor/symfony/string/AbstractString.php
375 /modules/ps_eventbus/ps_eventbus.php
376 /modules/ps_eventbus/vendor/autoload.php
377 /modules/ps_eventbus/vendor/composer/autoload_real.php
378 /modules/ps_eventbus/vendor/composer/autoload_static.php
379 /modules/ps_eventbus/vendor/react/promise/src/functions_include.php
380 /modules/ps_eventbus/vendor/react/promise/src/functions.php
381 /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php
382 /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php
383 /modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php
384 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
385 /modules/ps_eventbus/src/DependencyInjection/ContainerProvider.php
386 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
387 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
388 /var/cache/dev/Ps_eventbus321FrontContainer.php
389 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
390 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
391 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
392 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
393 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
394 /vendor/psr/container/src/ContainerExceptionInterface.php
395 /vendor/psr/container/src/NotFoundExceptionInterface.php
396 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
397 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
398 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
399 /vendor/symfony/contracts/Service/ResetInterface.php
400 /modules/ps_eventbus/src/Service/SynchronizationService.php
401 /modules/ps_eventbus/src/Repository/EventbusSyncRepository.php
402 /modules/ps_eventbus/src/Factory/ContextFactory.php
403 /modules/ps_eventbus/src/Repository/IncrementalSyncRepository.php
404 /modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php
405 /modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandlerInterface.php
406 /modules/ps_eventbus/src/Service/PsAccountsAdapterService.php
407 /modules/ps_eventbus/src/Helper/ModuleHelper.php
408 /src/Core/Addon/Module/ModuleManagerBuilder.php
409 /src/Core/Util/File/YamlParser.php
410 /src/Core/Domain/Shop/ValueObject/ShopId.php
411 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
412 /var/cache/dev/yaml/e65cdcd8f1f709677a3dd45fd2bcc8d8.php
413 /src/Adapter/Tools.php
414 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
415 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
416 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
417 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
418 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
419 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
420 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
421 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
422 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
423 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
424 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
425 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
426 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
427 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
428 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
429 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
430 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
431 /vendor/symfony/contracts/Cache/CacheTrait.php
432 /vendor/psr/cache/src/InvalidArgumentException.php
433 /vendor/psr/cache/src/CacheException.php
434 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
436 /vendor/symfony/contracts/Cache/ItemInterface.php
437 /vendor/psr/cache/src/CacheItemInterface.php
438 /vendor/psr/cache/src/CacheItemPoolInterface.php
439 /vendor/symfony/contracts/Cache/CacheInterface.php
440 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
441 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
442 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
443 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
444 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
445 /src/Adapter/LegacyLogger.php
446 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
447 /src/Adapter/LegacyContext.php
448 /src/Adapter/Module/ModuleDataProvider.php
449 /src/Adapter/Module/AdminModuleDataProvider.php
450 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
451 /src/Adapter/Module/Module.php
452 /src/Core/Module/ModuleInterface.php
453 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
454 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
455 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
456 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
457 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
458 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
459 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
460 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
461 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
462 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
463 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
464 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
465 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
466 /src/Adapter/Module/ModuleDataUpdater.php
467 /src/Core/Module/ModuleManager.php
468 /src/Core/Module/ModuleManagerInterface.php
469 /src/Core/Module/ModuleRepository.php
470 /src/Core/Module/ModuleRepositoryInterface.php
471 /src/Adapter/HookManager.php
472 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
473 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
474 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
475 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
476 /src/Core/Hook/HookDispatcherInterface.php
477 /modules/ps_accounts/ps_accounts.php
478 /modules/ps_accounts/vendor/autoload.php
479 /modules/ps_accounts/vendor/composer/autoload_real.php
480 /modules/ps_accounts/vendor/composer/platform_check.php
481 /modules/ps_accounts/vendor/composer/autoload_static.php
482 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
483 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
484 /modules/ps_accounts/vendor/symfony/polyfill-php70/bootstrap.php
485 /modules/ps_accounts/vendor/ralouphie/getallheaders/src/getallheaders.php
486 /modules/ps_accounts/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
487 /modules/ps_accounts/vendor/symfony/polyfill-php72/bootstrap.php
488 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
489 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
490 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
491 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
492 /modules/ps_accounts/vendor/symfony/polyfill-apcu/bootstrap.php
493 /modules/ps_accounts/vendor/symfony/polyfill-intl-idn/bootstrap.php
494 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
495 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
496 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
497 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
498 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
499 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
500 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
501 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
502 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
503 /modules/ps_accounts/src/Hook/HookableTrait.php
504 /modules/ps_accounts/src/Module/Install.php
505 /modules/ps_accounts/translations/it.php
506 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Client.php
507 /src/Adapter/Shop/Context.php
508 /src/Core/Multistore/MultistoreContextCheckerInterface.php
509 /src/Core/Shop/ShopContextInterface.php
510 /src/Core/Shop/ShopConstraintContextInterface.php
511 /modules/ps_accounts/src/DependencyInjection/ServiceContainer.php
512 /modules/ps_accounts/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
513 /modules/ps_accounts/src/DependencyInjection/ContainerProvider.php
514 /modules/ps_accounts/vendor/symfony/config/ConfigCache.php
515 /modules/ps_accounts/vendor/symfony/config/ResourceCheckerConfigCache.php
516 /modules/ps_accounts/vendor/symfony/config/ConfigCacheInterface.php
517 /modules/ps_accounts/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
518 /modules/ps_accounts/vendor/symfony/config/ResourceCheckerInterface.php
519 /modules/ps_accounts/vendor/symfony/config/Resource/ComposerResource.php
520 /modules/ps_accounts/vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
521 /modules/ps_accounts/vendor/symfony/config/Resource/ResourceInterface.php
522 /modules/ps_accounts/vendor/symfony/config/Resource/FileResource.php
523 /var/cache/dev/Ps_accounts708FrontContainer.php
524 /modules/ps_accounts/vendor/symfony/dependency-injection/Container.php
525 /modules/ps_accounts/vendor/symfony/dependency-injection/ResettableContainerInterface.php
526 /modules/ps_accounts/vendor/symfony/dependency-injection/ContainerInterface.php
527 /modules/ps_accounts/vendor/psr/container/src/ContainerInterface.php
528 /modules/ps_accounts/src/Service/PsAccountsService.php
529 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
530 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
531 /modules/ps_accounts/src/Account/Session/Session.php
532 /modules/ps_accounts/src/Account/Session/SessionInterface.php
533 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
534 /modules/ps_accounts/src/Adapter/Configuration.php
535 /modules/ps_accounts/src/Account/Session/ShopSession.php
536 /modules/ps_accounts/src/Provider/OAuth2/ShopProvider.php
537 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/PrestaShop.php
538 /modules/ps_accounts/vendor/league/oauth2-client/src/Provider/AbstractProvider.php
539 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php
540 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php
541 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php
542 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php
543 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/LogoutTrait.php
544 /modules/ps_accounts/src/Provider/OAuth2/Oauth2Client.php
545 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
546 /modules/ps_accounts/src/Type/Enum.php
547 /modules/ps_accounts/src/Adapter/Link.php
548 /modules/ps_accounts/src/Context/ShopContext.php
549 /modules/ps_accounts/vendor/league/oauth2-client/src/Grant/GrantFactory.php
550 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/RequestFactory.php
551 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Client.php
552 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/ClientInterface.php
553 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/HandlerStack.php
554 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
555 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
556 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
557 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
558 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
559 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
560 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Middleware.php
561 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
562 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php
563 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php
564 /modules/ps_accounts/src/Account/LinkShop.php
565 /modules/ps_accounts/src/Cqrs/CommandBus.php
566 /modules/ps_accounts/src/Cqrs/Bus.php
567 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
568 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Util.php
569 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Compat.php
570 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
571 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor.php
572 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Context.php
573 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
574 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Serializer.php
575 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
576 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/TransactionStack.php
577 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
578 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Stacktrace.php
579 /modules/ps_eventbus/src/Repository/LiveSyncRepository.php
580 /modules/ps_eventbus/src/Repository/DeletedObjectsRepository.php
581 /modules/ps_eventbus/src/Repository/LanguageRepository.php
582 /modules/ps_eventbus/src/Decorator/PayloadDecorator.php
583 /modules/ps_eventbus/src/Repository/ConfigurationRepository.php
584 /modules/psxdesign/psxdesign.php
585 /modules/psxdesign/vendor/autoload.php
586 /modules/psxdesign/vendor/composer/autoload_real.php
587 /modules/psxdesign/vendor/composer/platform_check.php
588 /modules/psxdesign/vendor/composer/autoload_static.php
589 /modules/psxdesign/vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php
590 /modules/psxdesign/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
591 /modules/psxdesign/vendor/humbug/php-scoper/src/functions.php
592 /modules/psxdesign/vendor/humbug/php-scoper/src/json.php
593 /modules/psxdesign/src/Traits/UseHooks.php
594 /modules/psxdesign/src/Traits/Hooks/UseDisplayBackOfficeHeader.php
595 /modules/psxdesign/src/Traits/Hooks/UseActionThemeConfiguration.php
596 /modules/psxdesign/src/Traits/Hooks/UseActionFrontControllerSetMedia.php
597 /modules/psxdesign/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
598 /modules/psxdesign/src/Traits/Hooks/UseDisplayAfterTitleTag.php
599 /modules/psxdesign/src/Traits/Hooks/UseActionObjectTabUpdateAfter.php
600 /modules/psxdesign/src/Traits/Hooks/UseActionDispatcherBefore.php
601 /modules/psxdesign/src/Traits/Hooks/UseActionObjectLanguageAddAfter.php
602 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
603 /controllers/front/listing/CategoryController.php
604 /classes/controller/ProductListingFrontController.php
605 /classes/controller/ProductPresentingFrontController.php
606 /classes/controller/FrontController.php
607 /src/Adapter/Presenter/Object/ObjectPresenter.php
608 /src/Adapter/Presenter/PresenterInterface.php
609 /src/Adapter/Presenter/Cart/CartPresenter.php
610 /src/Adapter/Image/ImageRetriever.php
611 /classes/tax/TaxConfiguration.php
612 /classes/Smarty/TemplateFinder.php
613 /classes/assets/StylesheetManager.php
614 /classes/assets/AbstractAssetManager.php
615 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
616 /classes/assets/JavascriptManager.php
617 /classes/assets/CccReducer.php
618 /modules/iqitthemeeditor/iqitthemeeditor.php
619 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
620 /classes/Category.php
621 /classes/webservice/WebserviceRequest.php
622 /src/Adapter/ContainerBuilder.php
623 /src/Adapter/Environment.php
624 /src/Core/EnvironmentInterface.php
625 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
626 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
627 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
628 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
629 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
630 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
631 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
632 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
633 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
634 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
635 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
636 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
637 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
638 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
639 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
640 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
641 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
642 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
643 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
644 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
645 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
646 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
647 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
648 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
649 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
650 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
651 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
652 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
653 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
654 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
655 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
656 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
657 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
658 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
659 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
660 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
661 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
662 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
663 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
664 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
665 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
666 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
667 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
668 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
669 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
670 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
671 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
672 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
673 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
674 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
675 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
676 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
677 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
678 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
679 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
680 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
681 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
682 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
683 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
684 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
685 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
686 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
687 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
688 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
689 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
690 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
691 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
692 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
693 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
694 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
695 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
696 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
697 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
698 /var/cache/dev/FrontContainer.php
699 /src/Adapter/Container/LegacyContainer.php
700 /src/Adapter/Container/LegacyContainerInterface.php
701 /modules/ps_categorytree/vendor/autoload.php
702 /modules/ps_categorytree/vendor/composer/autoload_real.php
703 /modules/ps_categorytree/vendor/composer/autoload_static.php
704 /modules/ps_edition_basic/vendor/autoload.php
705 /modules/ps_edition_basic/vendor/composer/autoload_real.php
706 /modules/ps_edition_basic/vendor/composer/platform_check.php
707 /modules/ps_edition_basic/vendor/composer/autoload_static.php
708 /modules/ph_simpleblog/vendor/autoload.php
709 /modules/ph_simpleblog/vendor/composer/autoload_real.php
710 /modules/ph_simpleblog/vendor/composer/platform_check.php
711 /modules/ph_simpleblog/vendor/composer/autoload_static.php
712 /modules/iqitsociallogin/vendor/autoload.php
713 /modules/iqitsociallogin/vendor/composer/autoload_real.php
714 /modules/iqitsociallogin/vendor/composer/platform_check.php
715 /modules/iqitsociallogin/vendor/composer/autoload_static.php
716 /modules/paypal/vendor/autoload.php
717 /modules/paypal/vendor/composer/autoload_real.php
718 /modules/paypal/vendor/composer/autoload_static.php
719 /modules/lgsitemaps/vendor/autoload.php
720 /modules/lgsitemaps/vendor/composer/autoload_real.php
721 /modules/lgsitemaps/vendor/composer/platform_check.php
722 /modules/lgsitemaps/vendor/composer/autoload_static.php
723 /modules/seoimg/vendor/autoload.php
724 /modules/seoimg/vendor/composer/autoload_real.php
725 /modules/seoimg/vendor/composer/platform_check.php
726 /modules/seoimg/vendor/composer/autoload_static.php
727 /modules/lgcookieslaw/vendor/autoload.php
728 /modules/lgcookieslaw/vendor/composer/autoload_real.php
729 /modules/lgcookieslaw/vendor/composer/autoload_static.php
730 /modules/facebookproductad/vendor/autoload.php
731 /modules/facebookproductad/vendor/composer/autoload_real.php
732 /modules/facebookproductad/vendor/composer/platform_check.php
733 /modules/facebookproductad/vendor/composer/autoload_static.php
734 /src/Core/Localization/Locale/Repository.php
735 /src/Core/Localization/Locale/RepositoryInterface.php
736 /src/Core/Localization/CLDR/LocaleRepository.php
737 /src/Core/Localization/CLDR/LocaleDataSource.php
738 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
739 /src/Core/Data/Layer/AbstractDataLayer.php
740 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
741 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
742 /src/Core/Localization/CLDR/Reader.php
743 /src/Core/Localization/CLDR/ReaderInterface.php
744 /src/Core/Localization/Currency/Repository.php
745 /src/Core/Localization/Currency/RepositoryInterface.php
746 /src/Core/Localization/Currency/CurrencyDataSource.php
747 /src/Core/Localization/Currency/DataSourceInterface.php
748 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
749 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
750 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
751 /src/Adapter/Currency/CurrencyDataProvider.php
752 /src/Core/Currency/CurrencyDataProviderInterface.php
753 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
754 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
755 /vendor/prestashop/decimal/src/Operation/Rounding.php
756 /src/Core/Localization/Locale.php
757 /src/Core/Localization/LocaleInterface.php
758 /src/Core/Localization/Specification/Price.php
759 /src/Core/Localization/Specification/Number.php
760 /src/Core/Localization/Specification/NumberInterface.php
761 /src/Core/Localization/Specification/Factory.php
762 /src/Core/Localization/CLDR/LocaleData.php
763 /src/Core/Localization/CLDR/NumberSymbolsData.php
764 /src/Core/Localization/CLDR/CurrencyData.php
765 /src/Core/Localization/CLDR/Locale.php
766 /src/Core/Localization/CLDR/LocaleInterface.php
767 /src/Core/Localization/Specification/NumberSymbolList.php
768 /classes/Currency.php
769 /src/Core/Localization/Currency/LocalizedCurrencyId.php
770 /src/Core/Localization/Currency/CurrencyData.php
771 /src/Core/Localization/Currency/CurrencyCollection.php
772 /src/Core/Localization/Currency.php
773 /src/Core/Localization/CurrencyInterface.php
774 /src/Core/Localization/Specification/NumberCollection.php
775 /src/Core/Localization/Number/Formatter.php
776 /classes/Cart.php
777 /src/Adapter/AddressFactory.php
778 /classes/CartRule.php
779 /classes/Product.php
780 /src/Core/Domain/Product/ValueObject/RedirectType.php
781 /src/Core/Util/DateTime/DateTime.php
782 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
783 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
784 /src/Core/Domain/Product/ValueObject/ProductType.php
785 /src/Core/Domain/Product/ValueObject/Reference.php
786 /src/Core/Domain/Product/ValueObject/Ean13.php
787 /src/Core/Domain/Product/ValueObject/Isbn.php
788 /src/Core/Domain/Product/ValueObject/Upc.php
789 /src/Core/Domain/Product/ProductSettings.php
790 /modules/ps_emailsubscription/ps_emailsubscription.php
791 /src/Core/Module/WidgetInterface.php
792 /classes/Media.php
793 /modules/ps_emailalerts/ps_emailalerts.php
794 /modules/ps_emailalerts/MailAlert.php
795 /modules/psxdesign/src/Config/PsxDesignConfig.php
796 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
797 /var/cache/dev/Ps_checkout8421FrontContainer.php
798 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
799 /modules/ps_checkout/src/Validator/MerchantValidator.php
800 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
801 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
802 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
803 /modules/ps_checkout/src/Shop/ShopProvider.php
804 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
805 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
806 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
807 /modules/ps_checkout/src/Repository/PsAccountRepository.php
808 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
809 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
810 /modules/ps_checkout/src/Context/PrestaShopContext.php
811 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
812 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
813 /modules/ps_checkout/src/Version/Version.php
814 /modules/klarnapayment/src/Infrastructure/Container/Container.php
815 /modules/klarnapayment/vendor/league/container/src/Container.php
816 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregate.php
817 /modules/klarnapayment/vendor/league/container/src/ContainerAwareTrait.php
818 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregateInterface.php
819 /modules/klarnapayment/vendor/league/container/src/ContainerAwareInterface.php
820 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregate.php
821 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php
822 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregate.php
823 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregateInterface.php
824 /modules/klarnapayment/vendor/league/container/src/ReflectionContainer.php
825 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverTrait.php
826 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverInterface.php
827 /modules/klarnapayment/src/Infrastructure/Container/Providers/BaseServiceProvider.php
828 /modules/klarnapayment/src/Infrastructure/Container/Providers/AbstractServiceProvider.php
829 /modules/klarnapayment/vendor/league/container/src/Definition/Definition.php
830 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionInterface.php
831 /modules/klarnapayment/src/Infrastructure/Container/Providers/RepositoryServiceProvider.php
832 /modules/klarnapayment/src/Infrastructure/Adapter/Configuration.php
833 /modules/klarnapayment/vendor/league/container/src/Argument/ClassName.php
834 /modules/klarnapayment/vendor/league/container/src/Argument/ClassNameInterface.php
835 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContext.php
836 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContextInterface.php
837 /modules/klarnapayment/src/Infrastructure/Adapter/Context.php
838 /modules/klarnapayment/src/Infrastructure/Logger/Logger.php
839 /modules/klarnapayment/src/Infrastructure/Logger/LoggerInterface.php
840 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatter.php
841 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatterInterface.php
842 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelEntityManager.php
843 /modules/klarnapayment/src/Infrastructure/EntityManager/EntityManagerInterface.php
844 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelUnitOfWork.php
845 /modules/klarnapayment/src/Infrastructure/Provider/NumberIdempotencyProvider.php
846 /modules/klarnapayment/src/Infrastructure/Provider/IdempotencyProviderInterface.php
847 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepository.php
848 /modules/klarnapayment/src/Infrastructure/Repository/CollectionRepository.php
849 /modules/klarnapayment/src/Infrastructure/Repository/ReadOnlyCollectionRepositoryInterface.php
850 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepositoryInterface.php
851 /modules/klarnapayment/src/Infrastructure/Provider/ApplicationContextProvider.php
852 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepository.php
853 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepositoryInterface.php
854 /modules/klarnapayment/src/Core/Merchant/Provider/CredentialsConfigurationKeyProvider.php
855 /modules/klarnapayment/src/Core/Merchant/Provider/RegionProvider.php
856 /modules/klarnapayment/src/Infrastructure/Context/ApplicationContext.php
857 /modules/klarnapayment/src/Api/Environment.php
858 /modules/klarnapayment/src/Presentation/Loader/PaymentFormAssetLoader.php
859 /modules/klarnapayment/src/Infrastructure/Adapter/ModuleFactory.php
860 /modules/klarnapayment/src/Core/Shared/Validation/ValidateIsAssetsRequired.php
861 /modules/klarnapayment/src/Core/Tools/Action/ValidateIsOpcModuleController.php
862 /modules/klarnapayment/src/Presentation/Presenter/Verification/IsCartAmountValidForKlarnaPayments.php
863 /modules/klarnapayment/src/Infrastructure/Utility/MoneyCalculator.php
864 /modules/klarnapayment/src/Core/Shared/Repository/CartRepository.php
865 /modules/klarnapayment/src/Core/Shared/Repository/CartRepositoryInterface.php
866 /modules/klarnapayment/src/Infrastructure/Adapter/Tools.php
867 /src/Adapter/Presenter/Cart/CartLazyArray.php
868 /src/Adapter/Presenter/AbstractLazyArray.php
869 /src/Adapter/Product/PriceFormatter.php
870 /src/Core/Util/Inflector.php
871 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
872 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
873 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
874 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
875 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
876 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
877 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
878 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
879 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
880 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
881 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
882 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
883 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
884 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
885 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
886 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
887 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
888 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
889 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
890 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
891 /classes/Gender.php
892 /classes/Risk.php
893 /classes/Meta.php
894 /modules/revsliderprestashop/revsliderprestashop.php
895 /modules/revsliderprestashop/rev-loader.php
896 /modules/revsliderprestashop/includes/revslider_db.class.php
897 /modules/revsliderprestashop/includes/data.class.php
898 /modules/revsliderprestashop/includes/functions.class.php
899 /modules/revsliderprestashop/includes/em-integration.class.php
900 /modules/revsliderprestashop/includes/cssparser.class.php
901 /modules/revsliderprestashop/includes/woocommerce.class.php
902 /modules/revsliderprestashop/includes/wpml.class.php
903 /modules/revsliderprestashop/includes/colorpicker.class.php
904 /modules/revsliderprestashop/includes/navigation.class.php
905 /modules/revsliderprestashop/includes/object-library.class.php
906 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
907 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
908 /modules/revsliderprestashop/includes/extension.class.php
909 /modules/revsliderprestashop/includes/favorite.class.php
910 /modules/revsliderprestashop/includes/aq-resizer.class.php
911 /modules/revsliderprestashop/includes/external-sources.class.php
912 /modules/revsliderprestashop/includes/page-template.class.php
913 /modules/revsliderprestashop/includes/slider.class.php
914 /modules/revsliderprestashop/includes/slide.class.php
915 /modules/revsliderprestashop/includes/output.class.php
916 /modules/revsliderprestashop/public/revslider-front.class.php
917 /modules/revsliderprestashop/includes/backwards.php
918 /modules/revsliderprestashop/admin/includes/class-pclzip.php
919 /modules/revsliderprestashop/admin/includes/license.class.php
920 /modules/revsliderprestashop/admin/includes/addons.class.php
921 /modules/revsliderprestashop/admin/includes/template.class.php
922 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
923 /modules/revsliderprestashop/admin/includes/folder.class.php
924 /modules/revsliderprestashop/admin/includes/import.class.php
925 /modules/revsliderprestashop/admin/includes/export.class.php
926 /modules/revsliderprestashop/admin/includes/export-html.class.php
927 /modules/revsliderprestashop/admin/includes/newsletter.class.php
928 /modules/revsliderprestashop/admin/revslider-admin.class.php
929 /modules/revsliderprestashop/includes/update.class.php
930 /modules/revsliderprestashop/includes/resize-imag.php
931 /classes/Address.php
932 /classes/ImageType.php
933 /classes/State.php
934 /src/Core/Security/PasswordPolicyConfiguration.php
935 /src/Core/Configuration/DataConfigurationInterface.php
936 /src/Core/Security/Hashing.php
937 /src/Core/Filter/FrontEndObject/MainFilter.php
938 /src/Core/Filter/FilterInterface.php
939 /src/Core/Filter/FrontEndObject/CartFilter.php
940 /src/Core/Filter/HashMapWhitelistFilter.php
941 /src/Core/Filter/CollectionFilter.php
942 /src/Core/Filter/FrontEndObject/ProductFilter.php
943 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
944 /src/Core/Filter/FrontEndObject/CustomerFilter.php
945 /src/Core/Filter/FrontEndObject/ShopFilter.php
946 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
947 /modules/lgcookieslaw/lgcookieslaw.php
948 /modules/lgcookieslaw/config/config.inc.php
949 /modules/lgcookieslaw/translations/it.php
950 /modules/lgcookieslaw/classes/LGCookiesLawPurpose.php
951 /modules/ps_shoppingcart/ps_shoppingcart.php
952 /modules/productcomments/productcomments.php
953 /modules/ps_googleanalytics/ps_googleanalytics.php
954 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
955 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
956 /modules/iqitcompare/iqitcompare.php
957 /modules/iqitcontactpage/iqitcontactpage.php
958 /modules/iqitcountdown/iqitcountdown.php
959 /modules/iqitelementor/iqitelementor.php
960 /modules/iqitelementor/src/IqitElementorLanding.php
961 /modules/iqitelementor/src/IqitElementorTemplate.php
962 /modules/iqitelementor/src/IqitElementorProduct.php
963 /modules/iqitelementor/src/IqitElementorCategory.php
964 /modules/iqitelementor/src/IqitElementorContent.php
965 /modules/iqitelementor/src/iqitElementorWpHelper.php
966 /modules/iqitelementor/includes/plugin-elementor.php
967 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
968 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
969 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
970 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
971 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
972 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
973 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
974 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
975 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
976 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
977 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
978 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
979 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
980 /modules/iqitmegamenu/iqitmegamenu.php
981 /modules/iqitmegamenu/models/IqitMenuTab.php
982 /modules/iqitmegamenu/models/IqitMenuHtml.php
983 /modules/iqitmegamenu/models/IqitMenuLinks.php
984 /modules/iqitreviews/iqitreviews.php
985 /modules/iqitreviews/src/IqitProductReview.php
986 /modules/iqitsizecharts/iqitsizecharts.php
987 /modules/iqitsizecharts/src/IqitSizeCharts.php
988 /modules/iqitwishlist/iqitwishlist.php
989 /modules/iqitwishlist/src/IqitWishlistProduct.php
990 /modules/iqitextendedproduct/iqitextendedproduct.php
991 /modules/iqitextendedproduct/src/IqitThreeSixty.php
992 /modules/iqitextendedproduct/src/IqitProductVideo.php
993 /modules/iqitsociallogin/iqitsociallogin.php
994 /classes/Smarty/SmartyDevTemplate.php
995 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
996 /var/cache/dev/smarty/compile/warehouse/cc/f1/93/ccf19308c9418557756af0ff64855ed4cf87fb3b_2.file.apichatgpt.tpl.php
997 /var/cache/dev/smarty/compile/warehouse/0c/85/d1/0c85d1d3d9600d431a38fcf6b535dbd62204bce9_2.file.head.tpl.php
998 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
999 /modules/klarnapayment/src/Presentation/Loader/HeadSectionAssetLoader.php
1000 /modules/klarnapayment/src/Presentation/Loader/OnsiteMessagingAssetLoader.php
1001 /modules/klarnapayment/src/Presentation/Loader/SignInWithKlarnaAssetLoader.php
1002 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/LocaleProvider.php
1003 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/GlobalCurrencyLocaleProvider.php
1004 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/EuroCurrencyLocaleProvider.php
1005 /modules/klarnapayment/src/Presentation/Loader/KlarnaExpressCheckoutAssetLoader.php
1006 /modules/klarnapayment/src/Presentation/Presenter/Verification/CanPresentKlarnaExpressCheckout.php
1007 /modules/klarnapayment/src/Core/Merchant/Provider/MerchantIdProvider.php
1008 /modules/klarnapayment/src/Presentation/Loader/KlarnaSdkClientAssetLoader.php
1009 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1010 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1011 /modules/klarnapayment/src/Infrastructure/Utility/ArrayUtility.php
1012 /src/Core/Localization/CLDR/ComputingPrecision.php
1013 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1014 /var/cache/dev/smarty/compile/warehouse/b5/a6/16/b5a6163434d9dd464ef25d30f3cca37b315108b6_2.file.klarna_sdk_script.tpl.php
1015 /modules/paypal/paypal.php
1016 /modules/paypal/config_prod.php
1017 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
1018 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
1019 /modules/paypal/translations/it.php
1020 /modules/paypal/classes/Constants/PaypalConfigurations.php
1021 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
1022 /modules/paypal/classes/Constants/WebHookConf.php
1023 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
1024 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
1025 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
1026 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
1027 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
1028 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
1029 /modules/paypal/diagnostic.php
1030 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
1031 /modules/paypal/classes/AbstractMethodPaypal.php
1032 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
1033 /modules/paypal/classes/MethodEC.php
1034 /modules/paypal/classes/WhiteList/WhiteListService.php
1035 /modules/paypal/classes/API/PaypalApiManager.php
1036 /modules/paypal/classes/API/PaypalApiManagerInterface.php
1037 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
1038 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
1039 /modules/paypal/classes/API/PaypalClient.php
1040 /modules/paypal/classes/API/Client/HttpClient.php
1041 /modules/paypal/classes/API/ClientInterface.php
1042 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
1043 /modules/paypal/classes/API/EnvironmentInterface.php
1044 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
1045 /modules/paypal/classes/API/InjectorInterface.php
1046 /modules/paypal/classes/API/Injector/BnCodeInjector.php
1047 /modules/paypal/classes/API/Injector/UserAgentInjector.php
1048 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
1049 /modules/cdc_googletagmanager/cdc_googletagmanager.php
1050 /modules/cdc_googletagmanager/classes/CdcGtmOrderLog.php
1051 /modules/cdc_googletagmanager/classes/CdcGtmDataLayer.php
1052 /modules/cdc_googletagmanager/services/CdcTools.php
1053 /modules/cdc_googletagmanager/services/PrestashopUtils.php
1054 /modules/cdc_googletagmanager/classes/DataLayer.php
1055 /modules/cdc_googletagmanager/classes/AbstractDataLayerObject.php
1056 /modules/cdc_googletagmanager/classes/gtm/Ecommerce.php
1057 /modules/cdc_googletagmanager/classes/gtm/Refund.php
1058 /modules/cdc_googletagmanager/classes/gtm/GoogleTagParams.php
1059 /modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php
1060 /modules/cdc_googletagmanager/services/Gtm_Product.php
1061 /modules/cdc_googletagmanager/translations/it.php
1062 /modules/facebookproductad/facebookproductad.php
1063 /modules/facebookproductad/translations/it.php
1064 /modules/facebookproductad/lib/moduleTools.php
1065 /modules/facebookproductad/conf/moduleConfiguration.php
1066 /modules/facebookproductad/lib/hook/hookController.php
1067 /modules/facebookproductad/lib/hook/hookDisplay.php
1068 /modules/facebookproductad/lib/hook/hookBase.php
1069 /modules/facebookproductad/lib/dao/moduleDao.php
1070 /modules/facebookproductad/lib/pixel/basePixel.php
1071 /modules/facebookproductad/lib/pixel/pixelCategory.php
1072 /classes/Combination.php
1073 /classes/stock/StockAvailable.php
1074 /classes/tax/Tax.php
1075 /classes/SpecificPrice.php
1076 /classes/tax/TaxManagerFactory.php
1077 /classes/tax/TaxRulesTaxManager.php
1078 /classes/tax/TaxManagerInterface.php
1079 /classes/tax/TaxCalculator.php
1080 /classes/GroupReduction.php
1081 /classes/Pack.php
1082 /classes/order/Order.php
1083 /classes/Feature.php
1084 /var/cache/dev/smarty/compile/warehouse/65/a2/8e/65a28e68a7cfdc088901784f6cc8106bd4434b2d_2.file.header.tpl.php
1085 /modules/daneaimport/daneaimport.php
1086 /modules/daneaimport/classes/import_classes.php
1087 /modules/daneaimport/classes/danea_classe.php
1088 /modules/daneaimport/translations/it.php
1089 /vendor/pear/pear-core-minimal/src/PEAR.php
1090 /src/Core/Product/Search/ProductSearchContext.php
1091 /src/Core/Product/Search/ProductSearchQuery.php
1092 /src/Core/Product/Search/SortOrder.php
1093 /modules/ps_facetedsearch/ps_facetedsearch.php
1094 /modules/ps_facetedsearch/src/HookDispatcher.php
1095 /modules/ps_facetedsearch/src/Hook/Attribute.php
1096 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1097 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1098 /modules/ps_facetedsearch/src/Hook/Category.php
1099 /modules/ps_facetedsearch/src/Hook/Configuration.php
1100 /modules/ps_facetedsearch/src/Hook/Design.php
1101 /modules/ps_facetedsearch/src/Hook/Feature.php
1102 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1103 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1104 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1105 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1106 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1107 /modules/ps_facetedsearch/src/Hook/Product.php
1108 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1109 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1110 /modules/ps_facetedsearch/src/Filters/Provider.php
1111 /modules/ps_facetedsearch/src/URLSerializer.php
1112 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1113 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1114 /src/Core/Product/Search/FacetsRendererInterface.php
1115 /src/Core/Product/Search/ProductSearchProviderInterface.php
1116 /modules/ps_facetedsearch/src/Filters/Converter.php
1117 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1118 /src/Core/Product/Search/ProductSearchResult.php
1119 /modules/ps_facetedsearch/src/Product/Search.php
1120 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1121 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1122 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1123 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1124 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1125 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1126 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1127 /modules/ps_facetedsearch/src/Filters/Products.php
1128 /modules/ps_facetedsearch/src/Filters/Block.php
1129 /src/Core/Product/Search/Facet.php
1130 /src/Core/Product/Search/Filter.php
1131 /vendor/prestashop/decimal/src/DecimalNumber.php
1132 /vendor/prestashop/decimal/src/Builder.php
1133 /src/Core/Product/Search/FacetCollection.php
1134 /classes/ProductAssembler.php
1135 /classes/Manufacturer.php
1136 /src/Core/Domain/Combination/CombinationSettings.php
1137 /classes/ProductPresenterFactory.php
1138 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1139 /src/Adapter/Presenter/Product/ProductPresenter.php
1140 /src/Adapter/Product/ProductColorsRetriever.php
1141 /src/Core/Product/ProductPresentationSettings.php
1142 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1143 /src/Adapter/Presenter/Product/ProductLazyArray.php
1144 /classes/Image.php
1145 /src/Core/Image/ImageFormatConfiguration.php
1146 /src/Core/Image/ImageFormatConfigurationInterface.php
1147 /classes/FeatureFlag.php
1148 /src/Core/FeatureFlag/FeatureFlagSettings.php
1149 /var/cache/dev/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1150 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1151 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1152 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1153 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1154 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1155 /src/Core/Product/Search/Pagination.php
1156 /vendor/defuse/php-encryption/src/Crypto.php
1157 /vendor/defuse/php-encryption/src/KeyOrPassword.php
1158 /vendor/defuse/php-encryption/src/RuntimeTests.php
1159 /vendor/defuse/php-encryption/src/DerivedKeys.php
1160 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1161 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
1162 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1163 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1164 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1165 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1167 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1168 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1169 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1170 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
1171 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1172 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1173 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1174 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1175 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1176 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1177 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
1179 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1180 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1181 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1182 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_parent.php
1183 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_child.php
1184 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1185 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1187 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/10/a7/f610a705ee1d64b713ca65e2d21ba723aee7c354_2.file.category.tpl.php
1188 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1189 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1190 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1191 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/e8/0b/5ee80bf50515adc6f78ef4090dccbdc12e1316cf_2.file.product-list.tpl.php
1192 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ac/7f/cb/ac7fcba82a0c6684d1f152d2c853966d07bc8f0e_2.file.layout-left-column.tpl.php
1193 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/01/f5/8f/01f58fa8e082aebd99c7148e01ca6c9528351b5f_2.file.layout-both-columns.tpl.php
1194 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
1195 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2c/b6/d8/2cb6d80908e9bd3864489eb8cb355c438739f78d_2.file.helpers.tpl.php
1196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1197 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1199 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6b/4a/e1/6b4ae1ce5f944155c5410563dd7835e1c3ebe801_2.file.head.tpl.php
1200 /var/cache/dev/smarty/compile/warehouse/2b/7b/b0/2b7bb04257816d888eac893bf3abe9ecb3bf4d4b_2.file.displayFontTags.tpl.php
1201 /var/cache/dev/smarty/compile/c2/19/e5/c219e5df4aa9e48247ee97e1bcc4eabfa43790c0_2.file.view_script.tpl.php
1202 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/52/bd/50/52bd50d4ceb3333c2a43c37893443eca874d18ee_2.file.head-jsonld.tpl.php
1203 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7f/f3/75/7ff375fdeb0cedfe13cc9bb2504c075b56744d3e_2.file.product-list-jsonld.tpl.php
1204 /src/Core/Util/String/StringModifier.php
1205 /src/Core/Util/String/StringModifierInterface.php
1206 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1207 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
1208 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
1209 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1210 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/da/53/bf/da53bfe1af4c51980da2bcce051395a341023620_2.file.pagination-seo.tpl.php
1211 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1212 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/6f/a0/0d6fa083b7f94023d44a6ec4987cab205bb489e6_2.file.stylesheets.tpl.php
1213 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/65/17/8b/65178b784c45a54475d8a29a753c94ad16df137b_2.file.javascript.tpl.php
1214 /classes/ProductDownload.php
1215 /src/Core/Cart/Calculator.php
1216 /src/Core/Cart/CartRowCollection.php
1217 /src/Core/Cart/Fees.php
1218 /src/Core/Cart/AmountImmutable.php
1219 /src/Core/Cart/CartRuleCollection.php
1220 /src/Core/Cart/CartRuleCalculator.php
1221 /src/Adapter/Product/PriceCalculator.php
1222 /src/Core/Cart/CartRow.php
1223 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1224 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/93/98/64/939864a2146cd96a56a82a27be54c2bcaa91ea1d_2.file.product-activation.tpl.php
1225 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4e/99/1a/4e991ab9a170458be8d4320fb61c5169d82f96d0_2.file.header.tpl.php
1226 /modules/klarnapayment/src/Infrastructure/Verification/CanRenderWidgets.php
1227 /modules/klarnapayment/src/Infrastructure/Adapter/Currency.php
1228 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php
1229 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepositoryInterface.php
1230 /modules/klarnapayment/src/Presentation/Presenter/OnsiteMessagingPresenter.php
1231 /modules/klarnapayment/src/Core/Payment/Enum/OnsiteMessagingPlacement.php
1232 /modules/iqitlinksmanager/iqitlinksmanager.php
1233 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1234 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1235 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1236 /classes/CMS.php
1237 /classes/CMSCategory.php
1238 /var/cache/dev/smarty/compile/warehouse/ef/3d/cd/ef3dcd2ceee3dd6a458a9c29f5ad0be7ff371cd7_2.module.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1239 /modules/ps_languageselector/ps_languageselector.php
1240 /modules/ps_currencyselector/ps_currencyselector.php
1241 /var/cache/dev/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
1242 /var/cache/dev/smarty/compile/warehouse/a7/b4/2a/a7b42a5e4e0a5166bfca3e9be0e40e49bcdd454f_2.module.iqitcompareviewstemplateshookdisplaynav.tpl.php
1243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1244 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_block.php
1245 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_block_plugin.php
1246 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/84/ad/0a84ad3ab4a49eb4cf5c4ea29ec1b54ab4eb2738_2.file.header-4.tpl.php
1247 /var/cache/dev/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1248 /var/cache/dev/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.php
1249 /var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.php
1250 /var/cache/dev/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.php
1251 /var/cache/dev/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.php
1252 /var/cache/dev/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.php
1253 /modules/ps_customersignin/ps_customersignin.php
1254 /var/cache/dev/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.php
1255 /modules/iqitsearch/iqitsearch.php
1256 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplateshookiqitsearchbtn.tpl.php
1257 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1258 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1259 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1260 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1261 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1262 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/89/13/ed/8913ed9e56b85503758ee7c0c4fb7c61ab679d0c_2.file.mobile-header-2.tpl.php
1263 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1264 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1265 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1266 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/ce/40/35ce40578cb0ad26f0445442f1492510e3736881_2.file.breadcrumb.tpl.php
1267 /modules/iqitproductsnav/iqitproductsnav.php
1268 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/13/c6/30/13c630300d9670f2ea68544c764ce96f8f13cb40_2.file.notifications.tpl.php
1269 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/14/a6/4614a6837126a31fa0a4ee9119fc345d03e02d94_2.file.category-header.tpl.php
1270 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1271 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1272 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/39/a9/bb/39a9bb68270d8b1555d13fef1a4c0e1ef9ec149a_2.file.products-top.tpl.php
1273 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5b/19/6b/5b196b09f03920a832c584be082c0f9636949bac_2.file.sort-orders.tpl.php
1274 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1275 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/31/c4/ef/31c4ef77aa91dd00e6e1b9d32b10d6596a3ba3af_2.file.products.tpl.php
1276 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php
1277 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/dc/65/7ddc655cca449dc787c9620224fa0eb8b7940b7f_2.file.product.tpl.php
1278 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/90/11/cc/9011cc7f0f0cf0fb822fd14afc0f370218e07d65_2.file.product-miniature-1.tpl.php
1279 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1280 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0b/cd/7c/0bcd7c6d27fe923116c0105a00a50f7484d97f33_2.file.product-miniature-thumb.tpl.php
1281 /var/cache/dev/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
1282 /var/cache/dev/smarty/compile/warehouse/90/53/a0/9053a0dd520a39bef75969a0e9efeeae750df91b_2.module.iqitcompareviewstemplateshookproductminiature.tpl.php
1283 /modules/productcomments/src/Repository/ProductCommentRepository.php
1284 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
1285 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
1286 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
1287 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
1288 /vendor/doctrine/doctrine-bundle/Registry.php
1289 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
1290 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
1291 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1292 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1293 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1294 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1295 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
1296 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
1297 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
1298 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
1299 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
1300 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
1301 /vendor/doctrine/event-manager/src/EventManager.php
1302 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
1303 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
1304 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
1305 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1306 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1307 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1308 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
1309 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
1310 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
1311 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1312 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1313 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
1314 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
1315 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
1316 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
1317 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
1318 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
1319 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
1320 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
1321 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
1322 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
1323 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
1324 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
1325 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
1326 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
1327 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1328 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1329 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1330 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
1331 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
1332 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
1333 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1334 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
1335 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
1336 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1337 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
1338 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1339 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1340 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1341 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
1342 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1343 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1344 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1345 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
1346 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1347 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
1348 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1349 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
1350 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
1351 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
1352 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
1353 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
1354 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
1355 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
1356 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
1357 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
1358 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
1359 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
1360 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
1361 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
1362 /modules/productcomments/src/Entity/ProductComment.php
1363 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1364 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1365 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1366 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
1367 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1368 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1369 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1370 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1374 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1376 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1377 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1379 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1380 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1381 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1382 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1383 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1384 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
1385 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
1386 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
1387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1388 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1389 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1390 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
1391 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
1392 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1393 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1394 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1396 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1397 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1398 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1399 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
1400 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1401 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1402 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1403 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1404 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1405 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1406 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1407 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1408 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1411 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1412 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1413 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1414 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1415 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1416 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
1417 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1418 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1419 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1420 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1421 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1422 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1423 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1424 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1425 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1426 /var/cache/dev/smarty/compile/warehouse/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1427 /vendor/smarty/smarty/libs/plugins/function.math.php
1428 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c5/fe/6c/c5fe6c1ae09ff826fa7702c200d153e39c851dcc_2.file.product-miniature-btn.tpl.php
1429 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b1/b2/2d/b1b22dbf53c4d01cc3bbd463d3bae8dfba33b66d_2.file.pagination.tpl.php
1430 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/0f/67/360f674f4d3a4c99877f32416639d6af17196678_2.file.products-bottom.tpl.php
1431 /var/cache/dev/smarty/compile/warehouse/41/6e/27/416e279c72d75596ad5a06b33fa50e4109a4abf8_2.file.related_posts_category.tpl.php
1432 /modules/ps_categorytree/ps_categorytree.php
1433 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1434 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ee/d2/09/eed209e63bf8af90978ea61818998ab2b9a4f3bc_2.file.footer.tpl.php
1435 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2b/2c/f1/2b2cf1e47b3df45aa96c328f2fe8022824edbcc0_2.file.footer-1.tpl.php
1436 /var/cache/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1437 /var/cache/dev/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1438 /var/cache/dev/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.php
1439 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/cb/8f/6e/cb8f6ef33e776c9d930ad410762b20a51fa18f68_2.file.social-links.tpl.php
1440 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/29/50/91/29509110430de0dcbf264b23e8f43eea8f9fa10b_2.file.footer-copyrights-1.tpl.php
1441 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/a2/f3/46a2f38278b56ae408e660611b0228f149ff581b_2.file.password-policy-template.tpl.php
1442 /classes/form/CustomerLoginForm.php
1443 /classes/form/AbstractForm.php
1444 /classes/form/FormInterface.php
1445 /src/Core/Foundation/Templating/RenderableInterface.php
1446 /classes/form/CustomerLoginFormatter.php
1447 /classes/form/FormFormatterInterface.php
1448 /classes/ValidateConstraintTranslator.php
1449 /src/Core/Util/InternationalizedDomainNameConverter.php
1450 /src/Core/Foundation/Templating/RenderableProxy.php
1451 /var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
1452 /classes/form/FormField.php
1453 /var/cache/dev/smarty/compile/warehouse/44/cc/6c/44cc6c987d58c36935064d4727520679224e20ad_2.file.login-form.tpl.php
1454 /var/cache/dev/smarty/compile/warehouse/26/ec/ba/26ecba2eda7ff817be0f02f12dd82ba1053ff897_2.file.form-errors.tpl.php
1455 /var/cache/dev/smarty/compile/e2/05/f9/e205f90389f1e592a8dee7ad5d900a56f1364f11_2.file.form-fields.tpl.php
1456 /var/cache/dev/smarty/compile/26/ec/ba/26ecba2eda7ff817be0f02f12dd82ba1053ff897_2.file.form-errors.tpl.php
1457 /var/cache/dev/smarty/compile/warehouse/6a/c9/77/6ac977bf4ccfea0c045963b8ad95a68b1921e982_2.module.iqitsocialloginviewstemplateshookauthentication.tpl.php
1458 /var/cache/dev/smarty/compile/warehouse/d4/a2/00/d4a200912ea9e133f46cf39b7eadc37ea7dd3d2f_2.module.iqitcompareviewstemplateshookdisplaymodal.tpl.php
1459 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1460 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1461 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1462 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1463 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1464 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1465 /modules/statsdata/statsdata.php
1466 /classes/Guest.php
1467 /classes/Connection.php
1468 /classes/Page.php
1469 /classes/ConnectionsSource.php