Warning: Array to string conversion in /var/www/vhosts/hairevolution-prodotti.com/httpdocs/tools/profiling/Profiler.php on line 158
Viso (9)
Product added to wishlist
Product added to compare.
Load Time 415.672 ms
Querying Time 289 ms
Queries 832
Memory Peak Usage 39.5 Mb
Included Files 1423 files - 17.24 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 43.282 ms 43.282 ms 28.79 Mb 29.7 Mb
__construct 0.016 ms 43.298 ms - Mb 29.7 Mb
init 35.331 ms 78.629 ms 0.55 Mb 29.7 Mb
checkAccess 0.002 ms 78.631 ms - Mb 29.7 Mb
setMedia 15.940 ms 94.571 ms 0.21 Mb 29.7 Mb
postProcess 0.001 ms 94.572 ms - Mb 29.7 Mb
initHeader 0.001 ms 94.573 ms - Mb 29.7 Mb
initContent 169.676 ms 264.249 ms 5.29 Mb 35.2 Mb
initFooter 0.002 ms 264.251 ms - Mb 35.2 Mb
display 151.421 ms 415.672 ms 4.38 Mb 39.5 Mb
Hook Time Memory Usage
DisplayHeader 108.253 ms 4.15 Mb
displayProductListReviews 35.206 ms 0.28 Mb
displayMainMenu 31.708 ms 1.92 Mb
ActionDispatcherBefore 23.647 ms 0.23 Mb
ActionFrontControllerSetMedia 14.987 ms 0.16 Mb
displayNav2 9.756 ms 0.16 Mb
DisplayBeforeBodyClosingTag 9.699 ms 0.18 Mb
displayBeforeBodyClosingTag 7.283 ms 0.19 Mb
displayNav1 6.864 ms 0.34 Mb
displayFooterBefore 5.108 ms 0.05 Mb
DisplayFooterCategory 4.489 ms 0.03 Mb
displayCustomerLoginFormAfter 4.169 ms 0.06 Mb
DisplayProductPriceBlock 3.707 ms 0.27 Mb
IsJustElementor 3.254 ms 0.02 Mb
displayFooter 3.180 ms 0.19 Mb
displayLeftColumn 2.865 ms 0.18 Mb
Header 2.783 ms 0.01 Mb
DisplayBanner 1.677 ms 0.05 Mb
ProductSearchProvider 0.936 ms - Mb
DisplayAfterTitleTag 0.897 ms 0.02 Mb
displayProductListFunctionalButtons 0.779 ms - Mb
displayAfterBreadcrumb 0.300 ms 0.03 Mb
DisplayLeftColumn 0.289 ms - Mb
ModuleRoutes 0.202 ms 0.03 Mb
OverrideLayoutTemplate 0.047 ms - Mb
ActionDispatcher 0.009 ms - Mb
displayVerticalMenu 0.009 ms - Mb
ActionProductSearchAfter 0.006 ms - Mb
28 hook(s) 282.110 ms 8.56 Mb
Module Time Memory Usage
ps_checkout 1312 ms 25.73 Mb
ybc_blog 9.924 ms 0.47 Mb
klarnapayment 21.462 ms 0.47 Mb
ps_mbo 6.616 ms 0.04 Mb
ps_eventbus 23.611 ms 0.23 Mb
ps_accounts 2.437 ms - Mb
psxdesign 3.068 ms 0.03 Mb
iqitthemeeditor 1.125 ms 0.09 Mb
ps_emailsubscription 6.017 ms 0.07 Mb
ps_emailalerts 0.325 ms 0.02 Mb
revsliderprestashop 1.879 ms 0.08 Mb
lgcookieslaw 1.518 ms 0.07 Mb
ps_shoppingcart 0.199 ms 0.01 Mb
productcomments 35.524 ms 0.30 Mb
ps_googleanalytics 7.701 ms 0.05 Mb
iqitcompare 1.933 ms 0.06 Mb
iqitcontactpage 1.329 ms 0.06 Mb
iqitcountdown 0.419 ms 0.01 Mb
iqitelementor 4.251 ms 0.03 Mb
iqitfreedeliverycount 0.227 ms 0.01 Mb
iqitmegamenu 32.306 ms 1.93 Mb
iqitreviews 0.402 ms 0.01 Mb
iqitsizecharts 0.344 ms 0.01 Mb
iqitwishlist 10.098 ms 0.24 Mb
iqitextendedproduct 0.432 ms 0.01 Mb
iqitsociallogin 4.508 ms 0.07 Mb
paypal 4.926 ms 0.09 Mb
cdc_googletagmanager 0.809 ms - Mb
facebookproductad 97.414 ms 4.04 Mb
daneaimport 0.958 ms - Mb
ps_facetedsearch 2.169 ms 0.02 Mb
iqitlinksmanager 8.796 ms 0.48 Mb
ps_languageselector 5.298 ms 0.05 Mb
ps_currencyselector 1.627 ms 0.05 Mb
ps_customersignin 0.118 ms 0.01 Mb
iqitsearch 0.202 ms 0.01 Mb
iqitproductsnav 0.513 ms 0.04 Mb
ps_categorytree 2.997 ms 0.19 Mb
statsdata 2.306 ms 0.14 Mb
39 module(s) 1618 ms 35.10 Mb

Stopwatch SQL - 832 queries

