Warning: Array to string conversion in /home/hepsian/public_html/tools/profiling/Profiler.php on line 158
En iyi ürünler (2)
Sepet
This website uses cookies to ensure you get the best experience on our website
Load Time 6004 ms
Querying Time 1556 ms
Queries 611
Memory Peak Usage 87.2 Mb
Included Files 1342 files - 12.61 Mb
PrestaShop Cache - Mb
Global vars 0.66 Mb
PrestaShop Version 8.2.1
PHP Version 8.1.32
MySQL Version 11.8.2-MariaDB-log
Memory Limit 7777M
Max Execution Time 120s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 3599 ms 3599 ms 54.62 Mb 55.0 Mb
__construct 0.029 ms 3599 ms - Mb 55.0 Mb
init 633.069 ms 4232 ms 4.68 Mb 60.5 Mb
checkAccess 0.002 ms 4232 ms - Mb 60.5 Mb
setMedia 7.604 ms 4239 ms 0.98 Mb 60.5 Mb
postProcess 0.002 ms 4239 ms - Mb 60.5 Mb
initHeader 0.002 ms 4239 ms - Mb 60.5 Mb
initContent 212.291 ms 4452 ms 13.53 Mb 74.0 Mb
initFooter 0.003 ms 4452 ms - Mb 74.0 Mb
display 1552 ms 6004 ms 13.09 Mb 87.2 Mb
Hook Time Memory Usage
CETemplate 92.544 ms 8.85 Mb
DisplayHeader 43.348 ms 4.09 Mb
ModuleRoutes 15.709 ms 0.49 Mb
displayFooter 3.828 ms 0.25 Mb
ProductSearchProvider 2.318 ms 0.21 Mb
displayAfterBodyOpeningTag 1.686 ms 0.12 Mb
displayBeforeBodyClosingTag 1.683 ms 0.10 Mb
ActionFrontControllerSetMedia 1.256 ms 0.21 Mb
DisplayProductListFunctionalButtons 1.018 ms 0.02 Mb
ActionCreativeElementsInit 0.820 ms 0.14 Mb
DisplayMegamenuMobileBottom 0.675 ms 0.04 Mb
ActionDispatcherBefore 0.488 ms 0.01 Mb
displayMegamenuMobileBottom 0.464 ms 0.07 Mb
DisplayFooter 0.458 ms 0.03 Mb
DisplayFilterCanvas 0.395 ms 0.08 Mb
OverrideLayoutTemplate 0.279 ms - Mb
DisplayBeforeBodyClosingTag 0.260 ms 0.01 Mb
17 hook(s) 167.230 ms 14.71 Mb
Module Time Memory Usage
creativeelements 111.200 ms 11.56 Mb
onepagecheckoutps 40.411 ms 3.84 Mb
ps_mbo 3559 ms 23.38 Mb
ets_ordermanager 17.197 ms 2.67 Mb
blockreassurance 2.675 ms 0.39 Mb
ps_socialfollow 0.624 ms 0.08 Mb
ps_emailalerts 2.207 ms 0.34 Mb
posquickmenu 4.232 ms 0.30 Mb
posthemeoptions 4.607 ms 0.66 Mb
ps_googleanalytics 0.677 ms 0.07 Mb
psxmarketingwithgoogle 13.736 ms 0.33 Mb
poswishlist 3.256 ms 0.22 Mb
posproductcomments 1.581 ms 0.30 Mb
possearchproducts 2.755 ms 0.29 Mb
poscookielaw 11.924 ms 1.50 Mb
posfakeorder 2.982 ms 0.25 Mb
posmegamenu 2.884 ms 0.56 Mb
posvegamenu 3.095 ms 0.51 Mb
posshoppingcart 1.321 ms 0.07 Mb
possizechart 0.520 ms 0.04 Mb
ets_whatsapp 1.716 ms 0.25 Mb
cities 1.025 ms 0.08 Mb
ps_facetedsearch 7.159 ms 0.84 Mb
ps_languageselector 0.819 ms 0.10 Mb
ps_linklist 2.296 ms 0.19 Mb
ps_customeraccountlinks 1.177 ms 0.10 Mb
ps_contactinfo 2.412 ms 0.17 Mb
mym_googleizle 0.654 ms 0.03 Mb
28 module(s) 3804 ms 49.10 Mb

Stopwatch SQL - 611 queries

