Фильтр

Загрузка...
Load Time 1629 ms
Querying Time 637 ms
Queries 779
Memory Peak Usage 41.2 Mb
Included Files 1192 files - 10.85 Mb
PrestaShop Cache - Mb
Global vars 0.04 Mb
PrestaShop Version 9.0.1
PHP Version 8.1.33
MySQL Version 8.0.29-21
Memory Limit 2G
Max Execution Time 300s
Smarty Cache disabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 114.962 ms 114.962 ms 5.29 Mb 6.2 Mb
__construct 3.901 ms 118.863 ms 1.65 Mb 7.0 Mb
init 8.398 ms 127.261 ms 0.42 Mb 7.6 Mb
setMedia 1134 ms 1262 ms 18.67 Mb 28.1 Mb
postProcess 0.001 ms 1262 ms - Mb 28.1 Mb
initHeader 0.001 ms 1262 ms - Mb 28.1 Mb
initContent 134.619 ms 1396 ms 5.33 Mb 31.6 Mb
initFooter 0.001 ms 1396 ms - Mb 31.6 Mb
display 232.462 ms 1629 ms 9.11 Mb 41.2 Mb
Hook Time Memory Usage
DisplayPopularFilters 68.468 ms 0.58 Mb
displayTop 36.827 ms 3.96 Mb
DisplayBeforeBodyClosingTag 17.221 ms 0.40 Mb
displayProductListReviews 17.120 ms 0.30 Mb
displayLeftColumn 5.463 ms 0.46 Mb
displayFooter 5.056 ms 0.55 Mb
DisplayHeader 2.960 ms 0.10 Mb
displayFooterBefore 1.817 ms 0.16 Mb
displayNav2 1.207 ms 0.09 Mb
DisplayLeftColumn 0.658 ms 0.11 Mb
ProductSearchProvider 0.172 ms - Mb
ActionFrontControllerSetMedia 0.166 ms 0.01 Mb
DisplayOverrideTemplate 0.026 ms - Mb
DisplayAfterBodyOpeningTag 0.004 ms - Mb
DisplayNavFullWidth 0.003 ms - Mb
DisplayBanner 0.002 ms - Mb
16 hook(s) 157.169 ms 6.72 Mb
Module Time Memory Usage
blockreassurance 1130 ms 18.73 Mb
ps_emailsubscription 4.288 ms 0.17 Mb
ps_emailalerts 0.084 ms 0.01 Mb
ps_socialfollow 0.716 ms 0.01 Mb
ps_shoppingcart 1.699 ms 0.16 Mb
ps_searchbar 1.353 ms 0.11 Mb
ps_imageslider 2.625 ms 0.01 Mb
productcomments 19.008 ms 0.31 Mb
ps_googleanalytics 6.263 ms 0.21 Mb
ph_social_links 3.359 ms 0.05 Mb
ets_manufacturerslider 1.183 ms 0.07 Mb
ets_productlistpagination 1.673 ms 0.01 Mb
psloginregphone 0.170 ms 0.01 Mb
psdadata 1.447 ms 0.03 Mb
custom_accessories 68.596 ms 0.59 Mb
ps_facetedsearch 6.528 ms 0.19 Mb
ps_mainmenu 39.654 ms 3.87 Mb
ps_categorytree 6.210 ms 0.47 Mb
blockwishlist 0.455 ms 0.01 Mb
ps_linklist 6.437 ms 0.63 Mb
statsdata 11.753 ms 0.28 Mb
21 module(s) 1313 ms 25.93 Mb

Stopwatch SQL - 779 queries

