Toate produsele din topul vanzarilor
  • Banner

    Banner left 1
Filtre active
Nou
665,50 lei
Mai multe Ansamblu miez turbină pentru Citroën C5, C6, C8 și Peugeot 407, 607, 807 2.2 HDi - Performanță și Fiabilitate
Livrare in 5-7 zile lucratoare
Load Time 1540 ms
Querying Time 329 ms
Queries 245
Memory Peak Usage 10.6 Mb
Included Files 937 files - 16.97 Mb
PrestaShop Cache - Mb
Global vars 0.05 Mb
PrestaShop Version 9.1.4
PHP Version 8.4.24
MySQL Version 11.4.9-MariaDB-ubu2404
Memory Limit 2048M
Max Execution Time 600s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 374.935 ms 374.935 ms 2.99 Mb 8.4 Mb
__construct 15.780 ms 390.715 ms 0.02 Mb 8.4 Mb
init 128.428 ms 519.143 ms 1.00 Mb 8.4 Mb
checkAccess 0.004 ms 519.147 ms - Mb 8.4 Mb
setMedia 27.519 ms 546.666 ms 0.06 Mb 8.4 Mb
postProcess 0.004 ms 546.670 ms - Mb 8.4 Mb
initHeader 0.002 ms 546.672 ms - Mb 8.4 Mb
initContent 598.248 ms 1145 ms 3.33 Mb 8.4 Mb
initFooter 0.006 ms 1145 ms - Mb 8.4 Mb
display 394.661 ms 1540 ms 2.82 Mb 10.6 Mb
Hook Time Memory Usage
DisplayFooter 79.759 ms 0.37 Mb
DisplayHeader 71.650 ms 0.17 Mb
displayLeftColumn 44.343 ms 0.17 Mb
DisplayLeftColumn 28.850 ms 0.19 Mb
displayFooter 24.306 ms 0.12 Mb
ProductSearchProvider 21.362 ms - Mb
DisplayNav1 19.262 ms 0.12 Mb
DisplayBeforeBodyClosingTag 18.124 ms 0.16 Mb
displayNavFullWidth 17.988 ms 0.47 Mb
displayTop 14.589 ms 0.12 Mb
Header 11.727 ms 0.02 Mb
ActionFrontControllerSetMedia 8.945 ms 0.01 Mb
displayNav2 7.601 ms 0.08 Mb
DisplayBanner 6.562 ms 0.03 Mb
displayFooterAfter 6.481 ms 0.06 Mb
DisplayFooterAfter 4.687 ms 0.02 Mb
ActionDispatcher 4.166 ms - Mb
DisplayAfterBodyOpeningTag 1.289 ms - Mb
DisplayProductPriceBlock 0.349 ms 0.01 Mb
19 hook(s) 392.039 ms 2.15 Mb
Module Time Memory Usage
businessleaguemarketing 10.881 ms 0.06 Mb
blockwishlist 31.652 ms 0.11 Mb
ps_emailsubscription 8.907 ms 0.07 Mb
ps_emailalerts 1.846 ms 0.01 Mb
blockreassurance 3.333 ms 0.01 Mb
cargus 17.362 ms 0.16 Mb
pshuanpc 3.571 ms 0.01 Mb
ps_searchbar 24.976 ms 0.06 Mb
angarfastconfig 2.011 ms 0.01 Mb
angarcatproduct 2.165 ms 0.01 Mb
angarcmsdesc 3.749 ms 0.01 Mb
angarcmsinfo 3.747 ms 0.01 Mb
angarmanufacturer 28.981 ms 0.17 Mb
angarslider 3.048 ms 0.01 Mb
angarscrolltop 9.854 ms 0.02 Mb
angarthemeconfigurator 14.124 ms 0.11 Mb
angarhomecat 3.841 ms 0.01 Mb
tagconciergefree 24.110 ms 0.03 Mb
bovsofttreecategories 13.431 ms 0.43 Mb
angarcookieinfo 17.742 ms 0.08 Mb
angartabs 2.919 ms 0.03 Mb
angargpsr 2.375 ms 0.01 Mb
ps_shoppingcart 9.959 ms 0.08 Mb
angarwhatsapp 17.746 ms 0.07 Mb
angarbanners 19.918 ms 0.10 Mb
zencom 6.309 ms 0.03 Mb
olxpremium 2.722 ms 0.03 Mb
angarparallax 3.714 ms - Mb
ps_googleanalytics 21.081 ms 0.18 Mb
facebookpixelinstaller 8.505 ms 0.09 Mb
ps_facetedsearch 38.662 ms 0.02 Mb
angarcontact 36.351 ms 0.19 Mb
ps_customersignin 6.761 ms 0.05 Mb
ps_languageselector 2.289 ms 0.05 Mb
ps_mainmenu 8.969 ms 0.12 Mb
ps_categorytree 15.085 ms - Mb
ps_linklist 29.455 ms 0.11 Mb
ps_brandlist 2.291 ms 0.04 Mb
angarbestsellers 16.981 ms 0.11 Mb
ps_customeraccountlinks 13.191 ms 0.08 Mb
40 module(s) 494.613 ms 2.73 Mb

Stopwatch SQL - 245 queries