# Query Time (ms) Rows Filesort Group By Location
32
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
24.440 ms 117 /classes/module/Module.php:346
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
11.072 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
10.476 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
10.269 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
431
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute
10.075 ms 7776000 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
8.691 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
8.595 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
7.998 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
7.753 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
7.660 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
7.468 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
6.903 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
6.239 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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 = 'hepsiantep.com' OR su.domain_ssl = 'hepsiantep.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
6.175 ms 1 Yes /classes/shop/Shop.php:1364
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
5.981 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
5.824 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
5.796 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
5.386 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
5.343 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
5.130 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
5.057 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
5.017 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.900 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.853 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.738 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.733 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.685 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.676 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.636 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.622 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.617 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.599 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.593 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.559 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.552 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.541 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.529 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.528 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.520 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.512 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.499 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.493 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.483 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.481 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.473 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.472 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.471 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.466 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.427 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.424 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.419 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.414 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.402 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.396 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.394 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.383 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.379 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.377 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.360 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.357 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.351 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.343 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.341 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.334 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.332 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.328 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.326 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.321 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.319 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.318 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.317 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.314 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.310 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.304 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.299 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.295 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.294 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.291 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.286 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.284 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.283 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.273 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.271 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.268 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.267 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.266 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.262 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.255 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.254 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.254 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.254 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.248 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.246 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.246 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.245 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.243 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.241 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.238 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.236 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.232 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.232 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.223 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.221 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.220 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.216 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.215 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.214 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.212 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.212 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.212 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.211 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.211 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.211 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.207 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.205 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.204 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.201 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.199 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.199 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.198 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.195 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.193 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.191 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.188 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.187 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.184 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.182 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.180 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.178 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.176 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.174 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.169 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.168 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.166 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.165 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.161 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.161 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.158 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.157 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.153 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.152 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.149 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.148 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.147 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.147 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.146 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.146 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.145 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.145 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.145 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.139 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.138 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.138 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.138 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.138 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.136 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.136 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.135 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.133 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.132 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.131 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.130 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.129 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.128 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.128 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.127 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.126 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.125 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.125 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.125 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.123 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.123 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.121 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.120 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.119 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.116 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.113 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.111 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.110 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.109 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.108 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.108 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.105 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.105 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.101 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.100 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.099 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.098 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.098 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.097 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.096 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.093 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.093 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.092 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.091 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.090 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.088 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.088 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.088 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.088 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.086 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.085 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.085 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.083 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.083 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.083 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.082 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.081 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.080 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.078 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.078 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.075 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.075 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.074 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.073 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.072 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.072 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.072 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.071 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.071 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.070 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.069 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.068 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.067 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.066 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.065 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.063 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.063 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.062 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.059 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.059 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.057 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.056 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.056 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.053 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.053 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.052 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.051 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.050 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.049 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.049 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.048 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.047 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.046 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.046 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.045 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.044 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.041 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.040 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.039 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.037 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.036 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.036 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.035 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.035 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.032 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.031 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.029 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.028 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.026 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.025 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.024 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.023 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.023 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.022 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.022 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.020 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.018 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.018 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.017 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.017 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.015 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.015 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.014 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.011 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.011 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.010 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.010 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.010 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.007 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.006 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.005 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
4.001 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.999 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.999 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.997 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.992 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.992 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.987 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.986 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.985 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.982 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.981 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.981 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.978 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.977 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.977 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.973 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.972 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.972 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.970 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.970 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.969 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.968 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.963 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.962 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.961 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.960 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.954 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.953 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.953 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.950 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.948 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.944 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.943 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.941 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.935 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.929 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.924 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.911 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.901 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.889 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.867 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.817 ms 3780 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
3.112 ms 2440 /classes/Configuration.php:180
408
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058)))
3.001 ms 70574 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
409
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058)))
2.889 ms 70574 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
410
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058)))
2.675 ms 70574 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
407
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) GROUP BY p.id_product ORDER BY psales.quantity DESC, p.id_product DESC
2.587 ms 30246 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
417
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_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) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND cg.id_group='8' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<57 GROUP BY cp.id_category
2.581 ms 35287 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
2.243 ms 1 /src/Adapter/EntityMapper.php:71
450
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.241 ms 658 /classes/Hook.php:459
425
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY p.id_manufacturer
2.162 ms 35287 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
426
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY p.condition
2.111 ms 35287 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
414
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 209) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) 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) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0
2.092 ms 804 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
411
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((p.on_sale=1)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058)))
2.061 ms 35287 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
449
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.036 ms 0 /classes/Hook.php:1348
412
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND p.date_add>'2025-07-01 00:00:00'
1.997 ms 35287 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
1.949 ms 3 /classes/Language.php:1080
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (8))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.887 ms 410 Yes Yes /classes/Hook.php:1289
15
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
1.704 ms 117 /src/Adapter/Module/Repository/ModuleRepository.php:100
413
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_specific_price sp ON (
sp.id_product = p.id_product AND 
sp.id_shop IN (0, 1) AND 
sp.id_currency IN (0, 1) AND 
sp.id_country IN (0, 209) AND 
sp.id_group IN (0, 8) AND 
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND 
(sp.from = '0000-00-00 00:00:00' OR '2025-07-20 03:36:21' >= sp.from) AND 
(sp.to = '0000-00-00 00:00:00' OR '2025-07-20 03:36:21' <= sp.to) 
) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sp.reduction>0)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058)))
1.358 ms 35287 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
427
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ps_product p INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) 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) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0
1.228 ms 71 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
421
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=2)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY pac.id_attribute
1.018 ms 120 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
419
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=1)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY pac.id_attribute
1.009 ms 120 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
429
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY pac.id_attribute
0.981 ms 120 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
430
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC
0.962 ms 81 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
422
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=1)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY fp.id_feature_value
0.957 ms 288 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
406
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC
0.953 ms 81 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
574
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (245) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.949 ms 20 Yes /classes/Product.php:4524
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.924 ms 1 Yes /classes/shop/Shop.php:715
423
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='8' AND psales.quantity>0 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=2)) AND ((pac_1.id_attribute IN (134, 61, 976, 1165, 23, 24, 1164, 1058))) GROUP BY fp.id_feature_value
0.922 ms 288 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
17
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.869 ms 1097 /classes/Hook.php:1348
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.813 ms 1097 /classes/Hook.php:1388
404
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag  INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.762 ms 59 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.738 ms 1 /classes/shop/Shop.php:218
424
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.738 ms 14 Yes /classes/Manufacturer.php:211
576
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (244) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.730 ms 28 Yes /classes/Product.php:4524
432
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-07-20 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
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 (245,227,244)
0.713 ms 3 /classes/ProductAssembler.php:95
575
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 0)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (227) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.673 ms 14 Yes /classes/Product.php:4524
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.617 ms 117 /classes/module/Module.php:346
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.614 ms 1 /src/Adapter/EntityMapper.php:71
460
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 245 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` = 245 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.610 ms 0 /classes/Cart.php:1430
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.581 ms 1 /classes/ObjectModel.php:1729
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.576 ms 1 /src/Adapter/EntityMapper.php:71
30
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.569 ms 126 Yes /classes/Dispatcher.php:654
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.530 ms 1 /classes/shop/ShopUrl.php:182
497
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` = 244 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` = 244 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.530 ms 0 /classes/Cart.php:1430
403
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'best-sales'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.518 ms 169 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
387
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.514 ms 117 /classes/module/Module.php:346
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 209) LIMIT 1
0.506 ms 1 /src/Adapter/EntityMapper.php:71
478
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` = 227 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` = 227 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.506 ms 0 /classes/Cart.php:1430
499
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` = 7131
AND cp.`id_cart` = 0 AND cp.`id_product` = 244 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` = 7131
AND cp.`id_cart` = 0 AND p.`id_product_item` = 244 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.498 ms 0 /classes/Cart.php:1430
462
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 6400
AND cp.`id_cart` = 0 AND cp.`id_product` = 245 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` = 6400
AND cp.`id_cart` = 0 AND p.`id_product_item` = 245 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.490 ms 0 /classes/Cart.php:1430
518
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.490 ms 1 /classes/Cart.php:4255
405
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC
0.481 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
464
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 245
AND pac.`id_product_attribute` = 6400
AND agl.`id_lang` = 2
0.480 ms 2 /classes/Product.php:7535
480
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 6295
AND cp.`id_cart` = 0 AND cp.`id_product` = 227 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` = 6295
AND cp.`id_cart` = 0 AND p.`id_product_item` = 227 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.480 ms 0 /classes/Cart.php:1430
20
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.470 ms 117 /classes/module/Module.php:346
360
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.465 ms 117 /classes/module/Module.php:346
540
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=2 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
0.465 ms 8 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
519
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-07-20 00:00:00" AND date_to <= "2025-07-20 23:59:59") OR (date_from >= "2025-07-20 00:00:00" AND date_from <= "2025-07-20 23:59:59") OR (date_from < "2025-07-20 00:00:00" AND date_to > "2025-07-20 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.464 ms 4 /classes/CartRule.php:357
490
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 209, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 8, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 209) AND
`id_group` IN (0, 8) AND `id_product` = 244 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.462 ms 1 Yes /classes/SpecificPrice.php:576
446
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 209, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 8, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 209) AND
`id_group` IN (0, 8) AND `id_product` = 245 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-07-20 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-07-20 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.460 ms 1 Yes /classes/SpecificPrice.php:576
501
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 244
AND pac.`id_product_attribute` = 7131
AND agl.`id_lang` = 2
0.444 ms 2 /classes/Product.php:7535
583
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`	
FROM `ps_cms` c	
INNER JOIN `ps_cms_shop` cs	
ON (c.`id_cms` = cs.`id_cms`)	
INNER JOIN `ps_cms_lang` cl	
ON (c.`id_cms` = cl.`id_cms` AND cs.`id_shop` = cl.`id_shop`)	
WHERE c.`id_cms_category` = 1	
AND cl.`id_shop` = 1	
AND cl.`id_lang` = 2	
AND c.`active` = 1	
ORDER BY `position`
0.444 ms 36 Yes /modules/posthemeoptions/elementor/src/WidgetHelper.php:835
482
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 227
AND pac.`id_product_attribute` = 6295
AND agl.`id_lang` = 2
0.438 ms 2 /classes/Product.php:7535
418
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.424 ms 0 /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
451
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` = 209
AND tr.`id_tax_rules_group` = 9
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.415 ms 1 /classes/tax/TaxRulesTaxManager.php:109
530
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "possearchproducts" LIMIT 1
0.396 ms 1 /classes/module/Module.php:2664
510
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 227) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
504
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 245) AND (b.`id_shop` = 1) LIMIT 1
0.390 ms 1 /src/Adapter/EntityMapper.php:71
543
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.388 ms 4 Yes Yes /classes/Category.php:1151
521
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-07-20 00:00:00" AND date_to <= "2025-07-20 23:59:59") OR (date_from >= "2025-07-20 00:00:00" AND date_from <= "2025-07-20 23:59:59") OR (date_from < "2025-07-20 00:00:00" AND date_to > "2025-07-20 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.385 ms 4 /classes/CartRule.php:357
388
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.380 ms 2 /classes/Meta.php:193
514
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 244) AND (b.`id_shop` = 1) LIMIT 1
0.378 ms 1 /src/Adapter/EntityMapper.php:71
428
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
0.377 ms 0 /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
447
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 245)
0.377 ms 10 /classes/Product.php:3860
416
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
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 
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position
0.367 ms 29 Yes /classes/Category.php:724
507
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (6401, 6402, 6403, 6404, 6405, 6406, 6407, 6408, 6959, 6400) AND il.`id_lang` = 2 ORDER by i.`position`
0.365 ms 10 Yes /classes/Product.php:2921
557
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 58
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.356 ms 3 Yes Yes /classes/Category.php:1151
505
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` = 2)
WHERE i.`id_product` = 245
ORDER BY `position`
0.354 ms 4 Yes /classes/Product.php:3545
511
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` = 2)
WHERE i.`id_product` = 227
ORDER BY `position`
0.337 ms 1 Yes /classes/Product.php:3545
555
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.337 ms 1 Yes Yes /classes/Category.php:1151
420
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
0.336 ms 0 /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
520
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.335 ms 1 /classes/CartRule.php:423
526
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1
0.333 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
364
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.328 ms 4 Yes /classes/Currency.php:709
515
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` = 2)
WHERE i.`id_product` = 244
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3545
549
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.327 ms 1 Yes Yes /classes/Category.php:1151
590
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.327 ms 2 /classes/Meta.php:193
545
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.326 ms 1 Yes Yes /classes/Category.php:1151
522
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
0.325 ms 1 /classes/CartRule.php:423
547
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 52
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.323 ms 1 Yes Yes /classes/Category.php:1151
561
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 60
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.323 ms 1 Yes Yes /classes/Category.php:1151
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.320 ms 3 /classes/Language.php:1216
532
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.320 ms 0 /src/Adapter/EntityMapper.php:71
589
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.320 ms 2 /classes/Meta.php:193
400
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.318 ms 1 /classes/Cart.php:1303
567
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 5
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.318 ms 4 Yes Yes /classes/Category.php:1151
16
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.310 ms 117 /src/Adapter/Module/Repository/ModuleRepository.php:100
19
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1
0.309 ms 1 /classes/module/Module.php:2664
565
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 57
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.309 ms 1 Yes Yes /classes/Category.php:1151
33
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.308 ms 117 /src/Adapter/Module/Repository/ModuleRepository.php:100
553
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.308 ms 1 Yes Yes /classes/Category.php:1151
563
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 61
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.308 ms 1 Yes Yes /classes/Category.php:1151
491
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` = 244)
0.308 ms 14 /classes/Product.php:3860
559
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 59
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.308 ms 1 Yes Yes /classes/Category.php:1151
415
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.307 ms 1 /src/Adapter/EntityMapper.php:71
551
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 2
AND c.`id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.307 ms 1 Yes Yes /classes/Category.php:1151
517
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (7122, 7123, 7124, 7125, 7127, 7128, 7129, 7130, 7131, 7132, 7133, 7134, 7135, 7126) AND il.`id_lang` = 2 ORDER by i.`position`
0.305 ms 14 Yes /classes/Product.php:2921
472
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` = 227)
0.302 ms 7 /classes/Product.php:3860
367
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.300 ms 1 /src/Adapter/EntityMapper.php:71
573
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.295 ms 0 /src/Adapter/EntityMapper.php:71
513
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (6295, 6297, 6298, 6299, 6300, 6301, 6296) AND il.`id_lang` = 2 ORDER by i.`position`
0.290 ms 7 Yes /classes/Product.php:2921
433
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 245
AND image_shop.`cover` = 1 LIMIT 1
0.286 ms 4 /classes/Product.php:3570
587
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.286 ms 2 /classes/Meta.php:193
523
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.280 ms 4 /classes/Currency.php:1136
525
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1
0.279 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
595
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.279 ms 1 /src/Adapter/EntityMapper.php:71
594
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 252) AND (b.`id_shop` = 1) LIMIT 1
0.278 ms 1 /src/Adapter/EntityMapper.php:71
591
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.278 ms 1 /src/Adapter/EntityMapper.php:71
379
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` = 2
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.275 ms 1 /src/Adapter/EntityMapper.php:71
584
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.275 ms 1 /classes/Meta.php:193
28
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.274 ms 1 /classes/module/Module.php:2664
527
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1
0.274 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
463
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 245 AND pa.`id_product` = 245 AND pa.`id_product_attribute` = 6400 LIMIT 1
0.267 ms 1 /classes/Product.php:1209
467
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 227
AND image_shop.`cover` = 1 LIMIT 1
0.266 ms 1 /classes/Product.php:3570
542
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:71
582
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_css' LIMIT 1
0.264 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
566
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
562
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:71
588
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.262 ms 2 /classes/Meta.php:193
391
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.261 ms 7 Yes /classes/ImageType.php:109
578
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1
0.258 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
580
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1
0.257 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
465
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 6400) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:71
535
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1
0.256 ms 1 /modules/poswishlist/poswishlist.php:222
596
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:71
554
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.254 ms 1 /src/Adapter/EntityMapper.php:71
579
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_data' LIMIT 1
0.254 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
556
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1
0.253 ms 1 /src/Adapter/EntityMapper.php:71
564
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:71
485
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 244
AND image_shop.`cover` = 1 LIMIT 1
0.250 ms 1 /classes/Product.php:3570
456
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` = 209
AND tr.`id_tax_rules_group` = 0
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.247 ms 0 /classes/tax/TaxRulesTaxManager.php:109
529
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_css' LIMIT 1
0.247 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
500
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 244 AND pa.`id_product` = 244 AND pa.`id_product_attribute` = 7131 LIMIT 1
0.246 ms 1 /classes/Product.php:1209
552
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:71
593
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:71
541
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.245 ms 1 /classes/Meta.php:193
481
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 227 AND pa.`id_product` = 227 AND pa.`id_product_attribute` = 6295 LIMIT 1
0.245 ms 1 /classes/Product.php:1209
560
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
34
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "tr-TR" LIMIT 1
0.243 ms 3 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:69
546
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
483
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 6295) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
544
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
371
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` = 2
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.240 ms 1 /src/Adapter/EntityMapper.php:71
548
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.238 ms 1 /src/Adapter/EntityMapper.php:71
502
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 7131) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
550
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
558
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
528
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1
0.236 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
592
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` = 2
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) AND (b.`id_shop` = 1) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
581
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6010000 AND name = '_elementor_edit_mode' LIMIT 1
0.235 ms 6 /modules/creativeelements/classes/wrappers/Post.php:261
357
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.234 ms 1 /modules/ps_mbo/ps_mbo.php:335
384
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` = 8) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
572
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1
0.230 ms 1 /modules/poswishlist/poswishlist.php:222
375
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` = 2
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.229 ms 1 /src/Adapter/EntityMapper.php:71
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.228 ms 87 /classes/Hook.php:290
22
SELECT SQL_NO_CACHE id_customer
FROM `ps_customer`
WHERE (email = "noreply@hepsiantep.com.test") LIMIT 1
0.226 ms 1 /modules/onepagecheckoutps/onepagecheckoutps.php:1100
381
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.224 ms 1 /src/Adapter/EntityMapper.php:71
436
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 6400 LIMIT 1
0.223 ms 1 /classes/Combination.php:564
568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posvegamenu" LIMIT 1
0.221 ms 1 /classes/module/Module.php:2664
356
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.220 ms 1 /modules/ps_mbo/ps_mbo.php:325
366
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.220 ms 1 /classes/Currency.php:893
402
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1063 LIMIT 1
0.219 ms 1 /classes/Hook.php:247
401
SELECT SQL_NO_CACHE *
FROM `ps_module_shop` m
WHERE (m.id_module = 336) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.215 ms 1 /modules/onepagecheckoutps/classes/OPCCore.php:535
368
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.214 ms 3 /classes/Language.php:883
440
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0
0.213 ms 58 /classes/SpecificPrice.php:310
437
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.212 ms 1 /classes/SpecificPrice.php:426
577
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 6) LIMIT 1
0.212 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posquickmenu" LIMIT 1
0.211 ms 1 /classes/module/Module.php:2664
365
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.210 ms 3 /classes/Language.php:883
27
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.208 ms 87 /classes/Hook.php:342
585
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.208 ms 1 /classes/Meta.php:193
503
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 7131
0.205 ms 3 /src/Adapter/EntityMapper.php:79
536
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posshoppingcart" LIMIT 1
0.205 ms 1 /classes/module/Module.php:2664
599
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.205 ms 1 /classes/module/Module.php:2664
359
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.204 ms 1 /modules/ps_mbo/ps_mbo.php:335
457
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 245 LIMIT 1
0.203 ms 1 /classes/Pack.php:89
524
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 4) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:71
459
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 245) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.200 ms 1 /classes/stock/StockAvailable.php:453
471
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 227 LIMIT 1
0.200 ms 1 /classes/SpecificPrice.php:435
533
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poswishlist" LIMIT 1
0.200 ms 1 /classes/module/Module.php:2664
31
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.200 ms 1 /classes/module/Module.php:2046
395
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` = 209) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
586
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.199 ms 1 /classes/Meta.php:193
29
SELECT SQL_NO_CACHE *
FROM `ps_module_shop` m
WHERE (m.id_module = 336) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.198 ms 1 /modules/onepagecheckoutps/src/Application/Core/CoreService.php:68
389
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.198 ms 0 /classes/module/Module.php:2664
607
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posfakeorder" LIMIT 1
0.198 ms 1 /classes/module/Module.php:2664
385
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 8
0.198 ms 3 /src/Adapter/EntityMapper.php:79
382
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.197 ms 3 /src/Adapter/EntityMapper.php:79
531
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1
0.194 ms 1 /classes/module/Module.php:2137
477
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 227) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.193 ms 1 /classes/stock/StockAvailable.php:453
394
SELECT SQL_NO_CACHE *
FROM `ps_module_shop` m
WHERE (m.id_module = 336) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.193 ms 1 /modules/onepagecheckoutps/src/Application/Core/CoreService.php:68
484
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 6295
0.193 ms 3 /src/Adapter/EntityMapper.php:79
508
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.191 ms 1 /classes/FeatureFlag.php:105
466
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 6400
0.189 ms 3 /src/Adapter/EntityMapper.php:79
448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 245 AND id_shop=1 LIMIT 1
0.187 ms 1 /classes/Product.php:6876
21
SELECT SQL_NO_CACHE *
FROM `ps_module_shop` m
WHERE (m.id_module = 101) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.187 ms 1 /modules/onepagecheckoutps/classes/OPCCore.php:535
23
SELECT SQL_NO_CACHE *
FROM `ps_customer_group`
WHERE (id_customer = 17855)
0.185 ms 1 /modules/onepagecheckoutps/onepagecheckoutps.php:1133
461
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 245) AND (id_product_attribute = 6400) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
506
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 245
0.184 ms 10 /classes/Product.php:2902
516
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 244
0.184 ms 14 /classes/Product.php:2902
369
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.183 ms 3 /classes/Language.php:883
397
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.183 ms 1 /classes/ObjectModel.php:1592
538
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posmegamenu" LIMIT 1
0.183 ms 1 /classes/module/Module.php:2664
487
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 7131 LIMIT 1
0.183 ms 1 /classes/Combination.php:564
380
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.182 ms 3 /classes/Language.php:883
378
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.181 ms 1 /classes/Currency.php:893
475
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 227 LIMIT 1
0.181 ms 1 /classes/Pack.php:89
512
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 227
0.181 ms 7 /classes/Product.php:2902
358
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.180 ms 1 /modules/ps_mbo/ps_mbo.php:325
370
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.180 ms 1 /classes/Currency.php:893
24
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.179 ms 1 /classes/shop/Shop.php:1183
468
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 37 LIMIT 1
0.179 ms 1 /classes/Category.php:1378
570
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.179 ms 1 /classes/module/Module.php:2664
597
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.179 ms 0 /classes/module/Module.php:2664
479
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 227) AND (id_product_attribute = 6295) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
372
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.178 ms 3 /classes/Language.php:883
439
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.178 ms 58 /classes/SpecificPrice.php:297
601
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.178 ms 1 /classes/module/Module.php:2664
603
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.178 ms 1 /classes/module/Module.php:2664
377
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.177 ms 3 /classes/Language.php:883
443
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-07-20 00:00:00' AND '2025-07-20 23:59:59' LIMIT 1
0.177 ms 1 /classes/SpecificPrice.php:377
470
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 6295 LIMIT 1
0.177 ms 1 /classes/Combination.php:564
396
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 209
0.176 ms 3 /src/Adapter/EntityMapper.php:79
494
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 244 LIMIT 1
0.176 ms 1 /classes/Pack.php:89
486
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 52 LIMIT 1
0.175 ms 1 /classes/Product.php:5659
498
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 244) AND (id_product_attribute = 7131) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:453
376
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.174 ms 3 /classes/Language.php:883
454
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 245 AND `id_group` = 8 LIMIT 1
0.174 ms 0 /classes/GroupReduction.php:156
488
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 244 LIMIT 1
0.174 ms 1 /classes/SpecificPrice.php:435
442
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps_specific_price` WHERE `id_product_attribute` != 0
0.173 ms 2 /classes/SpecificPrice.php:310
452
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 33) LIMIT 1
0.173 ms 1 /src/Adapter/EntityMapper.php:71
509
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.173 ms 7 /classes/ImageType.php:161
399
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1
0.172 ms 1 /classes/module/Module.php:2137
453
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 33
0.171 ms 3 /src/Adapter/EntityMapper.php:79
609
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscookielaw" LIMIT 1
0.171 ms 1 /classes/module/Module.php:2664
361
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_payment_with_fee" LIMIT 1
0.170 ms 0 /classes/module/Module.php:2664
438
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 245 LIMIT 1
0.170 ms 1 /classes/SpecificPrice.php:435
434
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.169 ms 1 /classes/Category.php:1378
496
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 244) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.169 ms 1 /classes/stock/StockAvailable.php:453
610
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.169 ms 1 /classes/module/Module.php:2137
374
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TRY') LIMIT 1
0.168 ms 1 /classes/Currency.php:893
539
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.168 ms 1 /classes/module/Module.php:2137
392
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 209 LIMIT 1
0.166 ms 1 /classes/AddressFormat.php:656
537
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.166 ms 1 /classes/module/Module.php:2137
606
SELECT SQL_NO_CACHE *
FROM `ps_module_shop` m
WHERE (m.id_module = 336) AND (m.enable_device & 1) AND (m.id_shop = 1)
0.166 ms 1 /modules/onepagecheckoutps/src/Application/Core/CoreService.php:68
373
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'tr-tr'
OR `language_code` = 'tr-tr' LIMIT 1
0.163 ms 3 /classes/Language.php:883
441
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.163 ms 6 /classes/SpecificPrice.php:297
605
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 209 LIMIT 1
0.162 ms 1 /classes/Country.php:405
493
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 244 AND `id_group` = 8 LIMIT 1
0.161 ms 0 /classes/GroupReduction.php:156
534
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.157 ms 1 /classes/module/Module.php:2137
600
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.156 ms 1 /classes/module/Module.php:2137
386
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 8
AND id_shop = 1 LIMIT 1
0.156 ms 1 /classes/ObjectModel.php:1729
458
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 245 LIMIT 1
0.156 ms 1 /classes/Pack.php:90
569
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1
0.156 ms 1 /classes/module/Module.php:2137
474
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 227 AND `id_group` = 8 LIMIT 1
0.155 ms 0 /classes/GroupReduction.php:156
473
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 227 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6876
492
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 244 AND id_shop=1 LIMIT 1
0.154 ms 1 /classes/Product.php:6876
608
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.154 ms 1 /classes/module/Module.php:2137
444
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-07-20 00:00:00' AND '2025-07-20 23:59:59' LIMIT 1
0.153 ms 1 /classes/SpecificPrice.php:381
383
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.153 ms 1 /classes/ObjectModel.php:1729
571
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.151 ms 1 /classes/module/Module.php:2137
602
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.151 ms 1 /classes/module/Module.php:2137
435
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 52 LIMIT 1
0.150 ms 1 /classes/Product.php:5659
604
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.150 ms 1 /classes/module/Module.php:2137
455
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 8 LIMIT 1
0.148 ms 1 /classes/Group.php:154
598
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.147 ms 0 /classes/module/Module.php:2137
469
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 37 LIMIT 1
0.146 ms 1 /classes/Product.php:5659
495
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 244 LIMIT 1
0.145 ms 1 /classes/Pack.php:90
390
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.144 ms 0 /classes/module/Module.php:2137
393
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 209 LIMIT 1
0.143 ms 1 /classes/Country.php:405
476
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 227 LIMIT 1
0.143 ms 1 /classes/Pack.php:90
489
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 244
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.143 ms 0 /classes/SpecificPrice.php:259
445
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 245
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.140 ms 0 /classes/SpecificPrice.php:259
25
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "winamic_linkobfuscator" LIMIT 1
0.137 ms 0 /classes/module/Module.php:2664
363
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.137 ms 0 /classes/module/Module.php:2137
362
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_delivery" LIMIT 1
0.137 ms 0 /classes/module/Module.php:2664
26
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "amazonpay" LIMIT 1
0.128 ms 0 /classes/module/Module.php:2664

Doubles

161 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
16 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
15 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
13 queries
SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
			FROM `ps_category` c
			LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
			 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			WHERE `id_lang` = XX
			AND c.`id_parent` = XX
			AND `active` = XX
			GROUP BY c.`id_category`
			ORDER BY category_shop.`position` ASC
8 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'tr-tr'
                    OR `language_code` = 'tr-tr' LIMIT XX
6 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
6 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
6 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
5 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
5 queries
SELECT *
FROM `ps_module_shop` m
WHERE (m.id_module = XX) AND (m.enable_device & XX) AND (m.id_shop = XX)
5 queries
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN ps_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
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 XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
4 queries
SELECT value FROM ps_ce_meta WHERE id = XX AND name = '_elementor_edit_mode' LIMIT XX
4 queries
SELECT value FROM ps_ce_meta WHERE id = XX AND name = '_elementor_data' LIMIT XX
3 queries
SELECT m.* FROM `ps_module` m WHERE m.`active` = XX
3 queries
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute 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, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (XX, XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND psales.quantity>XX GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) WHERE ((a.id_attribute_group=XX)) AND ((pac_XX.id_attribute IN (XX, XX, XX, XX, XX, XX, XX, XX))) GROUP BY pac.id_attribute
3 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
3 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
3 queries
SELECT product_attribute_shop.`price`
			FROM `ps_product_attribute` pa
			 INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
3 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)
3 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
3 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
3 queries
SELECT COUNT(*) FROM `ps_pack` WHERE id_product_pack = XX LIMIT XX
3 queries
SELECT product_type FROM `ps_product` WHERE id_product = XX LIMIT XX
3 queries
SELECT pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
3 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `ps_attribute` a
            LEFT JOIN `ps_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `ps_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `ps_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            LEFT JOIN `ps_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `ps_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