# Query Time (ms) Rows Filesort Group By Location
713
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pl.name FROM pre8_product p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 pre8_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pre8_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1) INNER JOIN pre8_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pre8_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pre8_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pre8_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>=72 AND c.nright<=73 GROUP BY p.id_product) p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 ) INNER JOIN pre8_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.name ASC, p.id_product DESC
45.673 ms 5764 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
392
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM pre8_product p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 pre8_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pre8_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pre8_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pre8_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pre8_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>=72 AND c.nright<=73 GROUP BY p.id_product) p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.quantity DESC, p.id_product DESC
33.868 ms 118300 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
723
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pl.name FROM pre8_product p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 pre8_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pre8_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1) INNER JOIN pre8_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pre8_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pre8_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pre8_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pre8_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=2378)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=72 AND c.nright<=73 GROUP BY p.id_product) p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 ) INNER JOIN pre8_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.name ASC, p.id_product DESC
7.106 ms 802 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
718
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pl.name FROM pre8_product p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 pre8_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pre8_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1) INNER JOIN pre8_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN pre8_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pre8_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pre8_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pre8_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=2374)) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=72 AND c.nright<=73 GROUP BY p.id_product) p LEFT JOIN pre8_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre8_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre8_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 ) INNER JOIN pre8_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = 1 AND pl.id_lang = 1) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.name ASC, p.id_product DESC
6.447 ms 928 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `pre8_configuration` c
LEFT JOIN `pre8_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
5.658 ms 666 /classes/Configuration.php:182
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.589 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
771
INSERT INTO `pre8_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')
2.542 ms 1 /classes/ObjectModel.php:535
775
INSERT INTO `pre8_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('865303', '8296', '3628718084', '', '1', '1', '2025-10-16 14:32:14')
1.976 ms 1 /classes/ObjectModel.php:535
776
INSERT INTO `pre8_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('817193', '', 'sanrelax.ru/60/verkhnij-dush?page=30', '', '2025-10-16 14:32:14')
1.863 ms 1 /classes/ObjectModel.php:535
778
UPDATE `pre8_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 294
AND `id_page` = 8296
AND `id_shop` = 1
1.746 ms 1 /classes/Page.php:131
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.715 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.657 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.527 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.463 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pre8_module` m
INNER JOIN pre8_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `pre8_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pre8_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pre8_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.448 ms 1248 Yes Yes /classes/Hook.php:1500
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.447 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.447 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
370
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.442 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.438 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.426 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.425 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.424 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
369
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.421 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.407 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.405 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.405 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.403 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.401 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.401 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.401 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.399 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.398 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.397 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.397 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.397 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.395 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.394 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.393 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.393 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
374
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.392 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.389 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.389 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.388 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.388 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.388 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.387 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.387 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.386 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.385 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.384 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.383 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.383 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.382 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.382 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.381 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pre8_shop_url su
LEFT JOIN pre8_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'sanrelax.ru' OR su.domain_ssl = 'sanrelax.ru')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.380 ms 1 Yes /classes/shop/Shop.php:1392
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.380 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.378 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
368
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.378 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.377 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.377 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.377 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.377 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.376 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.375 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.374 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.373 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.373 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.372 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.372 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.371 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.370 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.368 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.367 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.366 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.366 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.365 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.364 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.363 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.363 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.362 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.361 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.361 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.359 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.359 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.359 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.358 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.358 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.358 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.357 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.357 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
371
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.357 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.357 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.356 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.356 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.356 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
356
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.355 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.353 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.353 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.353 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.352 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.352 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.351 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
367
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.351 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.351 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.351 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.351 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
360
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.351 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.350 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.349 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.349 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.349 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.349 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.348 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.348 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.348 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
362
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.348 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.348 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.347 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.346 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.345 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.345 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.345 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.345 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.345 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.344 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.344 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.344 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.344 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.343 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.343 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.343 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.342 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.342 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.342 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.342 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
372
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.341 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.340 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.339 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.339 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.339 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
373
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.339 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.338 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
366
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.338 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.337 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.335 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.334 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.334 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.332 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.330 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 pre8_shop_group gs
LEFT JOIN pre8_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pre8_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
1.324 ms 1 Yes /classes/shop/Shop.php:716
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.294 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.292 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.288 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.281 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.274 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.273 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.273 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.270 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.268 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.267 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.265 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.261 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.260 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.260 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.259 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.257 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.254 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.254 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.253 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.251 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.251 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.251 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.251 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.250 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.250 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.250 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.249 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.248 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.248 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
363
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.244 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.240 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.240 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.240 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.239 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.237 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.236 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.233 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.233 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.232 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.232 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.231 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.230 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.230 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.225 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.225 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.224 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.223 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.223 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.222 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.221 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.220 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.218 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.216 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.216 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.215 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.215 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.215 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.214 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.213 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.212 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.212 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.212 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.212 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.212 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.211 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.211 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.211 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.211 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.210 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.210 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.210 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.210 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.210 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
359
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.209 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
361
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.208 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.207 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.206 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.204 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.204 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.204 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
357
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.204 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.202 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.202 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.202 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.202 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.202 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.201 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.201 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.201 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.201 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.200 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.199 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.199 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.199 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.198 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.198 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
365
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.198 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.197 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.196 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `pre8_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `pre8_shop` WHERE `active` = 1)
1.194 ms 1713 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
711
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `pre8_feature` f  INNER JOIN pre8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `pre8_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `pre8_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
1.153 ms 115 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
389
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `pre8_feature` f  INNER JOIN pre8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `pre8_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `pre8_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
1.130 ms 115 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
403
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pre8_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pre8_hook_alias` ha
INNER JOIN `pre8_hook` h ON ha.name = h.name
1.083 ms 0 /classes/Hook.php:1568
716
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `pre8_feature` f  INNER JOIN pre8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `pre8_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `pre8_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.835 ms 115 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
769
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `pre8_category_product` cp
LEFT JOIN `pre8_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `pre8_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (9948,9947,9946,9945,9944,9943,9942,9941,9940,9939,9938,9937,9936,9935,9934,9933,9932,9931,9930,9929) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.821 ms 900 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
404
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `pre8_hook_module` hm
STRAIGHT_JOIN `pre8_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pre8_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.802 ms 359 /classes/Hook.php:507
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre8_hook` h
WHERE (h.active = 1)
0.757 ms 1213 /classes/Hook.php:1608
721
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `pre8_feature` f  INNER JOIN pre8_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `pre8_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `pre8_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.756 ms 115 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
394
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-10-16 00:00:00',
INTERVAL 15 DAY
)
) > 0) as new
FROM pre8_product p
LEFT JOIN pre8_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN pre8_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pre8_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9948,9947,9946,9945,9944,9943,9942,9941,9940,9939,9938,9937,9936,9935,9934,9933,9932,9931,9930,9929)
0.746 ms 20 /classes/ProductAssembler.php:101
725
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9948) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.717 ms 1 Yes Yes /classes/Product.php:4267
586
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 22 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.696 ms 45 Yes Yes /classes/Category.php:829
705
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 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.692 ms 45 Yes Yes /classes/Category.php:829
17
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pre8_meta` m
LEFT JOIN `pre8_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.536 ms 40 Yes /classes/Dispatcher.php:632
712
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre8_feature_value` v LEFT JOIN `pre8_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 11 ORDER BY vl.`value` ASC
0.520 ms 17 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
34
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre8_hook`
0.453 ms 1213 /classes/Hook.php:1568
531
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9948
ORDER BY `position`
0.440 ms 1 Yes /classes/Product.php:3291
610
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 16 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.437 ms 45 Yes Yes /classes/Category.php:829
656
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 18 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.431 ms 45 Yes Yes /classes/Category.php:829
413
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9948 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9948 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.419 ms 0 /classes/Cart.php:1451
582
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM pre8_linksmenutop l
LEFT JOIN pre8_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN pre8_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_linksmenutop = "1"
AND l.id_shop IN (0, 1)
0.414 ms 1 /modules/ps_mainmenu/ps_menutoplinks.class.php:37
710
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pre8_layered_category
WHERE controller = 'category'
AND id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.403 ms 14 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
597
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 20 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.402 ms 45 Yes Yes /classes/Category.php:829
690
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 23 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.398 ms 45 Yes Yes /classes/Category.php:829
572
SELECT SQL_NO_CACHE 1 FROM `pre8_cart_rule` WHERE ((date_to >= "2025-10-16 00:00:00" AND date_to <= "2025-10-16 23:59:59") OR (date_from >= "2025-10-16 00:00:00" AND date_from <= "2025-10-16 23:59:59") OR (date_from < "2025-10-16 00:00:00" AND date_to > "2025-10-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.381 ms 2 /classes/CartRule.php:359
631
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 17 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.381 ms 45 Yes Yes /classes/Category.php:829
777
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `pre8_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `pre8_date_range`) LIMIT 1
0.381 ms 21904 /classes/DateRange.php:60
386
SELECT SQL_NO_CACHE *
FROM `pre8_category` a0
LEFT JOIN `pre8_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 72) AND (a0.`nright` > 73) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.377 ms 45 Yes /classes/PrestaShopCollection.php:381
30
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre8_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.375 ms 1 /src/Adapter/EntityMapper.php:73
388
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pre8_layered_category
WHERE controller = 'category'
AND id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.374 ms 14 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
679
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 6 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.365 ms 45 Yes Yes /classes/Category.php:829
406
SELECT SQL_NO_CACHE tr.*
FROM `pre8_tax_rule` tr
JOIN `pre8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 175
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('125315' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '125315')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.347 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:106
732
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9943) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.346 ms 1 Yes Yes /classes/Product.php:4267
653
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 10 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.340 ms 45 Yes Yes /classes/Category.php:829
648
SELECT SQL_NO_CACHE c.*, cl.*
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `pre8_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `pre8_category` c2 ON c2.`id_category` = 44 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.336 ms 45 Yes Yes /classes/Category.php:829
576
SELECT SQL_NO_CACHE COUNT(*) FROM `pre8_orders` o
LEFT JOIN `pre8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 2 LIMIT 1
0.336 ms 1 /classes/order/Order.php:868
376
SELECT SQL_NO_CACHE * FROM `pre8_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.334 ms 16 Yes /classes/ImageType.php:109
714
SELECT SQL_NO_CACHE data FROM pre8_layered_filter_block WHERE hash="396143a14544fdcde98691d371a3cfb6" LIMIT 1
0.328 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
422
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.316 ms 1 Yes /classes/SpecificPrice.php:573
573
SELECT SQL_NO_CACHE * FROM `pre8_cart_rule` cr
LEFT JOIN `pre8_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.316 ms 2 /classes/CartRule.php:425
750
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM pre8_link_block lb
INNER JOIN pre8_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.311 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
728
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9947) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.310 ms 1 Yes Yes /classes/Product.php:4267
468
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9939 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9939 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.308 ms 0 /classes/Cart.php:1451
717
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre8_feature_value` v LEFT JOIN `pre8_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 11 ORDER BY vl.`value` ASC
0.308 ms 17 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
462
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9940 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9940 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.301 ms 0 /classes/Cart.php:1451
730
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9945) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.300 ms 1 Yes Yes /classes/Product.php:4267
578
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:73
401
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.296 ms 1 Yes /classes/SpecificPrice.php:573
393
SELECT SQL_NO_CACHE data FROM pre8_layered_filter_block WHERE hash="396143a14544fdcde98691d371a3cfb6" LIMIT 1
0.294 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
722
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre8_feature_value` v LEFT JOIN `pre8_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre8_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 11 ORDER BY vl.`value` ASC
0.292 ms 17 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
731
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9944) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.291 ms 1 Yes Yes /classes/Product.php:4267
736
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9939) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.291 ms 1 Yes Yes /classes/Product.php:4267
36
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pre8_module` m
LEFT JOIN `pre8_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.289 ms 79 /classes/module/Module.php:347
569
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9929) AND (b.`id_shop` = 1) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:73
470
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.273 ms 1 Yes /classes/SpecificPrice.php:573
729
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9946) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.273 ms 1 Yes Yes /classes/Product.php:4267
6
SELECT SQL_NO_CACHE *
FROM `pre8_country` a
LEFT JOIN `pre8_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pre8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 175) LIMIT 1
0.272 ms 1 /src/Adapter/EntityMapper.php:73
739
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9936) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.269 ms 1 Yes Yes /classes/Product.php:4267
733
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9942) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.268 ms 1 Yes Yes /classes/Product.php:4267
737
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9938) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.268 ms 1 Yes Yes /classes/Product.php:4267
743
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9932) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.268 ms 1 Yes Yes /classes/Product.php:4267
773
SELECT SQL_NO_CACHE id_page_type
FROM pre8_page_type
WHERE name = 'category' LIMIT 1
0.268 ms 1 /classes/Page.php:104
522
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9930 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9930 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.266 ms 0 /classes/Cart.php:1451
734
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9941) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.266 ms 1 Yes Yes /classes/Product.php:4267
740
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9935) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.266 ms 1 Yes Yes /classes/Product.php:4267
452
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.266 ms 1 Yes /classes/SpecificPrice.php:573
742
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9933) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.266 ms 1 Yes Yes /classes/Product.php:4267
458
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.265 ms 1 Yes /classes/SpecificPrice.php:573
741
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9934) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.265 ms 1 Yes Yes /classes/Product.php:4267
524
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.264 ms 1 Yes /classes/SpecificPrice.php:573
735
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9940) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.264 ms 1 Yes Yes /classes/Product.php:4267
749
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pre8_currency` c
LEFT JOIN pre8_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.263 ms 1 /classes/Currency.php:1122
738
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9937) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.263 ms 1 Yes Yes /classes/Product.php:4267
22
SELECT SQL_NO_CACHE *
FROM `pre8_currency` a
LEFT JOIN `pre8_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pre8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:73
575
SELECT SQL_NO_CACHE * FROM `pre8_cart_rule` cr
LEFT JOIN `pre8_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
0.262 ms 2 /classes/CartRule.php:425
745
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9930) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.262 ms 1 Yes Yes /classes/Product.php:4267
744
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9931) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.260 ms 1 Yes Yes /classes/Product.php:4267
476
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.259 ms 1 Yes /classes/SpecificPrice.php:573
518
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.258 ms 1 Yes /classes/SpecificPrice.php:573
482
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.256 ms 1 Yes /classes/SpecificPrice.php:573
488
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.256 ms 1 Yes /classes/SpecificPrice.php:573
512
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.256 ms 1 Yes /classes/SpecificPrice.php:573
549
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9939) AND (b.`id_shop` = 1) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:73
715
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pre8_layered_category
WHERE controller = 'category'
AND id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.256 ms 14 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
494
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.255 ms 1 Yes /classes/SpecificPrice.php:573
500
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.255 ms 1 Yes /classes/SpecificPrice.php:573
774
SELECT SQL_NO_CACHE `id_page`
FROM `pre8_page`
WHERE `id_page_type` = 6 AND `id_object` = 60 LIMIT 1
0.253 ms 2 /classes/Page.php:83
438
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9944 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9944 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.252 ms 0 /classes/Cart.php:1451
563
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9932) AND (b.`id_shop` = 1) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:73
420
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9947 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9947 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.251 ms 0 /classes/Cart.php:1451
555
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9936) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:73
559
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9934) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:73
561
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9933) AND (b.`id_shop` = 1) LIMIT 1
0.250 ms 1 /src/Adapter/EntityMapper.php:73
571
SELECT SQL_NO_CACHE 1 FROM pre8_cart_product cp INNER JOIN pre8_product p
ON (p.id_product = cp.id_product) INNER JOIN pre8_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.250 ms 1 /classes/Cart.php:4057
565
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9931) AND (b.`id_shop` = 1) LIMIT 1
0.249 ms 1 /src/Adapter/EntityMapper.php:73
539
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9944) AND (b.`id_shop` = 1) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:73
553
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9937) AND (b.`id_shop` = 1) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:73
18
SELECT SQL_NO_CACHE * FROM `pre8_currency` c ORDER BY `iso_code` ASC
0.247 ms 1 Yes /classes/Currency.php:709
529
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9948) AND (b.`id_shop` = 1) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:73
551
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9938) AND (b.`id_shop` = 1) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:73
557
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9935) AND (b.`id_shop` = 1) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:73
426
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.246 ms 0 /classes/Cart.php:1451
480
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9937 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9937 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.246 ms 0 /classes/Cart.php:1451
547
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9940) AND (b.`id_shop` = 1) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:73
416
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.245 ms 1 Yes /classes/SpecificPrice.php:573
486
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9936 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9936 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.244 ms 0 /classes/Cart.php:1451
464
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.243 ms 1 Yes /classes/SpecificPrice.php:573
498
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9934 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9934 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.243 ms 0 /classes/Cart.php:1451
772
SELECT SQL_NO_CACHE `id_guest`
FROM `pre8_connections`
WHERE `id_guest` = 865303
AND `date_add` > '2025-10-16 14:02:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.243 ms 1 Yes /classes/Connection.php:168
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9933 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.241 ms 0 /classes/Cart.php:1451
492
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9935 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9935 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.239 ms 0 /classes/Cart.php:1451
537
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9945) AND (b.`id_shop` = 1) LIMIT 1
0.239 ms 1 /src/Adapter/EntityMapper.php:73
768
SELECT SQL_NO_CACHE data
FROM `pre8_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.239 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
428
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.238 ms 1 Yes /classes/SpecificPrice.php:573
746
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 `pre8_product_attribute` pa
INNER JOIN pre8_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 `pre8_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre8_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre8_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre8_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9929) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.238 ms 1 Yes Yes /classes/Product.php:4267
543
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9942) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:73
24
SELECT SQL_NO_CACHE *
FROM `pre8_currency` a
LEFT JOIN `pre8_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:73
381
SELECT SQL_NO_CACHE format
FROM `pre8_address_format`
WHERE `id_country` = 175 LIMIT 1
0.236 ms 1 /classes/AddressFormat.php:652
720
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pre8_layered_category
WHERE controller = 'category'
AND id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.236 ms 14 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
446
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.234 ms 1 Yes /classes/SpecificPrice.php:573
727
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.233 ms 1 /classes/module/Module.php:2267
440
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.232 ms 1 Yes /classes/SpecificPrice.php:573
434
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.231 ms 1 Yes /classes/SpecificPrice.php:573
545
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9941) AND (b.`id_shop` = 1) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:73
506
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 175, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre8_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 175) AND
`id_group` IN (0, 1) AND `id_product` = 0 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-10-16 14:32:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.229 ms 1 Yes /classes/SpecificPrice.php:573
516
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9931 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9931 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.229 ms 0 /classes/Cart.php:1451
532
SELECT SQL_NO_CACHE * FROM `pre8_image_type`
0.229 ms 16 /classes/ImageType.php:161
534
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9947
ORDER BY `position`
0.225 ms 1 Yes /classes/Product.php:3291
554
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9937
ORDER BY `position`
0.225 ms 1 Yes /classes/Product.php:3291
558
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9935
ORDER BY `position`
0.225 ms 1 Yes /classes/Product.php:3291
770
SELECT SQL_NO_CACHE `name`
FROM `pre8_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1
0.225 ms 1 /classes/Manufacturer.php:310
567
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9930) AND (b.`id_shop` = 1) LIMIT 1
0.224 ms 1 /src/Adapter/EntityMapper.php:73
568
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9930
ORDER BY `position`
0.224 ms 1 Yes /classes/Product.php:3291
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9938 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9938 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.224 ms 0 /classes/Cart.php:1451
27
SELECT SQL_NO_CACHE *
FROM `pre8_group` a
LEFT JOIN `pre8_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.223 ms 1 /src/Adapter/EntityMapper.php:73
441
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9943)
0.223 ms 1 /classes/Product.php:3603
541
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9943) AND (b.`id_shop` = 1) LIMIT 1
0.223 ms 1 /src/Adapter/EntityMapper.php:73
536
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9946
ORDER BY `position`
0.222 ms 1 Yes /classes/Product.php:3291
570
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9929
ORDER BY `position`
0.221 ms 1 Yes /classes/Product.php:3291
33
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `pre8_category` c
INNER JOIN pre8_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `pre8_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `pre8_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 60
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.220 ms 1 Yes Yes /classes/Category.php:954
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre8_hook_alias`
0.219 ms 87 /classes/Hook.php:320
528
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9929 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.219 ms 0 /classes/Cart.php:1451
585
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM pre8_linksmenutop l
LEFT JOIN pre8_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN pre8_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_linksmenutop = "4"
AND l.id_shop IN (0, 1)
0.219 ms 1 /modules/ps_mainmenu/ps_menutoplinks.class.php:37
375
SELECT SQL_NO_CACHE name, alias FROM `pre8_hook_alias`
0.218 ms 87 /classes/Hook.php:372
533
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9947) AND (b.`id_shop` = 1) LIMIT 1
0.217 ms 1 /src/Adapter/EntityMapper.php:73
562
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9933
ORDER BY `position`
0.217 ms 1 Yes /classes/Product.php:3291
395
SELECT SQL_NO_CACHE 1 FROM `pre8_specific_price` WHERE id_product = 0 LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:423
535
SELECT SQL_NO_CACHE *
FROM `pre8_product` a
LEFT JOIN `pre8_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre8_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9946) AND (b.`id_shop` = 1) LIMIT 1
0.216 ms 1 /src/Adapter/EntityMapper.php:73
432
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9945 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.215 ms 0 /classes/Cart.php:1451
560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9934
ORDER BY `position`
0.215 ms 1 Yes /classes/Product.php:3291
444
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9943 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9943 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.214 ms 0 /classes/Cart.php:1451
450
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9942 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9942 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.214 ms 0 /classes/Cart.php:1451
552
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9938
ORDER BY `position`
0.214 ms 1 Yes /classes/Product.php:3291
546
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9941
ORDER BY `position`
0.214 ms 1 Yes /classes/Product.php:3291
556
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9936
ORDER BY `position`
0.214 ms 1 Yes /classes/Product.php:3291
510
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9932 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9932 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.213 ms 0 /classes/Cart.php:1451
548
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9940
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3291
564
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9932
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3291
574
SELECT SQL_NO_CACHE 1 FROM `pre8_cart_rule` WHERE ((date_to >= "2025-10-16 00:00:00" AND date_to <= "2025-10-16 23:59:59") OR (date_from >= "2025-10-16 00:00:00" AND date_from <= "2025-10-16 23:59:59") OR (date_from < "2025-10-16 00:00:00" AND date_to > "2025-10-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.212 ms 2 /classes/CartRule.php:359
456
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 `pre8_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9941 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `pre8_cart_product` cp JOIN `pre8_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre8_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` = 9941 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.212 ms 0 /classes/Cart.php:1451
709
SELECT SQL_NO_CACHE c.*, cl.*  FROM `pre8_category` c
LEFT JOIN `pre8_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 72 AND c.`nright` >= 73 AND c.`nleft` >= 2 AND c.`nright` <= 113 ORDER BY `nleft` DESC
0.210 ms 22 Yes /classes/Category.php:1623
706
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `pre8_category` c
LEFT JOIN `pre8_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.208 ms 1 /classes/Category.php:2250
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pre8_lang` l
LEFT JOIN `pre8_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.208 ms 1 /classes/Language.php:1070
583
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM pre8_linksmenutop l
LEFT JOIN pre8_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN pre8_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_linksmenutop = "2"
AND l.id_shop IN (0, 1)
0.208 ms 1 /modules/ps_mainmenu/ps_menutoplinks.class.php:37
764
SELECT SQL_NO_CACHE *
FROM pre8_meta m
LEFT JOIN pre8_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.208 ms 2 /classes/Meta.php:190
540
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9944
ORDER BY `position`
0.207 ms 1 Yes /classes/Product.php:3291
402
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9948)
0.207 ms 1 /classes/Product.php:3603
719
SELECT SQL_NO_CACHE data FROM pre8_layered_filter_block WHERE hash="4e65394ed0bbf73b4fe6e0fccddb6978" LIMIT 1
0.207 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pre8_lang` l
JOIN pre8_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.203 ms 1 /classes/Language.php:1206
417
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9947)
0.202 ms 1 /classes/Product.php:3603
538
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9945
ORDER BY `position`
0.199 ms 1 Yes /classes/Product.php:3291
530
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre8_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 60 LIMIT 1
0.195 ms 1 /classes/Category.php:1401
724
SELECT SQL_NO_CACHE data FROM pre8_layered_filter_block WHERE hash="1bab3f1342c5ba6ee37a6a16733610a1" LIMIT 1
0.195 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
400
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9948
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.195 ms 0 /classes/SpecificPrice.php:256
542
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9943
ORDER BY `position`
0.194 ms 1 Yes /classes/Product.php:3291
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pre8_shop s
LEFT JOIN pre8_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.193 ms 1 /classes/shop/Shop.php:219
15
SELECT SQL_NO_CACHE m.* FROM `pre8_module` m WHERE m.`active` = 1
0.192 ms 79 /src/Adapter/Module/Repository/ModuleRepository.php:114
580
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.191 ms 1 /classes/module/Module.php:2778
579
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:73
35
SELECT SQL_NO_CACHE * FROM `pre8_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.190 ms 1 /classes/module/Module.php:2168
407
SELECT SQL_NO_CACHE *
FROM `pre8_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.190 ms 1 /src/Adapter/EntityMapper.php:73
408
SELECT SQL_NO_CACHE *
FROM `pre8_tax_lang`
WHERE `id_tax` = 1
0.190 ms 1 /src/Adapter/EntityMapper.php:81
550
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9939
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3291
391
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
0.189 ms 1 /src/Adapter/EntityMapper.php:81
566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9931
ORDER BY `position`
0.189 ms 1 Yes /classes/Product.php:3291
397
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `pre8_specific_price` WHERE `id_product` != 0
0.187 ms 47 /classes/SpecificPrice.php:307
405
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM pre8_shop s
0.185 ms 1 /classes/shop/Shop.php:922
577
SELECT SQL_NO_CACHE COUNT(*) FROM `pre8_orders` o
LEFT JOIN `pre8_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 1 LIMIT 1
0.185 ms 1 /classes/order/Order.php:868
379
SELECT SQL_NO_CACHE * FROM `pre8_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.184 ms 16 Yes /classes/ImageType.php:109
390
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
0.183 ms 1 /src/Adapter/EntityMapper.php:73
20
SELECT SQL_NO_CACHE value FROM `pre8_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.182 ms 1 /classes/shop/Shop.php:1211
584
SELECT SQL_NO_CACHE l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
FROM pre8_linksmenutop l
LEFT JOIN pre8_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = 1 AND ll.id_shop=1)
LEFT JOIN pre8_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_linksmenutop = "3"
AND l.id_shop IN (0, 1)
0.182 ms 1 /modules/ps_mainmenu/ps_menutoplinks.class.php:37
21
SELECT SQL_NO_CACHE c.id_currency
FROM `pre8_currency` c
WHERE (iso_code = 'RUB') LIMIT 1
0.182 ms 1 /classes/Currency.php:893
32
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre8_category_group ctg
WHERE ctg.`id_category` = 60 AND ctg.`id_group` = 1 LIMIT 1
0.181 ms 1 /classes/Category.php:1777
28
SELECT SQL_NO_CACHE *
FROM `pre8_group_lang`
WHERE `id_group` = 1
0.180 ms 1 /src/Adapter/EntityMapper.php:81
660
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.180 ms 1 /src/Adapter/EntityMapper.php:81
398
SELECT SQL_NO_CACHE 1 FROM `pre8_specific_price` WHERE `from` BETWEEN '2025-10-16 00:00:00' AND '2025-10-16 23:59:59' LIMIT 1
0.178 ms 46 /classes/SpecificPrice.php:374
544
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre8_image` i
INNER JOIN pre8_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pre8_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9942
ORDER BY `position`
0.177 ms 1 Yes /classes/Product.php:3291
19
SELECT SQL_NO_CACHE `id_lang` FROM `pre8_lang`
WHERE `locale` = 'ru-ru'
OR `language_code` = 'ru-ru' LIMIT 1
0.177 ms 1 /classes/Language.php:873
377
SELECT SQL_NO_CACHE * FROM `pre8_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.176 ms 16 Yes /classes/ImageType.php:109
378
SELECT SQL_NO_CACHE * FROM `pre8_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.175 ms 16 Yes /classes/ImageType.php:109
380
SELECT SQL_NO_CACHE * FROM `pre8_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.174 ms 16 Yes /classes/ImageType.php:109
396
SELECT SQL_NO_CACHE 1 FROM `pre8_specific_price` WHERE `id_product` != 0 LIMIT 1
0.174 ms 47 /classes/SpecificPrice.php:294
598
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:73
767
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:73
726
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "productcomments" LIMIT 1
0.173 ms 1 /classes/module/Module.php:2778
658
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1
0.172 ms 1 /src/Adapter/EntityMapper.php:81
664
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.172 ms 1 /src/Adapter/EntityMapper.php:81
592
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1
0.170 ms 1 /src/Adapter/EntityMapper.php:81
751
SELECT SQL_NO_CACHE *
FROM `pre8_link_block` a
LEFT JOIN `pre8_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.170 ms 1 /src/Adapter/EntityMapper.php:73
16
SELECT SQL_NO_CACHE m.* FROM `pre8_module` m
0.169 ms 79 /src/Adapter/Module/Repository/ModuleRepository.php:168
659
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:73
673
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1
0.169 ms 1 /src/Adapter/EntityMapper.php:73
704
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre8_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.169 ms 1 /src/Adapter/EntityMapper.php:73
616
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
0.168 ms 1 /src/Adapter/EntityMapper.php:81
8
SELECT SQL_NO_CACHE *
FROM `pre8_lang` a
LEFT JOIN `pre8_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:73
471
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9938)
0.167 ms 1 /classes/Product.php:3603
399
SELECT SQL_NO_CACHE 1 FROM `pre8_specific_price` WHERE `to` BETWEEN '2025-10-16 00:00:00' AND '2025-10-16 23:59:59' LIMIT 1
0.165 ms 1 /classes/SpecificPrice.php:378
423
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9946)
0.165 ms 1 /classes/Product.php:3603
410
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_group`
WHERE `id_group` = 1 LIMIT 1
0.164 ms 1 /classes/Group.php:154
752
SELECT SQL_NO_CACHE *
FROM `pre8_link_block_lang`
WHERE `id_link_block` = 1
0.164 ms 1 /src/Adapter/EntityMapper.php:81
459
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9940)
0.163 ms 1 /classes/Product.php:3603
674
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
0.163 ms 1 /src/Adapter/EntityMapper.php:81
465
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9939)
0.163 ms 1 /classes/Product.php:3603
622
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.163 ms 1 /src/Adapter/EntityMapper.php:81
382
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre8_country`
WHERE `id_country` = 175 LIMIT 1
0.162 ms 1 /classes/Country.php:409
453
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9941)
0.162 ms 1 /classes/Product.php:3603
497
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9934) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.162 ms 1 /classes/stock/StockAvailable.php:267
447
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9942)
0.161 ms 1 /classes/Product.php:3603
615
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:73
467
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9939) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:267
25
SELECT SQL_NO_CACHE *
FROM `pre8_currency_lang`
WHERE `id_currency` = 1
0.158 ms 1 /src/Adapter/EntityMapper.php:81
387
SELECT SQL_NO_CACHE `id_category`
FROM `pre8_category_shop`
WHERE `id_category` = 60
AND `id_shop` = 1 LIMIT 1
0.157 ms 1 /classes/Category.php:2458
525
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9929)
0.157 ms 1 /classes/Product.php:3603
754
SELECT SQL_NO_CACHE *
FROM `pre8_link_block_lang`
WHERE `id_link_block` = 2
0.157 ms 1 /src/Adapter/EntityMapper.php:81
695
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1
0.157 ms 1 /src/Adapter/EntityMapper.php:73
501
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9933)
0.156 ms 1 /classes/Product.php:3603
757
SELECT SQL_NO_CACHE *
FROM `pre8_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.156 ms 1 /src/Adapter/EntityMapper.php:81
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pre8_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.155 ms 1 /classes/shop/ShopUrl.php:182
37
SELECT SQL_NO_CACHE `id_lang`
FROM `pre8_lang`
WHERE `locale` = "ru-RU" LIMIT 1
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:70
414
SELECT SQL_NO_CACHE tr.*
FROM `pre8_tax_rule` tr
JOIN `pre8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 175
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.155 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:106
429
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9945)
0.155 ms 1 /classes/Product.php:3603
483
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9936)
0.155 ms 1 /classes/Product.php:3603
495
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9934)
0.155 ms 1 /classes/Product.php:3603
29
SELECT SQL_NO_CACHE id_shop
FROM `pre8_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.154 ms 1 /classes/ObjectModel.php:1575
519
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9930)
0.154 ms 1 /classes/Product.php:3603
581
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.154 ms 1 /classes/module/Module.php:2267
623
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:73
477
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9937)
0.153 ms 1 /classes/Product.php:3603
513
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9931)
0.152 ms 1 /classes/Product.php:3603
3
SELECT SQL_NO_CACHE *
FROM `pre8_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:73
385
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pre8_required_field
0.152 ms 1 /classes/ObjectModel.php:1440
507
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9932)
0.152 ms 1 /classes/Product.php:3603
753
SELECT SQL_NO_CACHE *
FROM `pre8_link_block` a
LEFT JOIN `pre8_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:73
478
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9937 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:149
624
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
0.150 ms 1 /src/Adapter/EntityMapper.php:81
31
SELECT SQL_NO_CACHE `id_category`
FROM `pre8_category_shop`
WHERE `id_category` = 60
AND `id_shop` = 1 LIMIT 1
0.149 ms 1 /classes/Category.php:2458
608
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:73
23
SELECT SQL_NO_CACHE `id_lang` FROM `pre8_lang`
WHERE `locale` = 'ru-ru'
OR `language_code` = 'ru-ru' LIMIT 1
0.148 ms 1 /classes/Language.php:873
611
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:73
698
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.148 ms 1 /classes/module/Module.php:2267
7
SELECT SQL_NO_CACHE *
FROM `pre8_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:73
766
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.147 ms 1 /classes/module/Module.php:2267
613
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:73
701
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `pre8_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.146 ms 1 /classes/Cart.php:1325
756
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.146 ms 1 /src/Adapter/EntityMapper.php:73
469
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9938
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.146 ms 0 /classes/SpecificPrice.php:256
692
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
0.146 ms 1 /src/Adapter/EntityMapper.php:81
517
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9930
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.145 ms 0 /classes/SpecificPrice.php:256
661
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:73
755
SELECT SQL_NO_CACHE *
FROM `pre8_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:73
466
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9939 AND `id_group` = 1 LIMIT 1
0.144 ms 0 /classes/GroupReduction.php:149
605
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
0.144 ms 1 /src/Adapter/EntityMapper.php:81
612
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1
0.144 ms 1 /src/Adapter/EntityMapper.php:81
614
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.144 ms 1 /src/Adapter/EntityMapper.php:81
663
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:73
669
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:73
693
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:73
599
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1
0.143 ms 1 /src/Adapter/EntityMapper.php:81
617
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1
0.143 ms 1 /src/Adapter/EntityMapper.php:73
618
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
0.143 ms 1 /src/Adapter/EntityMapper.php:81
609
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
0.143 ms 1 /src/Adapter/EntityMapper.php:81
604
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:73
593
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1
0.142 ms 1 /src/Adapter/EntityMapper.php:73
671
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:73
602
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:73
662
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
0.141 ms 1 /src/Adapter/EntityMapper.php:81
667
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:73
675
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:73
523
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9929
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.139 ms 0 /classes/SpecificPrice.php:256
620
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.139 ms 1 /src/Adapter/EntityMapper.php:81
666
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.139 ms 1 /src/Adapter/EntityMapper.php:81
670
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.139 ms 1 /src/Adapter/EntityMapper.php:81
678
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
0.139 ms 1 /src/Adapter/EntityMapper.php:81
702
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.139 ms 1 /classes/module/Module.php:2778
603
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:81
657
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:73
668
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:81
672
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:81
680
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:73
747
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "ps_linklist" LIMIT 1
0.138 ms 1 /classes/module/Module.php:2778
759
SELECT SQL_NO_CACHE *
FROM `pre8_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:81
652
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:81
689
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
0.138 ms 1 /src/Adapter/EntityMapper.php:81
676
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
0.137 ms 1 /src/Adapter/EntityMapper.php:81
687
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.137 ms 1 /src/Adapter/EntityMapper.php:81
587
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:73
643
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 65 AND `id_shop` = 1
0.137 ms 1 /src/Adapter/EntityMapper.php:81
409
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9948 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:149
697
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.136 ms 1 /classes/module/Module.php:2778
762
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:73
9
SELECT SQL_NO_CACHE id_shop
FROM `pre8_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.134 ms 1 /classes/ObjectModel.php:1575
383
SELECT SQL_NO_CACHE *
FROM `pre8_country` a
LEFT JOIN `pre8_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 175) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:73
412
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9948) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.134 ms 1 /classes/stock/StockAvailable.php:267
677
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:73
655
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.133 ms 1 /src/Adapter/EntityMapper.php:81
621
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:73
691
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:73
588
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1
0.130 ms 1 /src/Adapter/EntityMapper.php:81
427
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9945
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.129 ms 0 /classes/SpecificPrice.php:256
489
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9935)
0.129 ms 1 /classes/Product.php:3603
688
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:73
654
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:73
435
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 `pre8_product` p
INNER JOIN `pre8_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pre8_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` = 9944)
0.126 ms 1 /classes/Product.php:3603
487
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9935
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.126 ms 0 /classes/SpecificPrice.php:256
411
SELECT SQL_NO_CACHE tr.*
FROM `pre8_tax_rule` tr
JOIN `pre8_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 175
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('125315' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '125315')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.126 ms 0 /classes/tax/TaxRulesTaxManager.php:106
594
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1
0.124 ms 1 /src/Adapter/EntityMapper.php:81
595
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:73
589
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:73
699
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.122 ms 1 /classes/module/Module.php:2778
625
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1
0.121 ms 1 /src/Adapter/EntityMapper.php:73
748
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.121 ms 1 /classes/module/Module.php:2267
627
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:73
707
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `pre8_category` c
LEFT JOIN `pre8_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 60 LIMIT 1
0.120 ms 1 /classes/Category.php:1608
758
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:73
591
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1
0.119 ms 1 /src/Adapter/EntityMapper.php:73
461
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9940) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.118 ms 1 /classes/stock/StockAvailable.php:267
601
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
0.118 ms 1 /src/Adapter/EntityMapper.php:81
636
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1
0.118 ms 1 /src/Adapter/EntityMapper.php:73
694
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1
0.118 ms 1 /src/Adapter/EntityMapper.php:81
703
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.118 ms 1 /classes/module/Module.php:2267
596
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.117 ms 1 /src/Adapter/EntityMapper.php:81
626
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.117 ms 1 /src/Adapter/EntityMapper.php:81
684
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1
0.116 ms 1 /src/Adapter/EntityMapper.php:73
700
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.116 ms 1 /classes/module/Module.php:2267
384
SELECT SQL_NO_CACHE *
FROM `pre8_country_lang`
WHERE `id_country` = 175
0.116 ms 1 /src/Adapter/EntityMapper.php:81
479
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9937) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.116 ms 1 /classes/stock/StockAvailable.php:267
415
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9947
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.115 ms 0 /classes/SpecificPrice.php:256
590
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1
0.115 ms 1 /src/Adapter/EntityMapper.php:81
683
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.115 ms 1 /src/Adapter/EntityMapper.php:81
419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9947) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.114 ms 1 /classes/stock/StockAvailable.php:267
600
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:73
463
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9939
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.112 ms 0 /classes/SpecificPrice.php:256
685
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.112 ms 1 /src/Adapter/EntityMapper.php:81
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9944) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.112 ms 1 /classes/stock/StockAvailable.php:267
503
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9933) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:267
491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9935) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:267
485
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9936) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:267
442
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9943 AND `id_group` = 1 LIMIT 1
0.106 ms 0 /classes/GroupReduction.php:149
451
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9941
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.103 ms 0 /classes/SpecificPrice.php:256
424
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9946 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:149
445
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9942
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.102 ms 0 /classes/SpecificPrice.php:256
475
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9937
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.102 ms 0 /classes/SpecificPrice.php:256
665
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1
0.102 ms 1 /src/Adapter/EntityMapper.php:73
708
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `pre8_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.102 ms 1 /classes/Category.php:1614
457
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9940
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.102 ms 0 /classes/SpecificPrice.php:256
454
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9941 AND `id_group` = 1 LIMIT 1
0.101 ms 0 /classes/GroupReduction.php:149
619
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1
0.101 ms 1 /src/Adapter/EntityMapper.php:73
493
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9934
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.100 ms 0 /classes/SpecificPrice.php:256
499
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9933
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.100 ms 0 /classes/SpecificPrice.php:256
439
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9943
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.099 ms 0 /classes/SpecificPrice.php:256
472
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9938 AND `id_group` = 1 LIMIT 1
0.099 ms 0 /classes/GroupReduction.php:149
606
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) LIMIT 1
0.099 ms 1 /src/Adapter/EntityMapper.php:73
481
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9936
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.097 ms 0 /classes/SpecificPrice.php:256
511
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9931
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.097 ms 0 /classes/SpecificPrice.php:256
632
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1
0.097 ms 1 /src/Adapter/EntityMapper.php:73
433
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9944
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.096 ms 0 /classes/SpecificPrice.php:256
633
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1
0.096 ms 1 /src/Adapter/EntityMapper.php:81
526
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9929 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:149
696
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1
0.095 ms 1 /src/Adapter/EntityMapper.php:81
681
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 6 AND `id_shop` = 1
0.095 ms 1 /src/Adapter/EntityMapper.php:81
484
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9936 AND `id_group` = 1 LIMIT 1
0.094 ms 0 /classes/GroupReduction.php:149
649
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1
0.094 ms 1 /src/Adapter/EntityMapper.php:73
763
SELECT SQL_NO_CACHE *
FROM `pre8_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.093 ms 1 /src/Adapter/EntityMapper.php:81
430
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9945 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:149
520
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9930 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:149
496
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9934 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:149
508
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9932 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:149
514
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9931 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:149
682
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1
0.092 ms 1 /src/Adapter/EntityMapper.php:73
502
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9933 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:149
490
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9935 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:149
634
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:73
650
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
0.089 ms 1 /src/Adapter/EntityMapper.php:81
651
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1
0.089 ms 1 /src/Adapter/EntityMapper.php:73
607
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1
0.088 ms 1 /src/Adapter/EntityMapper.php:81
628
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
0.088 ms 1 /src/Adapter/EntityMapper.php:81
629
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:73
638
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:73
686
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:73
761
SELECT SQL_NO_CACHE *
FROM `pre8_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.088 ms 1 /src/Adapter/EntityMapper.php:81
635
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
0.087 ms 1 /src/Adapter/EntityMapper.php:81
642
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:73
644
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:73
637
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1
0.086 ms 1 /src/Adapter/EntityMapper.php:81
646
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:73
640
SELECT SQL_NO_CACHE *
FROM `pre8_category` a
LEFT JOIN `pre8_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:73
760
SELECT SQL_NO_CACHE *
FROM `pre8_cms` a
LEFT JOIN `pre8_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:73
639
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 64 AND `id_shop` = 1
0.085 ms 1 /src/Adapter/EntityMapper.php:81
425
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.085 ms 1 /classes/stock/StockAvailable.php:267
443
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9943) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.085 ms 1 /classes/stock/StockAvailable.php:267
630
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.084 ms 1 /src/Adapter/EntityMapper.php:81
455
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9941) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.084 ms 1 /classes/stock/StockAvailable.php:267
641
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 62 AND `id_shop` = 1
0.084 ms 1 /src/Adapter/EntityMapper.php:81
645
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1
0.084 ms 1 /src/Adapter/EntityMapper.php:81
647
SELECT SQL_NO_CACHE *
FROM `pre8_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.084 ms 1 /src/Adapter/EntityMapper.php:81
449
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9942) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:267
473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9938) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.083 ms 1 /classes/stock/StockAvailable.php:267
431
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:267
521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9930) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:267
527
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.082 ms 1 /classes/stock/StockAvailable.php:267
765
SELECT SQL_NO_CACHE `id_module` FROM `pre8_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.082 ms 1 /classes/module/Module.php:2778
515
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9931) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.081 ms 1 /classes/stock/StockAvailable.php:267
509
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre8_stock_available`
WHERE (id_product = 9932) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.080 ms 1 /classes/stock/StockAvailable.php:267
26
SELECT SQL_NO_CACHE id_shop
FROM `pre8_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.076 ms 1 /classes/ObjectModel.php:1575
421
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9946
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.073 ms 0 /classes/SpecificPrice.php:256
460
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9940 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:149
448
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9942 AND `id_group` = 1 LIMIT 1
0.071 ms 0 /classes/GroupReduction.php:149
505
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre8_specific_price_priority`
WHERE `id_product` = 9932
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.071 ms 0 /classes/SpecificPrice.php:256
418
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9947 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:149
436
SELECT SQL_NO_CACHE `reduction`
FROM `pre8_product_group_reduction_cache`
WHERE `id_product` = 9944 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:149