# Query Time (ms) Rows Filesort Group By Location
67
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=15 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
100.692 ms 190357650 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
13.190 ms 2520 /classes/Configuration.php:162
71
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
5.623 ms 0 /classes/Hook.php:1565
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
5.189 ms 1275 Yes Yes /classes/Hook.php:1497
72
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
3.996 ms 426 /classes/Hook.php:488
204
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, cl.`name` ASC
3.009 ms 7 Yes Yes /classes/Category.php:795
48
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, "" AS meta_keywords, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY /*`level_depth` ASC,*/ cl.`name`, category_shop.`position` ASC
2.572 ms 7 Yes Yes /override/classes/Category.php:285
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
2.546 ms 1341 /classes/Hook.php:1605
69
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-08-25 00:00:00',
INTERVAL 365 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (20295,41175,20296,41176,20297,41177,20298,41178,20299,41180,20300,41181)
2.545 ms 12 /classes/ProductAssembler.php:81
18
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
2.175 ms 1341 /classes/Hook.php:1565
80
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20295 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20295 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.629 ms 0 /classes/Cart.php:1625
201
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) AND (b.`id_shop` = 1) LIMIT 1
1.522 ms 1 /src/Adapter/EntityMapper.php:54
242
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (20295,41175,20296,41176,20297,41177,20298,41178,20299,41180,20300,41181) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
1.496 ms 12 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
17
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.429 ms 42 Yes /classes/Dispatcher.php:623
85
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41175 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.392 ms 0 /classes/Cart.php:1625
97
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20297 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20297 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.388 ms 0 /classes/Cart.php:1625
89
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20296 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20296 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.364 ms 0 /classes/Cart.php:1625
105
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20298 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.354 ms 0 /classes/Cart.php:1625
101
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41177 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.352 ms 0 /classes/Cart.php:1625
121
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20300 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20300 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.339 ms 0 /classes/Cart.php:1625
117
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41180 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41180 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.334 ms 0 /classes/Cart.php:1625
125
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41181 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.325 ms 0 /classes/Cart.php:1625
93
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41176 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.312 ms 0 /classes/Cart.php:1625
113
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20299 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20299 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.309 ms 0 /classes/Cart.php:1625
157
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41178) AND (b.`id_shop` = 1) LIMIT 1
1.277 ms 1 /src/Adapter/EntityMapper.php:54
109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
1.274 ms 0 /classes/Cart.php:1625
137
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20296) AND (b.`id_shop` = 1) LIMIT 1
1.270 ms 1 /src/Adapter/EntityMapper.php:54
126
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20295) AND (b.`id_shop` = 1) LIMIT 1
1.244 ms 1 /src/Adapter/EntityMapper.php:54
175
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41181) AND (b.`id_shop` = 1) LIMIT 1
1.229 ms 1 /src/Adapter/EntityMapper.php:54
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
1.200 ms 3 Yes /classes/shop/Shop.php:696
173
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20300) AND (b.`id_shop` = 1) LIMIT 1
1.195 ms 1 /src/Adapter/EntityMapper.php:54
155
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20298) AND (b.`id_shop` = 1) LIMIT 1
1.185 ms 1 /src/Adapter/EntityMapper.php:54
128
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20295
ORDER BY `position`
1.172 ms 1 Yes /classes/Product.php:3253
129
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41175) AND (b.`id_shop` = 1) LIMIT 1
1.172 ms 1 /src/Adapter/EntityMapper.php:54
21
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.156 ms 81 /classes/module/Module.php:325
164
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20299) AND (b.`id_shop` = 1) LIMIT 1
1.145 ms 1 /src/Adapter/EntityMapper.php:54
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'dfc.ro' OR su.domain_ssl = 'dfc.ro')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.145 ms 2 Yes /classes/shop/Shop.php:1372
166
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41180) AND (b.`id_shop` = 1) LIMIT 1
1.143 ms 1 /src/Adapter/EntityMapper.php:54
148
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41177) AND (b.`id_shop` = 1) LIMIT 1
1.134 ms 1 /src/Adapter/EntityMapper.php:54
146
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20297) AND (b.`id_shop` = 1) LIMIT 1
1.116 ms 1 /src/Adapter/EntityMapper.php:54
73
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 70
AND tr.`id_state` IN (0, 377)
AND ('700705' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '700705')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
1.095 ms 1 /classes/tax/TaxRulesTaxManager.php:77
130
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 41175
ORDER BY `position`
1.075 ms 1 Yes /classes/Product.php:3253
183
SELECT SQL_NO_CACHE *
FROM `ps_angarbanners`
WHERE id_shop = 1 AND id_lang = 1
AND hook = 'header' AND active = 1
ORDER BY item_order ASC
1.053 ms 10 Yes /modules/angarbanners/angarbanners.php:300
139
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41176) AND (b.`id_shop` = 1) LIMIT 1
1.048 ms 1 /src/Adapter/EntityMapper.php:54
64
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
1.045 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
158
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 41178
ORDER BY `position`
1.012 ms 1 Yes /classes/Product.php:3253
214
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1253) LIMIT 1
1.011 ms 1 /src/Adapter/EntityMapper.php:54
22
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.996 ms 1 /src/Adapter/EntityMapper.php:54
176
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 41181
ORDER BY `position`
0.992 ms 1 Yes /classes/Product.php:3253
70
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20295)
0.991 ms 1 /classes/Product.php:3597
81
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 70
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.970 ms 1 /classes/tax/TaxRulesTaxManager.php:77
140
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 41176
ORDER BY `position`
0.966 ms 1 Yes /classes/Product.php:3253
167
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 41180
ORDER BY `position`
0.957 ms 1 Yes /classes/Product.php:3253
138
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20296
ORDER BY `position`
0.956 ms 1 Yes /classes/Product.php:3253
149
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 41177
ORDER BY `position`
0.935 ms 1 Yes /classes/Product.php:3253
165
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20299
ORDER BY `position`
0.928 ms 1 Yes /classes/Product.php:3253
147
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20297
ORDER BY `position`
0.926 ms 1 Yes /classes/Product.php:3253
182
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.912 ms 1 /classes/Cart.php:4360
223
SELECT SQL_NO_CACHE *
FROM `ps_angarbanners`
WHERE id_shop = 1 AND id_lang = 1
AND hook = 'left' AND active = 1
ORDER BY item_order ASC
0.909 ms 10 Yes /modules/angarbanners/angarbanners.php:300
68
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="34f9db052e720e52c141cf6d76abecef" LIMIT 1
0.901 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
61
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 15) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.897 ms 1 /classes/PrestaShopCollection.php:361
208
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`nleft` <= 2 AND c.`nright` >= 15 AND c.`nleft` >= 2 AND c.`nright` <= 15 ORDER BY `nleft` DESC
0.897 ms 1 /classes/Category.php:1597
110
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20299)
0.896 ms 1 /classes/Product.php:3597
122
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41181)
0.895 ms 1 /classes/Product.php:3597
94
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20297)
0.894 ms 1 /classes/Product.php:3597
205
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.890 ms 3 /classes/Category.php:2227
8
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 36) LIMIT 1
0.889 ms 1 /src/Adapter/EntityMapper.php:54
224
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1253) LIMIT 1
0.887 ms 1 /src/Adapter/EntityMapper.php:54
90
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41176)
0.884 ms 1 /classes/Product.php:3597
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.880 ms 3 /classes/Language.php:1184
86
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20296)
0.869 ms 1 /classes/Product.php:3597
98
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41177)
0.867 ms 1 /classes/Product.php:3597
240
SELECT SQL_NO_CACHE *
FROM `ps_angarbanners`
WHERE id_shop = 1 AND id_lang = 1
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC
0.867 ms 10 Yes /modules/angarbanners/angarbanners.php:300
102
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20298)
0.865 ms 1 /classes/Product.php:3597
118
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20300)
0.864 ms 1 /classes/Product.php:3597
156
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20298
ORDER BY `position`
0.856 ms 1 Yes /classes/Product.php:3253
174
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20300
ORDER BY `position`
0.856 ms 1 Yes /classes/Product.php:3253
65
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.854 ms 1 /src/Adapter/EntityMapper.php:54
106
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41178)
0.852 ms 1 /classes/Product.php:3597
82
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41175)
0.846 ms 1 /classes/Product.php:3597
226
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 460) LIMIT 1
0.836 ms 1 /src/Adapter/EntityMapper.php:54
114
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 41180)
0.832 ms 1 /classes/Product.php:3597
184
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.831 ms 4 /classes/Currency.php:1100
178
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33830" AS UNSIGNED)
LIMIT 1
0.825 ms 1 /override/classes/Link.php:64
132
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33824" AS UNSIGNED)
LIMIT 1
0.821 ms 1 /override/classes/Link.php:64
152
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33826" AS UNSIGNED)
LIMIT 1
0.818 ms 1 /override/classes/Link.php:64
7
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.813 ms 2 /classes/Language.php:1050
50
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.811 ms 8 Yes /classes/ImageType.php:89
43
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.803 ms 1 /src/Adapter/EntityMapper.php:54
51
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.802 ms 8 Yes /classes/ImageType.php:89
194
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.801 ms 1 /classes/Cart.php:1389
134
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33824" AS UNSIGNED)
LIMIT 1
0.799 ms 1 /override/classes/Link.php:64
154
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33826" AS UNSIGNED)
LIMIT 1
0.798 ms 1 /override/classes/Link.php:64
141
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33825" AS UNSIGNED)
LIMIT 1
0.798 ms 1 /override/classes/Link.php:64
145
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33825" AS UNSIGNED)
LIMIT 1
0.797 ms 1 /override/classes/Link.php:64
170
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33829" AS UNSIGNED)
LIMIT 1
0.797 ms 1 /override/classes/Link.php:64
228
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='14f3e6d3f5719f729bfd1d7275ccfb82' AND cache_id="ps_linklist|displayFooter|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.797 ms 1 /classes/Smarty/SmartyCustom.php:196
241
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.797 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
144
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33825" AS UNSIGNED)
LIMIT 1
0.797 ms 1 /override/classes/Link.php:64
143
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33825" AS UNSIGNED)
LIMIT 1
0.796 ms 1 /override/classes/Link.php:64
172
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33829" AS UNSIGNED)
LIMIT 1
0.796 ms 1 /override/classes/Link.php:64
160
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33827" AS UNSIGNED)
LIMIT 1
0.795 ms 1 /override/classes/Link.php:64
171
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33829" AS UNSIGNED)
LIMIT 1
0.790 ms 1 /override/classes/Link.php:64
135
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33824" AS UNSIGNED)
LIMIT 1
0.788 ms 1 /override/classes/Link.php:64
153
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33826" AS UNSIGNED)
LIMIT 1
0.788 ms 1 /override/classes/Link.php:64
133
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33824" AS UNSIGNED)
LIMIT 1
0.786 ms 1 /override/classes/Link.php:64
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.786 ms 1 /classes/shop/ShopUrl.php:158
163
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33827" AS UNSIGNED)
LIMIT 1
0.785 ms 1 /override/classes/Link.php:64
3
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.783 ms 3 /classes/shop/Shop.php:1191
63
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.781 ms 1 /classes/Category.php:2434
40
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.780 ms 1 /src/Adapter/EntityMapper.php:54
215
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer_lang`
WHERE `id_manufacturer` = 1253
0.780 ms 1 /src/Adapter/EntityMapper.php:62
218
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8999000aa7c639730b29d7a3e9664bbe' AND cache_id="angarmanufacturer|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.780 ms 1 /classes/Smarty/SmartyCustom.php:196
159
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33827" AS UNSIGNED)
LIMIT 1
0.779 ms 1 /override/classes/Link.php:64
177
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33830" AS UNSIGNED)
LIMIT 1
0.778 ms 1 /override/classes/Link.php:64
10
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.777 ms 1 /src/Adapter/EntityMapper.php:54
23
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.777 ms 4 Yes /classes/Currency.php:688
6
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.773 ms 1 /classes/shop/Shop.php:195
26
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.772 ms 1 /src/Adapter/EntityMapper.php:54
162
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33827" AS UNSIGNED)
LIMIT 1
0.772 ms 1 /override/classes/Link.php:64
180
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33830" AS UNSIGNED)
LIMIT 1
0.772 ms 1 /override/classes/Link.php:64
79
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20295) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.770 ms 1 /classes/stock/StockAvailable.php:266
161
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33827" AS UNSIGNED)
LIMIT 1
0.770 ms 1 /override/classes/Link.php:64
179
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33830" AS UNSIGNED)
LIMIT 1
0.769 ms 1 /override/classes/Link.php:64
150
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33826" AS UNSIGNED)
LIMIT 1
0.769 ms 1 /override/classes/Link.php:64
211
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='afffbc67bd87fd7c5df4ca3bb0ce4cc6' AND cache_id="ps_linklist|displayLeftColumn|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.769 ms 1 /classes/Smarty/SmartyCustom.php:196
52
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.763 ms 8 Yes /classes/ImageType.php:89
142
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33825" AS UNSIGNED)
LIMIT 1
0.762 ms 1 /override/classes/Link.php:64
168
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33829" AS UNSIGNED)
LIMIT 1
0.762 ms 1 /override/classes/Link.php:64
136
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33824" AS UNSIGNED)
LIMIT 1
0.761 ms 1 /override/classes/Link.php:64
169
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33829" AS UNSIGNED)
LIMIT 1
0.758 ms 1 /override/classes/Link.php:64
187
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='042be9fe6a5a7c11ed5038619a5d89ff' AND cache_id="angarcontact|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.758 ms 1 /classes/Smarty/SmartyCustom.php:196
216
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 460) LIMIT 1
0.755 ms 1 /src/Adapter/EntityMapper.php:54
78
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 36
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 377)
AND ('700705' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '700705')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.750 ms 0 /classes/tax/TaxRulesTaxManager.php:77
190
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.746 ms 1 /classes/module/Module.php:2778
233
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='4950df2c4bd12d027158e408f16ade3f' AND cache_id="angarcontact|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.745 ms 1 /classes/Smarty/SmartyCustom.php:196
236
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e37c7abfc92aefa1308794364a27eb95' AND cache_id="angarcookieinfo|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.739 ms 1 /classes/Smarty/SmartyCustom.php:196
38
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 8) LIMIT 1
0.735 ms 1 /src/Adapter/EntityMapper.php:54
219
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='88becfa1c76f332cbd0f60d28e791997' AND cache_id="angarmanufacturer|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.735 ms 1 /classes/Smarty/SmartyCustom.php:196
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.732 ms 88 /classes/Hook.php:312
222
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='08cecc95efe88cd79155fda12d3103b5' AND cache_id="angarbestsellers_column|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.732 ms 1 /classes/Smarty/SmartyCustom.php:196
237
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c3d2d86427cdc5ab76bcae523c1e4d35' AND cache_id="angarcookieinfo|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.729 ms 1 /classes/Smarty/SmartyCustom.php:196
185
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.728 ms 1 /classes/Smarty/SmartyCustom.php:123
54
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.727 ms 8 Yes /classes/ImageType.php:89
5
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.726 ms 1 /src/Adapter/EntityMapper.php:54
231
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='058b80ee450a0518c27219c45cd7a0d3' AND cache_id="ps_customeraccountlinks|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.724 ms 1 /classes/Smarty/SmartyCustom.php:196
235
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='c5657f9fc20b8cce608e155b466a5260' AND cache_id="angarwhatsapp|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.721 ms 1 /classes/Smarty/SmartyCustom.php:196
30
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1
0.719 ms 1 /src/Adapter/EntityMapper.php:54
234
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='f67147e497dcdac1a2bb0bfed260464e' AND cache_id="angarwhatsapp|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.719 ms 1 /classes/Smarty/SmartyCustom.php:196
212
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_brandlist" LIMIT 1
0.713 ms 1 /classes/module/Module.php:2778
62
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.713 ms 1 /classes/Smarty/SmartyCustom.php:76
46
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.711 ms 1 /classes/Category.php:2434
127
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 397 LIMIT 1
0.709 ms 1 /classes/Category.php:1376
227
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 460
AND `active` = 1 LIMIT 1
0.708 ms 1 /classes/Manufacturer.php:286
206
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`id_category` = 2 LIMIT 1
0.704 ms 1 /classes/Category.php:1587
25
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.699 ms 1 /classes/Currency.php:873
19
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.697 ms 1 /classes/module/Module.php:2168
232
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffa1d4adc0c9ac5814180b89d03157e2' AND cache_id="angarcontact|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.697 ms 1 /classes/Smarty/SmartyCustom.php:196
34
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.695 ms 1 /src/Adapter/EntityMapper.php:54
229
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.695 ms 1 /classes/module/Module.php:2778
188
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.689 ms 1 /classes/module/Module.php:2778
55
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 36 LIMIT 1
0.686 ms 1 /classes/AddressFormat.php:629
66
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.686 ms 1 /src/Adapter/EntityMapper.php:62
74
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 76) LIMIT 1
0.685 ms 1 /src/Adapter/EntityMapper.php:54
151
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33826" AS UNSIGNED)
LIMIT 1
0.675 ms 1 /override/classes/Link.php:64
9
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.670 ms 1 /src/Adapter/EntityMapper.php:54
76
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20295 AND `id_group` = 1 LIMIT 1
0.670 ms 0 /classes/GroupReduction.php:126
41
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.668 ms 1 /src/Adapter/EntityMapper.php:62
220
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "angarbestsellers" LIMIT 1
0.668 ms 1 /classes/module/Module.php:2778
60
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.667 ms 1 /classes/ObjectModel.php:1443
131
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.666 ms 8 /classes/ImageType.php:141
195
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.665 ms 1 /classes/module/Module.php:2778
199
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bovsofttreecategories" LIMIT 1
0.662 ms 1 /classes/module/Module.php:2778
181
SELECT SQL_NO_CACHE CONCAT((case
WHEN i.brand_folder = "" THEN ""
WHEN LEFT(i.brand_folder, 4) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_24/img")
ELSE REPLACE(i.brand_folder, "OLD", "03-2016/img")
end), replace(name_file, "#", "%23")) AS linkimg
FROM `ps_image_bovsoft` i				
WHERE i.id_image = CAST("33830" AS UNSIGNED)
LIMIT 1
0.661 ms 1 /override/classes/Link.php:64
197
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.657 ms 1 /classes/module/Module.php:2778
75
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 76
0.655 ms 1 /src/Adapter/EntityMapper.php:62
100
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41177) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.648 ms 1 /classes/stock/StockAvailable.php:266
202
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.646 ms 1 /classes/module/Module.php:2778
44
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.646 ms 1 /src/Adapter/EntityMapper.php:62
238
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.646 ms 1 /classes/module/Module.php:2778
53
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.644 ms 8 Yes /classes/ImageType.php:89
96
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20297) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.644 ms 1 /classes/stock/StockAvailable.php:266
92
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41176) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.639 ms 1 /classes/stock/StockAvailable.php:266
186
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9dd148274295a11b4e73a2d53e0a5215' AND cache_id="angarcontact|1|1|1|1|1|36" AND compile_id="AngarTheme" LIMIT 1
0.639 ms 1 /classes/Smarty/SmartyCustom.php:196
29
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MDL') LIMIT 1
0.638 ms 1 /classes/Currency.php:873
124
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.636 ms 1 /classes/stock/StockAvailable.php:266
209
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.634 ms 1 /classes/module/Module.php:2778
58
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 36) LIMIT 1
0.632 ms 1 /src/Adapter/EntityMapper.php:54
20
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.629 ms 88 /classes/Hook.php:364
84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41175) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.625 ms 1 /classes/stock/StockAvailable.php:266
116
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41180) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.619 ms 1 /classes/stock/StockAvailable.php:266
112
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20299) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.619 ms 1 /classes/stock/StockAvailable.php:266
24
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.616 ms 1 /classes/Language.php:850
27
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.610 ms 1 /classes/Language.php:850
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20298) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.607 ms 1 /classes/stock/StockAvailable.php:266
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.606 ms 1 /classes/stock/StockAvailable.php:266
217
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer_lang`
WHERE `id_manufacturer` = 460
0.604 ms 1 /src/Adapter/EntityMapper.php:62
88
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20296) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.600 ms 1 /classes/stock/StockAvailable.php:266
239
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.598 ms 1 /classes/module/Module.php:2267
120
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20300) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.597 ms 1 /classes/stock/StockAvailable.php:266
37
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.593 ms 1 /classes/Currency.php:873
57
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 377) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:54
33
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RON') LIMIT 1
0.590 ms 1 /classes/Currency.php:873
59
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 36
0.589 ms 1 /src/Adapter/EntityMapper.php:62
39
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.582 ms 1 /classes/Language.php:850
47
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.579 ms 1 /classes/Category.php:1754
31
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.578 ms 1 /classes/Language.php:850
243
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "advanceseo" LIMIT 1
0.578 ms 0 /classes/module/Module.php:2778
200
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 222 AND `id_shop` = 1 LIMIT 1
0.575 ms 1 /classes/module/Module.php:2267
49
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM ps_shop s
0.574 ms 3 /classes/shop/Shop.php:902
189
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.574 ms 1 /classes/module/Module.php:2267
91
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41176 AND `id_group` = 1 LIMIT 1
0.571 ms 0 /classes/GroupReduction.php:126
123
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41181 AND `id_group` = 1 LIMIT 1
0.571 ms 0 /classes/GroupReduction.php:126
191
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.566 ms 1 /classes/module/Module.php:2267
203
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 105 AND `id_shop` = 1 LIMIT 1
0.566 ms 1 /classes/module/Module.php:2267
77
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.564 ms 1 /classes/Group.php:131
213
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 97 AND `id_shop` = 1 LIMIT 1
0.564 ms 1 /classes/module/Module.php:2267
42
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.562 ms 1 /classes/ObjectModel.php:1576
196
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
0.562 ms 1 /classes/module/Module.php:2267
35
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.561 ms 1 /classes/Language.php:850
210
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
0.561 ms 1 /classes/module/Module.php:2267
87
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20296 AND `id_group` = 1 LIMIT 1
0.560 ms 0 /classes/GroupReduction.php:126
119
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20300 AND `id_group` = 1 LIMIT 1
0.560 ms 0 /classes/GroupReduction.php:126
198
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
0.560 ms 1 /classes/module/Module.php:2267
4
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
0.558 ms 3 /classes/shop/Shop.php:1192
225
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1253
AND `active` = 1 LIMIT 1
0.557 ms 1 /classes/Manufacturer.php:286
193
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 249 AND `id_shop` = 1 LIMIT 1
0.556 ms 1 /classes/module/Module.php:2267
83
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41175 AND `id_group` = 1 LIMIT 1
0.555 ms 0 /classes/GroupReduction.php:126
230
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
0.555 ms 1 /classes/module/Module.php:2267
45
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.554 ms 1 /classes/ObjectModel.php:1576
107
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41178 AND `id_group` = 1 LIMIT 1
0.553 ms 0 /classes/GroupReduction.php:126
36
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.549 ms 1 /classes/Language.php:850
11
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.546 ms 1 /classes/ObjectModel.php:1576
192
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.545 ms 1 /classes/module/Module.php:2778
99
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41177 AND `id_group` = 1 LIMIT 1
0.543 ms 0 /classes/GroupReduction.php:126
115
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41180 AND `id_group` = 1 LIMIT 1
0.542 ms 0 /classes/GroupReduction.php:126
103
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20298 AND `id_group` = 1 LIMIT 1
0.541 ms 0 /classes/GroupReduction.php:126
32
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.540 ms 1 /classes/Language.php:850
221
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1
0.538 ms 1 /classes/module/Module.php:2267
56
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 36 LIMIT 1
0.537 ms 1 /classes/Country.php:386
95
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20297 AND `id_group` = 1 LIMIT 1
0.537 ms 0 /classes/GroupReduction.php:126
244
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.534 ms 0 /classes/module/Module.php:2267
207
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.529 ms 1 /classes/Category.php:1592
28
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'ro-ro'
OR `language_code` = 'ro-ro' LIMIT 1
0.529 ms 1 /classes/Language.php:850
111
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20299 AND `id_group` = 1 LIMIT 1
0.529 ms 0 /classes/GroupReduction.php:126