3 queries
SELECT *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
3 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
3 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
3 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`
3 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
3 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > XX, XX, XX)) qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            HAVING qty > XX
            ORDER BY a.`position` ASC;
2 queries
SELECT `active`
        FROM `ps_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
        		SELECT *
        		FROM ps_meta m
        		LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "best-sales"
        			OR m.page = "bestsales"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c 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, pa.id_product_attribute 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, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (XX, XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND psales.quantity>XX GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_XX ON (pa.id_product_attribute = pac_XX.id_product_attribute) WHERE ((fp.id_feature=XX)) AND ((pac_XX.id_attribute IN (XX, XX, XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
2 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
2 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
2 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
2 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('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 XX FROM `ps_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = XX) LIMIT XX
2 queries
SELECT value FROM ps_ce_meta WHERE id = XX AND name = '_elementor_css' LIMIT XX
2 queries
SELECT count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=XX LIMIT XX

Tables stress

321 translation
164 shop
52 product_attribute
49 category
45 product_attribute_combination
38 product
35 category_lang
34 module
32 product_shop
30 stock_available
30 category_shop
28 module_shop
19 product_sale
19 category_product
19 category_group
18 product_attribute_shop
15 attribute
14 cart_product
13 specific_price
12 lang
11 currency
11 attribute_lang
10 meta
10 meta_lang
10 ce_meta
9 attribute_group
9 attribute_group_lang
9 image
9 pack
7 hook
7 currency_shop
7 cms
7 cms_shop
7 cms_lang
6 attribute_group_shop
6 image_shop
6 product_attribute_lang
6 image_lang
5 currency_lang
5 attribute_shop
5 layered_indexable_attribute_lang_value
4 shop_url
4 lang_shop
4 country
4 product_lang
4 cart_rule
3 hook_alias
3 product_group_reduction_cache
3 product_attribute_image
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 image_type
2 feature_product
2 specific_price_priority
2 tax_rule
2 tax_rules_group
2 cart_rule_lang
2 ce_template
2 poswishlist
1 configuration_lang
1 module_group
1 customer
1 customer_group
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 feature
1 feature_shop
1 feature_lang
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_price_index
1 manufacturer
1 manufacturer_shop
1 manufacturer_lang
1 tax
1 tax_lang
1 feature_flag
1 posmegamenu_item
1 posmegamenu_item_lang
1 posmegamenu_item_shop

ObjectModel instances

Name Instances Source
Category 45 /modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 1]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 15]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 15]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 15]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 15]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 45]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 45]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 52]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 52]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 20]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 20]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 19]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 19]
/classes/Link.php:402 (__construct) [id: 46]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 46]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 46]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 46]
/classes/Link.php:402 (__construct) [id: 37]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 37]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 37]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 19]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 19]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 19]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 19]
/classes/Link.php:402 (__construct) [id: 58]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 58]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 58]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 58]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 59]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 59]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 60]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 60]
/modules/posmegamenu/posmegamenu.php:1217 (__construct) [id: 61]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 61]
/classes/Link.php:402 (__construct) [id: 57]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 57]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 57]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 57]
/classes/Link.php:402 (__construct) [id: 5]
/modules/posmegamenu/posmegamenu.php:886 (__construct) [id: 5]
/modules/posmegamenu/posmegamenu.php:844 (__construct) [id: 5]
/modules/posmegamenu/posmegamenu.php:1205 (__construct) [id: 5]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
CMS 6 /classes/Link.php:555 (__construct) [id: 9]
/classes/Link.php:555 (__construct) [id: 7]
/classes/Link.php:555 (__construct) [id: 3]
/classes/Link.php:555 (__construct) [id: 252]
/classes/Link.php:555 (__construct) [id: 2]
/classes/Link.php:555 (__construct) [id: 11]
Country 6 /config/config.inc.php:146 (__construct) [id: 209]
/classes/AddressFormat.php:404 (__construct) [id: 209]
/classes/controller/FrontController.php:1779 (__construct) [id: 209]
/classes/AddressFormat.php:404 (__construct) [id: 209]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 209]
/modules/ets_whatsapp/ets_whatsapp.php:466 (__construct) [id: 209]
Product 6 /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 245]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 227]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 244]
/classes/Link.php:113 (__construct) [id: 245]
/classes/Link.php:113 (__construct) [id: 227]
/classes/Link.php:113 (__construct) [id: 244]
Currency 5 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 4]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
State 4 /classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
/classes/AddressFormat.php:404 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Combination 3 /classes/Product.php:5912 (__construct) [id: 6400]
/classes/Product.php:5912 (__construct) [id: 6295]
/classes/Product.php:5912 (__construct) [id: 7131]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
AddressFormat 2 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 2]
/classes/Tools.php:560 (__construct) [id: 2]
CETemplate 2 /modules/creativeelements/creativeelements.php:603 (__construct) [id: 4]
/modules/creativeelements/creativeelements.php:603 (__construct) [id: 6]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 8]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
Tax 1 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 33]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
PosMegamenuClass 1 /modules/posmegamenu/posmegamenu.php:820 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
115 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
116 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/LazyIterator.php
117 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
118 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
119 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
120 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
121 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
122 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
123 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
124 /classes/controller/Controller.php
126 /classes/ObjectModel.php
127 /src/Core/Foundation/Database/EntityInterface.php
129 /classes/db/Db.php
131 /classes/Hook.php
133 /classes/module/Module.php
134 /src/Core/Module/Legacy/ModuleInterface.php
136 /classes/Tools.php
137 /classes/Context.php
138 /classes/shop/Shop.php
139 /src/Core/Security/PasswordGenerator.php
140 /classes/db/DbPDO.php
141 /override/classes/AddressFormat.php
142 /classes/AddressFormat.php
143 /classes/Configuration.php
144 /classes/Validate.php
145 /classes/cache/Cache.php
146 /src/Adapter/EntityMapper.php
147 /classes/db/DbQuery.php
148 /src/Core/Addon/Theme/ThemeManagerBuilder.php
149 /vendor/psr/log/Psr/Log/NullLogger.php
150 /vendor/psr/log/Psr/Log/AbstractLogger.php
151 /vendor/psr/log/Psr/Log/LoggerInterface.php
152 /src/Adapter/Configuration.php
153 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
154 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
155 /src/Core/ConfigurationInterface.php
156 /src/Core/Addon/Theme/ThemeRepository.php
157 /src/Core/Addon/AddonRepositoryInterface.php
158 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
159 /src/Core/Addon/Theme/Theme.php
160 /src/Core/Addon/AddonInterface.php
161 /src/Core/Util/ArrayFinder.php
162 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
163 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
164 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
165 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
166 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
167 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
168 /config/defines_uri.inc.php
169 /classes/Language.php
170 /src/Core/Language/LanguageInterface.php
171 /classes/Country.php
172 /classes/PrestaShopCollection.php
173 /classes/shop/ShopGroup.php
174 /classes/Cookie.php
175 /classes/PhpEncryption.php
176 /classes/PhpEncryptionEngine.php
177 /vendor/defuse/php-encryption/src/Key.php
178 /vendor/defuse/php-encryption/src/Encoding.php
179 /vendor/defuse/php-encryption/src/Core.php
180 /vendor/defuse/php-encryption/src/Crypto.php
181 /vendor/defuse/php-encryption/src/KeyOrPassword.php
182 /vendor/defuse/php-encryption/src/RuntimeTests.php
183 /vendor/defuse/php-encryption/src/DerivedKeys.php
184 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
185 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
186 /src/Core/Session/SessionHandler.php
187 /src/Core/Session/SessionHandlerInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
201 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
202 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
203 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
204 /config/smarty.config.inc.php
205 /classes/Smarty/SmartyDev.php
206 /vendor/smarty/smarty/libs/Smarty.class.php
207 /vendor/smarty/smarty/libs/functions.php
208 /vendor/smarty/smarty/libs/Autoloader.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
216 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
217 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
218 /config/smartyfront.config.inc.php
219 /classes/Smarty/SmartyResourceModule.php
220 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
222 /classes/Smarty/SmartyResourceParent.php
223 /classes/Smarty/SmartyLazyRegister.php
224 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
225 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
226 /override/classes/Customer.php
227 /classes/Customer.php
228 /classes/Group.php
229 /classes/Link.php
230 /classes/shop/ShopUrl.php
231 /classes/Dispatcher.php
232 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
233 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
234 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
235 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
236 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
237 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
238 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
239 /src/Adapter/SymfonyContainer.php
240 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
241 /config/db_slave_server.inc.php
242 /src/Adapter/ContainerBuilder.php
243 /src/Adapter/Environment.php
244 /src/Core/EnvironmentInterface.php
245 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
246 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
247 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
249 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
250 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
251 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
252 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
253 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
254 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
255 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
256 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
257 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
258 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
259 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
260 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
261 /vendor/symfony/contracts/Service/ResetInterface.php
262 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
263 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
264 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
265 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
266 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
267 /vendor/symfony/contracts/Cache/ItemInterface.php
268 /vendor/psr/cache/src/CacheItemInterface.php
269 /vendor/psr/cache/src/CacheItemPoolInterface.php
270 /vendor/symfony/contracts/Cache/CacheInterface.php
271 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
273 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
275 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
276 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
277 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
278 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
279 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
280 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
332 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
333 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
334 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
335 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
336 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
339 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
340 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
341 /src/Adapter/Container/LegacyContainerBuilder.php
342 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
343 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
344 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
346 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
347 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
348 /vendor/psr/container/src/ContainerExceptionInterface.php
349 /vendor/psr/container/src/NotFoundExceptionInterface.php
350 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
351 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
352 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
353 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
354 /src/Adapter/Container/LegacyContainerInterface.php
355 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
356 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
357 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
358 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
359 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
360 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php
361 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
362 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
363 /src/PrestaShopBundle/DependencyInjection/Compiler/LoadServicesFromModulesPass.php
364 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
365 /src/Adapter/Module/Repository/ModuleRepository.php
366 /src/Core/Repository/AbstractObjectModelRepository.php
367 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
368 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
369 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
370 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
371 /src/PrestaShopBundle/PrestaShopBundle.php
372 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php
373 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php
374 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php
375 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
376 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
377 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
378 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
379 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
380 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
381 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
382 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
383 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
384 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
385 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
386 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
387 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
388 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
389 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
390 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
391 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
392 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
393 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
394 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
395 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
396 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
397 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
398 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
399 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
400 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
403 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
404 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
405 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
406 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
407 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
408 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
409 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
410 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
411 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
412 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
413 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
414 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
415 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
416 /classes/container/LegacyCompilerPass.php
417 /src/Adapter/Container/ContainerParametersExtension.php
418 /src/Adapter/Container/ContainerBuilderExtensionInterface.php
419 /src/Adapter/Container/DoctrineBuilderExtension.php
420 /app/config/set_parameters.php
421 /app/config/parameters.php
422 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
423 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
424 /src/PrestaShopBundle/DependencyInjection/Config/ConfigYamlLoader.php
425 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
426 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
427 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
428 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
429 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
430 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
431 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
432 /vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php
433 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
434 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php
435 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php
436 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php
437 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php
438 /src/PrestaShopBundle/DependencyInjection/Compiler/ModulesDoctrineCompilerPass.php
439 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
440 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
441 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Tag/TaggedValue.php
442 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php
443 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php
444 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
445 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php
446 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ReferenceSetArgumentTrait.php
447 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ArgumentInterface.php
448 /modules/ps_eventbus/vendor/autoload.php
449 /modules/ps_eventbus/vendor/composer/autoload_real.php
450 /modules/ps_eventbus/vendor/composer/autoload_static.php
451 /modules/ps_accounts/vendor/autoload.php
452 /modules/ps_accounts/vendor/composer/autoload_real.php
453 /modules/ps_accounts/vendor/composer/platform_check.php
454 /modules/ps_accounts/vendor/composer/autoload_static.php
455 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
456 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
457 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
458 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
459 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
460 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
461 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
462 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
463 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
464 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
465 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
466 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
467 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
468 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
469 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
470 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
471 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
472 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
473 /modules/ps_mbo/vendor/autoload.php
474 /modules/ps_mbo/vendor/composer/autoload_real.php
475 /modules/ps_mbo/vendor/composer/platform_check.php
476 /modules/ps_mbo/vendor/composer/autoload_static.php
477 /modules/ps_mbo/vendor/clue/stream-filter/src/functions_include.php
478 /modules/ps_mbo/vendor/clue/stream-filter/src/functions.php
479 /modules/ps_mbo/vendor/php-http/message/src/filters.php
480 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
481 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
482 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
483 /modules/ps_mbo/bootstrap.php
484 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
485 /modules/klaviyopsautomation/vendor/autoload.php
486 /modules/klaviyopsautomation/vendor/composer/autoload_real.php
487 /modules/klaviyopsautomation/vendor/composer/platform_check.php
488 /modules/klaviyopsautomation/vendor/composer/autoload_static.php
489 /modules/psxmarketingwithgoogle/vendor/autoload.php
490 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
491 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
492 /modules/psxmarketingwithgoogle/vendor/guzzlehttp/psr7/src/functions_include.php
493 /modules/psxmarketingwithgoogle/vendor/guzzlehttp/psr7/src/functions.php
494 /modules/dgtranslationall/vendor/autoload.php
495 /modules/dgtranslationall/vendor/composer/autoload_real.php
496 /modules/dgtranslationall/vendor/composer/platform_check.php
497 /modules/dgtranslationall/vendor/composer/autoload_static.php
498 /modules/ordersexportpro/vendor/autoload.php
499 /modules/ordersexportpro/vendor/composer/autoload_real.php
500 /modules/ordersexportpro/vendor/composer/autoload_static.php
501 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/abs.php
502 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/acos.php
503 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/acosh.php
504 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/acot.php
505 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/acoth.php
506 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/acsc.php
507 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/acsch.php
508 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/argument.php
509 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/asec.php
510 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/asech.php
511 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/asin.php
512 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/asinh.php
513 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/atan.php
514 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/atanh.php
515 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/conjugate.php
516 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/cos.php
517 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/cosh.php
518 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/cot.php
519 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/coth.php
520 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/csc.php
521 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/csch.php
522 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/exp.php
523 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/inverse.php
524 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/ln.php
525 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/log2.php
526 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/log10.php
527 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/negative.php
528 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/pow.php
529 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/rho.php
530 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/sec.php
531 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/sech.php
532 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/sin.php
533 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/sinh.php
534 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/sqrt.php
535 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/tan.php
536 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/tanh.php
537 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/functions/theta.php
538 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/operations/add.php
539 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/operations/subtract.php
540 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/operations/multiply.php
541 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/operations/divideby.php
542 /modules/ordersexportpro/vendor/markbaker/complex/classes/src/operations/divideinto.php
543 /modules/onepagecheckoutps/vendor/autoload.php
544 /modules/onepagecheckoutps/vendor/composer/autoload_real.php
545 /modules/onepagecheckoutps/vendor/composer/platform_check.php
546 /modules/onepagecheckoutps/vendor/composer/autoload_static.php
547 /modules/onepagecheckoutps/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
548 /modules/iletimerkezinotify/vendor/autoload.php
549 /modules/iletimerkezinotify/vendor/composer/autoload_real.php
550 /modules/iletimerkezinotify/vendor/composer/platform_check.php
551 /modules/iletimerkezinotify/vendor/composer/autoload_static.php
552 /modules/rediscache/vendor/autoload.php
553 /modules/rediscache/vendor/composer/autoload_real.php
554 /modules/rediscache/vendor/composer/platform_check.php
555 /modules/rediscache/vendor/composer/autoload_static.php
556 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php
557 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php
558 /vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php
559 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php
560 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php
561 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php
562 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php
563 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php
564 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
565 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
566 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php
567 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php
568 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php
569 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php
570 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php
571 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php
572 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php
573 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php
574 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
575 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
576 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php
577 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php
578 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php
579 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php
580 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php
581 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php
582 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php
583 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php
584 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php
585 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php
586 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
587 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
588 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
589 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
590 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
591 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
592 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php
593 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
594 /vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php
595 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ChildDefinition.php
596 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php
597 /vendor/symfony/symfony/src/Symfony/Component/Messenger/MessageBusInterface.php
598 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php
599 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php
600 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php
601 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php
602 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
603 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Transport/Doctrine/DoctrineTransportFactory.php
604 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php
605 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
606 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
607 /vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php
608 /vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php
609 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php
610 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php
611 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php
612 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php
613 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php
614 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php
615 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php
616 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php
617 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php
618 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php
619 /vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php
620 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php
621 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolver.php
622 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php
623 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php
624 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ClassExistenceResource.php
625 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
626 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
627 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
628 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
629 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php
630 /src/Core/Util/Inflector.php
631 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
632 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
636 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
637 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
638 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
639 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
640 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
641 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
642 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
643 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
644 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
645 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
646 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
647 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
648 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
649 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
650 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
651 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php
652 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php
653 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
654 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
655 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
656 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
657 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
658 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php
659 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php
660 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php
661 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php
662 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php
663 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php
664 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php
665 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php
666 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php
667 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php
668 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php
669 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php
670 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php
671 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php
672 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php
673 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php
674 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php
675 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php
676 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php
677 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
678 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
679 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php
680 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
681 /src/Adapter/Container/LegacyContainer.php
682 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
683 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
684 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php
685 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php
686 /src/Core/Hook/HookModuleFilter.php
687 /src/Core/Hook/HookModuleFilterInterface.php
688 /modules/onepagecheckoutps/onepagecheckoutps.php
689 /modules/onepagecheckoutps/classes/OPCCore.php
690 /modules/onepagecheckoutps/classes/FieldClass.php
691 /modules/onepagecheckoutps/classes/FieldCustomerClass.php
692 /modules/onepagecheckoutps/classes/FieldControl.php
693 /modules/onepagecheckoutps/classes/FieldOptionClass.php
694 /modules/onepagecheckoutps/classes/PaymentClass.php
695 /modules/onepagecheckoutps/classes/OPCValidate.php
696 /modules/onepagecheckoutps/onepagecheckoutps_adapter.php
697 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
698 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
699 /classes/Translate.php
700 /modules/onepagecheckoutps/translations/tr.php
701 /modules/creativeelements/creativeelements.php
702 /modules/creativeelements/classes/CETemplate.php
703 /modules/creativeelements/classes/CEContent.php
704 /modules/creativeelements/classes/CESmarty.php
705 /modules/creativeelements/includes/plugin.php
706 /modules/creativeelements/classes/wrappers/Helper.php
707 /modules/creativeelements/classes/CERevision.php
708 /modules/creativeelements/classes/wrappers/UId.php
709 /modules/creativeelements/classes/wrappers/Post.php
710 /modules/creativeelements/translations/tr.php
711 /modules/onepagecheckoutps/src/PTSService.php
712 /modules/klaviyopsautomation/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
713 /modules/klaviyopsautomation/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
714 /modules/klaviyopsautomation/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
715 /modules/onepagecheckoutps/src/Application/Core/CoreService.php
716 /modules/onepagecheckoutps/src/Application/PrestaShop/Provider/ContextProvider.php
717 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php
718 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php
719 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php
720 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php
721 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php
722 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php
723 /vendor/symfony/symfony/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php
724 /modules/onepagecheckoutps/src/Hook/HookModuleRoutesService.php
725 /modules/onepagecheckoutps/src/Hook/AbstractHook.php
726 /modules/onepagecheckoutps/src/Application/PrestaShop/Provider/ShopProvider.php
727 /modules/onepagecheckoutps/src/Application/PrestaShop/Configuration/Configuration.php
728 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
729 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
730 /modules/ps_mbo/ps_mbo.php
731 /modules/ps_mbo/src/Traits/HaveTabs.php
732 /modules/ps_mbo/src/Traits/UseHooks.php
733 /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php
734 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php
735 /modules/ps_mbo/src/Traits/HaveCdcComponent.php
736 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php
737 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php
738 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php
739 /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php
740 /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
741 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php
742 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php
743 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php
744 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php
745 /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php
746 /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php
747 /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php
748 /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php
749 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php
750 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php
751 /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php
752 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php
753 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php
754 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php
755 /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php
756 /modules/ps_mbo/src/Tab/TabInterface.php
757 /src/PrestaShopBundle/Translation/TranslatorComponent.php
758 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
759 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
760 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
761 /vendor/symfony/contracts/Translation/TranslatorInterface.php
762 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
763 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
764 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
765 /src/PrestaShopBundle/Translation/TranslatorInterface.php
766 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
767 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
768 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
769 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
770 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
771 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
772 /vendor/symfony/contracts/Translation/TranslatorTrait.php
773 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
774 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
775 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
776 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
777 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
778 /src/Adapter/ContainerFinder.php
779 /src/Core/Exception/ContainerNotFoundException.php
780 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
781 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
782 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
783 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
784 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
785 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
786 /src/PrestaShopBundle/Translation/DomainNormalizer.php
787 /src/Adapter/Localization/LegacyTranslator.php
788 /modules/ps_mbo/vendor/symfony/string/UnicodeString.php
789 /modules/ps_mbo/vendor/symfony/string/AbstractUnicodeString.php
790 /modules/ps_mbo/vendor/symfony/string/AbstractString.php
791 /modules/ets_ordermanager/ets_ordermanager.php
792 /modules/ets_ordermanager/classes/Ode_defines.php
793 /modules/ets_ordermanager/classes/Ode_export.php
794 /modules/ets_ordermanager/classes/Ode_dbbase.php
795 /modules/ets_ordermanager/classes/PDFALL.php
796 /modules/ets_ordermanager/classes/HTMLTemplateInvoiceAll.php
797 /classes/pdf/HTMLTemplateInvoice.php
798 /classes/pdf/HTMLTemplate.php
799 /modules/ets_ordermanager/classes/HTMLTemplateDeliverySlipAll.php
800 /classes/pdf/HTMLTemplateDeliverySlip.php
801 /modules/ets_ordermanager/classes/HTMLTemplateLabelDelivery.php
802 /modules/ets_ordermanager/classes/HTMLTemplateLabelDeliveryAll.php
803 /modules/ets_ordermanager/translations/tr.php
804 /controllers/front/listing/BestSalesController.php
805 /classes/controller/ProductListingFrontController.php
806 /classes/controller/ProductPresentingFrontController.php
807 /classes/controller/FrontController.php
808 /src/Adapter/Presenter/Object/ObjectPresenter.php
809 /src/Adapter/Presenter/PresenterInterface.php
810 /src/Adapter/Presenter/Cart/CartPresenter.php
811 /src/Adapter/Image/ImageRetriever.php
812 /classes/tax/TaxConfiguration.php
813 /classes/Smarty/TemplateFinder.php
814 /classes/assets/StylesheetManager.php
815 /classes/assets/AbstractAssetManager.php
816 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
817 /classes/assets/JavascriptManager.php
818 /classes/assets/CccReducer.php
819 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
820 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
821 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
822 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
823 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
824 /vendor/symfony/contracts/Cache/CacheTrait.php
825 /vendor/psr/cache/src/InvalidArgumentException.php
826 /vendor/psr/cache/src/CacheException.php
827 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
828 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
829 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
830 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
831 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
832 /src/Core/Data/Layer/AbstractDataLayer.php
833 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
834 /src/Core/Localization/CLDR/Reader.php
835 /src/Core/Localization/CLDR/ReaderInterface.php
836 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
837 /src/Core/Localization/CLDR/LocaleDataSource.php
838 /src/Core/Localization/CLDR/LocaleRepository.php
839 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
840 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
841 /src/Adapter/Tools.php
842 /src/Adapter/LegacyContext.php
843 /src/Adapter/Currency/CurrencyDataProvider.php
844 /src/Core/Currency/CurrencyDataProviderInterface.php
845 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
846 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
847 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
848 /src/Core/Localization/Currency/CurrencyDataSource.php
849 /src/Core/Localization/Currency/DataSourceInterface.php
850 /src/Core/Localization/Currency/Repository.php
851 /src/Core/Localization/Currency/RepositoryInterface.php
852 /src/Core/Localization/Locale/Repository.php
853 /src/Core/Localization/Locale/RepositoryInterface.php
854 /vendor/prestashop/decimal/src/Operation/Rounding.php
855 /src/Core/Localization/Locale.php
856 /src/Core/Localization/LocaleInterface.php
857 /src/Core/Localization/Specification/Price.php
858 /src/Core/Localization/Specification/Number.php
859 /src/Core/Localization/Specification/NumberInterface.php
860 /src/Core/Localization/Specification/Factory.php
861 /src/Core/Localization/CLDR/LocaleData.php
862 /src/Core/Localization/CLDR/NumberSymbolsData.php
863 /src/Core/Localization/CLDR/CurrencyData.php
864 /src/Core/Localization/CLDR/Locale.php
865 /src/Core/Localization/CLDR/LocaleInterface.php
866 /src/Core/Localization/Specification/NumberSymbolList.php
867 /override/classes/Currency.php
868 /classes/Currency.php
869 /src/Core/Localization/Currency/LocalizedCurrencyId.php
870 /classes/webservice/WebserviceRequest.php
871 /src/Core/Localization/Currency/CurrencyData.php
872 /src/Core/Localization/Currency/CurrencyCollection.php
873 /src/Core/Localization/Currency.php
874 /src/Core/Localization/CurrencyInterface.php
875 /src/Core/Localization/Specification/NumberCollection.php
876 /src/Core/Localization/Number/Formatter.php
877 /override/classes/Cart.php
878 /classes/Cart.php
879 /src/Adapter/AddressFactory.php
880 /classes/CartRule.php
881 /classes/Product.php
882 /src/Core/Domain/Product/ValueObject/RedirectType.php
883 /src/Core/Util/DateTime/DateTime.php
884 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
885 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
886 /src/Core/Domain/Product/ValueObject/ProductType.php
887 /src/Core/Domain/Product/ValueObject/Reference.php
888 /src/Core/Domain/Product/ValueObject/Ean13.php
889 /src/Core/Domain/Product/ValueObject/Isbn.php
890 /src/Core/Domain/Product/ValueObject/Upc.php
891 /src/Core/Domain/Product/ProductSettings.php
892 /src/Core/Domain/Shop/ValueObject/ShopId.php
893 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
894 /modules/blockreassurance/blockreassurance.php
895 /src/Core/Module/WidgetInterface.php
896 /classes/Media.php
897 /modules/ps_socialfollow/ps_socialfollow.php
898 /modules/ps_emailalerts/ps_emailalerts.php
899 /modules/ps_emailalerts/MailAlert.php
900 /modules/posquickmenu/posquickmenu.php
901 /modules/posquickmenu/classes/QuickmenuActivity.php
902 /modules/posquickmenu/translations/tr.php
903 /src/Adapter/Presenter/Cart/CartLazyArray.php
904 /src/Adapter/Presenter/AbstractLazyArray.php
905 /src/Adapter/Product/PriceFormatter.php
906 /classes/Gender.php
907 /classes/Risk.php
908 /classes/Meta.php
909 /classes/Address.php
910 /classes/ImageType.php
911 /classes/State.php
912 /src/Core/Security/PasswordPolicyConfiguration.php
913 /src/Core/Configuration/DataConfigurationInterface.php
914 /src/Core/Security/Hashing.php
915 /src/Core/Filter/CollectionFilter.php
916 /src/Core/Filter/FilterInterface.php
917 /src/Core/Filter/FrontEndObject/ProductFilter.php
918 /src/Core/Filter/HashMapWhitelistFilter.php
919 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
920 /src/Core/Filter/FrontEndObject/CartFilter.php
921 /src/Core/Filter/FrontEndObject/CustomerFilter.php
922 /src/Core/Filter/FrontEndObject/ShopFilter.php
923 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
924 /src/Core/Filter/FrontEndObject/MainFilter.php
925 /modules/creativeelements/includes/api.php
926 /modules/creativeelements/includes/utils.php
927 /modules/creativeelements/includes/user.php
928 /modules/creativeelements/includes/fonts.php
929 /modules/creativeelements/includes/db.php
930 /modules/creativeelements/includes/base/controls-stack.php
931 /modules/creativeelements/includes/managers/controls.php
932 /modules/creativeelements/includes/managers/schemes.php
933 /modules/creativeelements/includes/managers/elements.php
934 /modules/creativeelements/includes/managers/widgets.php
935 /modules/creativeelements/includes/managers/skins.php
936 /modules/creativeelements/includes/settings/settings.php
937 /modules/creativeelements/includes/editor.php
938 /modules/creativeelements/includes/embed.php
939 /modules/creativeelements/includes/frontend.php
940 /modules/creativeelements/includes/heartbeat.php
941 /modules/creativeelements/includes/responsive.php
942 /modules/creativeelements/includes/stylesheet.php
943 /modules/creativeelements/includes/template-library/manager.php
944 /modules/creativeelements/includes/managers/revisions.php
945 /modules/creativeelements/includes/page-settings/manager.php
946 /modules/creativeelements/includes/css-file/css-file.php
947 /modules/creativeelements/includes/css-file/post-css-file.php
948 /modules/creativeelements/includes/css-file/global-css-file.php
949 /modules/creativeelements/includes/conditions.php
950 /modules/creativeelements/includes/shapes.php
951 /modules/creativeelements/includes/controls/base.php
952 /modules/creativeelements/includes/controls/base-multiple.php
953 /modules/creativeelements/includes/controls/base-units.php
954 /modules/creativeelements/includes/interfaces/group-control.php
955 /modules/creativeelements/includes/controls/groups/base.php
956 /modules/creativeelements/includes/interfaces/scheme.php
957 /modules/creativeelements/includes/schemes/base.php
958 /modules/creativeelements/includes/schemes/color.php
959 /modules/creativeelements/includes/schemes/typography.php
960 /modules/creativeelements/includes/schemes/color-picker.php
961 /modules/creativeelements/includes/base/element-base.php
962 /modules/creativeelements/includes/elements/column.php
963 /modules/creativeelements/includes/elements/section.php
964 /modules/creativeelements/includes/elements/repeater.php
965 /modules/creativeelements/includes/base/widget-base.php
966 /modules/creativeelements/includes/base/widget-premium-base.php
967 /modules/creativeelements/includes/base/skin-base.php
968 /modules/creativeelements/includes/page-settings/page.php
969 /modules/creativeelements/includes/template-library/classes/class-import-images.php
970 /modules/creativeelements/includes/template-library/sources/base.php
971 /modules/creativeelements/includes/template-library/sources/local.php
972 /modules/creativeelements/includes/template-library/sources/remote.php
973 /modules/posthemeoptions/posthemeoptions.php
974 /modules/posthemeoptions/elementor/src/WidgetHelper.php
975 /modules/ps_googleanalytics/ps_googleanalytics.php
976 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
977 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
978 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
979 /modules/psxmarketingwithgoogle/translations/tr.php
980 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
981 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
982 /modules/psxmarketingwithgoogle/classes/config/Config.php
983 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
984 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
985 /modules/poswishlist/poswishlist.php
986 /modules/poswishlist/classes/WishListClass.php
987 /modules/poswishlist/translations/tr.php
988 /modules/posproductcomments/posproductcomments.php
989 /modules/posproductcomments/translations/tr.php
990 /modules/possearchproducts/possearchproducts.php
991 /modules/possearchproducts/src/PosSearchCore.php
992 /classes/Search.php
993 /modules/possearchproducts/src/PosSearchProvider.php
994 /src/Core/Product/Search/ProductSearchProviderInterface.php
995 /modules/possearchproducts/translations/tr.php
996 /modules/posthemeoptions/translations/tr.php
997 /modules/poscookielaw/poscookielaw.php
998 /modules/poscookielaw/translations/tr.php
999 /classes/Smarty/SmartyDevTemplate.php
1000 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1001 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1002 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1003 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1004 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1005 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1006 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1008 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1009 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1010 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1011 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1013 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1014 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1015 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1016 /var/cache/dev/smarty/compile/theme_optima/1d/d3/ba/1dd3ba6827dd328daa9c64e46c7cdac824145d81_2.file.cookielaw-header.tpl.php
1017 /modules/posfakeorder/posfakeorder.php
1018 /modules/posfakeorder/translations/tr.php
1019 /classes/ProductAssembler.php
1020 /src/Core/Product/Search/ProductSearchContext.php
1021 /classes/ProductPresenterFactory.php
1022 /src/Core/Product/ProductPresentationSettings.php
1023 /src/Core/Product/ProductListingPresenter.php
1024 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1025 /src/Adapter/Presenter/Product/ProductPresenter.php
1026 /src/Adapter/Product/ProductColorsRetriever.php
1027 /src/Adapter/HookManager.php
1028 /modules/posmegamenu/posmegamenu.php
1029 /modules/posmegamenu/classes/PosMegamenuClass.php
1030 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php
1031 /modules/posmegamenu/classes/PosMegamenuSubmenuRowClass.php
1032 /modules/posmegamenu/classes/PosMegamenuSubmenuColumnClass.php
1033 /modules/posmegamenu/classes/PosMegamenuSubmenuItemClass.php
1034 /modules/posmegamenu/sql/posSampleDataMenu.php
1035 /modules/posmegamenu/translations/tr.php
1036 /modules/posvegamenu/posvegamenu.php
1037 /modules/posvegamenu/classes/PosVegamenuClass.php
1038 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php
1039 /modules/posvegamenu/classes/PosVegamenuSubmenuRowClass.php
1040 /modules/posvegamenu/classes/PosVegamenuSubmenuColumnClass.php
1041 /modules/posvegamenu/classes/PosVegamenuSubmenuItemClass.php
1042 /modules/posvegamenu/sql/posSampleDataVerMenu.php
1043 /modules/posvegamenu/translations/tr.php
1044 /modules/posshoppingcart/posshoppingcart.php
1045 /modules/posshoppingcart/translations/tr.php
1046 /src/Adapter/Cart/CartPresenter.php
1047 /modules/possizechart/possizechart.php
1048 /modules/possizechart/translations/tr.php
1049 /modules/ets_whatsapp/ets_whatsapp.php
1050 /modules/ets_whatsapp/classes/ets_whatsapp_defines.php
1051 /modules/ets_whatsapp/translations/tr.php
1052 /modules/cities/cities.php
1053 /modules/cities/translations/tr.php
1054 /modules/cities/classes/City.php
1055 /modules/onepagecheckoutps/src/Hook/HookDisplayHeaderService.php
1056 /var/cache/dev/smarty/compile/theme_optima/9f/a4/5e/9fa45ede768c3f101b8e228a5fef9c4053d59d59_2.file.posquickmenu-header.tpl.php
1057 /src/Core/Product/Search/ProductSearchQuery.php
1058 /src/Core/Product/Search/SortOrder.php
1059 /modules/ps_facetedsearch/ps_facetedsearch.php
1060 /modules/ps_facetedsearch/src/HookDispatcher.php
1061 /modules/ps_facetedsearch/src/Hook/Attribute.php
1062 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1063 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1064 /modules/ps_facetedsearch/src/Hook/Category.php
1065 /modules/ps_facetedsearch/src/Hook/Configuration.php
1066 /modules/ps_facetedsearch/src/Hook/Design.php
1067 /modules/ps_facetedsearch/src/Hook/Feature.php
1068 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1069 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1070 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1071 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1072 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1073 /modules/ps_facetedsearch/src/Hook/Product.php
1074 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1075 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1076 /modules/ps_facetedsearch/src/Filters/Provider.php
1077 /modules/ps_facetedsearch/src/URLSerializer.php
1078 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1079 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1080 /src/Core/Product/Search/FacetsRendererInterface.php
1081 /modules/ps_facetedsearch/src/Filters/Converter.php
1082 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1083 /src/Core/Product/Search/ProductSearchResult.php
1084 /classes/Combination.php
1085 /modules/ps_facetedsearch/src/Product/Search.php
1086 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1087 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1088 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1089 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1090 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1091 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1092 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1093 /modules/ps_facetedsearch/src/Filters/Products.php
1094 /classes/stock/StockAvailable.php
1095 /modules/ps_facetedsearch/src/Filters/Block.php
1096 /modules/ps_facetedsearch/src/Definition/Availability.php
1097 /override/classes/Category.php
1098 /classes/Category.php
1099 /override/classes/Manufacturer.php
1100 /classes/Manufacturer.php
1101 /src/Core/Util/String/StringModifier.php
1102 /src/Core/Util/String/StringModifierInterface.php
1103 /src/Core/Product/Search/Facet.php
1104 /src/Core/Product/Search/Filter.php
1105 /vendor/prestashop/decimal/src/DecimalNumber.php
1106 /vendor/prestashop/decimal/src/Builder.php
1107 /src/Core/Product/Search/FacetCollection.php
1108 /classes/tax/Tax.php
1109 /classes/SpecificPrice.php
1110 /classes/tax/TaxManagerFactory.php
1111 /classes/tax/TaxRulesTaxManager.php
1112 /classes/tax/TaxManagerInterface.php
1113 /classes/tax/TaxCalculator.php
1114 /classes/GroupReduction.php
1115 /src/Core/Localization/CLDR/ComputingPrecision.php
1116 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1117 /classes/Pack.php
1118 /override/classes/order/Order.php
1119 /classes/order/Order.php
1120 /classes/Feature.php
1121 /src/Core/Domain/Combination/CombinationSettings.php
1122 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1123 /src/Adapter/Presenter/Product/ProductLazyArray.php
1124 /classes/Image.php
1125 /src/Core/Image/ImageFormatConfiguration.php
1126 /src/Core/Image/ImageFormatConfigurationInterface.php
1127 /classes/FeatureFlag.php
1128 /src/Core/FeatureFlag/FeatureFlagSettings.php
1129 /vendor/prestashop/decimal/src/Operation/Multiplication.php
1130 /vendor/prestashop/decimal/src/Operation/Addition.php
1131 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1132 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1133 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1134 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1135 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1136 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1137 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1138 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1139 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1140 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1141 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1143 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1144 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1145 /var/cache/dev/smarty/compile/theme_optima/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1146 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1147 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1148 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1149 /var/cache/dev/smarty/compile/theme_optima/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1150 /src/Core/Product/Search/Pagination.php
1151 /classes/assets/CssMinifier.php
1152 /vendor/matthiasmullie/minify/src/CSS.php
1153 /vendor/matthiasmullie/minify/src/Minify.php
1154 /vendor/matthiasmullie/path-converter/src/Converter.php
1155 /vendor/matthiasmullie/path-converter/src/ConverterInterface.php
1156 /classes/assets/JsMinifier.php
1157 /vendor/matthiasmullie/minify/src/JS.php
1158 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/0e/e6/7f/0ee67f046fe9761dd866848dc19cae36601ad5d1_2.file.best-sales.tpl.php
1159 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3c/f0/c4/3cf0c4d1bdb7c7d91e8c2a65e541fab0918c8236_2.file.product-list.tpl.php
1160 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/04/8a/a2/048aa28c532dde5463fe22ec614fc15285876a90_2.file.full_width.tpl.php
1161 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/c8/a4/c6/c8a4c6cead78fad210176a051e13f84476c642d7_2.file.layout-left-column.tpl.php
1162 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/ee/b8/92/eeb8922863b8bda6e30d651789bdd9f6f070c2da_2.file.layout-both-columns.tpl.php
1163 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/b7/20/17/b72017144ba047319f8e034cfe2cf62a5de6da44_2.file.head.tpl.php
1164 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/35/f6/a1/35f6a1f638e9d3b03907aa06c466ccadaf5d3dc4_2.file.head-jsonld.tpl.php
1165 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d5/b5/46/d5b546153b876f556c7539d8ff13de4b60849d1c_2.file.product-list-jsonld.tpl.php
1166 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/30/93/35/309335b60573ba52be4e7352a528d893bfcf7717_2.file.pagination-seo.tpl.php
1167 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1168 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1169 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7e/66/0f/7e660fefbc87d3c5b0bb937bd6b041fed1e4877d_2.file.stylesheets.tpl.php
1170 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/36/53/ef/3653efa4884ab445c11ab68827e561da547d7028_2.file.javascript.tpl.php
1171 /classes/ProductDownload.php
1172 /src/Core/Cart/Calculator.php
1173 /src/Core/Cart/CartRowCollection.php
1174 /src/Core/Cart/Fees.php
1175 /src/Core/Cart/AmountImmutable.php
1176 /src/Core/Cart/CartRuleCollection.php
1177 /src/Core/Cart/CartRuleCalculator.php
1178 /src/Adapter/Product/PriceCalculator.php
1179 /src/Core/Cart/CartRow.php
1180 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1181 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1182 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1183 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1184 /var/cache/dev/smarty/cache/posquickmenu/1/8/8/1/209/theme_optima/23/64/5e/23645e9d9969bc8c9ac34abb634c20ed9ee031ab.posquickmenuviewstemplateshookposquickmenu.tpl.php
1185 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/4a/8a/d4/4a8ad43cfd112f7c19c3f09ed7063829c56539b0_2.file.product-activation.tpl.php
1186 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3e/c3/42/3ec342d3fad93aade656f889f1005772aafe2af1_2.file.header.tpl.php
1187 /modules/creativeelements/includes/controls/text.php
1188 /modules/creativeelements/includes/controls/number.php
1189 /modules/creativeelements/includes/controls/textarea.php
1190 /modules/creativeelements/includes/controls/select.php
1191 /modules/creativeelements/includes/controls/checkbox.php
1192 /modules/creativeelements/includes/controls/switcher.php
1193 /modules/creativeelements/includes/controls/hidden.php
1194 /modules/creativeelements/includes/controls/heading.php
1195 /modules/creativeelements/includes/controls/raw-html.php
1196 /modules/creativeelements/includes/controls/section.php
1197 /modules/creativeelements/includes/controls/tab.php
1198 /modules/creativeelements/includes/controls/tabs.php
1199 /modules/creativeelements/includes/controls/divider.php
1200 /modules/creativeelements/includes/controls/color.php
1201 /modules/creativeelements/includes/controls/media.php
1202 /modules/creativeelements/includes/controls/slider.php
1203 /modules/creativeelements/includes/controls/dimensions.php
1204 /modules/creativeelements/includes/controls/choose.php
1205 /modules/creativeelements/includes/controls/wysiwyg.php
1206 /modules/creativeelements/includes/controls/code.php
1207 /modules/creativeelements/includes/controls/font.php
1208 /modules/creativeelements/includes/controls/image-dimensions.php
1209 /modules/creativeelements/includes/controls/ps-widget.php
1210 /modules/creativeelements/includes/controls/url.php
1211 /modules/creativeelements/includes/controls/repeater.php
1212 /modules/creativeelements/includes/controls/icon.php
1213 /modules/creativeelements/includes/controls/structure.php
1214 /modules/creativeelements/includes/controls/select2.php
1215 /modules/creativeelements/includes/controls/date-time.php
1216 /modules/creativeelements/includes/controls/box-shadow.php
1217 /modules/creativeelements/includes/controls/animation.php
1218 /modules/creativeelements/includes/controls/hover-animation.php
1219 /modules/creativeelements/includes/controls/order.php
1220 /modules/creativeelements/includes/controls/groups/background.php
1221 /modules/creativeelements/includes/controls/groups/border.php
1222 /modules/creativeelements/includes/controls/groups/typography.php
1223 /modules/creativeelements/includes/controls/groups/image-size.php
1224 /modules/creativeelements/includes/controls/groups/box-shadow.php
1225 /modules/creativeelements/includes/widgets/common.php
1226 /modules/creativeelements/includes/widgets/heading.php
1227 /modules/creativeelements/includes/widgets/image.php
1228 /modules/creativeelements/includes/widgets/text-editor.php
1229 /modules/creativeelements/includes/widgets/video.php
1230 /modules/creativeelements/includes/widgets/button.php
1231 /modules/creativeelements/includes/widgets/divider.php
1232 /modules/creativeelements/includes/widgets/spacer.php
1233 /modules/creativeelements/includes/widgets/google-maps.php
1234 /modules/creativeelements/includes/widgets/icon.php
1235 /modules/creativeelements/includes/widgets/image-box.php
1236 /modules/creativeelements/includes/widgets/icon-box.php
1237 /modules/creativeelements/includes/widgets/image-carousel.php
1238 /modules/creativeelements/includes/widgets/icon-list.php
1239 /modules/creativeelements/includes/widgets/counter.php
1240 /modules/creativeelements/includes/widgets/progress.php
1241 /modules/creativeelements/includes/widgets/testimonial.php
1242 /modules/creativeelements/includes/widgets/tabs.php
1243 /modules/creativeelements/includes/widgets/accordion.php
1244 /modules/creativeelements/includes/widgets/toggle.php
1245 /modules/creativeelements/includes/widgets/social-icons.php
1246 /modules/creativeelements/includes/widgets/alert.php
1247 /modules/creativeelements/includes/widgets/shortcode.php
1248 /modules/creativeelements/includes/widgets/html.php
1249 /modules/creativeelements/includes/widgets/menu-anchor.php
1250 /modules/creativeelements/includes/widgets/product-grid.php
1251 /modules/creativeelements/includes/widgets/product-carousel.php
1252 /modules/creativeelements/includes/widgets/product-box.php
1253 /modules/creativeelements/includes/widgets/layer-slider.php
1254 /modules/creativeelements/includes/widgets/call-to-action.php
1255 /modules/creativeelements/includes/widgets/flip-box.php
1256 /modules/creativeelements/includes/widgets/contact-form.php
1257 /modules/creativeelements/includes/widgets/email-subscription.php
1258 /modules/creativeelements/includes/widgets/image-hotspot.php
1259 /modules/creativeelements/includes/widgets/countdown.php
1260 /modules/creativeelements/includes/widgets/ajax-search.php
1261 /modules/creativeelements/includes/widgets/testimonial-carousel.php
1262 /modules/creativeelements/includes/widgets/facebook-page.php
1263 /modules/creativeelements/includes/widgets/facebook-button.php
1264 /modules/creativeelements/includes/widgets/trustedshops-reviews.php
1265 /modules/creativeelements/includes/widgets/image-slider.php
1266 /modules/creativeelements/includes/widgets/category-tree.php
1267 /modules/creativeelements/includes/widgets/module.php
1268 /modules/posthemeoptions/elementor/widgets/PosBannerWidget.php
1269 /modules/posthemeoptions/elementor/widgets/PosBrandWidget.php
1270 /modules/posthemeoptions/elementor/widgets/PosCategoriesWidget.php
1271 /modules/posthemeoptions/elementor/widgets/PosCountdownWidget.php
1272 /modules/posthemeoptions/elementor/widgets/PosHeaderAccountWidget.php
1273 /modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php
1274 /modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php
1275 /modules/posthemeoptions/elementor/widgets/PosHeaderContactWidget.php
1276 /modules/posthemeoptions/elementor/widgets/PosHeaderCurrencyWidget.php
1277 /modules/posthemeoptions/elementor/widgets/PosHeaderLanguageWidget.php
1278 /modules/posthemeoptions/elementor/widgets/PosHeaderLogoWidget.php
1279 /modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php
1280 /modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php
1281 /modules/posthemeoptions/elementor/widgets/PosHeaderSettingsWidget.php
1282 /modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php
1283 /modules/posthemeoptions/elementor/widgets/PosIconBoxWidget.php
1284 /modules/posthemeoptions/elementor/widgets/PosImageHotspotWidget.php
1285 /modules/posthemeoptions/elementor/widgets/PosLatestPostWidget.php
1286 /modules/posthemeoptions/elementor/widgets/PosLinksWidget.php
1287 /modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php
1288 /modules/posthemeoptions/elementor/widgets/PosProductsWidget.php
1289 /modules/posthemeoptions/elementor/widgets/PosSaleProductsWidget.php
1290 /modules/posthemeoptions/elementor/widgets/PosSlideshowWidget.php
1291 /modules/posthemeoptions/elementor/widgets/PosSocialsWidget.php
1292 /modules/posthemeoptions/elementor/widgets/PosTabProductsWidget.php
1293 /modules/posthemeoptions/elementor/widgets/PosTestimonialsWidget.php
1294 /modules/posthemeoptions/elementor/widgets/PosTitleWidget.php
1295 /var/cache/dev/smarty/compile/theme_optima/e9/d6/ed/e9d6ed9a65d832439eb2d2c1033bbc69dd9aac0c_2.module.possearchproductsviewstemplatesfrontpossearch.tpl.php
1296 /var/cache/dev/smarty/compile/theme_optima/4b/c3/ce/4bc3cea6a7be75c3c9fe3cd6a65ed79897ec6650_2.file.poswishlist_top.tpl.php
1297 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1298 /var/cache/dev/smarty/compile/theme_optima/fd/b3/13/fdb3135c9a469525a27945e4bc035c97ba314a70_2.module.posshoppingcartposshoppingcart.tpl.php
1299 /var/cache/dev/smarty/compile/theme_optima/8d/55/25/8d5525084c1ae2461df393237bb03a8f3adc2ed4_2.file.cart-detailed-totals.tpl.php
1300 /var/cache/dev/smarty/compile/theme_optima/7d/96/5f/7d965f2aa6f0f6a3798add4736785077291fd15e_2.file.cart-summary-totals.tpl.php
1301 /var/cache/dev/smarty/cache/posmegamenu/1/8/8/1/209/theme_optima/8a/6d/4d/8a6d4de038c809fb1cb769edf9969d3f907241ad.posmegamenu.tpl.php
1302 /var/cache/dev/smarty/compile/theme_optima/a9/34/5d/a9345dfe7e2116781ed00efa1673f6af24f3b9be_2.file.posmegamenu-mobile.tpl.php
1303 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1304 /var/cache/dev/smarty/compile/37/e7/7d/37e77dc4e977302790922bc9d2bd3b059d3e01b4_2.file.menu-mobile.tpl.php
1305 /modules/ps_languageselector/ps_languageselector.php
1306 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
1307 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d4/f3/9f/d4f39f38023a11214aeaec130e46ba89f8d87692_2.file.breadcrumb.tpl.php
1308 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/b3/11/1e/b3111e8ca8717cf2fd4f9588e2887bb84c4793f9_2.file.notifications.tpl.php
1309 /var/cache/dev/smarty/compile/theme_optima/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1310 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a8/2b/d8/a82bd81fa7155b1a5a7e954f92aab39b578d2001_2.file.products-top.tpl.php
1311 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/07/01/50/070150b5a63e8191dadf6d7a0ae77282089a1939_2.file.sort-orders.tpl.php
1312 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7c/39/15/7c39150cb5162bca5110e65f20050c2e92c1a100_2.file.products.tpl.php
1313 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/15/ac/4d/15ac4dd1e6d678be27075c28b76d414778b69dcb_2.file.productlist.tpl.php
1314 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1315 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f0/84/7a/f0847a5bd58e7a7ca825fef83b886ffe9fe3c747_2.file.product.tpl.php
1316 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/58/65/77/5865778629f22022be89060a95c2c24a7dff4061_2.file.grid3.tpl.php
1317 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/01/a5/b6/01a5b6b19b2bc7432afe429e7f5f81a36aae87f8_2.file.button-cart.tpl.php
1318 /var/cache/dev/smarty/compile/theme_optima/f5/ee/32/f5ee322d4a46ad94d32d8f4a0e360549e1baf082_2.module.poswishlistviewstemplateshookposwishlist_button.tpl.php
1319 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/7f/27/e3/7f27e3469caf605dbfecf2038cde19bea1f9fb63_2.file.pagination.tpl.php
1320 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/31/d2/b0/31d2b0286c9b5be5536f2c3f9de13b0e5fbd51ee_2.file.products-bottom.tpl.php
1321 /var/cache/dev/smarty/compile/theme_optimalayouts_layout_left_column_tpl/b6/09/70/b6097078bc61f429801b9c367bf45f0bbfa1698f_2.file.footer.tpl.php
1322 /classes/CMS.php
1323 /var/cache/dev/smarty/compile/aa/c6/a4/aac6a4df6a0697a9b7f15ee9f80c0672cf9cba77_2.file.links.tpl.php
1324 /modules/ps_linklist/ps_linklist.php
1325 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1326 /modules/ps_linklist/src/Filter/LinkFilter.php
1327 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1328 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1329 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1330 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/8/8/1/209/theme_optima/1a/c2/7b/1ac27be3b685b7c96e93af1a48bd9e896761ad08.ps_linklistviewstemplateshooklinkblock.tpl.php
1331 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1332 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/8/8/1/209/theme_optima/e2/07/0a/e2070a52193e5cf3bfc215563b443d8a13a5f9e1.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1333 /modules/ps_contactinfo/ps_contactinfo.php
1334 /var/cache/dev/smarty/compile/theme_optima/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1335 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1336 /var/cache/dev/smarty/compile/theme_optima/f5/c2/d5/f5c2d5b33c5b33914d76566c4f4af9ce567d611e_2.file.whatsapp.tpl.php
1337 /modules/mym_googleizle/mym_googleizle.php
1338 /modules/mym_googleizle/translations/tr.php
1339 /var/cache/dev/smarty/cache/posfakeorder/1/8/8/1/209/theme_optima/d9/24/7a/d9247a5ba443c44119319bc3bafd24b89e66f17e.posfakeorderposfakeorder.tpl.php
1340 /var/cache/dev/smarty/cache/poscookielaw/1/8/8/1/209/theme_optima/85/b4/b1/85b4b1fcaefbc4c9123abba24b52bd5fcd876a17.poscookielawviewstemplateshookposcookielaw.tpl.php
1341 /var/cache/dev/smarty/compile/theme_optima/39/c8/2a/39c82a0e10e7c16ba627f91cd507c299c0257271_2.file.footer.tpl.php