# Query Time (ms) Rows Filesort Group By Location
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
13.721 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
687
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>=4 AND c.nright<=23 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
13.157 ms 256036 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
476
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` = 2552
AND image_shop.`cover` = 1 LIMIT 1
8.540 ms 4 /classes/Product.php:3570
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.750 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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)
7.542 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
684
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1117 LIMIT 1
7.414 ms 1 /classes/Hook.php:241
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
6.680 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
6.503 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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`)
5.569 ms 1807 /classes/Configuration.php:180
355
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
5.443 ms 1 /classes/module/Module.php:2041
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)
5.384 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
685
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 62
AND `id_shop` = 1 LIMIT 1
4.854 ms 1 /classes/Category.php:2446
814
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
4.371 ms 1 /classes/module/Module.php:2659
826
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 (4392) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
4.115 ms 3 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
805
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=62  
GROUP BY p.id_post
ORDER BY p.datetime_added DESC,  p.id_post DESC  LIMIT 0, 6
3.620 ms 1 Yes /modules/ybc_blog/classes/ybc_blog_post_class.php:263
722
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
3.480 ms 1 /classes/module/Module.php:2659
825
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
2.674 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
823
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1
2.367 ms 1 /classes/module/Module.php:2659
544
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` = 2558 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` = 2558 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2.263 ms 0 /classes/Cart.php:1430
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)
2.261 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.201 ms 270 Yes Yes /classes/Hook.php:1267
790
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
2.187 ms 1 Yes /classes/Currency.php:687
721
SELECT SQL_NO_CACHE *
FROM `ps_cms_category_lang`
WHERE `id_cms_category` = 1 AND `id_shop` = 1
2.125 ms 1 /src/Adapter/EntityMapper.php:79
432
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
2.124 ms 0 /classes/Hook.php:1326
433
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
2.103 ms 649 /classes/Hook.php:452
380
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
1.695 ms 1 Yes /classes/Currency.php:708
515
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 = 2555
ORDER BY f.position ASC
1.694 ms 1 Yes /classes/Product.php:6013
571
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2561 LIMIT 1
1.645 ms 1 /classes/Pack.php:89
545
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 = 2558
ORDER BY f.position ASC
1.595 ms 1 Yes /classes/Product.php:6013
681
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` = 62 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,24
1.589 ms 97 /classes/Category.php:1062
723
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
1.541 ms 1 /classes/module/Module.php:2132
426
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` = 62 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,24
1.539 ms 97 /classes/Category.php:1062
600
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2565 AND `id_group` = 1 LIMIT 1
1.332 ms 0 /classes/GroupReduction.php:153
785
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
1.293 ms 34 Yes Yes /classes/Category.php:785
686
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 62
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
1.204 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
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)
1.148 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
787
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 120 AND `id_shop` = 1
1.111 ms 1 /src/Adapter/EntityMapper.php:79
726
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1
1.076 ms 1 /classes/module/Module.php:2659
725
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
1.076 ms 1 /classes/module/Module.php:2132
824
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
1.046 ms 1 /classes/module/Module.php:2132
804
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 (4392) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.984 ms 1 Yes Yes /classes/Product.php:4513
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.976 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
543
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2558) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.976 ms 1 /classes/stock/StockAvailable.php:453
778
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.956 ms 1 /src/Adapter/EntityMapper.php:71
775
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.943 ms 36 Yes Yes /classes/Category.php:785
798
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.917 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
781
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.880 ms 1 /src/Adapter/EntityMapper.php:71
795
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.873 ms 1 /classes/module/Module.php:2132
808
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` = 62 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 7 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.850 ms 23 Yes Yes /classes/Category.php:785
735
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.830 ms 49 Yes Yes /classes/Category.php:785
768
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.784 ms 44 Yes Yes /classes/Category.php:785
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` = 62
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.747 ms 9 Yes Yes /classes/Category.php:916
774
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.730 ms 45 Yes Yes /classes/Category.php:785
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.723 ms 1 /src/Adapter/EntityMapper.php:71
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.712 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.703 ms 1036 /classes/Hook.php:1326
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.693 ms 1036 /classes/Hook.php:1366
727
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1
0.666 ms 1 /classes/module/Module.php:2132
776
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.661 ms 44 Yes Yes /classes/Category.php:785
716
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 903) LIMIT 1
0.658 ms 1 /src/Adapter/EntityMapper.php:71
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.635 ms 62 Yes /classes/Dispatcher.php:654
359
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.625 ms 1 /modules/ps_mbo/ps_mbo.php:324
769
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
0.607 ms 45 Yes Yes /classes/Category.php:785
777
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.605 ms 43 Yes Yes /classes/Category.php:785
572
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2561 LIMIT 1
0.590 ms 1 /classes/Pack.php:90
770
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
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.589 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
771
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.582 ms 34 Yes Yes /classes/Category.php:785
733
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
0.568 ms 22 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
719
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.564 ms 0 /src/Adapter/EntityMapper.php:71
598
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` = 2565)
0.560 ms 1 /classes/Product.php:3860
564
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` = 2560 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` = 2560 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.558 ms 0 /classes/Cart.php:1430
464
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` = 2523 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` = 2523 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.550 ms 0 /classes/Cart.php:1430
518
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` = 2556)
0.525 ms 1 /classes/Product.php:3860
570
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2561 AND `id_group` = 1 LIMIT 1
0.524 ms 0 /classes/GroupReduction.php:153
801
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.514 ms 1 Yes /classes/Currency.php:826
526
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` = 2557
AND image_shop.`cover` = 1 LIMIT 1
0.503 ms 4 /classes/Product.php:3570
773
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.493 ms 46 Yes Yes /classes/Category.php:785
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.490 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
772
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.489 ms 33 Yes Yes /classes/Category.php:785
524
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` = 2556 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` = 2556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.465 ms 0 /classes/Cart.php:1430
419
DESCRIBE ps_ybc_blog_post
0.459 ms 1 /modules/ybc_blog/ybc_blog_defines.php:3158
689
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 (4392)
0.450 ms 1 /classes/ProductAssembler.php:95
596
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` = 2565
AND image_shop.`cover` = 1 LIMIT 1
0.449 ms 4 /classes/Product.php:3570
534
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` = 2557 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` = 2557 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.437 ms 0 /classes/Cart.php:1430
786
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
779
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.426 ms 1 /src/Adapter/EntityMapper.php:71
586
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` = 2563
AND image_shop.`cover` = 1 LIMIT 1
0.423 ms 4 /classes/Product.php:3570
462
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2523 LIMIT 1
0.413 ms 1 /classes/Pack.php:90
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.402 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
605
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 = 2565
ORDER BY f.position ASC
0.400 ms 1 Yes /classes/Product.php:6013
604
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` = 2565 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` = 2565 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
474
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` = 2551 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` = 2551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1430
706
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 62 LIMIT 1
0.384 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
782
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.380 ms 1 /src/Adapter/EntityMapper.php:71
554
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` = 2559 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` = 2559 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 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.369 ms 92 /classes/module/Module.php:341
494
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` = 2553 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` = 2553 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.368 ms 0 /classes/Cart.php:1430
794
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.368 ms 1 /classes/module/Module.php:2659
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.367 ms 92 /classes/module/Module.php:341
19
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.366 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.360 ms 92 /classes/module/Module.php:341
454
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` = 2521 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` = 2521 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1430
584
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` = 2562 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` = 2562 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.358 ms 0 /classes/Cart.php:1430
634
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` = 2568 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` = 2568 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1430
791
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.354 ms 1 /classes/Cart.php:1300
574
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` = 2561 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` = 2561 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
594
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` = 2563 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` = 2563 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
614
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` = 2566 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` = 2566 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
624
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` = 2567 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` = 2567 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
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.351 ms 92 /classes/module/Module.php:341
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.351 ms 92 /classes/module/Module.php:341
717
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.351 ms 1 /src/Adapter/EntityMapper.php:71
525
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 = 2556
ORDER BY f.position ASC
0.350 ms 1 Yes /classes/Product.php:6013
644
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` = 2569 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` = 2569 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
796
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.348 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
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.346 ms 92 /classes/module/Module.php:341
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.346 ms 92 /classes/module/Module.php:341
514
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` = 2555 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` = 2555 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.345 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.342 ms 92 /classes/module/Module.php:341
443
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` = 2508 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` = 2508 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
688
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="49ebb42d11b24958d9d24ac9772436e1" LIMIT 1
0.340 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
504
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` = 2554 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` = 2554 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
654
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` = 2601 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` = 2601 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
404
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.330 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
780
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.330 ms 1 /src/Adapter/EntityMapper.php:71
728
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcompare" LIMIT 1
0.328 ms 1 /classes/module/Module.php:2659
674
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` = 2622 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` = 2622 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.324 ms 0 /classes/Cart.php:1430
700
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` = 4392 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` = 4392 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.324 ms 0 /classes/Cart.php:1430
664
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` = 2614 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` = 2614 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.322 ms 0 /classes/Cart.php:1430
783
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.321 ms 1 /src/Adapter/EntityMapper.php:71
484
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` = 2552 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` = 2552 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.313 ms 0 /classes/Cart.php:1430
381
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.307 ms 1 /classes/Language.php:880
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.296 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
724
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.282 ms 1 /classes/module/Module.php:2659
702
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` = 4392) AND (b.`id_shop` = 1) LIMIT 1
0.281 ms 1 /src/Adapter/EntityMapper.php:71
516
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` = 2556
AND image_shop.`cover` = 1 LIMIT 1
0.276 ms 4 /classes/Product.php:3570
682
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 <= 4 AND c.nright >= 23 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.271 ms 3 Yes /modules/facebookproductad/lib/moduleTools.php:515
803
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.268 ms 1 Yes /classes/Currency.php:826
827
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')
0.268 ms 1 /classes/ObjectModel.php:622
475
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 = 2551
ORDER BY f.position ASC
0.267 ms 1 Yes /classes/Product.php:6013
555
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 = 2559
ORDER BY f.position ASC
0.265 ms 1 Yes /classes/Product.php:6013
575
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 = 2561
ORDER BY f.position ASC
0.264 ms 1 Yes /classes/Product.php:6013
585
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 = 2562
ORDER BY f.position ASC
0.263 ms 1 Yes /classes/Product.php:6013
788
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.262 ms 1 /src/Adapter/EntityMapper.php:71
625
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 = 2567
ORDER BY f.position ASC
0.261 ms 1 Yes /classes/Product.php:6013
477
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
588
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` = 2563)
0.259 ms 1 /classes/Product.php:3860
485
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 = 2552
ORDER BY f.position ASC
0.256 ms 1 Yes /classes/Product.php:6013
615
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 = 2566
ORDER BY f.position ASC
0.255 ms 1 Yes /classes/Product.php:6013
495
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 = 2553
ORDER BY f.position ASC
0.253 ms 1 Yes /classes/Product.php:6013
595
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 = 2563
ORDER BY f.position ASC
0.253 ms 1 Yes /classes/Product.php:6013
444
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 = 2508
ORDER BY f.position ASC
0.252 ms 1 Yes /classes/Product.php:6013
655
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 = 2601
ORDER BY f.position ASC
0.252 ms 1 Yes /classes/Product.php:6013
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
665
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 = 2614
ORDER BY f.position ASC
0.251 ms 1 Yes /classes/Product.php:6013
535
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 = 2557
ORDER BY f.position ASC
0.250 ms 1 Yes /classes/Product.php:6013
465
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 = 2523
ORDER BY f.position ASC
0.249 ms 1 Yes /classes/Product.php:6013
565
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 = 2560
ORDER BY f.position ASC
0.249 ms 1 Yes /classes/Product.php:6013
645
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 = 2569
ORDER BY f.position ASC
0.249 ms 1 Yes /classes/Product.php:6013
455
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 = 2521
ORDER BY f.position ASC
0.248 ms 1 Yes /classes/Product.php:6013
434
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.247 ms 1 /classes/tax/TaxRulesTaxManager.php:100
606
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` = 2566
AND image_shop.`cover` = 1 LIMIT 1
0.246 ms 4 /classes/Product.php:3570
635
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 = 2568
ORDER BY f.position ASC
0.246 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.245 ms 1 Yes /classes/shop/Shop.php:715
505
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 = 2554
ORDER BY f.position ASC
0.244 ms 1 Yes /classes/Product.php:6013
506
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` = 2555
AND image_shop.`cover` = 1 LIMIT 1
0.244 ms 4 /classes/Product.php:3570
528
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` = 2557)
0.241 ms 1 /classes/Product.php:3860
601
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2565 LIMIT 1
0.241 ms 1 /classes/Pack.php:89
720
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.240 ms 1 /src/Adapter/EntityMapper.php:71
789
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.236 ms 1 /classes/Image.php:560
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.233 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
548
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` = 2559)
0.231 ms 1 /classes/Product.php:3860
541
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2558 LIMIT 1
0.229 ms 1 /classes/Pack.php:89
680
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 <= 4 AND c.nright >= 23 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.228 ms 3 Yes /modules/facebookproductad/lib/moduleTools.php:515
675
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 = 2622
ORDER BY f.position ASC
0.227 ms 1 Yes /classes/Product.php:6013
784
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.223 ms 1 /src/Adapter/EntityMapper.php:71
414
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 4) AND (a0.`nright` > 23) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.220 ms 3 /classes/PrestaShopCollection.php:383
71
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
558
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` = 2560)
0.210 ms 1 /classes/Product.php:3860
17
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.209 ms 92 /src/Adapter/Module/Repository/ModuleRepository.php:99
458
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` = 2523)
0.206 ms 1 /classes/Product.php:3860
445
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.205 ms 1 /classes/tax/TaxRulesTaxManager.php:100
546
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` = 2559
AND image_shop.`cover` = 1 LIMIT 1
0.205 ms 4 /classes/Product.php:3570
618
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` = 2567)
0.202 ms 1 /classes/Product.php:3860
701
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 = 4392
ORDER BY f.position ASC
0.202 ms 1 Yes /classes/Product.php:6013
628
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` = 2568)
0.201 ms 1 /classes/Product.php:3860
468
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` = 2551)
0.200 ms 1 /classes/Product.php:3860
448
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` = 2521)
0.198 ms 1 /classes/Product.php:3860
578
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` = 2562)
0.197 ms 1 /classes/Product.php:3860
608
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` = 2566)
0.197 ms 1 /classes/Product.php:3860
498
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` = 2554)
0.196 ms 1 /classes/Product.php:3860
538
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` = 2558)
0.195 ms 1 /classes/Product.php:3860
478
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` = 2552)
0.194 ms 1 /classes/Product.php:3860
648
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` = 2601)
0.194 ms 1 /classes/Product.php:3860
556
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` = 2560
AND image_shop.`cover` = 1 LIMIT 1
0.194 ms 4 /classes/Product.php:3570
813
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 23 AND c.`nleft` >= 2 AND c.`nright` <= 189 ORDER BY `nleft` DESC
0.194 ms 3 /classes/Category.php:1594
420
UPDATE `ps_ybc_blog_post` SET enabled=1,datetime_added="2024-11-06 09:35:38",datetime_modified="2024-11-06 09:35:38" WHERE datetime_active!="0000-00-00" AND datetime_active is not NULL AND enabled=2 AND datetime_active<=NOW()
0.192 ms 1 /modules/ybc_blog/classes/ybc_blog_post_class.php:618
568
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` = 2561)
0.192 ms 1 /classes/Product.php:3860
638
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` = 2569)
0.192 ms 1 /classes/Product.php:3860
430
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` = 2508)
0.190 ms 1 /classes/Product.php:3860
797
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.189 ms 1 Yes /classes/Currency.php:826
488
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` = 2553)
0.189 ms 1 /classes/Product.php:3860
421
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.188 ms 1 /classes/PrestaShopCollection.php:383
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.188 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
709
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
708
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.187 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
508
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` = 2555)
0.186 ms 1 /classes/Product.php:3860
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` = 62) AND (b.`id_shop` = 1) LIMIT 1
0.185 ms 1 /src/Adapter/EntityMapper.php:71
658
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` = 2614)
0.183 ms 1 /classes/Product.php:3860
734
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.183 ms 1 /src/Adapter/EntityMapper.php:71
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM 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.182 ms 1 Yes /classes/shop/Shop.php:1364
486
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` = 2553
AND image_shop.`cover` = 1 LIMIT 1
0.182 ms 4 /classes/Product.php:3570
799
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
668
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` = 2622)
0.180 ms 1 /classes/Product.php:3860
707
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.179 ms 1 /classes/Cart.php:4249
809
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.178 ms 1 /classes/Category.php:2239
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.176 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
427
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` = 2508
AND image_shop.`cover` = 1 LIMIT 1
0.176 ms 3 /classes/Product.php:3570
566
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` = 2561
AND image_shop.`cover` = 1 LIMIT 1
0.176 ms 4 /classes/Product.php:3570
703
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` = 4392
ORDER BY `position`
0.173 ms 1 Yes /classes/Product.php:3539
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` = 97) AND (b.`id_shop` = 1) LIMIT 1
0.172 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.172 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
831
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('918', '21', '316900997', '', '1', '1', '2024-11-06 09:35:38')
0.172 ms 1 /classes/ObjectModel.php:622
271
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
715
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
0.171 ms 1 /src/Adapter/EntityMapper.php:79
315
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
576
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` = 2562
AND image_shop.`cover` = 1 LIMIT 1
0.168 ms 4 /classes/Product.php:3570
626
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` = 2568
AND image_shop.`cover` = 1 LIMIT 1
0.168 ms 4 /classes/Product.php:3570
694
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` = 4392)
0.168 ms 1 /classes/Product.php:3860
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.166 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
656
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` = 2614
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 2 /classes/Product.php:3570
810
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.166 ms 1 /src/Adapter/EntityMapper.php:71
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.165 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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
18
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "it-IT" LIMIT 1
0.164 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
609
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2566 AND id_shop=1 LIMIT 1
0.163 ms 1 /classes/Product.php:6873
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` = 98) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:71
616
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` = 2567
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 4 /classes/Product.php:3570
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.162 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.161 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.161 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.160 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
481
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2552 LIMIT 1
0.160 ms 1 /classes/Pack.php:89
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.159 ms 1 /src/Adapter/EntityMapper.php:71
456
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` = 2523
AND image_shop.`cover` = 1 LIMIT 1
0.159 ms 3 /classes/Product.php:3570
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.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
802
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
636
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` = 2569
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 4 /classes/Product.php:3570
690
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` = 4392
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
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.157 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
466
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` = 2551
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 4 /classes/Product.php:3570
351
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.156 ms 87 /classes/Hook.php:339
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.156 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.156 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
483
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2552) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.156 ms 1 /classes/stock/StockAvailable.php:453
536
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` = 2558
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 4 /classes/Product.php:3570
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.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
405
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.155 ms 1 /classes/PrestaShopCollection.php:383
496
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` = 2554
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 4 /classes/Product.php:3570
646
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` = 2601
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 3 /classes/Product.php:3570
603
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2565) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:453
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.154 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.153 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.153 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.153 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.153 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.153 ms 1 /classes/stock/StockAvailable.php:453
800
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
253
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
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.152 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.151 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` = 99) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
446
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` = 2521
AND image_shop.`cover` = 1 LIMIT 1
0.151 ms 4 /classes/Product.php:3570
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.150 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.150 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.150 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.150 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` = 103) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
439
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.150 ms 0 /classes/tax/TaxRulesTaxManager.php:100
607
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
143
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
265
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
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.149 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` = 100) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
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` = 101) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
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` = 102) AND (b.`id_shop` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2561) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.149 ms 1 /classes/stock/StockAvailable.php:453
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` = 104) AND (b.`id_shop` = 1) LIMIT 1
0.148 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` = 105) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
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.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.147 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.147 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.147 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.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
816
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.147 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
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.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.146 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.146 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.146 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.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.145 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.145 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.145 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.145 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.145 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.145 ms 1 /classes/ObjectModel.php:1724
666
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` = 2622
AND image_shop.`cover` = 1 LIMIT 1
0.145 ms 2 /classes/Product.php:3570
828
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 918
AND `date_add` > '2024-11-06 09:05:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.145 ms 1 Yes /classes/Connection.php:168
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.144 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.144 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.144 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.144 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.144 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.144 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.143 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.142 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.142 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.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.142 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.142 ms 1 /src/Adapter/EntityMapper.php:71
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.142 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.141 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.141 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.141 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.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
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
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.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
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
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.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.140 ms 1 /classes/shop/Shop.php:214
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.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.140 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.140 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.140 ms 1 /modules/ps_mbo/ps_mbo.php:333
121
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
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.139 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.139 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.139 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.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
531
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2557 LIMIT 1
0.139 ms 1 /classes/Pack.php:89
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.138 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.138 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.138 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.138 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.138 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.138 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.138 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.138 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.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.138 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.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
408
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.138 ms 8 Yes /classes/ImageType.php:109
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.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
676
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` = 62) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
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.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.137 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.137 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.137 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.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.136 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.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.136 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.136 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.136 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.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
83
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
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.136 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.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.136 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.136 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.136 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.136 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.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
517
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.136 ms 1 /classes/Product.php:5659
731
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.136 ms 1 /classes/module/Module.php:2132
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.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
425
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.135 ms 1 /modules/facebookproductad/lib/dao/moduleDao.php:381
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.135 ms 87 /classes/Hook.php:287
63
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
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.135 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.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
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
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.135 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.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.135 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.135 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.135 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.135 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.135 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.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.134 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.134 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.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
551
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2559 LIMIT 1
0.134 ms 1 /classes/Pack.php:89
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.133 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.133 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.133 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.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.133 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.133 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.133 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.133 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.133 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.133 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.133 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.133 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.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.132 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.132 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.132 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.132 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.132 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.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
712
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.132 ms 1 /classes/Currency.php:1134
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.132 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.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
29
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
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.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.131 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.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
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
323
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
89
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
109
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
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.131 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.131 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.131 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.131 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.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.130 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.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
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
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.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.129 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.129 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.129 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.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
713
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.129 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
101
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
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.128 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.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.128 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.127 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.127 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.127 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.127 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.127 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.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
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
309
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
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.127 ms 1 /modules/ps_mbo/ps_mbo.php:333
411
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.127 ms 1 /src/Adapter/EntityMapper.php:71
199
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
289
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
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.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
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
103
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
127
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
139
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
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.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
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
215
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
342
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
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.126 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.126 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.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.126 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.126 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.126 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.126 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.126 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.126 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.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
736
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.126 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
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.125 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.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
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
217
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
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.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
37
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
49
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
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.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.125 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.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
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
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
221
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
333
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
339
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
345
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
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.125 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
229
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
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.124 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.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
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
155
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
173
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
181
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
187
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
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.124 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.124 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.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.123 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.123 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.123 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.123 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.123 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.123 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.123 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.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.123 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.123 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.123 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.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
25
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
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.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
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
327
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
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.122 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
422
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.122 ms 0 /classes/module/Module.php:2659
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.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
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
41
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
67
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
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
157
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
177
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
201
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
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.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.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
237
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
346
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
718
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.121 ms 1 /src/Adapter/EntityMapper.php:79
21
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
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.120 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.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
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
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.120 ms 1 /src/Adapter/EntityMapper.php:71
47
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
55
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
171
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
185
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
191
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
341
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
347
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
738
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.120 ms 1 /src/Adapter/EntityMapper.php:71
740
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.120 ms 1 /src/Adapter/EntityMapper.php:71
756
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:71
129
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
59
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
751
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
0.119 ms 1 /src/Adapter/EntityMapper.php:79
53
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
105
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
135
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
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.118 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.118 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.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
416
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders
0.118 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
820
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.118 ms 0 /src/Adapter/EntityMapper.php:71
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.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
45
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
51
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
73
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
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.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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)
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
521
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2556 LIMIT 1
0.117 ms 1 /classes/Pack.php:89
533
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2557) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.117 ms 1 /classes/stock/StockAvailable.php:453
547
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.117 ms 1 /classes/Product.php:5659
750
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1
0.117 ms 1 /src/Adapter/EntityMapper.php:71
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.117 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.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
742
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.117 ms 1 /src/Adapter/EntityMapper.php:71
764
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 139) LIMIT 1
0.117 ms 1 /src/Adapter/EntityMapper.php:71
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.116 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.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
744
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.116 ms 1 /src/Adapter/EntityMapper.php:71
113
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
123
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
344
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
737
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
748
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:71
291
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
382
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.115 ms 1 /classes/shop/Shop.php:1183
473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2551) 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
519
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2556 AND id_shop=1 LIMIT 1
0.114 ms 1 /classes/Product.php:6873
612
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2566 LIMIT 1
0.114 ms 1 /classes/Pack.php:90
746
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.114 ms 1 /src/Adapter/EntityMapper.php:71
752
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:71
760
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 135) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:71
117
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
463
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2523) 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
739
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.113 ms 1 /src/Adapter/EntityMapper.php:79
747
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.113 ms 1 /src/Adapter/EntityMapper.php:79
762
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) LIMIT 1
0.113 ms 1 /src/Adapter/EntityMapper.php:71
677
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.112 ms 1 /src/Adapter/EntityMapper.php:79
754
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1
0.112 ms 1 /src/Adapter/EntityMapper.php:71
767
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 140 AND `id_shop` = 1
0.112 ms 1 /src/Adapter/EntityMapper.php:79
741
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.111 ms 1 /src/Adapter/EntityMapper.php:79
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.111 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
743
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.111 ms 1 /src/Adapter/EntityMapper.php:79
331
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
471
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2551 LIMIT 1
0.110 ms 1 /classes/Pack.php:89
503
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2554) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.110 ms 1 /classes/stock/StockAvailable.php:453
745
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.110 ms 1 /src/Adapter/EntityMapper.php:79
757
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1
0.110 ms 1 /src/Adapter/EntityMapper.php:79
542
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2558 LIMIT 1
0.109 ms 1 /classes/Pack.php:90
561
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2560 LIMIT 1
0.109 ms 1 /classes/Pack.php:89
732
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.109 ms 1 /classes/Image.php:560
749
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
811
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` = 62 LIMIT 1
0.109 ms 1 /classes/Category.php:1584
279
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
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.108 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
451
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2521 LIMIT 1
0.108 ms 1 /classes/Pack.php:89
453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2521) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
553
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2559) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
792
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1
0.108 ms 1 /classes/module/Module.php:2659
392
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 62
AND `id_shop` = 1 LIMIT 1
0.107 ms 1 /classes/Category.php:2446
417
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1
0.107 ms 1 /classes/module/Module.php:2659
493
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2553) 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
527
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.107 ms 1 /classes/Product.php:5659
583
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2562) 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
593
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2563) 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
761
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 135 AND `id_shop` = 1
0.107 ms 1 /src/Adapter/EntityMapper.php:79
623
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2567) 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
759
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 134 AND `id_shop` = 1
0.106 ms 1 /src/Adapter/EntityMapper.php:79
613
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2566) 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
765
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 139 AND `id_shop` = 1
0.106 ms 1 /src/Adapter/EntityMapper.php:79
513
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2555) 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
643
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2569) 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
753
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.105 ms 1 /src/Adapter/EntityMapper.php:79
830
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 2 AND `id_object` = 62 LIMIT 1
0.105 ms 1 /classes/Page.php:83
633
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2568) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.104 ms 1 /classes/stock/StockAvailable.php:453
766
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 140) LIMIT 1
0.104 ms 1 /src/Adapter/EntityMapper.php:71
415
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "everpspopup" LIMIT 1
0.103 ms 0 /classes/module/Module.php:2659
461
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2523 LIMIT 1
0.103 ms 1 /classes/Pack.php:89
491
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2553 LIMIT 1
0.103 ms 1 /classes/Pack.php:89
653
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2601) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.103 ms 1 /classes/stock/StockAvailable.php:453
763
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 138 AND `id_shop` = 1
0.103 ms 1 /src/Adapter/EntityMapper.php:79
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.102 ms 1 /src/Adapter/EntityMapper.php:71
350
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
440
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2508 LIMIT 1
0.102 ms 1 /classes/Pack.php:89
563
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2560) 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
587
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
195
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
349
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
406
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.101 ms 0 /classes/module/Module.php:2659
424
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.101 ms 8 /classes/ImageType.php:161
806
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.101 ms 1 /classes/module/Module.php:2659
387
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.101 ms 1 /src/Adapter/EntityMapper.php:79
367
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.100 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
591
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2563 LIMIT 1
0.100 ms 1 /classes/Pack.php:89
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.100 ms 1 /classes/Language.php:1080
611
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2566 LIMIT 1
0.099 ms 1 /classes/Pack.php:89
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.099 ms 1 /classes/shop/ShopUrl.php:178
441
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2508 LIMIT 1
0.099 ms 1 /classes/Pack.php:90
467
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.099 ms 1 /classes/Product.php:5659
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
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2508) 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
457
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
507
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
577
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
597
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
663
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2614) 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
710
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.098 ms 1 /classes/module/Module.php:2659
829
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.098 ms 1 /classes/Page.php:100
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.097 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.097 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
385
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.096 ms 1 /classes/Language.php:880
487
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
511
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2555 LIMIT 1
0.096 ms 1 /classes/Pack.php:89
581
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2562 LIMIT 1
0.096 ms 1 /classes/Pack.php:89
617
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
621
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2567 LIMIT 1
0.096 ms 1 /classes/Pack.php:89
673
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2622) 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
390
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.095 ms 1 /src/Adapter/EntityMapper.php:79
540
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2558 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
818
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
0.095 ms 1 /src/Adapter/EntityMapper.php:79
412
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10
0.095 ms 1 /src/Adapter/EntityMapper.php:79
705
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.095 ms 1 /classes/FeatureFlag.php:105
815
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.095 ms 1 /classes/module/Module.php:2132
428
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` = 60 LIMIT 1
0.094 ms 1 /classes/Category.php:1373
497
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
631
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2568 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
730
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.094 ms 1 /classes/module/Module.php:2659
357
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.093 ms 1 /modules/ps_mbo/ps_mbo.php:324
510
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2555 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
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
550
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2559 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
602
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2565 LIMIT 1
0.093 ms 1 /classes/Pack.php:90
641
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2569 LIMIT 1
0.093 ms 1 /classes/Pack.php:89
691
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` = 4 LIMIT 1
0.093 ms 1 /classes/Category.php:1373
758
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) LIMIT 1
0.093 ms 1 /src/Adapter/EntityMapper.php:71
819
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1
0.093 ms 1 /src/Adapter/EntityMapper.php:71
447
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
589
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2563 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
599
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2565 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
627
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
651
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2601 LIMIT 1
0.092 ms 1 /classes/Pack.php:89
393
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 62 AND ctg.`id_group` = 1 LIMIT 1
0.091 ms 1 /classes/Category.php:1751
435
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.091 ms 1 /src/Adapter/EntityMapper.php:71
436
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.091 ms 1 /src/Adapter/EntityMapper.php:79
499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2554 AND id_shop=1 LIMIT 1
0.091 ms 1 /classes/Product.php:6873
537
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
671
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2622 LIMIT 1
0.090 ms 1 /classes/Pack.php:89
683
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1
0.090 ms 0 /classes/module/Module.php:2659
793
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 97 AND `id_shop` = 1 LIMIT 1
0.090 ms 1 /classes/module/Module.php:2132
817
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
704
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4392
0.090 ms 1 /classes/Product.php:2899
567
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
502
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2554 LIMIT 1
0.089 ms 1 /classes/Pack.php:90
522
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2556 LIMIT 1
0.089 ms 1 /classes/Pack.php:90
557
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
529
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2557 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
549
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2559 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
579
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2562 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
582
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2562 LIMIT 1
0.088 ms 1 /classes/Pack.php:90
647
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
649
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2601 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
657
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
661
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2614 LIMIT 1
0.088 ms 1 /classes/Pack.php:89
755
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.088 ms 1 /src/Adapter/EntityMapper.php:79
821
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.088 ms 1 /classes/module/Module.php:2659
409
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 10 LIMIT 1
0.087 ms 1 /classes/AddressFormat.php:653
438
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.087 ms 1 /classes/Group.php:151
492
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2553 LIMIT 1
0.087 ms 1 /classes/Pack.php:90
539
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2558 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
559
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2560 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
569
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2561 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
619
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2567 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
822
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.087 ms 1 /classes/module/Module.php:2132
729
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.087 ms 1 /classes/module/Module.php:2132
460
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2523 AND `id_group` = 1 LIMIT 1
0.086 ms 0 /classes/GroupReduction.php:153
470
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2551 AND `id_group` = 1 LIMIT 1
0.086 ms 0 /classes/GroupReduction.php:153
501
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2554 LIMIT 1
0.086 ms 1 /classes/Pack.php:89
622
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2567 LIMIT 1
0.086 ms 1 /classes/Pack.php:90
629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2568 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
637
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
639
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2569 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
807
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.086 ms 1 /classes/module/Module.php:2132
592
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2563 LIMIT 1
0.086 ms 1 /classes/Pack.php:90
659
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2614 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
431
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2508 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
500
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2554 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
552
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2559 LIMIT 1
0.085 ms 1 /classes/Pack.php:90
692
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
418
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 110 AND `id_shop` = 1 LIMIT 1
0.085 ms 1 /classes/module/Module.php:2132
429
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
532
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2557 LIMIT 1
0.085 ms 1 /classes/Pack.php:90
667
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
520
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2556 AND `id_group` = 1 LIMIT 1
0.084 ms 0 /classes/GroupReduction.php:153
693
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 55
AND `active` = 1 LIMIT 1
0.084 ms 1 /classes/Manufacturer.php:312
711
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.084 ms 1 /classes/module/Module.php:2132
714
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
437
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2508 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
652
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2601 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
472
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2551 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
562
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2560 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
632
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2568 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
642
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2569 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
650
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2601 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
669
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2622 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
697
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4392 LIMIT 1
0.083 ms 1 /classes/Pack.php:89
375
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.082 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
469
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2551 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2555 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
512
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2555 LIMIT 1
0.082 ms 1 /classes/Pack.php:90
580
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2562 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
695
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4392 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
678
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 62) LIMIT 1
0.082 ms 1 /classes/Category.php:1974
449
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2521 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
479
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2552 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2553 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
699
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4392) 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
610
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2566 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
452
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2521 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
620
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2567 AND `id_group` = 1 LIMIT 1
0.080 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.080 ms 1 /classes/module/Module.php:2132
482
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2552 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
560
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2560 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
590
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2563 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
391
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.079 ms 1 /classes/ObjectModel.php:1724
407
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.079 ms 0 /classes/module/Module.php:2132
459
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2523 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
672
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2622 LIMIT 1
0.078 ms 1 /classes/Pack.php:90
369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.077 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
410
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1
0.077 ms 1 /classes/Country.php:402
630
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2568 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
640
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2569 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
662
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2614 LIMIT 1
0.077 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.076 ms 1 /src/Adapter/EntityMapper.php:71
423
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "btfacebookchats" LIMIT 1
0.076 ms 0 /classes/module/Module.php:2659
530
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2557 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
812
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
371
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_eventbus" LIMIT 1
0.075 ms 1 /classes/module/Module.php:2659
413
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.075 ms 1 /classes/ObjectModel.php:1589
660
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2614 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
679
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1
0.075 ms 1 /classes/Category.php:1974
365
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.074 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
450
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2521 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
490
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2553 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
480
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2552 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
670
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2622 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:153
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.068 ms 1 /classes/ObjectModel.php:1724
698
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 4392 LIMIT 1
0.068 ms 1 /classes/Pack.php:90
696
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4392 AND `id_group` = 1 LIMIT 1
0.063 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)
25 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
25 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
25 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)
25 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
25 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
25 queries
SELECT COUNT(*) FROM `ps_pack` WHERE id_product_pack = XX LIMIT XX
25 queries
SELECT product_type FROM `ps_product` WHERE id_product = XX LIMIT XX
25 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
25 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
25 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
20 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
18 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
18 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
15 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
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
5 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
5 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
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 cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT 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
164 shop
88 category_lang
81 product
76 category
57 category_shop
56 product_shop
52 cart_product
50 pack
47 module
32 module_shop
29 stock_available
28 product_attribute_shop
28 image_shop
26 image
25 product_group_reduction_cache
25 feature_product
25 feature_lang
25 feature_value_lang
25 feature
25 feature_shop
16 category_group
13 currency
9 hook
8 country
6 lang
5 currency_shop
5 category_product
5 module_country
5 module_currency
4 shop_url
4 lang_shop
4 currency_lang
4 image_type
4 product_lang
4 iqit_link_block
3 hook_alias
3 image_lang
3 manufacturer
3 tax_rule
3 tax_rules_group
3 product_attribute
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_combination
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 product_sale
1 layered_filter_block
1 feature_flag
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 attribute
1 attribute_lang
1 attribute_group
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 57 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 62]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 97]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 98]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 99]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 100]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 101]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 102]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 103]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 104]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 105]
/classes/Meta.php:380 (__construct) [id: 62]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/facebookproductad/lib/pixel/pixelCategory.php:46 (__construct) [id: 62]
/modules/facebookproductad/lib/moduleTools.php:470 (__construct) [id: 62]
/modules/facebookproductad/lib/pixel/pixelCategory.php:46 (__construct) [id: 62]
/modules/facebookproductad/lib/moduleTools.php:470 (__construct) [id: 62]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 62]
/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: 62]
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories) [id: 2]
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: ]
Product 1 /src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4392]
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/iqitsociallogin/vendor/autoload.php
709 /modules/iqitsociallogin/vendor/composer/autoload_real.php
710 /modules/iqitsociallogin/vendor/composer/platform_check.php
711 /modules/iqitsociallogin/vendor/composer/autoload_static.php
712 /modules/paypal/vendor/autoload.php
713 /modules/paypal/vendor/composer/autoload_real.php
714 /modules/paypal/vendor/composer/autoload_static.php
715 /modules/lgsitemaps/vendor/autoload.php
716 /modules/lgsitemaps/vendor/composer/autoload_real.php
717 /modules/lgsitemaps/vendor/composer/platform_check.php
718 /modules/lgsitemaps/vendor/composer/autoload_static.php
719 /modules/seoimg/vendor/autoload.php
720 /modules/seoimg/vendor/composer/autoload_real.php
721 /modules/seoimg/vendor/composer/platform_check.php
722 /modules/seoimg/vendor/composer/autoload_static.php
723 /modules/lgcookieslaw/vendor/autoload.php
724 /modules/lgcookieslaw/vendor/composer/autoload_real.php
725 /modules/lgcookieslaw/vendor/composer/autoload_static.php
726 /modules/facebookproductad/vendor/autoload.php
727 /modules/facebookproductad/vendor/composer/autoload_real.php
728 /modules/facebookproductad/vendor/composer/platform_check.php
729 /modules/facebookproductad/vendor/composer/autoload_static.php
730 /src/Core/Localization/Locale/Repository.php
731 /src/Core/Localization/Locale/RepositoryInterface.php
732 /src/Core/Localization/CLDR/LocaleRepository.php
733 /src/Core/Localization/CLDR/LocaleDataSource.php
734 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
735 /src/Core/Data/Layer/AbstractDataLayer.php
736 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
737 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
738 /src/Core/Localization/CLDR/Reader.php
739 /src/Core/Localization/CLDR/ReaderInterface.php
740 /src/Core/Localization/Currency/Repository.php
741 /src/Core/Localization/Currency/RepositoryInterface.php
742 /src/Core/Localization/Currency/CurrencyDataSource.php
743 /src/Core/Localization/Currency/DataSourceInterface.php
744 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
745 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
746 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
747 /src/Adapter/Currency/CurrencyDataProvider.php
748 /src/Core/Currency/CurrencyDataProviderInterface.php
749 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
750 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
751 /vendor/prestashop/decimal/src/Operation/Rounding.php
752 /src/Core/Localization/Locale.php
753 /src/Core/Localization/LocaleInterface.php
754 /src/Core/Localization/Specification/Price.php
755 /src/Core/Localization/Specification/Number.php
756 /src/Core/Localization/Specification/NumberInterface.php
757 /src/Core/Localization/Specification/Factory.php
758 /src/Core/Localization/CLDR/LocaleData.php
759 /src/Core/Localization/CLDR/NumberSymbolsData.php
760 /src/Core/Localization/CLDR/CurrencyData.php
761 /src/Core/Localization/CLDR/Locale.php
762 /src/Core/Localization/CLDR/LocaleInterface.php
763 /src/Core/Localization/Specification/NumberSymbolList.php
764 /classes/Currency.php
765 /src/Core/Localization/Currency/LocalizedCurrencyId.php
766 /src/Core/Localization/Currency/CurrencyData.php
767 /src/Core/Localization/Currency/CurrencyCollection.php
768 /src/Core/Localization/Currency.php
769 /src/Core/Localization/CurrencyInterface.php
770 /src/Core/Localization/Specification/NumberCollection.php
771 /src/Core/Localization/Number/Formatter.php
772 /classes/Cart.php
773 /src/Adapter/AddressFactory.php
774 /classes/CartRule.php
775 /classes/Product.php
776 /src/Core/Domain/Product/ValueObject/RedirectType.php
777 /src/Core/Util/DateTime/DateTime.php
778 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
779 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
780 /src/Core/Domain/Product/ValueObject/ProductType.php
781 /src/Core/Domain/Product/ValueObject/Reference.php
782 /src/Core/Domain/Product/ValueObject/Ean13.php
783 /src/Core/Domain/Product/ValueObject/Isbn.php
784 /src/Core/Domain/Product/ValueObject/Upc.php
785 /src/Core/Domain/Product/ProductSettings.php
786 /modules/ps_emailsubscription/ps_emailsubscription.php
787 /src/Core/Module/WidgetInterface.php
788 /classes/Media.php
789 /modules/ps_emailalerts/ps_emailalerts.php
790 /modules/ps_emailalerts/MailAlert.php
791 /modules/psxdesign/src/Config/PsxDesignConfig.php
792 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
793 /var/cache/dev/Ps_checkout8421FrontContainer.php
794 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
795 /modules/ps_checkout/src/Validator/MerchantValidator.php
796 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
797 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
798 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
799 /modules/ps_checkout/src/Shop/ShopProvider.php
800 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
801 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
802 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
803 /modules/ps_checkout/src/Repository/PsAccountRepository.php
804 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
805 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
806 /modules/ps_checkout/src/Context/PrestaShopContext.php
807 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
808 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
809 /modules/ps_checkout/src/Version/Version.php
810 /modules/klarnapayment/src/Infrastructure/Container/Container.php
811 /modules/klarnapayment/vendor/league/container/src/Container.php
812 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregate.php
813 /modules/klarnapayment/vendor/league/container/src/ContainerAwareTrait.php
814 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregateInterface.php
815 /modules/klarnapayment/vendor/league/container/src/ContainerAwareInterface.php
816 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregate.php
817 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php
818 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregate.php
819 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregateInterface.php
820 /modules/klarnapayment/vendor/league/container/src/ReflectionContainer.php
821 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverTrait.php
822 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverInterface.php
823 /modules/klarnapayment/src/Infrastructure/Container/Providers/BaseServiceProvider.php
824 /modules/klarnapayment/src/Infrastructure/Container/Providers/AbstractServiceProvider.php
825 /modules/klarnapayment/vendor/league/container/src/Definition/Definition.php
826 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionInterface.php
827 /modules/klarnapayment/src/Infrastructure/Container/Providers/RepositoryServiceProvider.php
828 /modules/klarnapayment/src/Infrastructure/Adapter/Configuration.php
829 /modules/klarnapayment/vendor/league/container/src/Argument/ClassName.php
830 /modules/klarnapayment/vendor/league/container/src/Argument/ClassNameInterface.php
831 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContext.php
832 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContextInterface.php
833 /modules/klarnapayment/src/Infrastructure/Adapter/Context.php
834 /modules/klarnapayment/src/Infrastructure/Logger/Logger.php
835 /modules/klarnapayment/src/Infrastructure/Logger/LoggerInterface.php
836 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatter.php
837 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatterInterface.php
838 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelEntityManager.php
839 /modules/klarnapayment/src/Infrastructure/EntityManager/EntityManagerInterface.php
840 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelUnitOfWork.php
841 /modules/klarnapayment/src/Infrastructure/Provider/NumberIdempotencyProvider.php
842 /modules/klarnapayment/src/Infrastructure/Provider/IdempotencyProviderInterface.php
843 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepository.php
844 /modules/klarnapayment/src/Infrastructure/Repository/CollectionRepository.php
845 /modules/klarnapayment/src/Infrastructure/Repository/ReadOnlyCollectionRepositoryInterface.php
846 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepositoryInterface.php
847 /modules/klarnapayment/src/Infrastructure/Provider/ApplicationContextProvider.php
848 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepository.php
849 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepositoryInterface.php
850 /modules/klarnapayment/src/Core/Merchant/Provider/CredentialsConfigurationKeyProvider.php
851 /modules/klarnapayment/src/Core/Merchant/Provider/RegionProvider.php
852 /modules/klarnapayment/src/Infrastructure/Context/ApplicationContext.php
853 /modules/klarnapayment/src/Api/Environment.php
854 /modules/klarnapayment/src/Presentation/Loader/PaymentFormAssetLoader.php
855 /modules/klarnapayment/src/Infrastructure/Adapter/ModuleFactory.php
856 /modules/klarnapayment/src/Core/Shared/Validation/ValidateIsAssetsRequired.php
857 /modules/klarnapayment/src/Core/Tools/Action/ValidateIsOpcModuleController.php
858 /modules/klarnapayment/src/Presentation/Presenter/Verification/IsCartAmountValidForKlarnaPayments.php
859 /modules/klarnapayment/src/Infrastructure/Utility/MoneyCalculator.php
860 /modules/klarnapayment/src/Core/Shared/Repository/CartRepository.php
861 /modules/klarnapayment/src/Core/Shared/Repository/CartRepositoryInterface.php
862 /modules/klarnapayment/src/Infrastructure/Adapter/Tools.php
863 /src/Adapter/Presenter/Cart/CartLazyArray.php
864 /src/Adapter/Presenter/AbstractLazyArray.php
865 /src/Adapter/Product/PriceFormatter.php
866 /src/Core/Util/Inflector.php
867 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
868 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
869 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
870 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
871 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
872 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
873 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
874 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
875 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
876 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
877 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
878 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
879 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
880 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
881 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
882 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
883 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
884 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
885 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
886 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
887 /classes/Gender.php
888 /classes/Risk.php
889 /classes/Meta.php
890 /modules/revsliderprestashop/revsliderprestashop.php
891 /modules/revsliderprestashop/rev-loader.php
892 /modules/revsliderprestashop/includes/revslider_db.class.php
893 /modules/revsliderprestashop/includes/data.class.php
894 /modules/revsliderprestashop/includes/functions.class.php
895 /modules/revsliderprestashop/includes/em-integration.class.php
896 /modules/revsliderprestashop/includes/cssparser.class.php
897 /modules/revsliderprestashop/includes/woocommerce.class.php
898 /modules/revsliderprestashop/includes/wpml.class.php
899 /modules/revsliderprestashop/includes/colorpicker.class.php
900 /modules/revsliderprestashop/includes/navigation.class.php
901 /modules/revsliderprestashop/includes/object-library.class.php
902 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
903 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
904 /modules/revsliderprestashop/includes/extension.class.php
905 /modules/revsliderprestashop/includes/favorite.class.php
906 /modules/revsliderprestashop/includes/aq-resizer.class.php
907 /modules/revsliderprestashop/includes/external-sources.class.php
908 /modules/revsliderprestashop/includes/page-template.class.php
909 /modules/revsliderprestashop/includes/slider.class.php
910 /modules/revsliderprestashop/includes/slide.class.php
911 /modules/revsliderprestashop/includes/output.class.php
912 /modules/revsliderprestashop/public/revslider-front.class.php
913 /modules/revsliderprestashop/includes/backwards.php
914 /modules/revsliderprestashop/admin/includes/class-pclzip.php
915 /modules/revsliderprestashop/admin/includes/license.class.php
916 /modules/revsliderprestashop/admin/includes/addons.class.php
917 /modules/revsliderprestashop/admin/includes/template.class.php
918 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
919 /modules/revsliderprestashop/admin/includes/folder.class.php
920 /modules/revsliderprestashop/admin/includes/import.class.php
921 /modules/revsliderprestashop/admin/includes/export.class.php
922 /modules/revsliderprestashop/admin/includes/export-html.class.php
923 /modules/revsliderprestashop/admin/includes/newsletter.class.php
924 /modules/revsliderprestashop/admin/revslider-admin.class.php
925 /modules/revsliderprestashop/includes/update.class.php
926 /modules/revsliderprestashop/includes/resize-imag.php
927 /classes/Address.php
928 /classes/ImageType.php
929 /classes/State.php
930 /src/Core/Security/PasswordPolicyConfiguration.php
931 /src/Core/Configuration/DataConfigurationInterface.php
932 /src/Core/Security/Hashing.php
933 /src/Core/Filter/FrontEndObject/MainFilter.php
934 /src/Core/Filter/FilterInterface.php
935 /src/Core/Filter/FrontEndObject/CartFilter.php
936 /src/Core/Filter/HashMapWhitelistFilter.php
937 /src/Core/Filter/CollectionFilter.php
938 /src/Core/Filter/FrontEndObject/ProductFilter.php
939 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
940 /src/Core/Filter/FrontEndObject/CustomerFilter.php
941 /src/Core/Filter/FrontEndObject/ShopFilter.php
942 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
943 /modules/lgcookieslaw/lgcookieslaw.php
944 /modules/lgcookieslaw/config/config.inc.php
945 /modules/lgcookieslaw/translations/it.php
946 /modules/lgcookieslaw/classes/LGCookiesLawPurpose.php
947 /modules/ps_shoppingcart/ps_shoppingcart.php
948 /modules/productcomments/productcomments.php
949 /modules/ps_googleanalytics/ps_googleanalytics.php
950 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
951 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
952 /modules/iqitcompare/iqitcompare.php
953 /modules/iqitcontactpage/iqitcontactpage.php
954 /modules/iqitcountdown/iqitcountdown.php
955 /modules/iqitelementor/iqitelementor.php
956 /modules/iqitelementor/src/IqitElementorLanding.php
957 /modules/iqitelementor/src/IqitElementorTemplate.php
958 /modules/iqitelementor/src/IqitElementorProduct.php
959 /modules/iqitelementor/src/IqitElementorCategory.php
960 /modules/iqitelementor/src/IqitElementorContent.php
961 /modules/iqitelementor/src/iqitElementorWpHelper.php
962 /modules/iqitelementor/includes/plugin-elementor.php
963 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
964 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
965 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
966 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
967 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
968 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
969 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
970 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
971 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
972 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
973 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
974 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
975 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
976 /modules/iqitmegamenu/iqitmegamenu.php
977 /modules/iqitmegamenu/models/IqitMenuTab.php
978 /modules/iqitmegamenu/models/IqitMenuHtml.php
979 /modules/iqitmegamenu/models/IqitMenuLinks.php
980 /modules/iqitreviews/iqitreviews.php
981 /modules/iqitreviews/src/IqitProductReview.php
982 /modules/iqitsizecharts/iqitsizecharts.php
983 /modules/iqitsizecharts/src/IqitSizeCharts.php
984 /modules/iqitwishlist/iqitwishlist.php
985 /modules/iqitwishlist/src/IqitWishlistProduct.php
986 /modules/iqitextendedproduct/iqitextendedproduct.php
987 /modules/iqitextendedproduct/src/IqitThreeSixty.php
988 /modules/iqitextendedproduct/src/IqitProductVideo.php
989 /modules/iqitsociallogin/iqitsociallogin.php
990 /classes/Smarty/SmartyDevTemplate.php
991 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
992 /var/cache/dev/smarty/compile/warehouse/cc/f1/93/ccf19308c9418557756af0ff64855ed4cf87fb3b_2.file.apichatgpt.tpl.php
993 /var/cache/dev/smarty/compile/warehouse/0c/85/d1/0c85d1d3d9600d431a38fcf6b535dbd62204bce9_2.file.head.tpl.php
994 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
995 /modules/klarnapayment/src/Presentation/Loader/HeadSectionAssetLoader.php
996 /modules/klarnapayment/src/Presentation/Loader/OnsiteMessagingAssetLoader.php
997 /modules/klarnapayment/src/Presentation/Loader/SignInWithKlarnaAssetLoader.php
998 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/LocaleProvider.php
999 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/GlobalCurrencyLocaleProvider.php
1000 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/EuroCurrencyLocaleProvider.php
1001 /modules/klarnapayment/src/Presentation/Loader/KlarnaExpressCheckoutAssetLoader.php
1002 /modules/klarnapayment/src/Presentation/Presenter/Verification/CanPresentKlarnaExpressCheckout.php
1003 /modules/klarnapayment/src/Core/Merchant/Provider/MerchantIdProvider.php
1004 /modules/klarnapayment/src/Presentation/Loader/KlarnaSdkClientAssetLoader.php
1005 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1006 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1007 /modules/klarnapayment/src/Infrastructure/Utility/ArrayUtility.php
1008 /src/Core/Localization/CLDR/ComputingPrecision.php
1009 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1010 /var/cache/dev/smarty/compile/warehouse/b5/a6/16/b5a6163434d9dd464ef25d30f3cca37b315108b6_2.file.klarna_sdk_script.tpl.php
1011 /modules/paypal/paypal.php
1012 /modules/paypal/config_prod.php
1013 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
1014 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
1015 /modules/paypal/translations/it.php
1016 /modules/paypal/classes/Constants/PaypalConfigurations.php
1017 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
1018 /modules/paypal/classes/Constants/WebHookConf.php
1019 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
1020 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
1021 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
1022 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
1023 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
1024 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
1025 /modules/paypal/diagnostic.php
1026 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
1027 /modules/paypal/classes/AbstractMethodPaypal.php
1028 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
1029 /modules/paypal/classes/MethodEC.php
1030 /modules/paypal/classes/WhiteList/WhiteListService.php
1031 /modules/paypal/classes/API/PaypalApiManager.php
1032 /modules/paypal/classes/API/PaypalApiManagerInterface.php
1033 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
1034 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
1035 /modules/paypal/classes/API/PaypalClient.php
1036 /modules/paypal/classes/API/Client/HttpClient.php
1037 /modules/paypal/classes/API/ClientInterface.php
1038 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
1039 /modules/paypal/classes/API/EnvironmentInterface.php
1040 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
1041 /modules/paypal/classes/API/InjectorInterface.php
1042 /modules/paypal/classes/API/Injector/BnCodeInjector.php
1043 /modules/paypal/classes/API/Injector/UserAgentInjector.php
1044 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
1045 /modules/cdc_googletagmanager/cdc_googletagmanager.php
1046 /modules/cdc_googletagmanager/classes/CdcGtmOrderLog.php
1047 /modules/cdc_googletagmanager/classes/CdcGtmDataLayer.php
1048 /modules/cdc_googletagmanager/services/CdcTools.php
1049 /modules/cdc_googletagmanager/services/PrestashopUtils.php
1050 /modules/cdc_googletagmanager/classes/DataLayer.php
1051 /modules/cdc_googletagmanager/classes/AbstractDataLayerObject.php
1052 /modules/cdc_googletagmanager/classes/gtm/Ecommerce.php
1053 /modules/cdc_googletagmanager/classes/gtm/Refund.php
1054 /modules/cdc_googletagmanager/classes/gtm/GoogleTagParams.php
1055 /modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php
1056 /modules/cdc_googletagmanager/services/Gtm_Product.php
1057 /modules/cdc_googletagmanager/translations/it.php
1058 /modules/facebookproductad/facebookproductad.php
1059 /modules/facebookproductad/translations/it.php
1060 /modules/facebookproductad/lib/moduleTools.php
1061 /modules/facebookproductad/conf/moduleConfiguration.php
1062 /modules/facebookproductad/lib/hook/hookController.php
1063 /modules/facebookproductad/lib/hook/hookDisplay.php
1064 /modules/facebookproductad/lib/hook/hookBase.php
1065 /modules/facebookproductad/lib/dao/moduleDao.php
1066 /modules/facebookproductad/lib/pixel/basePixel.php
1067 /modules/facebookproductad/lib/pixel/pixelCategory.php
1068 /classes/Combination.php
1069 /classes/stock/StockAvailable.php
1070 /classes/tax/Tax.php
1071 /classes/SpecificPrice.php
1072 /classes/tax/TaxManagerFactory.php
1073 /classes/tax/TaxRulesTaxManager.php
1074 /classes/tax/TaxManagerInterface.php
1075 /classes/tax/TaxCalculator.php
1076 /classes/GroupReduction.php
1077 /classes/Pack.php
1078 /classes/order/Order.php
1079 /classes/Feature.php
1080 /var/cache/dev/smarty/compile/warehouse/65/a2/8e/65a28e68a7cfdc088901784f6cc8106bd4434b2d_2.file.header.tpl.php
1081 /modules/daneaimport/daneaimport.php
1082 /modules/daneaimport/classes/import_classes.php
1083 /modules/daneaimport/classes/danea_classe.php
1084 /modules/daneaimport/translations/it.php
1085 /vendor/pear/pear-core-minimal/src/PEAR.php
1086 /src/Core/Product/Search/ProductSearchContext.php
1087 /src/Core/Product/Search/ProductSearchQuery.php
1088 /src/Core/Product/Search/SortOrder.php
1089 /modules/ps_facetedsearch/ps_facetedsearch.php
1090 /modules/ps_facetedsearch/src/HookDispatcher.php
1091 /modules/ps_facetedsearch/src/Hook/Attribute.php
1092 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1093 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1094 /modules/ps_facetedsearch/src/Hook/Category.php
1095 /modules/ps_facetedsearch/src/Hook/Configuration.php
1096 /modules/ps_facetedsearch/src/Hook/Design.php
1097 /modules/ps_facetedsearch/src/Hook/Feature.php
1098 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1099 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1100 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1101 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1102 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1103 /modules/ps_facetedsearch/src/Hook/Product.php
1104 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1105 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1106 /modules/ps_facetedsearch/src/Filters/Provider.php
1107 /modules/ps_facetedsearch/src/URLSerializer.php
1108 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1109 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1110 /src/Core/Product/Search/FacetsRendererInterface.php
1111 /src/Core/Product/Search/ProductSearchProviderInterface.php
1112 /modules/ps_facetedsearch/src/Filters/Converter.php
1113 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1114 /src/Core/Product/Search/ProductSearchResult.php
1115 /modules/ps_facetedsearch/src/Product/Search.php
1116 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1117 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1118 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1119 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1120 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1121 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1122 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1123 /modules/ps_facetedsearch/src/Filters/Products.php
1124 /modules/ps_facetedsearch/src/Filters/Block.php
1125 /src/Core/Product/Search/FacetCollection.php
1126 /classes/ProductAssembler.php
1127 /classes/Manufacturer.php
1128 /classes/ProductPresenterFactory.php
1129 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1130 /src/Adapter/Presenter/Product/ProductPresenter.php
1131 /src/Adapter/Product/ProductColorsRetriever.php
1132 /src/Core/Product/ProductPresentationSettings.php
1133 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1134 /src/Adapter/Presenter/Product/ProductLazyArray.php
1135 /vendor/prestashop/decimal/src/DecimalNumber.php
1136 /vendor/prestashop/decimal/src/Builder.php
1137 /classes/Image.php
1138 /src/Core/Image/ImageFormatConfiguration.php
1139 /src/Core/Image/ImageFormatConfigurationInterface.php
1140 /classes/FeatureFlag.php
1141 /src/Core/FeatureFlag/FeatureFlagSettings.php
1142 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1143 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1144 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1145 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1146 /src/Core/Product/Search/Pagination.php
1147 /vendor/defuse/php-encryption/src/Crypto.php
1148 /vendor/defuse/php-encryption/src/KeyOrPassword.php
1149 /vendor/defuse/php-encryption/src/RuntimeTests.php
1150 /vendor/defuse/php-encryption/src/DerivedKeys.php
1151 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1152 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
1153 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/10/a7/f610a705ee1d64b713ca65e2d21ba723aee7c354_2.file.category.tpl.php
1154 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1155 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/e8/0b/5ee80bf50515adc6f78ef4090dccbdc12e1316cf_2.file.product-list.tpl.php
1156 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ac/7f/cb/ac7fcba82a0c6684d1f152d2c853966d07bc8f0e_2.file.layout-left-column.tpl.php
1157 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/01/f5/8f/01f58fa8e082aebd99c7148e01ca6c9528351b5f_2.file.layout-both-columns.tpl.php
1158 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2c/b6/d8/2cb6d80908e9bd3864489eb8cb355c438739f78d_2.file.helpers.tpl.php
1159 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1160 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6b/4a/e1/6b4ae1ce5f944155c5410563dd7835e1c3ebe801_2.file.head.tpl.php
1161 /var/cache/dev/smarty/compile/warehouse/2b/7b/b0/2b7bb04257816d888eac893bf3abe9ecb3bf4d4b_2.file.displayFontTags.tpl.php
1162 /var/cache/dev/smarty/compile/c2/19/e5/c219e5df4aa9e48247ee97e1bcc4eabfa43790c0_2.file.view_script.tpl.php
1163 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1164 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/52/bd/50/52bd50d4ceb3333c2a43c37893443eca874d18ee_2.file.head-jsonld.tpl.php
1165 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7f/f3/75/7ff375fdeb0cedfe13cc9bb2504c075b56744d3e_2.file.product-list-jsonld.tpl.php
1166 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/da/53/bf/da53bfe1af4c51980da2bcce051395a341023620_2.file.pagination-seo.tpl.php
1167 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1168 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1169 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/6f/a0/0d6fa083b7f94023d44a6ec4987cab205bb489e6_2.file.stylesheets.tpl.php
1170 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/65/17/8b/65178b784c45a54475d8a29a753c94ad16df137b_2.file.javascript.tpl.php
1171 /classes/ProductDownload.php
1172 /src/Core/Cart/Calculator.php
1173 /src/Core/Cart/CartRowCollection.php
1174 /src/Core/Cart/Fees.php
1175 /src/Core/Cart/AmountImmutable.php
1176 /src/Core/Cart/CartRuleCollection.php
1177 /src/Core/Cart/CartRuleCalculator.php
1178 /src/Adapter/Product/PriceCalculator.php
1179 /src/Core/Cart/CartRow.php
1180 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1181 /src/Core/Util/String/StringModifier.php
1182 /src/Core/Util/String/StringModifierInterface.php
1183 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/93/98/64/939864a2146cd96a56a82a27be54c2bcaa91ea1d_2.file.product-activation.tpl.php
1184 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4e/99/1a/4e991ab9a170458be8d4320fb61c5169d82f96d0_2.file.header.tpl.php
1185 /modules/klarnapayment/src/Infrastructure/Verification/CanRenderWidgets.php
1186 /modules/klarnapayment/src/Infrastructure/Adapter/Currency.php
1187 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php
1188 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepositoryInterface.php
1189 /modules/klarnapayment/src/Presentation/Presenter/OnsiteMessagingPresenter.php
1190 /modules/klarnapayment/src/Core/Payment/Enum/OnsiteMessagingPlacement.php
1191 /modules/iqitlinksmanager/iqitlinksmanager.php
1192 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1193 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1194 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1195 /classes/CMS.php
1196 /classes/CMSCategory.php
1197 /var/cache/dev/smarty/compile/warehouse/ef/3d/cd/ef3dcd2ceee3dd6a458a9c29f5ad0be7ff371cd7_2.module.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1198 /modules/ps_languageselector/ps_languageselector.php
1199 /modules/ps_currencyselector/ps_currencyselector.php
1200 /var/cache/dev/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
1201 /var/cache/dev/smarty/compile/warehouse/a7/b4/2a/a7b42a5e4e0a5166bfca3e9be0e40e49bcdd454f_2.module.iqitcompareviewstemplateshookdisplaynav.tpl.php
1202 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/84/ad/0a84ad3ab4a49eb4cf5c4ea29ec1b54ab4eb2738_2.file.header-4.tpl.php
1203 /var/cache/dev/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1204 /var/cache/dev/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.php
1205 /var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.php
1206 /var/cache/dev/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.php
1207 /var/cache/dev/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.php
1208 /var/cache/dev/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.php
1209 /modules/ps_customersignin/ps_customersignin.php
1210 /var/cache/dev/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.php
1211 /modules/iqitsearch/iqitsearch.php
1212 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplateshookiqitsearchbtn.tpl.php
1213 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1214 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1215 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1216 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1217 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1218 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/89/13/ed/8913ed9e56b85503758ee7c0c4fb7c61ab679d0c_2.file.mobile-header-2.tpl.php
1219 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1220 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1221 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1222 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/ce/40/35ce40578cb0ad26f0445442f1492510e3736881_2.file.breadcrumb.tpl.php
1223 /modules/iqitproductsnav/iqitproductsnav.php
1224 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/13/c6/30/13c630300d9670f2ea68544c764ce96f8f13cb40_2.file.notifications.tpl.php
1225 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/14/a6/4614a6837126a31fa0a4ee9119fc345d03e02d94_2.file.category-header.tpl.php
1226 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/39/a9/bb/39a9bb68270d8b1555d13fef1a4c0e1ef9ec149a_2.file.products-top.tpl.php
1227 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1228 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5b/19/6b/5b196b09f03920a832c584be082c0f9636949bac_2.file.sort-orders.tpl.php
1229 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/31/c4/ef/31c4ef77aa91dd00e6e1b9d32b10d6596a3ba3af_2.file.products.tpl.php
1230 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/dc/65/7ddc655cca449dc787c9620224fa0eb8b7940b7f_2.file.product.tpl.php
1231 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/90/11/cc/9011cc7f0f0cf0fb822fd14afc0f370218e07d65_2.file.product-miniature-1.tpl.php
1232 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0b/cd/7c/0bcd7c6d27fe923116c0105a00a50f7484d97f33_2.file.product-miniature-thumb.tpl.php
1233 /var/cache/dev/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
1234 /var/cache/dev/smarty/compile/warehouse/90/53/a0/9053a0dd520a39bef75969a0e9efeeae750df91b_2.module.iqitcompareviewstemplateshookproductminiature.tpl.php
1235 /modules/productcomments/src/Repository/ProductCommentRepository.php
1236 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
1237 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
1238 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
1239 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
1240 /vendor/doctrine/doctrine-bundle/Registry.php
1241 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
1242 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
1243 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1244 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1245 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1246 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1247 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
1248 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
1249 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
1250 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
1251 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
1252 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
1253 /vendor/doctrine/event-manager/src/EventManager.php
1254 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
1255 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
1256 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
1257 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1258 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1259 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1260 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
1261 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
1262 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
1263 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1264 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1265 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
1266 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
1267 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
1268 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
1269 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
1270 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
1271 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
1272 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
1273 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
1274 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
1275 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
1276 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
1277 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
1278 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
1279 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1280 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1281 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1282 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
1283 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
1284 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
1285 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1286 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
1287 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
1288 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1289 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
1290 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1291 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1292 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1293 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
1294 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1295 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1296 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1297 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
1298 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1299 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
1300 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1301 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
1302 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
1303 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
1304 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
1305 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
1306 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
1307 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
1308 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
1309 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
1310 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
1311 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
1312 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
1313 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
1314 /modules/productcomments/src/Entity/ProductComment.php
1315 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1316 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1317 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1318 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
1319 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1320 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1322 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1326 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1328 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1329 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1331 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1332 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1333 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1334 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1335 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1336 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
1337 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
1338 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
1339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1340 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1341 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1342 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
1343 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
1344 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1345 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1346 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1348 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1349 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1350 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1351 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
1352 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1353 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1354 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1355 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1356 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1357 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1358 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1359 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1360 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1363 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1364 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1365 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1366 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1367 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1368 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
1369 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1370 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1371 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1372 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1373 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1374 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1375 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1376 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1377 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1378 /var/cache/dev/smarty/compile/warehouse/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1379 /vendor/smarty/smarty/libs/plugins/function.math.php
1380 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c5/fe/6c/c5fe6c1ae09ff826fa7702c200d153e39c851dcc_2.file.product-miniature-btn.tpl.php
1381 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b1/b2/2d/b1b22dbf53c4d01cc3bbd463d3bae8dfba33b66d_2.file.pagination.tpl.php
1382 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/0f/67/360f674f4d3a4c99877f32416639d6af17196678_2.file.products-bottom.tpl.php
1383 /var/cache/dev/smarty/compile/warehouse/41/6e/27/416e279c72d75596ad5a06b33fa50e4109a4abf8_2.file.related_posts_category.tpl.php
1384 /modules/ps_categorytree/ps_categorytree.php
1385 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1386 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1387 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ee/d2/09/eed209e63bf8af90978ea61818998ab2b9a4f3bc_2.file.footer.tpl.php
1388 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2b/2c/f1/2b2cf1e47b3df45aa96c328f2fe8022824edbcc0_2.file.footer-1.tpl.php
1389 /var/cache/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1390 /var/cache/dev/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1391 /var/cache/dev/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.php
1392 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/cb/8f/6e/cb8f6ef33e776c9d930ad410762b20a51fa18f68_2.file.social-links.tpl.php
1393 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/29/50/91/29509110430de0dcbf264b23e8f43eea8f9fa10b_2.file.footer-copyrights-1.tpl.php
1394 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/a2/f3/46a2f38278b56ae408e660611b0228f149ff581b_2.file.password-policy-template.tpl.php
1395 /classes/form/CustomerLoginForm.php
1396 /classes/form/AbstractForm.php
1397 /classes/form/FormInterface.php
1398 /src/Core/Foundation/Templating/RenderableInterface.php
1399 /classes/form/CustomerLoginFormatter.php
1400 /classes/form/FormFormatterInterface.php
1401 /classes/ValidateConstraintTranslator.php
1402 /src/Core/Util/InternationalizedDomainNameConverter.php
1403 /src/Core/Foundation/Templating/RenderableProxy.php
1404 /var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
1405 /classes/form/FormField.php
1406 /var/cache/dev/smarty/compile/warehouse/44/cc/6c/44cc6c987d58c36935064d4727520679224e20ad_2.file.login-form.tpl.php
1407 /var/cache/dev/smarty/compile/warehouse/26/ec/ba/26ecba2eda7ff817be0f02f12dd82ba1053ff897_2.file.form-errors.tpl.php
1408 /var/cache/dev/smarty/compile/e2/05/f9/e205f90389f1e592a8dee7ad5d900a56f1364f11_2.file.form-fields.tpl.php
1409 /var/cache/dev/smarty/compile/26/ec/ba/26ecba2eda7ff817be0f02f12dd82ba1053ff897_2.file.form-errors.tpl.php
1410 /var/cache/dev/smarty/compile/warehouse/6a/c9/77/6ac977bf4ccfea0c045963b8ad95a68b1921e982_2.module.iqitsocialloginviewstemplateshookauthentication.tpl.php
1411 /var/cache/dev/smarty/compile/warehouse/d4/a2/00/d4a200912ea9e133f46cf39b7eadc37ea7dd3d2f_2.module.iqitcompareviewstemplateshookdisplaymodal.tpl.php
1412 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1413 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1414 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1415 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1416 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1417 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1418 /modules/statsdata/statsdata.php
1419 /classes/Guest.php
1420 /classes/Connection.php
1421 /classes/Page.php
1422 /classes/ConnectionsSource.php