Doubles

30 queries
SELECT CONCAT((case
									WHEN i.brand_folder = "" THEN ""
									WHEN LEFT(i.brand_folder, XX) = "/TAF" THEN REPLACE(i.brand_folder, "TAF", "TAF_XX/img")
									ELSE REPLACE(i.brand_folder, "OLD", "XX-XX/img")
								end), replace(name_file, "#", "%XX")) AS linkimg
				FROM `ps_image_bovsoft` i				
				WHERE i.id_image = CAST("XX" AS UNSIGNED)
				LIMIT XX
13 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
12 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
12 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
12 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
12 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
8 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'ro-ro'
                    OR `language_code` = 'ro-ro' LIMIT XX
4 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
4 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="angarcontact|XX|XX|XX|XX|XX|XX" AND compile_id="AngarTheme" LIMIT XX
3 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_manufacturer_lang`
							WHERE `id_manufacturer` = XX
2 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="angarmanufacturer|XX|XX|XX|XX|XX|XX" AND compile_id="AngarTheme" LIMIT XX
2 queries
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
2 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="angarwhatsapp|XX|XX|XX|XX|XX|XX" AND compile_id="AngarTheme" LIMIT XX
2 queries
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="angarcookieinfo|XX|XX|XX|XX|XX|XX" AND compile_id="AngarTheme" LIMIT XX

Tables stress

39 product
30 image_bovsoft
27 product_shop
26 cart_product
16 module
15 module_shop
14 stock_available
14 smarty_lazy_cache
13 product_lang
12 category
12 product_attribute_shop
12 product_group_reduction_cache
12 pack
12 image
12 image_shop
12 image_lang
11 lang
11 currency
10 category_lang
9 category_shop
7 currency_shop
6 shop
6 hook
6 image_type
6 manufacturer
5 currency_lang
4 shop_url
4 lang_shop
4 category_group
4 manufacturer_shop
4 manufacturer_lang
3 country
3 hook_alias
3 category_product
3 tax_rule
3 tax_rules_group
3 angarbanners
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 smarty_last_flush
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 address_format
1 state
1 required_field
1 layered_category
1 product_attribute
1 product_attribute_combination
1 product_sale
1 layered_filter_block
1 tax
1 tax_lang
1 cms
1 cms_lang
1 cms_shop
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 20 /src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 20295]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 41175]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 20296]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 41176]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 20297]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 41177]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 20298]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 41178]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 20299]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 41180]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 20300]
/src/Adapter/Image/ImageRetriever.php:48 (__construct) [id: 41181]
/classes/Link.php:94 (__construct) [id: 20296]
/classes/Link.php:94 (__construct) [id: 20298]
/classes/Link.php:94 (__construct) [id: 20299]
/classes/Link.php:94 (__construct) [id: 20300]
/classes/Link.php:94 (__construct) [id: 20296]
/classes/Link.php:94 (__construct) [id: 20298]
/classes/Link.php:94 (__construct) [id: 20299]
/classes/Link.php:94 (__construct) [id: 20300]
Manufacturer 14 /modules/angarmanufacturer/angarmanufacturer.php:80 (__construct) [id: 1253]
/modules/angarmanufacturer/angarmanufacturer.php:80 (__construct) [id: 460]
/classes/Link.php:649 (__construct) [id: 1253]
/classes/Link.php:649 (__construct) [id: 460]
/classes/Link.php:649 (__construct) [id: 1253]
/classes/Link.php:649 (__construct) [id: 460]
/classes/Link.php:649 (__construct) [id: 1253]
/classes/Link.php:649 (__construct) [id: 460]
/classes/Link.php:649 (__construct) [id: 1253]
/classes/Link.php:649 (__construct) [id: 460]
/classes/Link.php:649 (__construct) [id: 1253]
/classes/Link.php:649 (__construct) [id: 460]
/classes/Link.php:649 (__construct) [id: 1253]
/classes/Link.php:649 (__construct) [id: 460]
Category 7 /controllers/front/listing/CategoryController.php:67 (__construct) [id: 2]
/classes/Meta.php:344 (__construct) [id: 2]
/classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 2]
/classes/Link.php:396 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Currency 5 /src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 3]
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 4]
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 8]
/classes/Tools.php:688 (getCurrencyInstance) [id: 1]
Address 4 /classes/shop/Shop.php:467 (__construct) [id: ]
/classes/Product.php:3422 (initialize) [id: ]
/classes/Product.php:3541 (__construct) [id: ]
/classes/Product.php:5697 (__construct) [id: ]
Country 3 /config/config.inc.php:135 (__construct) [id: 36]
/classes/AddressFormat.php:382 (__construct) [id: 36]
/classes/controller/FrontController.php:1750 (__construct) [id: 36]
Language 2 /config/config.inc.php:200 (__construct) [id: 1]
/classes/Tools.php:533 (__construct) [id: 1]
Tax 2 /classes/tax/TaxRulesTaxManager.php:93 (__construct) [id: 76]
/classes/tax/TaxRulesTaxManager.php:93 (__construct) [id: 76]
State 2 /classes/AddressFormat.php:382 (__construct) [id: 377]
/classes/controller/FrontController.php:1749 (__construct) [id: 377]
CMS 1 /modules/bovsofttreecategories/bovsofttreecategories.php:1258 (__construct) [id: 6]
AddressFormat 1 /classes/controller/FrontController.php:1744 (generateAddress) [id: ]
Shop 1 /config/config.inc.php:103 (initialize) [id: 1]
Risk 1 /classes/controller/FrontController.php:1670 (__construct) [id: ]
Group 1 /classes/Cart.php:262 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:441 (__construct) [id: ]
Customer 1 /config/config.inc.php:253 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:542 (__construct) [id: 1]
Gender 1 /classes/controller/FrontController.php:1667 (__construct) [id: 0]

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/var-dumper/Resources/functions/dump.php
16 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
18 /vendor/twig/twig/src/Resources/core.php
19 /vendor/twig/twig/src/Resources/debug.php
20 /vendor/twig/twig/src/Resources/escaper.php
21 /vendor/twig/twig/src/Resources/string_loader.php
22 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
23 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
24 /vendor/symfony/string/Resources/functions.php
25 /vendor/symfony/polyfill-intl-idn/bootstrap.php
26 /vendor/symfony/clock/Resources/now.php
27 /vendor/symfony/polyfill-php80/bootstrap.php
28 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
29 /vendor/jakeasmith/http_build_url/src/http_build_url.php
30 /vendor/symfony/polyfill-intl-icu/bootstrap.php
31 /vendor/symfony/polyfill-php84/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
49 /var/cache/prod/class_index.php
50 /classes/controller/Controller.php
52 /classes/ObjectModel.php
53 /src/Core/Foundation/Database/EntityInterface.php
55 /classes/db/Db.php
57 /classes/Hook.php
59 /classes/module/Module.php
60 /src/Core/Module/Legacy/ModuleInterface.php
62 /classes/Tools.php
63 /classes/Context.php
64 /override/classes/shop/Shop.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 /vendor/defuse/php-encryption/src/Crypto.php
127 /vendor/defuse/php-encryption/src/KeyOrPassword.php
128 /vendor/defuse/php-encryption/src/RuntimeTests.php
129 /vendor/defuse/php-encryption/src/DerivedKeys.php
130 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
131 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
132 /src/Core/Session/SessionHandler.php
133 /src/Core/Session/SessionHandlerInterface.php
134 /vendor/symfony/http-foundation/Session/Session.php
135 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
136 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
137 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
138 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
139 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
140 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
141 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
142 /vendor/symfony/http-foundation/Session/SessionInterface.php
143 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
144 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
145 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
146 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
147 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
148 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
149 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
150 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
151 /config/smarty.config.inc.php
152 /classes/Smarty/SmartyCustom.php
153 /vendor/smarty/smarty/libs/Smarty.class.php
154 /vendor/smarty/smarty/libs/functions.php
155 /vendor/smarty/smarty/libs/Autoloader.php
156 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
157 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
158 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
159 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
160 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
161 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
162 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
163 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
164 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
165 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
166 /classes/ImageManager.php
167 /override/classes/Product.php
168 /classes/Product.php
169 /classes/Profile.php
170 /classes/Tab.php
171 /config/smartyfront.config.inc.php
172 /classes/Smarty/SmartyResourceModule.php
173 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
174 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
175 /classes/Smarty/SmartyResourceParent.php
176 /classes/Smarty/SmartyLazyRegister.php
177 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
178 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
179 /override/classes/Customer.php
180 /classes/Customer.php
181 /classes/Group.php
182 /override/classes/Link.php
183 /classes/Link.php
184 /classes/shop/ShopUrl.php
185 /app/FrontKernel.php
186 /app/AppKernel.php
187 /vendor/symfony/http-kernel/Kernel.php
188 /vendor/symfony/config/ConfigCache.php
189 /vendor/symfony/config/ResourceCheckerConfigCache.php
190 /vendor/symfony/config/ConfigCacheInterface.php
191 /vendor/symfony/http-kernel/KernelInterface.php
192 /vendor/symfony/http-kernel/HttpKernelInterface.php
193 /vendor/symfony/http-kernel/RebootableInterface.php
194 /vendor/symfony/http-kernel/TerminableInterface.php
195 /vendor/symfony/dotenv/Dotenv.php
196 /classes/Dispatcher.php
197 /vendor/symfony/http-foundation/Request.php
198 /vendor/symfony/http-foundation/AcceptHeader.php
199 /vendor/symfony/http-foundation/AcceptHeaderItem.php
200 /vendor/symfony/http-foundation/FileBag.php
201 /vendor/symfony/http-foundation/HeaderBag.php
202 /vendor/symfony/http-foundation/HeaderUtils.php
203 /vendor/symfony/http-foundation/InputBag.php
204 /vendor/symfony/http-foundation/ServerBag.php
205 /src/Adapter/SymfonyContainer.php
206 /config/db_slave_server.inc.php
207 /src/Adapter/ContainerBuilder.php
208 /src/Adapter/Environment.php
209 /src/Core/EnvironmentInterface.php
210 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
211 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
212 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
214 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
215 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
216 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
217 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
218 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
219 /vendor/symfony/cache/Adapter/ArrayAdapter.php
220 /vendor/psr/log/src/LoggerAwareTrait.php
221 /vendor/symfony/cache/Adapter/AdapterInterface.php
222 /vendor/symfony/cache/CacheItem.php
223 /vendor/symfony/cache-contracts/ItemInterface.php
224 /vendor/psr/cache/src/CacheItemInterface.php
225 /vendor/psr/cache/src/CacheItemPoolInterface.php
226 /vendor/symfony/cache-contracts/CacheInterface.php
227 /vendor/psr/log/src/LoggerAwareInterface.php
228 /vendor/symfony/cache/ResettableInterface.php
229 /vendor/symfony/service-contracts/ResetInterface.php
230 /vendor/doctrine/orm/src/Tools/Setup.php
231 /vendor/doctrine/deprecations/src/Deprecation.php
232 /vendor/doctrine/orm/src/Configuration.php
233 /vendor/doctrine/dbal/src/Configuration.php
234 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
235 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
236 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
237 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
238 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
239 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
240 /vendor/doctrine/lexer/src/AbstractLexer.php
241 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
242 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
243 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
244 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
245 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
246 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
247 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
248 /vendor/symfony/cache/Adapter/AbstractAdapter.php
249 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
250 /vendor/symfony/cache/Traits/ContractsTrait.php
251 /vendor/symfony/cache-contracts/CacheTrait.php
252 /vendor/psr/cache/src/InvalidArgumentException.php
253 /vendor/psr/cache/src/CacheException.php
254 /vendor/symfony/cache/Traits/FilesystemTrait.php
255 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
256 /vendor/symfony/cache/PruneableInterface.php
257 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
258 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
259 /src/Adapter/Module/Repository/CachedModuleRepository.php
260 /src/Adapter/Module/Repository/ModuleRepository.php
261 /src/Core/Repository/AbstractObjectModelRepository.php
262 /vendor/symfony/cache/LockRegistry.php
263 /modules/ps_brandlist/vendor/autoload.php
264 /modules/ps_brandlist/vendor/composer/autoload_real.php
265 /modules/ps_brandlist/vendor/composer/platform_check.php
266 /modules/ps_brandlist/vendor/composer/autoload_static.php
267 /modules/ps_accounts/vendor/autoload.php
268 /modules/ps_accounts/vendor/composer/autoload_real.php
269 /modules/ps_accounts/vendor/composer/platform_check.php
270 /modules/ps_accounts/vendor/composer/autoload_static.php
271 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
272 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
273 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
274 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
275 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
276 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
277 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
278 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
279 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
280 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
281 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
282 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
283 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
284 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
285 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
286 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
287 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
288 /modules/ps_apiresources/vendor/autoload.php
289 /modules/ps_apiresources/vendor/composer/autoload_real.php
290 /modules/ps_apiresources/vendor/composer/platform_check.php
291 /modules/ps_apiresources/vendor/composer/autoload_static.php
292 /modules/statsbestproducts/vendor/autoload.php
293 /modules/statsbestproducts/vendor/composer/autoload_real.php
294 /modules/statsbestproducts/vendor/composer/platform_check.php
295 /modules/statsbestproducts/vendor/composer/autoload_static.php
296 /modules/dashactivity/vendor/autoload.php
297 /modules/dashactivity/vendor/composer/autoload_real.php
298 /modules/dashactivity/vendor/composer/platform_check.php
299 /modules/dashactivity/vendor/composer/autoload_static.php
300 /modules/dashgoals/vendor/autoload.php
301 /modules/dashgoals/vendor/composer/autoload_real.php
302 /modules/dashgoals/vendor/composer/platform_check.php
303 /modules/dashgoals/vendor/composer/autoload_static.php
304 /modules/zencom/vendor/autoload.php
305 /modules/zencom/vendor/composer/autoload_real.php
306 /modules/zencom/vendor/composer/platform_check.php
307 /modules/zencom/vendor/composer/autoload_static.php
308 /modules/zencom/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
309 /modules/zencom/vendor/phpunit/phpunit/src/Framework/Assert/Functions.php
310 /modules/zencom/vendor/ramsey/uuid/src/functions.php
311 /modules/ps_viewedproduct/vendor/autoload.php
312 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
313 /modules/ps_viewedproduct/vendor/composer/platform_check.php
314 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
315 /modules/ps_emailsubscription/vendor/autoload.php
316 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
317 /modules/ps_emailsubscription/vendor/composer/platform_check.php
318 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
319 /modules/ps_emailalerts/vendor/autoload.php
320 /modules/ps_emailalerts/vendor/composer/autoload_real.php
321 /modules/ps_emailalerts/vendor/composer/platform_check.php
322 /modules/ps_emailalerts/vendor/composer/autoload_static.php
323 /modules/tagconciergefree/vendor/autoload.php
324 /modules/tagconciergefree/vendor/composer/autoload_real.php
325 /modules/tagconciergefree/vendor/composer/platform_check.php
326 /modules/tagconciergefree/vendor/composer/autoload_static.php
327 /modules/ps_supplierlist/vendor/autoload.php
328 /modules/ps_supplierlist/vendor/composer/autoload_real.php
329 /modules/ps_supplierlist/vendor/composer/platform_check.php
330 /modules/ps_supplierlist/vendor/composer/autoload_static.php
331 /modules/blockreassurance/vendor/autoload.php
332 /modules/blockreassurance/vendor/composer/autoload_real.php
333 /modules/blockreassurance/vendor/composer/platform_check.php
334 /modules/blockreassurance/vendor/composer/autoload_static.php
335 /modules/blockwishlist/vendor/autoload.php
336 /modules/blockwishlist/vendor/composer/autoload_real.php
337 /modules/blockwishlist/vendor/composer/autoload_static.php
338 /modules/ps_wirepayment/vendor/autoload.php
339 /modules/ps_wirepayment/vendor/composer/autoload_real.php
340 /modules/ps_wirepayment/vendor/composer/platform_check.php
341 /modules/ps_wirepayment/vendor/composer/autoload_static.php
342 /modules/psstocksync/vendor/autoload.php
343 /modules/psstocksync/vendor/composer/autoload_real.php
344 /modules/psstocksync/vendor/composer/platform_check.php
345 /modules/psstocksync/vendor/composer/autoload_static.php
346 /modules/psstocksync/vendor/ralouphie/getallheaders/src/getallheaders.php
347 /modules/psstocksync/vendor/guzzlehttp/guzzle/src/functions_include.php
348 /modules/psstocksync/vendor/guzzlehttp/guzzle/src/functions.php
349 /modules/psstocksync/vendor/google/apiclient-services/autoload.php
350 /modules/psstocksync/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
351 /modules/psstocksync/vendor/google/apiclient/src/aliases.php
352 /modules/psstocksync/vendor/google/apiclient/src/Client.php
353 /modules/psstocksync/vendor/google/apiclient/src/Service.php
354 /modules/psstocksync/vendor/google/apiclient/src/AccessToken/Revoke.php
355 /modules/psstocksync/vendor/google/apiclient/src/AccessToken/Verify.php
356 /modules/psstocksync/vendor/google/apiclient/src/Model.php
357 /modules/psstocksync/vendor/google/apiclient/src/Utils/UriTemplate.php
358 /modules/psstocksync/vendor/google/apiclient/src/AuthHandler/Guzzle6AuthHandler.php
359 /modules/psstocksync/vendor/google/apiclient/src/AuthHandler/Guzzle7AuthHandler.php
360 /modules/psstocksync/vendor/google/apiclient/src/AuthHandler/Guzzle5AuthHandler.php
361 /modules/psstocksync/vendor/google/apiclient/src/AuthHandler/AuthHandlerFactory.php
362 /modules/psstocksync/vendor/google/apiclient/src/Http/Batch.php
363 /modules/psstocksync/vendor/google/apiclient/src/Http/MediaFileUpload.php
364 /modules/psstocksync/vendor/google/apiclient/src/Http/REST.php
365 /modules/psstocksync/vendor/google/apiclient/src/Task/Retryable.php
366 /modules/psstocksync/vendor/google/apiclient/src/Task/Exception.php
367 /modules/psstocksync/vendor/google/apiclient/src/Exception.php
368 /modules/psstocksync/vendor/google/apiclient/src/Task/Runner.php
369 /modules/psstocksync/vendor/google/apiclient/src/Collection.php
370 /modules/psstocksync/vendor/google/apiclient/src/Service/Exception.php
371 /modules/psstocksync/vendor/google/apiclient/src/Service/Resource.php
372 /modules/psstocksync/vendor/google/apiclient/src/Task/Composer.php
373 /modules/bulkgate_sms_module_for_prestashop/vendor/autoload.php
374 /modules/bulkgate_sms_module_for_prestashop/vendor/composer/autoload_real.php
375 /modules/bulkgate_sms_module_for_prestashop/vendor/composer/platform_check.php
376 /modules/bulkgate_sms_module_for_prestashop/vendor/composer/autoload_static.php
377 /modules/bulkgate_sms_module_for_prestashop/distribution.php
378 /modules/ps_mcp_server/vendor/autoload.php
379 /modules/ps_mcp_server/vendor/composer/autoload_real.php
380 /modules/ps_mcp_server/vendor/composer/autoload_static.php
381 /modules/ps_mcp_server/vendor/symfony/polyfill-uuid/bootstrap.php
382 /modules/ps_mcp_server/vendor/symfony/polyfill-uuid/bootstrap80.php
383 /modules/ps_mcp_server/vendor/sentry/sentry/src/functions.php
384 /modules/ps_mcp_server/vendor-prefixed-autoload.php
385 /modules/ps_mcp_server/vendor-prefixed/autoload.php
386 /modules/ps_mcp_server/vendor-prefixed/autoload-classmap.php
387 /modules/ps_mcp_server/vendor-prefixed/autoload-files.php
388 /modules/ps_mcp_server/vendor-prefixed/sentry/sentry/src/functions.php
389 /modules/ps_mcp_server/vendor-prefixed/ralouphie/getallheaders/src/getallheaders.php
390 /modules/ps_eventbus/vendor/autoload.php
391 /modules/ps_eventbus/vendor/composer/autoload_real.php
392 /modules/ps_eventbus/vendor/composer/autoload_static.php
393 /modules/ps_specials/vendor/autoload.php
394 /modules/ps_specials/vendor/composer/autoload_real.php
395 /modules/ps_specials/vendor/composer/platform_check.php
396 /modules/ps_specials/vendor/composer/autoload_static.php
397 /modules/ps_linklist/vendor/autoload.php
398 /modules/ps_linklist/vendor/composer/autoload_real.php
399 /modules/ps_linklist/vendor/composer/platform_check.php
400 /modules/ps_linklist/vendor/composer/autoload_static.php
401 /modules/cargus/vendor/autoload.php
402 /modules/cargus/vendor/composer/autoload_real.php
403 /modules/cargus/vendor/composer/autoload_static.php
404 /modules/ps_bestsellers/vendor/autoload.php
405 /modules/ps_bestsellers/vendor/composer/autoload_real.php
406 /modules/ps_bestsellers/vendor/composer/platform_check.php
407 /modules/ps_bestsellers/vendor/composer/autoload_static.php
408 /modules/psgdpr/vendor/autoload.php
409 /modules/psgdpr/vendor/composer/autoload_real.php
410 /modules/psgdpr/vendor/composer/autoload_static.php
411 /modules/ps_googleanalytics/vendor/autoload.php
412 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
413 /modules/ps_googleanalytics/vendor/composer/platform_check.php
414 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
415 /modules/ps_cashondelivery/vendor/autoload.php
416 /modules/ps_cashondelivery/vendor/composer/autoload_real.php
417 /modules/ps_cashondelivery/vendor/composer/autoload_static.php
418 /modules/ps_mcp_tools/vendor/autoload.php
419 /modules/ps_mcp_tools/vendor/composer/autoload_real.php
420 /modules/ps_mcp_tools/vendor/composer/autoload_static.php
421 /modules/ps_mbo/vendor/autoload.php
422 /modules/ps_mbo/vendor/composer/autoload_real.php
423 /modules/ps_mbo/vendor/composer/platform_check.php
424 /modules/ps_mbo/vendor/composer/autoload_static.php
425 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
426 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
427 /modules/ps_mbo/vendor/php-http/message/src/filters.php
428 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php
429 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php
430 /modules/ps_mbo/bootstrap.php
431 /modules/ps_mbo/src/Helpers/EnvHelper.php
432 /modules/ps_categoryproducts/vendor/autoload.php
433 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
434 /modules/ps_categoryproducts/vendor/composer/platform_check.php
435 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
436 /modules/ps_distributionapiclient/vendor/autoload.php
437 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
438 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
439 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
440 /modules/businessleaguemarketing/vendor/autoload.php
441 /modules/businessleaguemarketing/vendor/composer/autoload_real.php
442 /modules/businessleaguemarketing/vendor/composer/platform_check.php
443 /modules/businessleaguemarketing/vendor/composer/autoload_static.php
444 /var/cache/prod/FrontContainer.php
445 /src/Adapter/Container/LegacyContainer.php
446 /vendor/symfony/dependency-injection/Container.php
447 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
448 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
449 /vendor/symfony/dependency-injection/ServiceLocator.php
450 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
451 /vendor/psr/container/src/ContainerExceptionInterface.php
452 /vendor/psr/container/src/NotFoundExceptionInterface.php
453 /vendor/symfony/service-contracts/ServiceProviderInterface.php
454 /vendor/psr/container/src/ContainerInterface.php
455 /vendor/symfony/dependency-injection/ContainerInterface.php
456 /src/Adapter/Container/LegacyContainerInterface.php
457 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
458 /vendor/doctrine/orm/src/EntityRepository.php
459 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
460 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
461 /vendor/symfony/var-exporter/LazyProxyTrait.php
462 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
463 /vendor/symfony/var-exporter/LazyObjectInterface.php
464 /vendor/symfony/var-exporter/Internal/Hydrator.php
465 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
466 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
467 /src/PrestaShopBundle/Entity/Repository/ShipmentRepository.php
468 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
469 /vendor/symfony/var-exporter/LazyGhostTrait.php
470 /src/Core/FeatureFlag/FeatureFlagManager.php
471 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
472 /src/Core/FeatureFlag/Layer/DbLayer.php
473 /src/Core/FeatureFlag/TypeLayerInterface.php
474 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
475 /src/Core/FeatureFlag/Layer/EnvLayer.php
476 /src/Core/FeatureFlag/Layer/QueryLayer.php
477 /vendor/symfony/http-foundation/RequestStack.php
478 /vendor/doctrine/orm/src/EntityManager.php
479 /vendor/doctrine/orm/src/EntityManagerInterface.php
480 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
481 /src/Core/Hook/HookModuleFilter.php
482 /src/Core/Hook/HookModuleFilterInterface.php
483 /controllers/front/listing/CategoryController.php
484 /classes/controller/ProductListingFrontController.php
485 /classes/controller/ProductPresentingFrontController.php
486 /override/classes/controller/FrontController.php
487 /classes/controller/FrontController.php
488 /src/PrestaShopBundle/Translation/TranslatorComponent.php
489 /vendor/symfony/translation/Translator.php
490 /vendor/symfony/translation/MessageCatalogue.php
491 /vendor/symfony/translation/MessageCatalogueInterface.php
492 /vendor/symfony/translation/MetadataAwareInterface.php
493 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
494 /vendor/symfony/translation-contracts/TranslatorInterface.php
495 /vendor/symfony/translation/TranslatorBagInterface.php
496 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
497 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
498 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
499 /src/PrestaShopBundle/Translation/TranslatorInterface.php
500 /vendor/symfony/translation/Formatter/MessageFormatter.php
501 /vendor/symfony/translation/Formatter/IntlFormatter.php
502 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
503 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
504 /vendor/symfony/translation/IdentityTranslator.php
505 /vendor/symfony/translation-contracts/TranslatorTrait.php
506 /vendor/symfony/config/ConfigCacheFactory.php
507 /vendor/symfony/config/ConfigCacheFactoryInterface.php
508 /var/cache/prod/translations/catalogue.ro-RO.NXhscRe.php
509 /src/Adapter/Presenter/Object/ObjectPresenter.php
510 /src/Adapter/Presenter/PresenterInterface.php
511 /src/Adapter/Presenter/Cart/CartPresenter.php
512 /src/Adapter/Image/ImageRetriever.php
513 /classes/tax/TaxConfiguration.php
514 /classes/Smarty/TemplateFinder.php
515 /classes/assets/StylesheetManager.php
516 /classes/assets/AbstractAssetManager.php
517 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
518 /classes/assets/JavascriptManager.php
519 /classes/assets/CccReducer.php
520 /modules/businessleaguemarketing/businessleaguemarketing.php
521 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
522 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
523 /modules/businessleaguemarketing/src/Services/Redirect.php
524 /modules/businessleaguemarketing/config.php
525 /modules/businessleaguemarketing/src/Config/Config.php
526 /modules/businessleaguemarketing/src/Services/Validator.php
527 /modules/businessleaguemarketing/src/Services/CategoryHelper.php
528 /modules/businessleaguemarketing/src/Services/BigBearParamsManager.php
529 /override/classes/Category.php
530 /classes/Category.php
531 /src/Core/Domain/Category/ValueObject/RedirectType.php
532 /src/Core/Domain/Category/CategorySettings.php
533 /src/Core/Domain/Category/SeoSettings.php
534 /classes/webservice/WebserviceRequest.php
535 /src/Core/Localization/Locale/Repository.php
536 /src/Core/Localization/Locale/RepositoryInterface.php
537 /src/Core/Localization/CLDR/LocaleRepository.php
538 /src/Core/Localization/CLDR/LocaleDataSource.php
539 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
540 /src/Core/Data/Layer/AbstractDataLayer.php
541 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
542 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
543 /src/Core/Localization/CLDR/Reader.php
544 /src/Core/Localization/CLDR/ReaderInterface.php
545 /src/Core/Localization/Currency/Repository.php
546 /src/Core/Localization/Currency/RepositoryInterface.php
547 /src/Core/Localization/Currency/CurrencyDataSource.php
548 /src/Core/Localization/Currency/DataSourceInterface.php
549 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
550 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
551 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
552 /src/Adapter/Currency/CurrencyDataProvider.php
553 /src/Core/Currency/CurrencyDataProviderInterface.php
554 /src/Adapter/LegacyContext.php
555 /src/Adapter/Tools.php
556 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
557 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
558 /vendor/prestashop/decimal/src/Operation/Rounding.php
559 /src/Core/Localization/Locale.php
560 /src/Core/Localization/LocaleInterface.php
561 /src/Core/Localization/Specification/Price.php
562 /src/Core/Localization/Specification/Number.php
563 /src/Core/Localization/Specification/NumberInterface.php
564 /src/Core/Localization/Specification/Factory.php
565 /src/Core/Localization/CLDR/LocaleData.php
566 /src/Core/Localization/CLDR/NumberSymbolsData.php
567 /src/Core/Localization/CLDR/CurrencyData.php
568 /src/Core/Localization/CLDR/Locale.php
569 /src/Core/Localization/CLDR/LocaleInterface.php
570 /src/Core/Localization/Specification/NumberSymbolList.php
571 /classes/Currency.php
572 /src/Core/Localization/Currency/LocalizedCurrencyId.php
573 /src/Core/Localization/Currency/CurrencyData.php
574 /src/Core/Localization/Currency/CurrencyCollection.php
575 /src/Core/Localization/Currency.php
576 /src/Core/Localization/CurrencyInterface.php
577 /src/Core/Localization/Specification/NumberCollection.php
578 /src/Core/Localization/Number/Formatter.php
579 /classes/Cart.php
580 /src/Adapter/AddressFactory.php
581 /classes/CartRule.php
582 /src/Core/Domain/Product/ValueObject/RedirectType.php
583 /src/Core/Util/DateTime/DateTime.php
584 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
585 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
586 /src/Core/Domain/Product/ValueObject/DeliveryTimeNoteType.php
587 /src/Core/Domain/Product/ValueObject/ProductType.php
588 /src/Core/Domain/Product/ValueObject/Reference.php
589 /src/Core/Domain/Product/ValueObject/Gtin.php
590 /src/Core/Domain/Product/ValueObject/Isbn.php
591 /src/Core/Domain/Product/ValueObject/Upc.php
592 /src/Core/Domain/Product/ProductSettings.php
593 /src/Adapter/Presenter/Category/CategoryPresenter.php
594 /src/Adapter/Presenter/Category/CategoryLazyArray.php
595 /src/Adapter/Presenter/AbstractLazyArray.php
596 /src/Adapter/Presenter/LazyArrayAttribute.php
597 /src/Core/Util/Inflector.php
598 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
599 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
600 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
601 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
602 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
603 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
604 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
605 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
606 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
607 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
608 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
609 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
610 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
611 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
612 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
613 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
614 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
615 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
616 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
617 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
618 /src/Core/Domain/Shop/ValueObject/ShopId.php
619 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
620 /modules/blockwishlist/blockwishlist.php
621 /src/PrestaShopBundle/Translation/DomainNormalizer.php
622 /classes/Media.php
623 /modules/ps_emailsubscription/ps_emailsubscription.php
624 /src/Core/Module/WidgetInterface.php
625 /modules/ps_emailalerts/ps_emailalerts.php
626 /modules/ps_emailalerts/MailAlert.php
627 /modules/blockreassurance/blockreassurance.php
628 /src/Adapter/Presenter/Cart/CartLazyArray.php
629 /src/Adapter/Product/PriceFormatter.php
630 /src/Adapter/Presenter/Cart/CartProductPresenter.php
631 /src/Adapter/Presenter/Product/ProductPresenter.php
632 /src/Adapter/Product/ProductColorsRetriever.php
633 /src/Adapter/HookManager.php
634 /classes/Gender.php
635 /src/Core/Domain/Title/ValueObject/Gender.php
636 /classes/Risk.php
637 /classes/Meta.php
638 /classes/Address.php
639 /classes/ImageType.php
640 /src/Core/Addon/Module/ModuleManagerBuilder.php
641 /src/Adapter/LegacyLogger.php
642 /src/Adapter/Module/ModuleDataProvider.php
643 /src/Adapter/Module/AdminModuleDataProvider.php
644 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
645 /src/Adapter/Module/Module.php
646 /src/Core/Module/ModuleInterface.php
647 /vendor/symfony/config/FileLocator.php
648 /vendor/symfony/config/FileLocatorInterface.php
649 /vendor/symfony/routing/Loader/YamlFileLoader.php
650 /vendor/symfony/config/Loader/FileLoader.php
651 /vendor/symfony/config/Loader/Loader.php
652 /vendor/symfony/config/Loader/LoaderInterface.php
653 /vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php
654 /vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php
655 /vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php
656 /vendor/symfony/routing/Router.php
657 /vendor/symfony/routing/RouterInterface.php
658 /vendor/symfony/routing/Matcher/UrlMatcherInterface.php
659 /vendor/symfony/routing/RequestContextAwareInterface.php
660 /vendor/symfony/routing/Generator/UrlGeneratorInterface.php
661 /vendor/symfony/routing/Matcher/RequestMatcherInterface.php
662 /vendor/symfony/routing/RequestContext.php
663 /src/Core/Module/ModuleManager.php
664 /src/Core/Module/ModuleManagerInterface.php
665 /src/Core/Module/ModuleRepository.php
666 /src/Core/Module/ModuleRepositoryInterface.php
667 /src/Core/Context/LanguageContext.php
668 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
669 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
670 /vendor/symfony/event-dispatcher/EventDispatcherInterface.php
671 /vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php
672 /vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
673 /src/Core/Hook/HookDispatcherInterface.php
674 /vendor/symfony/translation/Loader/XliffFileLoader.php
675 /vendor/symfony/translation/Loader/LoaderInterface.php
676 /classes/State.php
677 /src/Core/Security/PasswordPolicyConfiguration.php
678 /src/Core/Configuration/DataConfigurationInterface.php
679 /src/Core/Security/Hashing.php
680 /src/Core/Filter/FrontEndObject/MainFilter.php
681 /src/Core/Filter/FilterInterface.php
682 /src/Core/Filter/FrontEndObject/CartFilter.php
683 /src/Core/Filter/HashMapWhitelistFilter.php
684 /src/Core/Filter/CollectionFilter.php
685 /src/Core/Filter/FrontEndObject/ProductFilter.php
686 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
687 /src/Core/Filter/FrontEndObject/CustomerFilter.php
688 /src/Core/Filter/FrontEndObject/ShopFilter.php
689 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
690 /classes/ProductAssembler.php
691 /src/Core/Product/Search/ProductSearchContext.php
692 /modules/cargus/cargus.php
693 /modules/cargus/helpers/cargus_carrier_tools.php
694 /modules/cargus/lib/classes/WebserviceSpecificManagementSmexport.php
695 /classes/webservice/WebserviceSpecificManagementInterface.php
696 /classes/webservice/WebserviceOutputBuilder.php
697 /classes/PaymentModule.php
698 /classes/Translate.php
699 /classes/Smarty/SmartyCustomTemplate.php
700 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
701 /var/cache/prod/smarty/compile/AngarTheme/d8/60/95/d86095bcbe7511aa77a6c50a59e5bf1a662629f8_2.file.frontend_header.tpl.php
702 /modules/pshuanpc/pshuanpc.php
703 /modules/pshuanpc/translations/ro.php
704 /modules/ps_searchbar/ps_searchbar.php
705 /modules/angarfastconfig/angarfastconfig.php
706 /modules/angarfastconfig/translations/ro.php
707 /modules/angarcatproduct/angarcatproduct.php
708 /modules/angarcatproduct/translations/ro.php
709 /modules/angarcmsdesc/angarcmsdesc.php
710 /modules/angarcmsdesc/classes/InfoBlock3.php
711 /modules/angarcmsdesc/translations/ro.php
712 /modules/angarcmsinfo/angarcmsinfo.php
713 /modules/angarcmsinfo/classes/InfoBlock2.php
714 /modules/angarcmsinfo/translations/ro.php
715 /modules/angarmanufacturer/angarmanufacturer.php
716 /modules/angarmanufacturer/translations/ro.php
717 /modules/angarslider/angarslider.php
718 /modules/angarslider/AngarSlide.php
719 /src/Adapter/Localization/LegacyTranslator.php
720 /modules/angarscrolltop/angarscrolltop.php
721 /modules/angarscrolltop/translations/ro.php
722 /modules/angarthemeconfigurator/angarthemeconfigurator.php
723 /modules/angarthemeconfigurator/translations/ro.php
724 /var/cache/prod/smarty/compile/AngarTheme/dc/83/cd/dc83cddb17a8ec29b0b3b39407d2d5124794f4cc_2.file.csstpl.tpl.php
725 /modules/angarhomecat/angarhomecat.php
726 /modules/angarhomecat/translations/ro.php
727 /modules/tagconciergefree/tagconciergefree.php
728 /modules/tagconciergefree/src/Install/ModuleTrait.php
729 /modules/tagconciergefree/src/Install/TagConciergeModuleInterface.php
730 /modules/tagconciergefree/translations/ro.php
731 /modules/tagconciergefree/src/Hook/HookProvider.php
732 /modules/tagconciergefree/src/Hook/FrontendAssetsHook.php
733 /modules/tagconciergefree/src/Hook/AbstractHook.php
734 /modules/tagconciergefree/src/Hook/Hooks.php
735 /modules/tagconciergefree/src/Hook/DebugHook.php
736 /modules/tagconciergefree/src/Hook/Event/Browser/AddToCartHook.php
737 /modules/tagconciergefree/src/Hook/Event/AbstractEcommerceEventHook.php
738 /modules/tagconciergefree/src/Hook/Event/Browser/PurchaseHook.php
739 /modules/tagconciergefree/src/ValueObject/ConfigurationVO.php
740 /var/cache/prod/smarty/compile/AngarTheme/63/46/8a/63468ab948d02fc74ce0d89734225ab02b15de17_2.file.display_header.tpl.php
741 /modules/bovsofttreecategories/bovsofttreecategories.php
742 /modules/angarcookieinfo/angarcookieinfo.php
743 /modules/angarcookieinfo/translations/ro.php
744 /modules/businessleaguemarketing/src/Services/Renderer.php
745 /modules/businessleaguemarketing/src/Services/UrlBuilder.php
746 /modules/businessleaguemarketing/src/Admin/Repositories/SettingsRepository.php
747 /modules/businessleaguemarketing/src/Services/SEOManager.php
748 /modules/angartabs/angartabs.php
749 /modules/angartabs/classes/AngarTabsBlock.php
750 /modules/angargpsr/angargpsr.php
751 /modules/angargpsr/classes/AngarGpsrBlock.php
752 /modules/ps_shoppingcart/ps_shoppingcart.php
753 /modules/angarwhatsapp/angarwhatsapp.php
754 /modules/angarwhatsapp/translations/ro.php
755 /modules/angarbanners/angarbanners.php
756 /modules/zencom/zencom.php
757 /modules/zencom/src/Service/ModuleConfiguration.php
758 /modules/olxpremium/olxpremium.php
759 /modules/olxpremium/classes/class.olx.php
760 /modules/olxpremium/translations/ro.php
761 /modules/angarparallax/angarparallax.php
762 /modules/angarparallax/translations/ro.php
763 /modules/ps_googleanalytics/ps_googleanalytics.php
764 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
765 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
766 /var/cache/prod/smarty/compile/AngarTheme/e7/b2/c8/e7b2c8f9fb0ce465872eb591ec2c4520d9ec9074_2.file.ps_googleanalytics.tpl.php
767 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
768 /modules/facebookpixelinstaller/facebookpixelinstaller.php
769 /var/cache/prod/smarty/compile/AngarTheme/c3/79/83/c37983be43a1c729cbede4964bc3e857f0f92434_2.file.fb_pixel_script.tpl.php
770 /src/Core/Product/Search/ProductSearchQuery.php
771 /src/Core/Product/Search/SortOrder.php
772 /modules/ps_facetedsearch/ps_facetedsearch.php
773 /modules/ps_facetedsearch/src/HookDispatcher.php
774 /modules/ps_facetedsearch/src/Hook/Attribute.php
775 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
776 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
777 /modules/ps_facetedsearch/src/Hook/Category.php
778 /modules/ps_facetedsearch/src/Hook/Configuration.php
779 /modules/ps_facetedsearch/src/Hook/Design.php
780 /modules/ps_facetedsearch/src/Hook/Feature.php
781 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
782 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
783 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
784 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
785 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
786 /modules/ps_facetedsearch/src/Hook/Product.php
787 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
788 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
789 /modules/ps_facetedsearch/src/Filters/Provider.php
790 /modules/ps_facetedsearch/src/URLSerializer.php
791 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
792 /modules/ps_facetedsearch/src/Product/SearchProvider.php
793 /src/Core/Product/Search/FacetsRendererInterface.php
794 /src/Core/Product/Search/ProductSearchProviderInterface.php
795 /modules/ps_facetedsearch/src/Filters/Converter.php
796 /modules/ps_facetedsearch/src/Product/SearchFactory.php
797 /src/Core/Product/Search/ProductSearchResult.php
798 /modules/ps_facetedsearch/src/Product/Search.php
799 /modules/ps_facetedsearch/src/Adapter/MySQL.php
800 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
801 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
802 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
803 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
804 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
805 /modules/ps_facetedsearch/src/Filters/Products.php
806 /classes/stock/StockAvailable.php
807 /modules/ps_facetedsearch/src/Filters/Block.php
808 /src/Core/Product/Search/FacetCollection.php
809 /classes/Pack.php
810 /classes/Combination.php
811 /classes/SpecificPrice.php
812 /classes/tax/TaxManagerFactory.php
813 /classes/tax/TaxRulesTaxManager.php
814 /classes/tax/TaxManagerInterface.php
815 /classes/tax/Tax.php
816 /classes/tax/TaxCalculator.php
817 /classes/GroupReduction.php
818 /src/Core/Localization/CLDR/ComputingPrecision.php
819 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
820 /classes/order/Order.php
821 /classes/ProductPresenterFactory.php
822 /src/Adapter/Presenter/Product/ProductListingPresenter.php
823 /src/Core/Product/ProductPresentationSettings.php
824 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
825 /src/Adapter/Presenter/Product/ProductLazyArray.php
826 /vendor/prestashop/decimal/src/DecimalNumber.php
827 /vendor/prestashop/decimal/src/Builder.php
828 /classes/Image.php
829 /src/Core/Image/ImageFormatConfiguration.php
830 /src/Core/Image/ImageFormatConfigurationInterface.php
831 /var/cache/prod/smarty/compile/AngarTheme/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
832 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
833 /vendor/smarty/smarty/libs/plugins/modifier.count.php
834 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
835 /src/Core/Product/Search/Pagination.php
836 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/60/17/a1/6017a1dbb1b2da9ad5652ae6a111b0d0c003f3d4_2.file.category.tpl.php
837 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/a1/e5/e3/a1e5e32c0957d36fdea4f16da7841029aa044445_2.file.product-list.tpl.php
838 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/7c/d4/9f/7cd49fc0256f9aaadd6dfdb9ca063a4d50c40206_2.file.layout-left-column.tpl.php
839 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/b4/46/16/b446160201e81f2081df8d273d848d6475cbc084_2.file.layout-both-columns.tpl.php
840 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/e2/8d/0b/e28d0b35c2b706009656908cbd213096a685f8ae_2.file.head.tpl.php
841 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
842 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/5c/21/67/5c2167ace4b182206edc3ceffda1ceec7c44b55c_2.file.head-jsonld.tpl.php
843 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/39/35/d0/3935d01478c99f419bd51413e9d60cc47cb2d5bd_2.file.product-list-jsonld.tpl.php
844 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/98/57/7f/98577f35b214a39ab1a4603dc0365f497f4d1b22_2.file.pagination-seo.tpl.php
845 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
846 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
847 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/b8/99/d6/b899d6fa4182f408e86c3717aad7f53437d9b790_2.file.stylesheets.tpl.php
848 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/1c/19/e5/1c19e56fb323dde3247a5fc76c361bb74eb8c044_2.file.javascript.tpl.php
849 /classes/ProductDownload.php
850 /src/Adapter/ContainerFinder.php
851 /src/Core/Cart/Calculator.php
852 /src/Core/Cart/CartRowCollection.php
853 /src/Core/Cart/Fees.php
854 /src/Core/Cart/AmountImmutable.php
855 /src/Core/Cart/CartRuleCollection.php
856 /src/Core/Cart/CartRuleCalculator.php
857 /src/Adapter/Product/PriceCalculator.php
858 /src/Core/Cart/CartRow.php
859 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/5f/6d/d4/5f6dd4b10c7cb680435798c3a4c21eee11631ae3_2.file.theme_css.tpl.php
860 /src/Core/Util/String/StringModifier.php
861 /src/Core/Util/String/StringModifierInterface.php
862 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/ff/e8/e6/ffe8e617229163a968e3f3b12b56cb6bbaeb0828_2.file.body_classes.tpl.php
863 /modules/tagconciergefree/src/ValueObject/EcommerceEventVO.php
864 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/3d/41/a1/3d41a1f8396d0a84f0db98ccc8fda93155d95036_2.file.product-activation.tpl.php
865 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/f7/ae/28/f7ae2877f7c15e416d79d1e215f2bf70ccf87609_2.file.header.tpl.php
866 /var/cache/prod/smarty/compile/AngarTheme/13/79/e7/1379e776c19e5f2c17c5c6e89c0b645339b228d2_2.file.hook.tpl.php
867 /modules/angarcontact/angarcontact.php
868 /modules/angarcontact/translations/ro.php
869 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
870 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
871 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
872 /var/cache/prod/smarty/cache/angarcontact/1/1/1/1/1/36/AngarTheme/ec/8d/3e/ec8d3e4dcbc7327151b90806d8c93483fdd806f5.nav.tpl.php
873 /modules/ps_customersignin/ps_customersignin.php
874 /var/cache/prod/smarty/compile/AngarTheme/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
875 /modules/ps_languageselector/ps_languageselector.php
876 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
877 /var/cache/prod/smarty/compile/AngarTheme/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
878 /var/cache/prod/smarty/compile/AngarTheme/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
879 /modules/ps_mainmenu/ps_mainmenu.php
880 /modules/ps_mainmenu/ps_menutoplinks.class.php
881 /var/cache/prod/smarty/compile/AngarTheme/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
882 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
883 /classes/CMS.php
884 /var/cache/prod/smarty/compile/AngarTheme/27/cc/c1/27ccc122ab9b5f0c6740c74f3f28d864bc566bc6_2.module.bovsofttreecategoriesbovsofttreecategories_top_fixed.tpl.php
885 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/a9/f9/92/a9f99210aa9744405b6c352902be3f5a360bc2e8_2.file.notifications.tpl.php
886 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/87/82/35/878235d75bf877dca6ed280a60d2f4834bbc3223_2.file.breadcrumb.tpl.php
887 /modules/ps_categorytree/ps_categorytree.php
888 /var/cache/prod/smarty/compile/AngarTheme/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
889 /modules/ps_linklist/ps_linklist.php
890 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
891 /modules/ps_linklist/src/Filter/LinkFilter.php
892 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
893 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
894 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
895 /var/cache/prod/smarty/cache/ps_linklist/displayLeftColumn/1/1/1/1/1/36/AngarTheme/18/40/4d/18404db4246f37946073be979e6f290cbaba9168.ps_linklistviewstemplateshooklinkblockcolumn.tpl.php
896 /var/cache/prod/smarty/compile/AngarTheme/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
897 /modules/ps_brandlist/ps_brandlist.php
898 /classes/Manufacturer.php
899 /var/cache/prod/smarty/cache/angarmanufacturer/1/1/1/1/1/36/AngarTheme/e0/03/d6/e003d6a28a5d578d0b40b76ae9ce0887155e9635.at_manufacturer.tpl.php
900 /modules/angarbestsellers/angarbestsellers.php
901 /var/cache/prod/smarty/cache/angarbestsellers_column/1/1/1/1/1/36/AngarTheme/8e/bc/95/8ebc95a73695777e8b869273a6c47b98ca1ee15e.angarbestsellersviewstemplateshookangarbestsellerscolumn.tpl.php
902 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/d3/3f/5d/d33f5d807e0127ae0f90c608001b49cf55982bf8_2.file.category-header.tpl.php
903 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/d7/ac/c9/d7acc9c96b6abcf3148c09ebaa960060fda59654_2.file.products-top.tpl.php
904 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/16/56/e4/1656e4a0125aaa13438ee1b685f103a8ec98803e_2.file.sort-orders.tpl.php
905 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/df/f0/ca/dff0ca46391482dbb74c3989b4535c3ef0c1bac1_2.file.products.tpl.php
906 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/85/b7/67/85b767f0da69051f34173115fe5d18b7ed801778_2.file.product.tpl.php
907 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/d1/33/bb/d133bbd1f4427bbddac080699c013b0a29043863_2.file.pl-dual-prices.tpl.php
908 /src/Core/Domain/Product/ProductCustomizabilitySettings.php
909 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/0d/cd/c5/0dcdc5c001bfe8e41aa026ad0dfd9373a07eac70_2.file.pagination.tpl.php
910 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/09/fc/9e/09fc9e1a7822e8b404585d528d6d2ac910b0983f_2.file.products-bottom.tpl.php
911 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/08/7d/2d/087d2d02f7673010f8d2e7ec1f29747288522986_2.file.category-footer.tpl.php
912 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/96/6f/f4/966ff4c511b84027d0aafa18a03f24ce0c48f2a1_2.file.footer.tpl.php
913 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/1/1/36/AngarTheme/a2/8c/cd/a28ccd4753003f80b206c8cd505fc164fc96cfeb.ps_linklistviewstemplateshooklinkblock.tpl.php
914 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
915 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/1/1/36/AngarTheme/66/77/d6/6677d6d8c5b64167a5c818cfb55699eb831539b3.ps_customeraccountlinksps_customeraccountlinks.tpl.php
916 /var/cache/prod/smarty/cache/angarcontact/1/1/1/1/1/36/AngarTheme/ac/0f/92/ac0f92628b9857305e79eb9b319191a207d13103.angarcontact.tpl.php
917 /var/cache/prod/smarty/compile/AngarTheme/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
918 /var/cache/prod/smarty/compile/AngarTheme/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
919 /var/cache/prod/smarty/compile/AngarTheme/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
920 /var/cache/prod/smarty/compile/AngarTheme/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
921 /var/cache/prod/smarty/compile/AngarTheme/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
922 /var/cache/prod/smarty/compile/AngarTheme/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
923 /var/cache/prod/smarty/cache/angarwhatsapp/1/1/1/1/1/36/AngarTheme/03/55/02/03550248fc002866ce9256379b454d951bfcec1a.angarwhatsapp.tpl.php
924 /var/cache/prod/smarty/cache/angarcookieinfo/1/1/1/1/1/36/AngarTheme/90/43/32/9043322cc44520de80ba584973aa21a55d59ce43.angarcookieinfo.tpl.php
925 /var/cache/prod/smarty/compile/AngarTheme/8f/5b/09/8f5b098e57db4d5f90acaeee15bd37d1997e39a4_2.file.angarscrolltop.tpl.php
926 /var/cache/prod/smarty/compile/AngarTheme/2c/3c/e0/2c3ce0d2a40e5d8d9dafc25cd30cc7302d5ab179_2.file.angarthemeconfigurator.tpl.php
927 /var/cache/prod/smarty/compile/AngarTheme/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
928 /var/cache/prod/smarty/compile/layouts_layout_left_column_tpl/8e/19/d2/8e19d26524ddd2634b7ede7ae2e783ade7786bb2_2.file.password-policy-template.tpl.php
929 /var/cache/prod/smarty/compile/AngarTheme/79/67/5d/79675d226a0dc844d31e0871948728661a2bcb00_2.file.at_manufacturer_script.tpl.php
930 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
931 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
932 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
933 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
934 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
935 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
936 /var/cache/prod/smarty/compile/AngarTheme/b7/f7/71/b7f77176eca43fcc52096f676aead68955050fa5_2.file.ga_tag.tpl.php