Doubles

173 queries
            SELECT `key`, `translation`, `domain`
            FROM `preXX_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
164 queries
            SELECT `key`, `translation`, `domain`
            FROM `preXX_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `preXX_shop` WHERE `active` = XX)
52 queries
SELECT *
FROM `preXX_category` a
LEFT JOIN `preXX_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
52 queries
SELECT *
							FROM `preXX_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
20 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `preXX_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
20 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `preXX_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
20 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 `preXX_product` p
INNER JOIN `preXX_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `preXX_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)
20 queries
			SELECT `reduction`
			FROM `preXX_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
20 queries
SELECT SUM(quantity)
FROM `preXX_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
20 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 `preXX_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 `preXX_cart_product` cp JOIN `preXX_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `preXX_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
20 queries
SELECT *
FROM `preXX_product` a
LEFT JOIN `preXX_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `preXX_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
20 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `preXX_image` i
             INNER JOIN preXX_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `preXX_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
20 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `preXX_product_attribute` pa
             INNER JOIN preXX_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `preXX_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `preXX_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `preXX_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `preXX_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
9 queries
				SELECT c.*, cl.*
				FROM `preXX_category` c
				 INNER JOIN preXX_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `preXX_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `preXX_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `preXX_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
7 queries
SELECT `id_module` FROM `preXX_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4 queries
SELECT type, id_value, filter_show_limit, filter_type FROM preXX_layered_category
            WHERE controller = 'category'
            AND id_category = XX
            AND id_shop = XX
            GROUP BY `type`, id_value ORDER BY position ASC
4 queries
SELECT DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `preXX_feature` f  INNER JOIN preXX_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX) LEFT JOIN `preXX_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = XX) LEFT JOIN `preXX_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `preXX_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = XX) ORDER BY f.`position` ASC
4 queries
SELECT data FROM preXX_layered_filter_block WHERE hash=XX LIMIT XX
4 queries
SELECT l.id_linksmenutop, l.new_window, s.name, ll.link, ll.label
				FROM preXX_linksmenutop l
				LEFT JOIN preXX_linksmenutop_lang ll ON (l.id_linksmenutop = ll.id_linksmenutop AND ll.id_lang = XX AND ll.id_shop=XX)
				LEFT JOIN preXX_shop s ON l.id_shop = s.id_shop
				WHERE XX  AND l.id_linksmenutop = "XX"
				AND l.id_shop IN (XX, XX)
4 queries
SELECT *
FROM `preXX_cms` a
LEFT JOIN `preXX_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
4 queries
SELECT *
							FROM `preXX_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
3 queries
				SELECT tr.*
				FROM `preXX_tax_rule` tr
				JOIN `preXX_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 `preXX_cms` a
LEFT JOIN `preXX_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `preXX_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
3 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `preXX_feature_value` v LEFT JOIN `preXX_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `preXX_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
2 queries
SELECT `id_lang` FROM `preXX_lang`
                    WHERE `locale` = 'ru-ru'
                    OR `language_code` = 'ru-ru' LIMIT XX
2 queries
SELECT *
FROM `preXX_category` a
LEFT JOIN `preXX_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `preXX_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
2 queries
		SELECT `id_category`
		FROM `preXX_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT XX FROM `preXX_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
            SELECT COUNT(*) FROM `preXX_orders` o
            LEFT JOIN `preXX_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
            WHERE o.`id_customer` = XX
            AND ocr.`deleted` = XX AND ocr.`id_cart_rule` = XX LIMIT XX
2 queries
SELECT p.id_product, sa.out_of_stock FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pl.name FROM preXX_product p LEFT JOIN preXX_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN preXX_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN preXX_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN preXX_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN preXX_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = XX AND pl.id_lang = XX) INNER JOIN preXX_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN preXX_category_product cp ON (p.id_product = cp.id_product) INNER JOIN preXX_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN preXX_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN preXX_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value=XX)) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p LEFT JOIN preXX_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN preXX_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN preXX_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) INNER JOIN preXX_product_lang pl ON (p.id_product = pl.id_product AND pl.id_shop = XX AND pl.id_lang = XX) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, XX) <= XX, IFNULL(p.quantity, XX) <= XX AND FIELD(sa.out_of_stock, XX) DESC, p.name ASC, p.id_product DESC
2 queries
SELECT *
FROM `preXX_link_block` a
LEFT JOIN `preXX_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `preXX_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

337 translation
173 shop
85 category
71 category_lang
68 category_shop
66 product
46 product_shop
42 cart_product
40 product_attribute_shop
29 stock_available
28 product_attribute
28 product_attribute_combination
27 product_lang
25 specific_price
20 specific_price_priority
20 product_group_reduction_cache
20 pack
20 image
20 image_shop
20 image_lang
20 attribute
20 attribute_lang
20 attribute_group
16 category_group
12 module
9 module_shop
7 hook
7 cms
7 cms_lang
7 cms_shop
6 lang
6 image_type
5 currency
5 category_product
4 shop_url
4 lang_shop
4 currency_shop
4 layered_category
4 feature
4 feature_shop
4 feature_lang
4 layered_indexable_feature
4 layered_indexable_feature_lang_value
4 product_sale
4 layered_filter_block
4 cart_rule
4 linksmenutop
4 linksmenutop_lang
3 country
3 hook_alias
3 tax_rule
3 tax_rules_group
3 feature_value
3 feature_value_lang
3 layered_indexable_feature_value_lang_value
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 meta
2 meta_lang
2 currency_lang
2 group
2 group_shop
2 cart_rule_lang
2 orders
2 order_cart_rule
2 feature_product
2 link_block_lang
2 date_range
1 configuration_lang
1 module_group
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 tax
1 tax_lang
1 ganalytics_data
1 manufacturer
1 connections
1 page_type
1 page

ObjectModel instances

Name Instances Source
Category 66 /controllers/front/listing/CategoryController.php:89 (__construct) [id: 60]
/classes/Meta.php:364 (__construct) [id: 60]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 60]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 22]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 11]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 12]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 14]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 13]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 20]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 27]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 28]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 42]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 43]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 25]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 16]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 29]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 32]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 30]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 35]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 36]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 37]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 40]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 34]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 33]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 17]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 61]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 63]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 60]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 64]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 62]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 65]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 67]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 66]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 44]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 45]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 10]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 18]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 50]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 51]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 49]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 53]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 52]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 55]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 56]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 57]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 58]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 59]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 6]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 46]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 48]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 47]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 31]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 23]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 24]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 19]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 60]
/classes/Link.php:402 (__construct) [id: 60]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 60]
/classes/Link.php:402 (__construct) [id: 60]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 60]
/classes/Link.php:402 (__construct) [id: 60]
Product 40 /src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9948]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9947]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9946]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9945]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9944]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9943]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9942]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9941]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9940]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9939]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9938]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9937]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9936]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9935]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9934]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9933]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9932]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9931]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9930]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 9929]
/classes/Link.php:114 (__construct) [id: 9948]
/classes/Link.php:114 (__construct) [id: 9947]
/classes/Link.php:114 (__construct) [id: 9946]
/classes/Link.php:114 (__construct) [id: 9945]
/classes/Link.php:114 (__construct) [id: 9944]
/classes/Link.php:114 (__construct) [id: 9943]
/classes/Link.php:114 (__construct) [id: 9942]
/classes/Link.php:114 (__construct) [id: 9941]
/classes/Link.php:114 (__construct) [id: 9940]
/classes/Link.php:114 (__construct) [id: 9939]
/classes/Link.php:114 (__construct) [id: 9938]
/classes/Link.php:114 (__construct) [id: 9937]
/classes/Link.php:114 (__construct) [id: 9936]
/classes/Link.php:114 (__construct) [id: 9935]
/classes/Link.php:114 (__construct) [id: 9934]
/classes/Link.php:114 (__construct) [id: 9933]
/classes/Link.php:114 (__construct) [id: 9932]
/classes/Link.php:114 (__construct) [id: 9931]
/classes/Link.php:114 (__construct) [id: 9930]
/classes/Link.php:114 (__construct) [id: 9929]
CMS 7 /classes/Link.php:560 (__construct) [id: 1]
/classes/Link.php:560 (__construct) [id: 5]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 5]
/classes/Link.php:560 (__construct) [id: 2]
Address 4 /classes/shop/Shop.php:487 (__construct) [id: ]
/classes/Product.php:3437 (initialize) [id: ]
/classes/Product.php:3547 (__construct) [id: ]
/classes/Product.php:5675 (__construct) [id: ]
Country 4 /config/config.inc.php:154 (__construct) [id: 175]
/classes/controller/FrontController.php:317 (__construct) [id: 175]
/classes/AddressFormat.php:402 (__construct) [id: 175]
/classes/controller/FrontController.php:1707 (__construct) [id: 175]
Tax 2 /classes/tax/TaxRulesTaxManager.php:113 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:113 (__construct) [id: 1]
Language 2 /config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:550 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:685 (getCurrencyInstance) [id: 1]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 45]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 45]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
Shop 1 /config/config.inc.php:122 (initialize) [id: 1]
State 1 /classes/controller/FrontController.php:1706 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1701 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1627 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1624 (__construct) [id: 0]
Group 1 /classes/Cart.php:272 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:430 (__construct) [id: ]
Customer 1 /config/config.inc.php:272 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:562 (__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/autoload_static.php
9 /vendor/symfony/deprecation-contracts/function.php
10 /vendor/symfony/polyfill-mbstring/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap80.php
12 /vendor/symfony/polyfill-ctype/bootstrap.php
13 /vendor/symfony/polyfill-ctype/bootstrap80.php
14 /vendor/symfony/polyfill-php83/bootstrap.php
15 /vendor/symfony/polyfill-php83/bootstrap81.php
16 /vendor/symfony/var-dumper/Resources/functions/dump.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
18 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
19 /vendor/twig/twig/src/Resources/core.php
20 /vendor/twig/twig/src/Resources/debug.php
21 /vendor/twig/twig/src/Resources/escaper.php
22 /vendor/twig/twig/src/Resources/string_loader.php
23 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
24 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
25 /vendor/symfony/string/Resources/functions.php
26 /vendor/symfony/polyfill-intl-idn/bootstrap.php
27 /vendor/symfony/clock/Resources/now.php
28 /vendor/symfony/polyfill-php80/bootstrap.php
29 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
30 /vendor/jakeasmith/http_build_url/src/http_build_url.php
31 /vendor/symfony/polyfill-intl-icu/bootstrap.php
32 /vendor/ircmaxell/password-compat/lib/password.php
33 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
34 /vendor/symfony/polyfill-php73/bootstrap.php
35 /vendor/symfony/translation/Resources/functions.php
36 /src/Core/Version.php
37 /config/alias.php
38 /vendor/prestashop/autoload/src/PrestashopAutoload.php
39 /vendor/prestashop/autoload/src/LegacyClassLoader.php
40 /vendor/symfony/filesystem/Filesystem.php
41 /vendor/prestashop/autoload/src/Autoloader.php
42 /config/bootstrap.php
43 /src/Core/ContainerBuilder.php
44 /src/Core/Foundation/IoC/Container.php
45 /src/Adapter/ServiceLocator.php
46 /var/cache/prod/appParameters.php
47 /config/settings_custom.inc.php
50 /var/cache/prod/class_index.php
51 /classes/controller/Controller.php
53 /classes/ObjectModel.php
54 /src/Core/Foundation/Database/EntityInterface.php
56 /classes/db/Db.php
58 /classes/Hook.php
60 /classes/module/Module.php
61 /src/Core/Module/Legacy/ModuleInterface.php
63 /classes/Tools.php
64 /classes/Context.php
65 /classes/shop/Shop.php
66 /src/Core/Security/PasswordGenerator.php
67 /classes/db/DbPDO.php
68 /classes/AddressFormat.php
69 /classes/Configuration.php
70 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
71 /classes/Validate.php
72 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
73 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
74 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
75 /vendor/symfony/form/AbstractType.php
76 /vendor/symfony/form/FormTypeInterface.php
77 /classes/cache/Cache.php
78 /src/Adapter/EntityMapper.php
79 /classes/db/DbQuery.php
80 /src/Core/Addon/Theme/ThemeManagerBuilder.php
81 /vendor/psr/log/src/NullLogger.php
82 /vendor/psr/log/src/AbstractLogger.php
83 /vendor/psr/log/src/LoggerTrait.php
84 /vendor/psr/log/src/LoggerInterface.php
85 /src/Core/Context/ApiClientContext.php
86 /src/Adapter/Configuration.php
87 /vendor/symfony/http-foundation/ParameterBag.php
88 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
89 /src/Core/ConfigurationInterface.php
90 /src/Core/Addon/Theme/ThemeRepository.php
91 /src/Core/Addon/AddonRepositoryInterface.php
92 /src/Core/Addon/Theme/Theme.php
93 /src/Core/Addon/AddonInterface.php
94 /src/Core/Util/ArrayFinder.php
95 /vendor/symfony/property-access/PropertyAccess.php
96 /vendor/symfony/property-access/PropertyAccessorBuilder.php
97 /vendor/symfony/property-access/PropertyAccessor.php
98 /vendor/symfony/property-access/PropertyAccessorInterface.php
99 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
100 /vendor/symfony/property-info/PropertyListExtractorInterface.php
101 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
102 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
103 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
104 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
105 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
106 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
107 /vendor/symfony/property-info/Type.php
108 /vendor/symfony/string/Inflector/EnglishInflector.php
109 /vendor/symfony/string/Inflector/InflectorInterface.php
110 /vendor/symfony/property-access/PropertyPath.php
111 /vendor/symfony/property-access/PropertyPathInterface.php
112 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
113 /config/defines_uri.inc.php
114 /classes/Language.php
115 /src/Core/Language/LanguageInterface.php
116 /classes/Country.php
117 /classes/PrestaShopCollection.php
118 /classes/shop/ShopGroup.php
119 /classes/Cookie.php
120 /src/Core/Http/CookieOptions.php
121 /classes/PhpEncryption.php
122 /classes/PhpEncryptionEngine.php
123 /vendor/defuse/php-encryption/src/Key.php
124 /vendor/defuse/php-encryption/src/Encoding.php
125 /vendor/defuse/php-encryption/src/Core.php
126 /src/Core/Session/SessionHandler.php
127 /src/Core/Session/SessionHandlerInterface.php
128 /vendor/symfony/http-foundation/Session/Session.php
129 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
130 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
131 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
132 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
133 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
134 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
135 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
136 /vendor/symfony/http-foundation/Session/SessionInterface.php
137 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
138 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
139 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
140 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
141 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
142 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
143 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
144 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
145 /config/smarty.config.inc.php
146 /vendor/smarty/smarty/libs/Smarty.class.php
147 /vendor/smarty/smarty/libs/functions.php
148 /vendor/smarty/smarty/libs/Autoloader.php
149 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
150 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
151 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
152 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
153 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
154 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
155 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
156 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
157 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
158 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
159 /classes/ImageManager.php
160 /classes/Product.php
161 /classes/Profile.php
162 /classes/Tab.php
163 /config/smartyfront.config.inc.php
164 /classes/Smarty/SmartyResourceModule.php
165 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
167 /classes/Smarty/SmartyResourceParent.php
168 /classes/Smarty/SmartyLazyRegister.php
169 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
170 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
171 /override/classes/Customer.php
172 /classes/Customer.php
173 /classes/Group.php
174 /classes/Link.php
175 /classes/shop/ShopUrl.php
176 /app/FrontKernel.php
177 /app/AppKernel.php
178 /vendor/symfony/http-kernel/Kernel.php
179 /vendor/symfony/config/ConfigCache.php
180 /vendor/symfony/config/ResourceCheckerConfigCache.php
181 /vendor/symfony/config/ConfigCacheInterface.php
182 /vendor/symfony/http-kernel/KernelInterface.php
183 /vendor/symfony/http-kernel/HttpKernelInterface.php
184 /vendor/symfony/http-kernel/RebootableInterface.php
185 /vendor/symfony/http-kernel/TerminableInterface.php
186 /vendor/symfony/dotenv/Dotenv.php
187 /classes/Dispatcher.php
188 /vendor/symfony/http-foundation/Request.php
189 /vendor/symfony/http-foundation/AcceptHeader.php
190 /vendor/symfony/http-foundation/AcceptHeaderItem.php
191 /vendor/symfony/http-foundation/FileBag.php
192 /vendor/symfony/http-foundation/HeaderBag.php
193 /vendor/symfony/http-foundation/HeaderUtils.php
194 /vendor/symfony/http-foundation/InputBag.php
195 /vendor/symfony/http-foundation/ServerBag.php
196 /src/Adapter/SymfonyContainer.php
197 /config/db_slave_server.inc.php
198 /src/Adapter/ContainerBuilder.php
199 /src/Adapter/Environment.php
200 /src/Core/EnvironmentInterface.php
201 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
202 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
203 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
204 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
205 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
206 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
207 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
208 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
209 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
210 /vendor/symfony/cache/Adapter/ArrayAdapter.php
211 /vendor/psr/log/src/LoggerAwareTrait.php
212 /vendor/symfony/cache/Adapter/AdapterInterface.php
213 /vendor/symfony/cache/CacheItem.php
214 /vendor/symfony/cache-contracts/ItemInterface.php
215 /vendor/psr/cache/src/CacheItemInterface.php
216 /vendor/psr/cache/src/CacheItemPoolInterface.php
217 /vendor/symfony/cache-contracts/CacheInterface.php
218 /vendor/psr/log/src/LoggerAwareInterface.php
219 /vendor/symfony/cache/ResettableInterface.php
220 /vendor/symfony/service-contracts/ResetInterface.php
221 /vendor/doctrine/orm/src/Tools/Setup.php
222 /vendor/doctrine/deprecations/src/Deprecation.php
223 /vendor/doctrine/orm/src/Configuration.php
224 /vendor/doctrine/dbal/src/Configuration.php
225 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
226 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
227 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
228 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
229 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
230 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
231 /vendor/doctrine/lexer/src/AbstractLexer.php
232 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
233 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
234 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
235 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
236 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
237 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
238 /src/Adapter/Container/LegacyContainerBuilder.php
239 /vendor/symfony/dependency-injection/ContainerBuilder.php
240 /vendor/symfony/dependency-injection/Container.php
241 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
242 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
243 /vendor/symfony/dependency-injection/ServiceLocator.php
244 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
245 /vendor/psr/container/src/ContainerExceptionInterface.php
246 /vendor/psr/container/src/NotFoundExceptionInterface.php
247 /vendor/symfony/service-contracts/ServiceProviderInterface.php
248 /vendor/psr/container/src/ContainerInterface.php
249 /vendor/symfony/dependency-injection/ContainerInterface.php
250 /vendor/symfony/dependency-injection/TaggedContainerInterface.php
251 /src/Adapter/Container/LegacyContainerInterface.php
252 /vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php
253 /vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php
254 /vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php
255 /vendor/symfony/config/Resource/ResourceInterface.php
256 /vendor/symfony/dependency-injection/Definition.php
257 /vendor/symfony/config/Resource/FileResource.php
258 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
259 /src/PrestaShopBundle/DependencyInjection/Compiler/LoadServicesFromModulesPass.php
260 /vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php
261 /vendor/symfony/dependency-injection/Compiler/PassConfig.php
262 /src/PrestaShopBundle/PrestaShopBundle.php
263 /vendor/symfony/http-kernel/Bundle/Bundle.php
264 /vendor/symfony/http-kernel/Bundle/BundleInterface.php
265 /vendor/symfony/dependency-injection/Compiler/Compiler.php
266 /vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
267 /vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php
268 /vendor/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php
269 /vendor/symfony/dependency-injection/Compiler/AutowireAsDecoratorPass.php
270 /vendor/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php
271 /vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
272 /vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php
273 /vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php
274 /vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php
275 /vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php
276 /vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php
277 /vendor/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php
278 /vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php
279 /vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php
280 /vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php
281 /vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php
282 /vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php
283 /vendor/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php
284 /vendor/symfony/dependency-injection/Compiler/AutowireRequiredPropertiesPass.php
285 /vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php
286 /vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php
287 /vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php
288 /vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php
289 /vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php
290 /vendor/symfony/dependency-injection/Compiler/AutowirePass.php
291 /vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php
292 /vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php
293 /vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php
294 /vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php
295 /vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
296 /vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php
297 /vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php
298 /vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php
299 /vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php
300 /vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php
301 /vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php
302 /vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php
303 /vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
304 /vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php
305 /vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php
306 /vendor/symfony/dependency-injection/Compiler/ResolveHotPathPass.php
307 /vendor/symfony/dependency-injection/Compiler/ResolveNoPreloadPass.php
308 /vendor/symfony/dependency-injection/Compiler/AliasDeprecatedPublicServicesPass.php
309 /vendor/symfony/dependency-injection/Compiler/RemoveBuildParametersPass.php
310 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php
311 /vendor/symfony/config/Resource/ComposerResource.php
312 /classes/container/LegacyCompilerPass.php
313 /src/Adapter/Container/ContainerParametersExtension.php
314 /src/Adapter/Container/ContainerBuilderExtensionInterface.php
315 /src/Adapter/Container/DoctrineBuilderExtension.php
316 /app/config/set_parameters.php
317 /app/config/parameters.php
318 /src/Adapter/Module/Repository/ModuleRepository.php
319 /src/Core/Repository/AbstractObjectModelRepository.php
320 /vendor/symfony/finder/Finder.php
321 /vendor/symfony/finder/Iterator/FileTypeFilterIterator.php
322 /vendor/symfony/finder/Comparator/NumberComparator.php
323 /vendor/symfony/finder/Comparator/Comparator.php
324 /vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php
325 /vendor/symfony/finder/SplFileInfo.php
326 /vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php
327 /vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php
328 /vendor/symfony/finder/Iterator/PathFilterIterator.php
329 /vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php
330 /vendor/symfony/config/FileLocator.php
331 /vendor/symfony/config/FileLocatorInterface.php
332 /src/PrestaShopBundle/DependencyInjection/Config/ConfigYamlLoader.php
333 /vendor/symfony/config/Loader/FileLoader.php
334 /vendor/symfony/config/Loader/Loader.php
335 /vendor/symfony/config/Loader/LoaderInterface.php
336 /vendor/symfony/yaml/Yaml.php
337 /vendor/symfony/yaml/Parser.php
338 /vendor/symfony/yaml/Inline.php
339 /vendor/symfony/yaml/Unescaper.php
340 /vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php
341 /vendor/symfony/doctrine-bridge/DependencyInjection/AbstractDoctrineExtension.php
342 /vendor/symfony/http-kernel/DependencyInjection/Extension.php
343 /vendor/symfony/dependency-injection/Extension/Extension.php
344 /vendor/symfony/dependency-injection/Extension/ExtensionInterface.php
345 /vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php
346 /src/PrestaShopBundle/DependencyInjection/Compiler/ModulesDoctrineCompilerPass.php
347 /vendor/symfony/dependency-injection/Loader/YamlFileLoader.php
348 /vendor/symfony/dependency-injection/Loader/FileLoader.php
349 /vendor/symfony/yaml/Tag/TaggedValue.php
350 /vendor/symfony/dependency-injection/Reference.php
351 /vendor/symfony/dependency-injection/Alias.php
352 /vendor/symfony/expression-language/Expression.php
353 /vendor/symfony/dependency-injection/ChildDefinition.php
354 /vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php
355 /vendor/symfony/dependency-injection/Argument/IteratorArgument.php
356 /vendor/symfony/dependency-injection/Argument/ArgumentInterface.php
357 /modules/contactform/vendor/autoload.php
358 /modules/contactform/vendor/composer/autoload_real.php
359 /modules/contactform/vendor/composer/platform_check.php
360 /modules/contactform/vendor/composer/autoload_static.php
361 /modules/ps_eventbus/vendor/autoload.php
362 /modules/ps_eventbus/vendor/composer/autoload_real.php
363 /modules/ps_eventbus/vendor/composer/autoload_static.php
364 /modules/ps_banner/vendor/autoload.php
365 /modules/ps_banner/vendor/composer/autoload_real.php
366 /modules/ps_banner/vendor/composer/autoload_static.php
367 /modules/ps_contactinfo/vendor/autoload.php
368 /modules/ps_contactinfo/vendor/composer/autoload_real.php
369 /modules/ps_contactinfo/vendor/composer/autoload_static.php
370 /modules/blockwishlist/vendor/autoload.php
371 /modules/blockwishlist/vendor/composer/autoload_real.php
372 /modules/blockwishlist/vendor/composer/autoload_static.php
373 /modules/ps_facetedsearch/vendor/autoload.php
374 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
375 /modules/ps_facetedsearch/vendor/composer/platform_check.php
376 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
377 /modules/ps_linklist/vendor/autoload.php
378 /modules/ps_linklist/vendor/composer/autoload_real.php
379 /modules/ps_linklist/vendor/composer/autoload_static.php
380 /modules/ps_emailalerts/vendor/autoload.php
381 /modules/ps_emailalerts/vendor/composer/autoload_real.php
382 /modules/ps_emailalerts/vendor/composer/autoload_static.php
383 /modules/ps_featuredproducts/vendor/autoload.php
384 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
385 /modules/ps_featuredproducts/vendor/composer/platform_check.php
386 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
387 /modules/ps_specials/vendor/autoload.php
388 /modules/ps_specials/vendor/composer/autoload_real.php
389 /modules/ps_specials/vendor/composer/platform_check.php
390 /modules/ps_specials/vendor/composer/autoload_static.php
391 /modules/autoupgrade/vendor/autoload.php
392 /modules/autoupgrade/vendor/composer/autoload_real.php
393 /modules/autoupgrade/vendor/composer/autoload_static.php
394 /modules/autoupgrade/vendor/symfony/polyfill-php72/bootstrap.php
395 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
396 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
397 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
398 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
399 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
400 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
401 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
402 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
403 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
404 /modules/ps_newproducts/vendor/autoload.php
405 /modules/ps_newproducts/vendor/composer/autoload_real.php
406 /modules/ps_newproducts/vendor/composer/platform_check.php
407 /modules/ps_newproducts/vendor/composer/autoload_static.php
408 /modules/ps_crossselling/vendor/autoload.php
409 /modules/ps_crossselling/vendor/composer/autoload_real.php
410 /modules/ps_crossselling/vendor/composer/platform_check.php
411 /modules/ps_crossselling/vendor/composer/autoload_static.php
412 /modules/ps_viewedproduct/vendor/autoload.php
413 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
414 /modules/ps_viewedproduct/vendor/composer/platform_check.php
415 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
416 /modules/ps_themecusto/vendor/autoload.php
417 /modules/ps_themecusto/vendor/composer/autoload_real.php
418 /modules/ps_themecusto/vendor/composer/autoload_static.php
419 /modules/ps_categoryproducts/vendor/autoload.php
420 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
421 /modules/ps_categoryproducts/vendor/composer/platform_check.php
422 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
423 /modules/ps_categorytree/vendor/autoload.php
424 /modules/ps_categorytree/vendor/composer/autoload_real.php
425 /modules/ps_categorytree/vendor/composer/autoload_static.php
426 /modules/statsdata/vendor/autoload.php
427 /modules/statsdata/vendor/composer/autoload_real.php
428 /modules/statsdata/vendor/composer/platform_check.php
429 /modules/statsdata/vendor/composer/autoload_static.php
430 /modules/ps_imageslider/vendor/autoload.php
431 /modules/ps_imageslider/vendor/composer/autoload_real.php
432 /modules/ps_imageslider/vendor/composer/autoload_static.php
433 /modules/ps_bestsellers/vendor/autoload.php
434 /modules/ps_bestsellers/vendor/composer/autoload_real.php
435 /modules/ps_bestsellers/vendor/composer/platform_check.php
436 /modules/ps_bestsellers/vendor/composer/autoload_static.php
437 /modules/ps_mbo/vendor/autoload.php
438 /modules/ps_mbo/vendor/composer/autoload_real.php
439 /modules/ps_mbo/vendor/composer/platform_check.php
440 /modules/ps_mbo/vendor/composer/autoload_static.php
441 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
442 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
443 /modules/ps_mbo/vendor/php-http/message/src/filters.php
444 /modules/ps_mbo/vendor/ralouphie/getallheaders/src/getallheaders.php
445 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php
446 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php
447 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
448 /modules/ps_mbo/bootstrap.php
449 /modules/ps_accounts/vendor/autoload.php
450 /modules/ps_accounts/vendor/composer/autoload_real.php
451 /modules/ps_accounts/vendor/composer/platform_check.php
452 /modules/ps_accounts/vendor/composer/autoload_static.php
453 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
454 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
455 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
456 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
457 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
458 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
459 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
460 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
461 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
462 /vendor/symfony/config/Definition/BaseNode.php
463 /vendor/symfony/config/Definition/NodeInterface.php
464 /vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php
465 /vendor/symfony/config/Definition/ConfigurationInterface.php
466 /vendor/symfony/config/Definition/Processor.php
467 /vendor/symfony/config/Definition/Builder/TreeBuilder.php
468 /vendor/symfony/config/Definition/Builder/NodeParentInterface.php
469 /vendor/symfony/config/Definition/Builder/NodeBuilder.php
470 /vendor/symfony/config/Definition/Builder/ArrayNodeDefinition.php
471 /vendor/symfony/config/Definition/Builder/NodeDefinition.php
472 /vendor/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php
473 /vendor/symfony/config/Definition/Builder/BuilderAwareInterface.php
474 /vendor/symfony/config/Definition/Builder/NormalizationBuilder.php
475 /vendor/symfony/config/Definition/Builder/ExprBuilder.php
476 /vendor/symfony/config/Definition/Builder/ScalarNodeDefinition.php
477 /vendor/symfony/config/Definition/Builder/VariableNodeDefinition.php
478 /vendor/symfony/config/Definition/ScalarNode.php
479 /vendor/symfony/config/Definition/VariableNode.php
480 /vendor/symfony/config/Definition/PrototypeNodeInterface.php
481 /vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php
482 /vendor/symfony/config/Definition/BooleanNode.php
483 /vendor/symfony/config/Definition/Builder/ValidationBuilder.php
484 /vendor/doctrine/dbal/src/Connection.php
485 /vendor/doctrine/dbal/src/ArrayParameterType.php
486 /vendor/doctrine/dbal/src/ParameterType.php
487 /vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php
488 /vendor/symfony/config/Definition/Builder/NumericNodeDefinition.php
489 /vendor/symfony/config/Definition/IntegerNode.php
490 /vendor/symfony/config/Definition/NumericNode.php
491 /vendor/symfony/config/Definition/ArrayNode.php
492 /vendor/symfony/config/Definition/PrototypedArrayNode.php
493 /vendor/doctrine/orm/src/EntityManager.php
494 /vendor/doctrine/orm/src/EntityManagerInterface.php
495 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
496 /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php
497 /vendor/symfony/dependency-injection/Loader/XmlFileLoader.php
498 /vendor/symfony/config/Util/XmlUtils.php
499 /vendor/symfony/dependency-injection/Argument/BoundArgument.php
500 /vendor/symfony/dependency-injection/Attribute/Target.php
501 /vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php
502 /vendor/doctrine/dbal/src/Logging/Middleware.php
503 /vendor/doctrine/dbal/src/Driver/Middleware.php
504 /vendor/symfony/messenger/MessageBusInterface.php
505 /vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php
506 /vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php
507 /vendor/symfony/messenger/Middleware/MiddlewareInterface.php
508 /vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php
509 /vendor/symfony/event-dispatcher/EventSubscriberInterface.php
510 /vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php
511 /vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaListener.php
512 /vendor/symfony/doctrine-bridge/SchemaListener/AbstractSchemaListener.php
513 /vendor/doctrine/event-manager/src/EventSubscriber.php
514 /vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php
515 /vendor/symfony/messenger/Transport/TransportFactoryInterface.php
516 /vendor/doctrine/orm/src/UnitOfWork.php
517 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
518 /vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php
519 /vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaListener.php
520 /vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php
521 /vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaListener.php
522 /vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php
523 /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php
524 /vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php
525 /vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php
526 /vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php
527 /vendor/symfony/console/Command/Command.php
528 /vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php
529 /vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php
530 /vendor/doctrine/orm/src/Tools/Export/ClassMetadataExporter.php
531 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php
532 /vendor/symfony/property-info/PropertyInfoExtractorInterface.php
533 /vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php
534 /vendor/symfony/validator/Mapping/Loader/LoaderInterface.php
535 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php
536 /vendor/symfony/config/Loader/LoaderResolver.php
537 /vendor/symfony/config/Loader/LoaderResolverInterface.php
538 /vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
539 /vendor/symfony/config/Resource/ClassExistenceResource.php
540 /src/Core/FeatureFlag/FeatureFlagManager.php
541 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
542 /vendor/symfony/config/Resource/ReflectionClassResource.php
543 /vendor/symfony/dependency-injection/Attribute/Autoconfigure.php
544 /src/Core/FeatureFlag/Layer/EnvLayer.php
545 /src/Core/FeatureFlag/TypeLayerInterface.php
546 /src/Core/FeatureFlag/Layer/DbLayer.php
547 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
548 /src/Core/FeatureFlag/Layer/QueryLayer.php
549 /src/Adapter/Country/CountryDataProvider.php
550 /vendor/symfony/dependency-injection/Attribute/AsDecorator.php
551 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
552 /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
553 /vendor/symfony/dependency-injection/EnvVarProcessor.php
554 /vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php
555 /vendor/symfony/finder/Iterator/FilenameFilterIterator.php
556 /vendor/symfony/finder/Glob.php
557 /src/Core/Util/Inflector.php
558 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
559 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
560 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
561 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
562 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
563 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
564 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
565 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
566 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
567 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
568 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
569 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
570 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
571 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
572 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
573 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
574 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
575 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
576 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
577 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
578 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php
579 /vendor/symfony/doctrine-bridge/DependencyInjection/CompilerPass/RegisterMappingsPass.php
580 /vendor/symfony/config/Resource/DirectoryResource.php
581 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
582 /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php
583 /vendor/doctrine/orm/src/Mapping/NamingStrategy.php
584 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
585 /vendor/symfony/var-exporter/ProxyHelper.php
586 /vendor/symfony/dependency-injection/Attribute/Autowire.php
587 /vendor/symfony/dependency-injection/Attribute/TaggedLocator.php
588 /vendor/symfony/dependency-injection/Attribute/AutowireLocator.php
589 /vendor/symfony/dependency-injection/Argument/ServiceLocatorArgument.php
590 /vendor/symfony/dependency-injection/TypedReference.php
591 /src/Core/FeatureFlag/FeatureFlagSettings.php
592 /vendor/symfony/dependency-injection/Exception/RuntimeException.php
593 /vendor/symfony/dependency-injection/Exception/ExceptionInterface.php
594 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php
595 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php
596 /vendor/symfony/dependency-injection/ExpressionLanguage.php
597 /vendor/symfony/expression-language/ExpressionLanguage.php
598 /vendor/symfony/expression-language/ParsedExpression.php
599 /vendor/symfony/dependency-injection/ExpressionLanguageProvider.php
600 /vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php
601 /vendor/symfony/expression-language/ExpressionFunction.php
602 /vendor/symfony/expression-language/Compiler.php
603 /vendor/symfony/expression-language/Parser.php
604 /vendor/symfony/expression-language/Lexer.php
605 /vendor/symfony/expression-language/Token.php
606 /vendor/symfony/expression-language/TokenStream.php
607 /vendor/symfony/expression-language/Node/FunctionNode.php
608 /vendor/symfony/expression-language/Node/Node.php
609 /vendor/symfony/expression-language/Node/ConstantNode.php
610 /vendor/symfony/expression-language/Node/ArgumentsNode.php
611 /vendor/symfony/expression-language/Node/ArrayNode.php
612 /vendor/symfony/expression-language/Node/GetAttrNode.php
613 /vendor/symfony/expression-language/Node/ConditionalNode.php
614 /vendor/symfony/expression-language/Node/BinaryNode.php
615 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
616 /vendor/doctrine/orm/src/EntityRepository.php
617 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
618 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
619 /vendor/symfony/http-foundation/RequestStack.php
620 /vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php
621 /vendor/symfony/dependency-injection/Dumper/PhpDumper.php
622 /vendor/symfony/dependency-injection/Dumper/Dumper.php
623 /vendor/symfony/dependency-injection/Dumper/DumperInterface.php
624 /src/Adapter/Container/LegacyContainer.php
625 /vendor/symfony/dependency-injection/LazyProxy/PhpDumper/LazyServiceDumper.php
626 /vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php
627 /vendor/symfony/var-exporter/LazyGhostTrait.php
628 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
629 /vendor/symfony/var-exporter/Internal/Hydrator.php
630 /vendor/symfony/var-exporter/VarExporter.php
631 /vendor/symfony/var-exporter/Internal/Exporter.php
632 /vendor/symfony/dependency-injection/Variable.php
633 /src/Adapter/Employee/EmployeeRepository.php
634 /modules/ps_accounts/src/Presenter/PsAccountsPresenter.php
635 /modules/ps_accounts/src/Presenter/PresenterInterface.php
636 /modules/ps_accounts/src/ServiceProvider/StaticProvider.php
637 /modules/ps_accounts/src/Repository/UserTokenRepository.php
638 /modules/ps_accounts/src/Repository/TokenRepository.php
639 /modules/ps_accounts/src/Service/PsAccountsService.php
640 /modules/ps_accounts/src/Service/PsBillingService.php
641 /src/Adapter/Bundle/AssetsInstaller.php
642 /src/Adapter/ContextStateManager.php
643 /src/Adapter/Currency/CurrencyDataProvider.php
644 /src/Core/Currency/CurrencyDataProviderInterface.php
645 /src/Adapter/LegacyContext.php
646 /src/Adapter/Tools.php
647 /src/Core/Crypto/Hashing.php
648 /src/Core/Hook/HookModuleFilter.php
649 /src/Core/Hook/HookModuleFilterInterface.php
650 /src/Core/Localization/CLDR/LocaleRepository.php
651 /src/Core/Localization/Locale/Repository.php
652 /src/Core/Localization/Locale/RepositoryInterface.php
653 /src/PrestaShopBundle/Http/RequestStackFactory.php
654 /src/PrestaShopBundle/DependencyInjection/CacheAdapterFactory.php
655 /vendor/doctrine/doctrine-bundle/Registry.php
656 /vendor/symfony/doctrine-bridge/ManagerRegistry.php
657 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
658 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
659 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
660 /src/PrestaShopBundle/Doctrine/DatabaseConnection.php
661 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
662 /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php
663 /vendor/doctrine/event-manager/src/EventManager.php
664 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
665 /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php
666 /vendor/doctrine/orm/src/Internal/SQLResultCasing.php
667 /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php
668 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
669 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
670 /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php
671 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
672 /vendor/doctrine/orm/src/Repository/RepositoryFactory.php
673 /vendor/doctrine/orm/src/Proxy/Autoloader.php
674 /vendor/doctrine/common/src/Proxy/Autoloader.php
675 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
676 /src/Adapter/Employee/EmployeeLanguageUpdater.php
677 /src/Adapter/Validate.php
678 /vendor/prestashop/circuit-breaker/src/AdvancedCircuitBreakerFactory.php
679 /vendor/prestashop/circuit-breaker/src/Contract/FactoryInterface.php
680 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
681 /vendor/symfony/cache/Adapter/AbstractAdapter.php
682 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
683 /vendor/symfony/cache/Traits/ContractsTrait.php
684 /vendor/symfony/cache-contracts/CacheTrait.php
685 /vendor/psr/cache/src/InvalidArgumentException.php
686 /vendor/psr/cache/src/CacheException.php
687 /vendor/symfony/cache/Traits/FilesystemTrait.php
688 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
689 /vendor/symfony/cache/PruneableInterface.php
690 /vendor/prestashop/circuit-breaker/src/Storage/DoctrineCache.php
691 /vendor/prestashop/circuit-breaker/src/Contract/StorageInterface.php
692 /src/Core/Filter/FrontEndObject/CartFilter.php
693 /src/Core/Filter/HashMapWhitelistFilter.php
694 /src/Core/Filter/FilterInterface.php
695 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
696 /src/Core/Filter/FrontEndObject/CustomerFilter.php
697 /src/Core/Filter/FrontEndObject/MainFilter.php
698 /src/Core/Filter/FrontEndObject/ShopFilter.php
699 /src/Core/Filter/FrontEndObject/ProductFilter.php
700 /src/Core/Filter/CollectionFilter.php
701 /src/Core/Filter/FrontEndObject/SearchResultProductFilter.php
702 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
703 /src/Core/Data/Layer/AbstractDataLayer.php
704 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
705 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
706 /src/Core/Localization/CLDR/Reader.php
707 /src/Core/Localization/CLDR/ReaderInterface.php
708 /src/Core/Localization/CLDR/LocaleDataSource.php
709 /src/Core/Localization/Currency/CurrencyDataSource.php
710 /src/Core/Localization/Currency/DataSourceInterface.php
711 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
712 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
713 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
714 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
715 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
716 /src/Core/Localization/Currency/Repository.php
717 /src/Core/Localization/Currency/RepositoryInterface.php
718 /src/Core/Localization/Locale.php
719 /src/Core/Localization/LocaleInterface.php
720 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
721 /modules/productcomments/src/Repository/ProductCommentCriterionRepository.php
722 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
723 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
724 /modules/productcomments/src/Repository/ProductCommentRepository.php
725 /vendor/symfony/var-exporter/LazyProxyTrait.php
726 /controllers/front/listing/CategoryController.php
727 /override/classes/controller/ProductListingFrontController.php
728 /classes/controller/ProductListingFrontController.php
729 /classes/controller/ProductPresentingFrontController.php
730 /classes/controller/FrontController.php
731 /src/PrestaShopBundle/Translation/TranslatorComponent.php
732 /vendor/symfony/translation/Translator.php
733 /vendor/symfony/translation/MessageCatalogue.php
734 /vendor/symfony/translation/MessageCatalogueInterface.php
735 /vendor/symfony/translation/MetadataAwareInterface.php
736 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
737 /vendor/symfony/translation-contracts/TranslatorInterface.php
738 /vendor/symfony/translation/TranslatorBagInterface.php
739 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
740 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
741 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
742 /src/PrestaShopBundle/Translation/TranslatorInterface.php
743 /vendor/symfony/translation/Formatter/MessageFormatter.php
744 /vendor/symfony/translation/Formatter/IntlFormatter.php
745 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
746 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
747 /vendor/symfony/translation/IdentityTranslator.php
748 /vendor/symfony/translation-contracts/TranslatorTrait.php
749 /vendor/symfony/config/ConfigCacheFactory.php
750 /vendor/symfony/config/ConfigCacheFactoryInterface.php
751 /src/Adapter/ContainerFinder.php
752 /src/Core/Exception/ContainerNotFoundException.php
753 /vendor/symfony/translation/Loader/XliffFileLoader.php
754 /vendor/symfony/translation/Loader/LoaderInterface.php
755 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
756 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
757 /src/Adapter/Presenter/Object/ObjectPresenter.php
758 /src/Adapter/Presenter/PresenterInterface.php
759 /src/Adapter/Presenter/Cart/CartPresenter.php
760 /src/Adapter/Image/ImageRetriever.php
761 /classes/tax/TaxConfiguration.php
762 /classes/Smarty/TemplateFinder.php
763 /classes/assets/StylesheetManager.php
764 /classes/assets/AbstractAssetManager.php
765 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
766 /classes/assets/JavascriptManager.php
767 /classes/assets/CccReducer.php
768 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
769 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
770 /vendor/prestashop/decimal/src/Operation/Rounding.php
771 /src/Core/Localization/Specification/Price.php
772 /src/Core/Localization/Specification/Number.php
773 /src/Core/Localization/Specification/NumberInterface.php
774 /src/Core/Localization/Specification/Factory.php
775 /src/Core/Localization/CLDR/LocaleData.php
776 /src/Core/Localization/CLDR/NumberSymbolsData.php
777 /src/Core/Localization/CLDR/CurrencyData.php
778 /src/Core/Localization/CLDR/Locale.php
779 /src/Core/Localization/CLDR/LocaleInterface.php
780 /src/Core/Localization/Specification/NumberSymbolList.php
781 /classes/Currency.php
782 /src/Core/Localization/Currency/LocalizedCurrencyId.php
783 /classes/webservice/WebserviceRequest.php
784 /src/Core/Localization/Currency/CurrencyData.php
785 /src/Core/Localization/Currency/CurrencyCollection.php
786 /src/Core/Localization/Currency.php
787 /src/Core/Localization/CurrencyInterface.php
788 /src/Core/Localization/Specification/NumberCollection.php
789 /src/Core/Localization/Number/Formatter.php
790 /classes/Cart.php
791 /src/Adapter/AddressFactory.php
792 /classes/CartRule.php
793 /src/Core/Domain/Product/ValueObject/RedirectType.php
794 /src/Core/Util/DateTime/DateTime.php
795 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
796 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
797 /src/Core/Domain/Product/ValueObject/ProductType.php
798 /src/Core/Domain/Product/ValueObject/Reference.php
799 /src/Core/Domain/Product/ValueObject/Gtin.php
800 /src/Core/Domain/Product/ValueObject/Isbn.php
801 /src/Core/Domain/Product/ValueObject/Upc.php
802 /src/Core/Domain/Product/ProductSettings.php
803 /classes/Category.php
804 /src/Core/Domain/Category/ValueObject/RedirectType.php
805 /src/Core/Domain/Category/CategorySettings.php
806 /src/Core/Domain/Category/SeoSettings.php
807 /src/Adapter/Presenter/Category/CategoryPresenter.php
808 /src/Adapter/Presenter/Category/CategoryLazyArray.php
809 /src/Adapter/Presenter/AbstractLazyArray.php
810 /src/Adapter/Presenter/LazyArrayAttribute.php
811 /src/Core/Domain/Shop/ValueObject/ShopId.php
812 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
813 /modules/blockreassurance/blockreassurance.php
814 /src/Core/Module/WidgetInterface.php
815 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
816 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
817 /vendor/symfony/translation/Util/XliffUtils.php
818 /src/PrestaShopBundle/Translation/DomainNormalizer.php
819 /src/Adapter/Localization/LegacyTranslator.php
820 /classes/Translate.php
821 /modules/blockreassurance/translations/ru.php
822 /classes/Media.php
823 /modules/ps_emailsubscription/ps_emailsubscription.php
824 /modules/ps_emailalerts/ps_emailalerts.php
825 /modules/ps_emailalerts/MailAlert.php
826 /modules/ps_socialfollow/ps_socialfollow.php
827 /src/Adapter/Presenter/Cart/CartLazyArray.php
828 /src/Adapter/Product/PriceFormatter.php
829 /classes/Gender.php
830 /src/Core/Domain/Title/ValueObject/Gender.php
831 /classes/Risk.php
832 /classes/Meta.php
833 /classes/Address.php
834 /classes/ImageType.php
835 /classes/State.php
836 /src/Core/Security/PasswordPolicyConfiguration.php
837 /src/Core/Configuration/DataConfigurationInterface.php
838 /src/Core/Security/Hashing.php
839 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
840 /classes/ProductAssembler.php
841 /src/Core/Product/Search/ProductSearchContext.php
842 /modules/ps_shoppingcart/ps_shoppingcart.php
843 /modules/ps_searchbar/ps_searchbar.php
844 /modules/ps_imageslider/ps_imageslider.php
845 /modules/ps_imageslider/Ps_HomeSlide.php
846 /modules/productcomments/productcomments.php
847 /modules/ps_googleanalytics/ps_googleanalytics.php
848 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
849 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
850 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
851 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
852 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
853 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
854 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
855 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
856 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
857 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
858 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
859 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
860 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
861 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
862 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
863 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
864 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
865 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php
866 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
867 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php
868 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
869 /var/cache/prod/smarty/compile/sanrelax/94/55/a7/9455a7f5fbf9b865cc28a1fc7604890503ed301a_2.file.ps_googleanalytics.tpl.php
870 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
871 /modules/ph_social_links/ph_social_links.php
872 /modules/ph_social_links/classes/ph_social_link_defines.php
873 /modules/ph_social_links/translations/ru.php
874 /modules/ets_manufacturerslider/ets_manufacturerslider.php
875 /modules/ets_manufacturerslider/translations/ru.php
876 /modules/ets_productlistpagination/ets_productlistpagination.php
877 /modules/ets_productlistpagination/classes/ets_plp_defines.php
878 /modules/ets_productlistpagination/translations/ru.php
879 /modules/psloginregphone/psloginregphone.php
880 /modules/psloginregphone/classes/LpRequiredClasses.php
881 /modules/psloginregphone/classes/LoggerLp.php
882 /modules/psloginregphone/classes/SmsProvider.php
883 /modules/psdadata/psdadata.php
884 /modules/psdadata/translations/ru.php
885 /var/cache/prod/smarty/compile/sanrelax/cd/cc/ac/cdccac79635de69757d3f0fc292970e9bd5140e8_2.file.topheader.tpl.php
886 /modules/custom_accessories/custom_accessories.php
887 /src/Core/Product/Search/ProductSearchQuery.php
888 /modules/ps_facetedsearch/src/Product/SearchProvider.php
889 /src/Core/Product/Search/FacetsRendererInterface.php
890 /src/Core/Product/Search/ProductSearchProviderInterface.php
891 /modules/ps_facetedsearch/src/Filters/Converter.php
892 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
893 /modules/ps_facetedsearch/src/Filters/Provider.php
894 /modules/ps_facetedsearch/src/URLSerializer.php
895 /modules/ps_facetedsearch/src/Product/SearchFactory.php
896 /src/Adapter/Presenter/Product/ProductPresenter.php
897 /src/Core/Product/ProductPresentationSettings.php
898 /modules/custom_accessories/translations/ru.php
899 /src/Core/Product/Search/SortOrder.php
900 /modules/ps_facetedsearch/ps_facetedsearch.php
901 /modules/ps_facetedsearch/src/HookDispatcher.php
902 /modules/ps_facetedsearch/src/Hook/Attribute.php
903 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
904 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
905 /modules/ps_facetedsearch/src/Hook/Category.php
906 /modules/ps_facetedsearch/src/Hook/Configuration.php
907 /modules/ps_facetedsearch/src/Hook/Design.php
908 /modules/ps_facetedsearch/src/Hook/Feature.php
909 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
910 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
911 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
912 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
913 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
914 /modules/ps_facetedsearch/src/Hook/Product.php
915 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
916 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
917 /src/Core/Product/Search/ProductSearchResult.php
918 /modules/ps_facetedsearch/src/Product/Search.php
919 /modules/ps_facetedsearch/src/Adapter/MySQL.php
920 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
921 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
922 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
923 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
924 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
925 /modules/ps_facetedsearch/src/Filters/Products.php
926 /classes/stock/StockAvailable.php
927 /modules/ps_facetedsearch/src/Filters/Block.php
928 /src/Core/Product/Search/Facet.php
929 /src/Core/Product/Search/Filter.php
930 /vendor/prestashop/decimal/src/DecimalNumber.php
931 /vendor/prestashop/decimal/src/Builder.php
932 /src/Core/Product/Search/FacetCollection.php
933 /classes/Pack.php
934 /classes/Combination.php
935 /classes/SpecificPrice.php
936 /classes/tax/TaxManagerFactory.php
937 /classes/tax/TaxRulesTaxManager.php
938 /classes/tax/TaxManagerInterface.php
939 /classes/tax/Tax.php
940 /classes/tax/TaxCalculator.php
941 /classes/GroupReduction.php
942 /src/Core/Localization/CLDR/ComputingPrecision.php
943 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
944 /classes/order/Order.php
945 /classes/ProductPresenterFactory.php
946 /src/Adapter/Presenter/Product/ProductListingPresenter.php
947 /src/Adapter/Product/ProductColorsRetriever.php
948 /src/Adapter/HookManager.php
949 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
950 /src/Adapter/Presenter/Product/ProductLazyArray.php
951 /classes/Image.php
952 /src/Core/Image/ImageFormatConfiguration.php
953 /src/Core/Image/ImageFormatConfigurationInterface.php
954 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
955 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
956 /vendor/smarty/smarty/libs/plugins/modifier.count.php
957 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
958 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
959 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
960 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
961 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
962 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
963 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
964 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
965 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
966 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
967 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
968 /var/cache/prod/smarty/compile/sanrelax/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
969 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
970 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
971 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
972 /var/cache/prod/smarty/compile/sanrelax/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
973 /src/Core/Product/Search/Pagination.php
974 /vendor/defuse/php-encryption/src/Crypto.php
975 /vendor/defuse/php-encryption/src/KeyOrPassword.php
976 /vendor/defuse/php-encryption/src/RuntimeTests.php
977 /vendor/defuse/php-encryption/src/DerivedKeys.php
978 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
979 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
980 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
981 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
982 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/f0/d5/32/f0d532943cd4c6cc25e3548b5bcafb3eb31bc9eb_2.file.category.tpl.php
983 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/25/5f/23/255f23485dd40af638eac53434f7c785deaa5de8_2.file.category.tpl.php
984 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
985 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/97/94/5c/97945cfc2ffd6697e6653efc969cefc9e227a2a5_2.file.product-list.tpl.php
986 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/60/72/5a/60725a42757262b78b4cfb25cf57ed3f9626ce63_2.file.layout-left-column.tpl.php
987 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/7a/45/ca/7a45cab5fb672b5b2612086e7607869f7efe61f5_2.file.layout-both-columns.tpl.php
988 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
989 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/2d/57/b1/2d57b1ebf5ee1222934726f147588acaa0ab9211_2.file.helpers.tpl.php
990 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
991 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
992 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/85/6a/a9/856aa9d1784f5ff3a0ec5be318c8c481ea298af7_2.file.head.tpl.php
993 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
994 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
995 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/d9/60/88/d96088058d2a2a034f2ad52f7a85eca1e2e5dc95_2.file.preload.tpl.php
996 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
997 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/7e/4d/01/7e4d01e07f06756acfaf06c2800ea7806957dd8c_2.file.preload.html.php
998 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
999 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/e9/7d/64/e97d6472929f3dd0b04a8d649725be7635ad0471_2.file.head-jsonld.tpl.php
1000 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/45/83/06/458306b5c89eabef04125f9b5b49fbcfe5141ae1_2.file.product-list-jsonld.tpl.php
1001 /src/Core/Util/String/StringModifier.php
1002 /src/Core/Util/String/StringModifierInterface.php
1003 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
1004 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
1005 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/ce/f6/3a/cef63a71a8fe477764f63669eb2f12f44f50ad3a_2.file.pagination-seo.tpl.php
1006 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/97/7c/95/977c9537d4232a457dd51bbb50f0bdec8d032c4f_2.file.stylesheets.tpl.php
1007 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/d8/c4/e1/d8c4e1a67bc72508150b48fa1ed3ef94a48a0916_2.file.javascript.tpl.php
1008 /classes/ProductDownload.php
1009 /src/Core/Cart/Calculator.php
1010 /src/Core/Cart/CartRowCollection.php
1011 /src/Core/Cart/Fees.php
1012 /src/Core/Cart/AmountImmutable.php
1013 /src/Core/Cart/CartRuleCollection.php
1014 /src/Core/Cart/CartRuleCalculator.php
1015 /src/Adapter/Product/PriceCalculator.php
1016 /src/Core/Cart/CartRow.php
1017 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/5a/e2/47/5ae247e1c565322025e20b73ab560193262a347c_2.file.product-activation.tpl.php
1018 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1019 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/78/6e/0f/786e0f8c5a19c8f06984e661e989700b99b87062_2.file.header.tpl.php
1020 /classes/CMS.php
1021 /modules/ps_mainmenu/ps_mainmenu.php
1022 /modules/ps_mainmenu/ps_menutoplinks.class.php
1023 /var/cache/prod/smarty/compile/sanrelax/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
1024 /var/cache/prod/smarty/compile/sanrelax/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
1025 /var/cache/prod/smarty/compile/sanrelax/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1026 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/f3/2e/5e/f32e5e07cfc49acff5db0adfaba0a3581dd4c4ef_2.file.breadcrumb.tpl.php
1027 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/54/c4/b0/54c4b0b102c4b18711727a1d3b082d031fb1946d_2.file.notifications.tpl.php
1028 /modules/ps_categorytree/ps_categorytree.php
1029 /var/cache/prod/smarty/compile/sanrelax/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1030 /var/cache/prod/smarty/compile/sanrelax/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1031 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/b2/d5/2a/b2d52a1a166fb0bf9a3a8fa0dbcc8530d1cbf3ed_2.file.category-header.tpl.php
1032 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/d3/76/0f/d3760f59788d05896bdca0c392d94bafb69649c9_2.file.products-top.tpl.php
1033 /var/cache/prod/smarty/compile/sanrelax/78/f3/ed/78f3ed45bdae08cbcad6e4390c9790f0ef6ffe87_2.file.popular_filters.tpl.php
1034 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
1035 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/c5/70/46/c57046080f36a1986b83172fdaa63b31fde0cb7f_2.file.products.tpl.php
1036 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/63/88/41/638841f006e9691460a900c5a358304058f1a9c5_2.file.productlist.tpl.php
1037 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php
1038 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/67/61/66/67616612ae62c9ca3056c0ec34ab066b472aa7e8_2.file.product.tpl.php
1039 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/e2/39/2d/e2392d8cbf8e3335bdafe6553e11fd9ed45e5db3_2.file.product-flags.tpl.php
1040 /vendor/doctrine/dbal/src/DriverManager.php
1041 /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
1042 /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php
1043 /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php
1044 /vendor/doctrine/dbal/src/Driver.php
1045 /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php
1046 /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php
1047 /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php
1048 /vendor/doctrine/dbal/src/Driver/PDO/Connection.php
1049 /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
1050 /vendor/doctrine/dbal/src/Driver/Connection.php
1051 /vendor/doctrine/dbal/src/Events.php
1052 /vendor/doctrine/dbal/src/Platforms/MySQL80Platform.php
1053 /vendor/doctrine/dbal/src/Platforms/MySQL57Platform.php
1054 /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php
1055 /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
1056 /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php
1057 /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php
1058 /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php
1059 /vendor/doctrine/dbal/src/Types/Types.php
1060 /vendor/doctrine/dbal/src/Types/Type.php
1061 /vendor/doctrine/dbal/src/Types/ArrayType.php
1062 /vendor/doctrine/dbal/src/Types/AsciiStringType.php
1063 /vendor/doctrine/dbal/src/Types/StringType.php
1064 /vendor/doctrine/dbal/src/Types/BigIntType.php
1065 /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php
1066 /vendor/doctrine/dbal/src/Types/BinaryType.php
1067 /vendor/doctrine/dbal/src/Types/BlobType.php
1068 /vendor/doctrine/dbal/src/Types/BooleanType.php
1069 /vendor/doctrine/dbal/src/Types/DateType.php
1070 /vendor/doctrine/dbal/src/Types/DateImmutableType.php
1071 /vendor/doctrine/dbal/src/Types/DateIntervalType.php
1072 /vendor/doctrine/dbal/src/Types/DateTimeType.php
1073 /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php
1074 /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php
1075 /vendor/doctrine/dbal/src/Types/DateTimeTzType.php
1076 /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php
1077 /vendor/doctrine/dbal/src/Types/DecimalType.php
1078 /vendor/doctrine/dbal/src/Types/FloatType.php
1079 /vendor/doctrine/dbal/src/Types/GuidType.php
1080 /vendor/doctrine/dbal/src/Types/IntegerType.php
1081 /vendor/doctrine/dbal/src/Types/JsonType.php
1082 /vendor/doctrine/dbal/src/Types/ObjectType.php
1083 /vendor/doctrine/dbal/src/Types/SimpleArrayType.php
1084 /vendor/doctrine/dbal/src/Types/SmallIntType.php
1085 /vendor/doctrine/dbal/src/Types/TextType.php
1086 /vendor/doctrine/dbal/src/Types/TimeType.php
1087 /vendor/doctrine/dbal/src/Types/TimeImmutableType.php
1088 /vendor/doctrine/dbal/src/Types/TypeRegistry.php
1089 /modules/productcomments/src/Entity/ProductComment.php
1090 /vendor/doctrine/orm/src/Proxy/Proxy.php
1091 /vendor/doctrine/common/src/Proxy/Proxy.php
1092 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1093 /vendor/doctrine/orm/src/Proxy/InternalProxy.php
1094 /vendor/symfony/dependency-injection/LazyProxy/Instantiator/LazyServiceInstantiator.php
1095 /vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php
1096 /vendor/symfony/var-exporter/LazyObjectInterface.php
1097 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
1098 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
1099 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1100 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1101 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1102 /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php
1103 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1104 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1105 /vendor/doctrine/orm/src/Mapping/ClassMetadata.php
1106 /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php
1107 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1108 /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php
1109 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1110 /vendor/doctrine/orm/src/Event/ListenersInvoker.php
1111 /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php
1112 /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php
1113 /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php
1114 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1115 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1116 /vendor/doctrine/orm/src/Proxy/ProxyFactory.php
1117 /vendor/doctrine/common/src/Proxy/ProxyGenerator.php
1118 /vendor/doctrine/lexer/src/Token.php
1119 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
1120 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1121 /vendor/doctrine/orm/src/Mapping/Table.php
1122 /vendor/doctrine/orm/src/Mapping/MappingAttribute.php
1123 /vendor/doctrine/orm/src/Mapping/Annotation.php
1124 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1125 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1126 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1127 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1128 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1129 /vendor/doctrine/orm/src/Mapping/Entity.php
1130 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1131 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1132 /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php
1133 /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php
1134 /vendor/doctrine/orm/src/Mapping/Id.php
1135 /vendor/doctrine/orm/src/Mapping/Column.php
1136 /vendor/doctrine/orm/src/Mapping/GeneratedValue.php
1137 /vendor/doctrine/orm/src/Id/IdentityGenerator.php
1138 /vendor/doctrine/orm/src/Events.php
1139 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1140 /vendor/doctrine/dbal/src/Query/QueryBuilder.php
1141 /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php
1142 /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
1143 /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
1144 /vendor/doctrine/dbal/src/Query/SelectQuery.php
1145 /vendor/doctrine/dbal/src/Query/Limit.php
1146 /vendor/doctrine/dbal/src/SQL/Parser.php
1147 /vendor/doctrine/dbal/src/ExpandArrayParameters.php
1148 /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php
1149 /vendor/doctrine/dbal/src/Driver/PDO/Statement.php
1150 /vendor/doctrine/dbal/src/Driver/Statement.php
1151 /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
1152 /vendor/doctrine/dbal/src/Driver/PDO/Result.php
1153 /vendor/doctrine/dbal/src/Driver/Result.php
1154 /vendor/doctrine/dbal/src/Result.php
1155 /vendor/doctrine/dbal/src/FetchMode.php
1156 /var/cache/prod/smarty/compile/sanrelax/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1157 /src/Core/Domain/Product/ProductCustomizabilitySettings.php
1158 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/35/f4/5b/35f45b70b821cf55f0c8d6d27383868edfdd1088_2.file.pagination.tpl.php
1159 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/55/c4/b3/55c4b3314875fe2eb605169df091fb001dfef580_2.file.products-bottom.tpl.php
1160 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/14/88/cf/1488cfb9b0710901a41a0c145c071789e8807763_2.file.category-footer.tpl.php
1161 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/15/51/f8/1551f8d311cf200eea595b2caa581373e64c8d7f_2.file.footer.tpl.php
1162 /modules/blockwishlist/blockwishlist.php
1163 /modules/ps_linklist/ps_linklist.php
1164 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1165 /modules/ps_linklist/src/Filter/LinkFilter.php
1166 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1167 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1168 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1169 /modules/ps_linklist/src/Model/LinkBlock.php
1170 /var/cache/prod/smarty/compile/sanrelax/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1171 /var/cache/prod/smarty/compile/sanrelax/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1172 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/bd/0b/ce/bd0bce0af149dfdc1996744a77cb3ffbc7536ba3_2.file.page-loader.tpl.php
1173 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/f2/96/3e/f2963ed53ca35c94d4a378cf8dbd0fb947e14ac2_2.file.toast-container.tpl.php
1174 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/0f/62/0a/0f620ae79c91fc2cfb7743cb61aab51e8bb9d6c4_2.file.toast.tpl.php
1175 /var/cache/prod/smarty/compile/sanrelaxlayouts_layout_left_column_tpl/4d/6a/61/4d6a6138b1e97c405026a70d2f095e114ae2c6e8_2.file.password-policy-template.tpl.php
1176 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1177 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1178 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1179 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1180 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1181 /classes/Manufacturer.php
1182 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1183 /var/cache/prod/smarty/compile/sanrelax/91/82/d3/9182d31327928678c2b451b79b37ee47e258497a_2.file.ga_tag.tpl.php
1184 /modules/statsdata/statsdata.php
1185 /modules/statsdata/translations/ru.php
1186 /classes/Guest.php
1187 /classes/Connection.php
1188 /classes/Page.php
1189 /classes/ConnectionsSource.php
1190 /classes/DateRange.php
1191 /var/cache/prod/smarty/compile/sanrelax/86/13/6d/86136d33054c20f71dc471f595445bf51253cee3_2.file.social_block.tpl.php