Warning: Array to string conversion in /var/www/vhosts/sellerie-sylvie-equitation.com/httpdocs/tools/profiling/Profiler.php on line 158
SSE NUTRITIONS & SOINS

SSE NUTRITIONS & SOINS


Dans cette catégorie, nous vous proposons une large gamme d'aliments, de compléments alimentaires et de produits de soin pour vous assurer un cheval au meilleure de sa forme toute l'année. 

Product added to wishlist

iqitcookielaw - module, put here your own cookie law text

Load Time 2880 ms
Querying Time 746 ms
Queries 839
Memory Peak Usage 37.9 Mb
Included Files 928 files - 9.94 Mb
PrestaShop Cache - Mb
Global vars 0.59 Mb
PrestaShop Version 8.2.1
PHP Version 8.3.27
MySQL Version 10.5.29-MariaDB
Memory Limit 1024M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 4.649 ms 4.649 ms 26.39 Mb 28.0 Mb
__construct 0.015 ms 4.664 ms - Mb 28.0 Mb
init 1020 ms 1025 ms 0.70 Mb 28.0 Mb
checkAccess 0.001 ms 1025 ms - Mb 28.0 Mb
setMedia 2.348 ms 1027 ms 0.15 Mb 28.0 Mb
postProcess 0.001 ms 1027 ms - Mb 28.0 Mb
initHeader 0.000 ms 1027 ms - Mb 28.0 Mb
initContent 313.268 ms 1340 ms 5.72 Mb 33.1 Mb
initFooter 0.002 ms 1340 ms - Mb 33.1 Mb
display 1540 ms 2880 ms 4.12 Mb 37.9 Mb
Hook Time Memory Usage
Header 26.988 ms 0.08 Mb
DisplayHeader 24.496 ms 0.10 Mb
displayProductListFunctionalButtons 15.560 ms 0.02 Mb
displayBeforeBodyClosingTag 5.579 ms 0.51 Mb
displayLeftColumn 2.444 ms 0.25 Mb
displayMainMenu 1.649 ms 0.39 Mb
renderWidget 1.428 ms 0.06 Mb
ProductSearchProvider 1.311 ms - Mb
displayNav2 1.250 ms 0.11 Mb
DisplayBeforeBodyClosingTag 1.196 ms 0.05 Mb
displayFooter 1.137 ms 0.11 Mb
displayCategoryElementor 0.912 ms 0.08 Mb
DisplayBanner 0.718 ms 0.02 Mb
DisplayFooter 0.585 ms 0.03 Mb
DisplayNavFullWidth 0.580 ms - Mb
DisplayFooterCategory 0.533 ms 0.02 Mb
DisplayLeftColumn 0.522 ms 0.09 Mb
IsJustElementor 0.194 ms 0.02 Mb
displayAfterBreadcrumb 0.173 ms 0.03 Mb
ActionFrontControllerSetMedia 0.074 ms - Mb
ModuleRoutes 0.014 ms - Mb
ActionDispatcher 0.008 ms - Mb
displayVerticalMenu 0.006 ms - Mb
ActionProductSearchAfter 0.005 ms - Mb
24 hook(s) 87.362 ms 1.97 Mb
Module Time Memory Usage
ph_simpleblog 1314 ms 23.50 Mb
iqitthemeeditor 1.991 ms 0.07 Mb
mondialrelay 0.648 ms 0.05 Mb
ps_emailalerts 0.311 ms 0.01 Mb
cawlop 0.597 ms 0.09 Mb
paypal 30.785 ms 0.14 Mb
iqitcontactpage 1.208 ms 0.07 Mb
iqitcookielaw 1.692 ms 0.06 Mb
iqitelementor 2.639 ms 0.11 Mb
iqitmegamenu 2.455 ms 0.40 Mb
iqitreviews 0.641 ms 0.01 Mb
iqitsizecharts 0.486 ms 0.01 Mb
iqitwishlist 21.608 ms 0.54 Mb
ets_htmlbox 8.094 ms 0.14 Mb
ps_shoppingcart 0.191 ms 0.01 Mb
stripe_official 1.917 ms 0.17 Mb
ordersource 0.351 ms 0.01 Mb
ps_facetedsearch 3.207 ms 0.11 Mb
ps_currencyselector 0.643 ms 0.07 Mb
iqitsearch 1.690 ms 0.07 Mb
ps_customersignin 0.087 ms - Mb
iqitproductsnav 0.473 ms 0.04 Mb
ps_categorytree 2.556 ms 0.26 Mb
ps_emailsubscription 0.296 ms 0.05 Mb
statsdata 1.298 ms 0.05 Mb
25 module(s) 1400 ms 26.01 Mb

Stopwatch SQL - 839 queries

# Query Time (ms) Rows Filesort Group By Location
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
22.449 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
18.640 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
383
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC
16.316 ms 83 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
381
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM prstshp_layered_category
WHERE controller = 'category'
AND id_category = 512
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
15.675 ms 57 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
15.403 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
14.470 ms 8 Yes /classes/ImageType.php:109
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
13.540 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
345
SELECT SQL_NO_CACHE * FROM `prstshp_currency` c ORDER BY `iso_code` ASC
13.421 ms 1 Yes /classes/Currency.php:708
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
12.423 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
11.877 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `prstshp_lang` l
LEFT JOIN `prstshp_lang_shop` ls ON (l.id_lang = ls.id_lang)
10.429 ms 1 /classes/Language.php:1080
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
10.300 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
468
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 105 ORDER BY agl.`name` ASC, a.`position` ASC
10.255 ms 13 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
9.280 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
9.230 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.663 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.563 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.518 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.389 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.294 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.215 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
8.197 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.944 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.619 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.523 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.455 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
363
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 517) AND (b.`id_shop` = 1) LIMIT 1
7.086 ms 1 /src/Adapter/EntityMapper.php:71
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
7.017 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
6.384 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.840 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
380
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 512
AND `id_shop` = 1 LIMIT 1
5.699 ms 1 /classes/Category.php:2446
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.661 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.450 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.066 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.059 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.055 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
5.000 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.987 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.986 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.978 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.976 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.674 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.613 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.531 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.527 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.516 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.473 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.390 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
395
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=7)) GROUP BY pac.id_attribute
4.377 ms 7017840 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.267 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
356
SELECT SQL_NO_CACHE `id_category`
FROM `prstshp_category_shop`
WHERE `id_category` = 512
AND `id_shop` = 1 LIMIT 1
4.157 ms 1 /classes/Category.php:2446
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.918 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
3.848 ms 1 /classes/Language.php:880
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.702 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.467 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.453 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.294 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
433
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=43)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
3.276 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
3.191 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
3.150 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
422
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 29 ORDER BY agl.`name` ASC, a.`position` ASC
3.075 ms 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
340
SELECT SQL_NO_CACHE name, alias FROM `prstshp_hook_alias`
3.062 ms 88 /classes/Hook.php:342
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
2.986 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
408
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 16 ORDER BY agl.`name` ASC, a.`position` ASC
2.958 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.926 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.876 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.838 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
440
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 56 ORDER BY agl.`name` ASC, a.`position` ASC
2.761 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
413
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=21)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
2.701 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.691 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.684 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.667 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.621 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.616 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.602 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.601 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.589 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.569 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
400
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 10 ORDER BY agl.`name` ASC, a.`position` ASC
2.551 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.529 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.528 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.511 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.503 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.489 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
396
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 8 ORDER BY agl.`name` ASC, a.`position` ASC
2.449 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.438 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.428 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.400 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.361 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.350 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.321 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
2.315 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.297 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.296 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.286 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.216 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
2.170 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.091 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.071 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
393
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=6)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
2.043 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
17
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.864 ms 66 /classes/module/Module.php:341
426
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 31 ORDER BY agl.`name` ASC, a.`position` ASC
1.808 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.784 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
417
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=24)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.706 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.702 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
376
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 15
1.618 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.393 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `prstshp_hook`
1.388 ms 1002 /classes/Hook.php:1348
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.380 ms 1 /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 prstshp_shop_url su
LEFT JOIN prstshp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'sellerie-sylvie-equitation.com' OR su.domain_ssl = 'sellerie-sylvie-equitation.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.329 ms 1 Yes /classes/shop/Shop.php:1364
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.214 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `prstshp_module` m
LEFT JOIN `prstshp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.181 ms 66 /classes/module/Module.php:341
547
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 17385) LIMIT 1
1.138 ms 1 /src/Adapter/EntityMapper.php:71
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 `prstshp_configuration` c
LEFT JOIN `prstshp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.096 ms 1288 /classes/Configuration.php:180
495
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=138)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.085 ms 507 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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=27)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.063 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
423
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=29)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.052 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
409
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=16)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.049 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
401
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=10)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.034 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
389
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND cg.id_group='1' AND c.level_depth<=3 AND c.nleft>279 AND c.nright<332 GROUP BY cp.id_category
1.023 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
479
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=116)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.012 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
441
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=56)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.010 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
485
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=122)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
1.010 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
378
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 16
1.008 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
360
SELECT SQL_NO_CACHE state FROM prstshp_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
1.003 ms 1 /classes/FeatureFlag.php:105
425
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=30)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.988 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
445
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=62)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.988 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
407
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=15)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.984 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
493
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=137)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.977 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
405
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=14)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.972 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
491
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=136)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.971 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
391
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=5)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.969 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
467
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=104)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.967 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
427
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=31)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.967 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
403
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=12)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.966 ms 507 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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=35)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.966 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
453
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=78)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.964 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
437
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=52)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.963 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
411
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=18)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.961 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
449
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=73)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.960 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=36)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.958 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
397
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=8)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.957 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
443
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=58)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.956 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
399
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=9)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.956 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
469
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=105)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.953 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
461
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=98)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.950 ms 507 Yes /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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=28)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.949 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
451
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=77)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.947 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
497
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=139)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.945 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
481
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=117)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.943 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
483
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=120)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.943 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
415
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=22)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.939 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
374
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM prstshp_required_field
0.937 ms 1 /classes/ObjectModel.php:1589
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.937 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
439
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=55)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.937 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
435
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=46)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.930 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
463
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=100)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.927 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
465
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=101)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.927 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.919 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
459
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=97)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.918 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
499
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=144)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.917 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
475
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=108)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.915 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
416
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 24 ORDER BY agl.`name` ASC, a.`position` ASC
0.915 ms 1394 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
471
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=106)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.914 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
477
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=110)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.912 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
501
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=148)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.912 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
455
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=87)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.903 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
473
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=107)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.903 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
457
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=92)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.898 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
489
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=134)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.893 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
487
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=133)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.889 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
368
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.871 ms 0 /classes/module/Module.php:2137
16
SELECT SQL_NO_CACHE value FROM `prstshp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.852 ms 1 /classes/shop/Shop.php:1183
514
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `prstshp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `prstshp_hook_alias` ha
INNER JOIN `prstshp_hook` h ON ha.name = h.name
0.837 ms 0 /classes/Hook.php:1348
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.829 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
370
SELECT SQL_NO_CACHE format
FROM `prstshp_address_format`
WHERE `id_country` = 8 LIMIT 1
0.810 ms 1 /classes/AddressFormat.php:653
447
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=64)) AND ((pac_1.id_attribute IN (74, 623, 1442, 2459, 3343))) GROUP BY pac.id_attribute
0.782 ms 162 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
824
SELECT SQL_NO_CACHE c.*, cl.*
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `prstshp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `prstshp_category` c2 ON c2.`id_category` = 512 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 6 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.773 ms 92 Yes Yes /classes/Category.php:785
386
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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (74, 623, 1442, 2459, 3343))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=279 AND c.nright<=332 GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
0.766 ms 507 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
3
SELECT SQL_NO_CACHE *
FROM `prstshp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.732 ms 1 /src/Adapter/EntityMapper.php:71
344
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 512) AND (b.`id_shop` = 1) LIMIT 1
0.707 ms 1 /src/Adapter/EntityMapper.php:71
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 15 ORDER BY agl.`name` ASC, a.`position` ASC
0.674 ms 9 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `prstshp_module` m
INNER JOIN prstshp_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 `prstshp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `prstshp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `prstshp_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
0.649 ms 102 Yes Yes /classes/Hook.php:1289
515
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 `prstshp_hook_module` hm
STRAIGHT_JOIN `prstshp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `prstshp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
0.611 ms 350 /classes/Hook.php:455
548
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 17385
0.574 ms 1 /src/Adapter/EntityMapper.php:79
404
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 14 ORDER BY agl.`name` ASC, a.`position` ASC
0.536 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
432
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 43 ORDER BY agl.`name` ASC, a.`position` ASC
0.511 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
358
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `prstshp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 512
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.493 ms 5 Yes Yes /classes/Category.php:916
503
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-12 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM prstshp_product p
LEFT JOIN prstshp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN prstshp_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN prstshp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2102,2113,2086,2014,5219,2087,5269,2088,3713,2249,4639,8955,5239)
0.480 ms 13 /classes/ProductAssembler.php:95
502
REPLACE INTO prstshp_layered_filter_block (hash, data) VALUES ("72b750f3973aee48b3243d771008170a", "a:1:{s:7:\"filters\";a:2:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:1:{i:523;a:2:{s:4:\"name\";s:19:\"SSE Soins du Cheval\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"7\";s:4:\"name\";s:9:\"Packaging\";s:14:\"is_color_group\";b:0;s:6:\"values\";a:54:{i:72;a:4:{s:4:\"name\";s:7:\"1 litre\";s:3:\"nbr\";s:2:\"29\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:73;a:4:{s:4:\"name\";s:8:\"3 litres\";s:3:\"nbr\";s:1:\"4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:74;a:5:{s:4:\"name\";s:8:\"5 litres\";s:3:\"nbr\";s:1:\"7\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:75;a:4:{s:4:\"name\";s:6:\"200 ml\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:76;a:4:{s:4:\"name\";s:12:\"Seau de 1 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:78;a:4:{s:4:\"name\";s:12:\"Seau de 2 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:80;a:4:{s:4:\"name\";s:12:\"Seau de 5 kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:85;a:4:{s:4:\"name\";s:12:\"Seau de 6 kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:90;a:4:{s:4:\"name\";s:11:\"Sac de 1 kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:92;a:4:{s:4:\"name\";s:12:\"Seau de 3 kg\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:124;a:4:{s:4:\"name\";s:6:\"946 ml\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:125;a:4:{s:4:\"name\";s:11:\"3,78 litres\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:71;a:4:{s:4:\"name\";s:6:\"500 ml\";s:3:\"nbr\";s:2:\"17\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:127;a:4:{s:4:\"name\";s:9:\"Seringues\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:130;a:4:{s:4:\"name\";s:13:\"Seau de 20 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:132;a:4:{s:4:\"name\";s:12:\"Pot de 500 g\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:133;a:4:{s:4:\"name\";s:12:\"Pot de 250 g\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:134;a:4:{s:4:\"name\";s:5:\"30 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:136;a:4:{s:4:\"name\";s:6:\"250 ml\";s:3:\"nbr\";s:1:\"5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:137;a:4:{s:4:\"name\";s:13:\"Pot de 3,4 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:144;a:4:{s:4:\"name\";s:6:\"473 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:278;a:4:{s:4:\"name\";s:4:\"1 kg\";s:3:\"nbr\";s:1:\"5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:280;a:4:{s:4:\"name\";s:6:\"750 ml\";s:3:\"nbr\";s:1:\"4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:304;a:4:{s:4:\"name\";s:6:\"1,5 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:624;a:4:{s:4:\"name\";s:4:\"5 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:623;a:5:{s:4:\"name\";s:5:\"10 kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:514;a:4:{s:4:\"name\";s:6:\"400 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:574;a:4:{s:4:\"name\";s:4:\"2 Kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:851;a:4:{s:4:\"name\";s:25:\"750ml (avec vaporisateur)\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1408;a:4:{s:4:\"name\";s:5:\"30 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1409;a:4:{s:4:\"name\";s:7:\"5 litre\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1417;a:4:{s:4:\"name\";s:5:\"500 g\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1441;a:4:{s:4:\"name\";s:6:\"2.5 kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1442;a:5:{s:4:\"name\";s:6:\"450 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:1443;a:4:{s:4:\"name\";s:6:\"900 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1445;a:4:{s:4:\"name\";s:6:\"946 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1446;a:4:{s:4:\"name\";s:6:\"1.89 L\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1545;a:4:{s:4:\"name\";s:6:\"800 gr\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1607;a:4:{s:4:\"name\";s:4:\"3 kg\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1637;a:4:{s:4:\"name\";s:7:\"400 grs\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1639;a:4:{s:4:\"name\";s:6:\"1,6 Kg\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1640;a:4:{s:4:\"name\";s:3:\"2 L\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1714;a:4:{s:4:\"name\";s:5:\"1,3kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2458;a:4:{s:4:\"name\";s:6:\"480 ml\";s:3:\"nbr\";s:1:\"4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2459;a:5:{s:4:\"name\";s:6:\"280 ml\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:2773;a:4:{s:4:\"name\";s:5:\"Spray\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2901;a:4:{s:4:\"name\";s:5:\"1.5 L\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2991;a:4:{s:4:\"name\";s:4:\"4 kg\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3343;a:5:{s:4:\"name\";s:6:\"110 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:3344;a:4:{s:4:\"name\";s:6:\"380 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3453;a:4:{s:4:\"name\";s:8:\"4 litres\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3459;a:4:{s:4:\"name\";s:12:\"tube de 100g\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3475;a:4:{s:4:\"name\";s:10:\"2,5 litres\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3485;a:4:{s:4:\"name\";s:6:\"600 ml\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
0.433 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
412
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 21 ORDER BY agl.`name` ASC, a.`position` ASC
0.429 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
394
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 7 ORDER BY agl.`name` ASC, a.`position` ASC
0.413 ms 83 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
546
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2113
AND pac.`id_product_attribute` = 17385
AND agl.`id_lang` = 1
0.409 ms 1 /classes/Product.php:7517
388
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `prstshp_category` c
INNER JOIN prstshp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `prstshp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
0.408 ms 185 Yes /classes/Category.php:710
382
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 `prstshp_attribute_group` ag  INNER JOIN prstshp_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 `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `prstshp_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `prstshp_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.367 ms 81 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
387
SELECT SQL_NO_CACHE data FROM prstshp_layered_filter_block WHERE hash="72b750f3973aee48b3243d771008170a" LIMIT 1
0.352 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
838
INSERT INTO `prstshp_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('39530659', '', 'sellerie-sylvie-equitation.com/512-sse-nutritions-soins?productListView=list&q=Packaging-5+litres-10+kg-450+ml-110+ml-280+ml', '', '2025-11-12 12:53:27')
0.348 ms 1 /classes/ObjectModel.php:622
414
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 22 ORDER BY agl.`name` ASC, a.`position` ASC
0.347 ms 38 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
805
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2102) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.344 ms 2 Yes Yes /classes/Product.php:4513
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.334 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
464
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 101 ORDER BY agl.`name` ASC, a.`position` ASC
0.319 ms 19 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `prstshp_hook` h
WHERE (h.active = 1)
0.316 ms 1002 /classes/Hook.php:1388
436
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 52 ORDER BY agl.`name` ASC, a.`position` ASC
0.297 ms 14 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
452
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 78 ORDER BY agl.`name` ASC, a.`position` ASC
0.297 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
444
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 62 ORDER BY agl.`name` ASC, a.`position` ASC
0.293 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.291 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
460
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 98 ORDER BY agl.`name` ASC, a.`position` ASC
0.290 ms 13 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
567
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2086
ORDER BY f.position ASC
0.284 ms 4 Yes /classes/Product.php:6013
402
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 12 ORDER BY agl.`name` ASC, a.`position` ASC
0.282 ms 43 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
470
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 106 ORDER BY agl.`name` ASC, a.`position` ASC
0.281 ms 34 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
490
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 136 ORDER BY agl.`name` ASC, a.`position` ASC
0.280 ms 14 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
456
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 92 ORDER BY agl.`name` ASC, a.`position` ASC
0.279 ms 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
392
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 6 ORDER BY agl.`name` ASC, a.`position` ASC
0.274 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 27 ORDER BY agl.`name` ASC, a.`position` ASC
0.272 ms 20 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
809
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5219) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.270 ms 2 Yes Yes /classes/Product.php:4513
705
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4639 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 4639 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.260 ms 0 /classes/Cart.php:1430
806
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2113) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.259 ms 2 Yes Yes /classes/Product.php:4513
390
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 5 ORDER BY agl.`name` ASC, a.`position` ASC
0.256 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
424
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC
0.254 ms 11 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
810
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2087) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.254 ms 2 Yes Yes /classes/Product.php:4513
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 28 ORDER BY agl.`name` ASC, a.`position` ASC
0.252 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 35 ORDER BY agl.`name` ASC, a.`position` ASC
0.251 ms 7 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
807
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2086) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.251 ms 2 Yes Yes /classes/Product.php:4513
398
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC
0.251 ms 14 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
808
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.250 ms 2 Yes Yes /classes/Product.php:4513
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 prstshp_shop_group gs
LEFT JOIN prstshp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN prstshp_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.247 ms 1 Yes /classes/shop/Shop.php:715
438
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 55 ORDER BY agl.`name` ASC, a.`position` ASC
0.242 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
816
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8955) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.242 ms 3 Yes Yes /classes/Product.php:4513
811
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5269) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.241 ms 1 Yes Yes /classes/Product.php:4513
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 36 ORDER BY agl.`name` ASC, a.`position` ASC
0.240 ms 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
523
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2102 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.240 ms 0 /classes/Cart.php:1430
434
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 46 ORDER BY agl.`name` ASC, a.`position` ASC
0.238 ms 13 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
486
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 133 ORDER BY agl.`name` ASC, a.`position` ASC
0.238 ms 19 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
482
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 120 ORDER BY agl.`name` ASC, a.`position` ASC
0.236 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
813
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3713) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.234 ms 2 Yes Yes /classes/Product.php:4513
815
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4639) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.234 ms 2 Yes Yes /classes/Product.php:4513
442
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 58 ORDER BY agl.`name` ASC, a.`position` ASC
0.233 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
563
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2086 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.231 ms 0 /classes/Cart.php:1430
814
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2249) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.231 ms 2 Yes Yes /classes/Product.php:4513
458
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 97 ORDER BY agl.`name` ASC, a.`position` ASC
0.231 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.229 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
817
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5239) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.228 ms 2 Yes Yes /classes/Product.php:4513
528
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2102
AND pac.`id_product_attribute` = 20716
AND agl.`id_lang` = 1
0.228 ms 1 /classes/Product.php:7517
341
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `prstshp_meta` m
LEFT JOIN `prstshp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.225 ms 53 Yes /classes/Dispatcher.php:654
498
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 144 ORDER BY agl.`name` ASC, a.`position` ASC
0.224 ms 18 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
584
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 16974
AND cp.`id_cart` = 0 AND cp.`id_product` = 2014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16974
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.223 ms 0 /classes/Cart.php:1430
476
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 110 ORDER BY agl.`name` ASC, a.`position` ASC
0.223 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
446
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 64 ORDER BY agl.`name` ASC, a.`position` ASC
0.222 ms 1 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
478
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 116 ORDER BY agl.`name` ASC, a.`position` ASC
0.222 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
462
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 100 ORDER BY agl.`name` ASC, a.`position` ASC
0.220 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
582
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2014 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.220 ms 0 /classes/Cart.php:1430
484
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 122 ORDER BY agl.`name` ASC, a.`position` ASC
0.218 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
525
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 20716
AND cp.`id_cart` = 0 AND cp.`id_product` = 2102 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 20716
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.217 ms 0 /classes/Cart.php:1430
621
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2087
AND pac.`id_product_attribute` = 84175
AND agl.`id_lang` = 1
0.217 ms 1 /classes/Product.php:7517
450
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 77 ORDER BY agl.`name` ASC, a.`position` ASC
0.216 ms 15 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
496
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 139 ORDER BY agl.`name` ASC, a.`position` ASC
0.214 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
480
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 117 ORDER BY agl.`name` ASC, a.`position` ASC
0.213 ms 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
410
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 18 ORDER BY agl.`name` ASC, a.`position` ASC
0.212 ms 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
639
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5269
AND pac.`id_product_attribute` = 54293
AND agl.`id_lang` = 1
0.209 ms 1 /classes/Product.php:7517
492
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 137 ORDER BY agl.`name` ASC, a.`position` ASC
0.209 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.208 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
690
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 18112
AND cp.`id_cart` = 0 AND cp.`id_product` = 2249 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 18112
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2249 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.207 ms 0 /classes/Cart.php:1430
790
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2025-11-12 00:00:00" AND date_to <= "2025-11-12 23:59:59") OR (date_from >= "2025-11-12 00:00:00" AND date_from <= "2025-11-12 23:59:59") OR (date_from < "2025-11-12 00:00:00" AND date_to > "2025-11-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.206 ms 2 /classes/CartRule.php:357
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.205 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
534
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2113) AND (b.`id_shop` = 1) LIMIT 1
0.205 ms 1 /src/Adapter/EntityMapper.php:71
812
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2088) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.205 ms 1 Yes Yes /classes/Product.php:4513
507
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2102) AND (b.`id_shop` = 1) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:71
472
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 107 ORDER BY agl.`name` ASC, a.`position` ASC
0.203 ms 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
791
SELECT SQL_NO_CACHE 1 FROM `prstshp_cart_rule` WHERE ((date_to >= "2025-11-12 00:00:00" AND date_to <= "2025-11-12 23:59:59") OR (date_from >= "2025-11-12 00:00:00" AND date_from <= "2025-11-12 23:59:59") OR (date_from < "2025-11-12 00:00:00" AND date_to > "2025-11-12 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.203 ms 2 /classes/CartRule.php:357
672
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 54250
AND cp.`id_cart` = 0 AND cp.`id_product` = 3713 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 54250
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3713 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.202 ms 0 /classes/Cart.php:1430
488
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 134 ORDER BY agl.`name` ASC, a.`position` ASC
0.200 ms 7 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
516
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 18
AND tr.`id_state` IN (0, 0)
AND ('02200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '02200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.200 ms 1 /classes/tax/TaxRulesTaxManager.php:100
568
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2086
AND pac.`id_product_attribute` = 33116
AND agl.`id_lang` = 1
0.198 ms 1 /classes/Product.php:7517
604
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5219
AND pac.`id_product_attribute` = 54230
AND agl.`id_lang` = 1
0.198 ms 1 /classes/Product.php:7517
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.198 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
500
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 148 ORDER BY agl.`name` ASC, a.`position` ASC
0.198 ms 10 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
565
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 33116
AND cp.`id_cart` = 0 AND cp.`id_product` = 2086 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 33116
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.198 ms 0 /classes/Cart.php:1430
18
SELECT SQL_NO_CACHE m.* FROM `prstshp_module` m WHERE m.`active` = 1
0.197 ms 66 /src/Adapter/Module/Repository/ModuleRepository.php:99
494
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 138 ORDER BY agl.`name` ASC, a.`position` ASC
0.196 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.196 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 73 ORDER BY agl.`name` ASC, a.`position` ASC
0.194 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
767
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5269
ORDER BY `position`
0.194 ms 1 Yes /classes/Product.php:3539
587
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2014
AND pac.`id_product_attribute` = 16974
AND agl.`id_lang` = 1
0.191 ms 1 /classes/Product.php:7517
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.190 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
466
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 104 ORDER BY agl.`name` ASC, a.`position` ASC
0.190 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
792
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 2
0.190 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
454
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 87 ORDER BY agl.`name` ASC, a.`position` ASC
0.189 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
675
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3713
AND pac.`id_product_attribute` = 54250
AND agl.`id_lang` = 1
0.188 ms 1 /classes/Product.php:7517
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.188 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
529
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 18
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.187 ms 1 /classes/tax/TaxRulesTaxManager.php:100
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `prstshp_lang` l
JOIN prstshp_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.186 ms 1 /classes/Language.php:1214
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.186 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.185 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
474
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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `prstshp_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 108 ORDER BY agl.`name` ASC, a.`position` ASC
0.185 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
527
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2102
ORDER BY f.position ASC
0.185 ms 4 Yes /classes/Product.php:6013
578
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2014)
0.182 ms 2 /classes/Product.php:3860
785
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5239
ORDER BY `position`
0.182 ms 1 Yes /classes/Product.php:3539
592
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5219) AND (b.`id_shop` = 1) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:71
773
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3713
ORDER BY `position`
0.181 ms 1 Yes /classes/Product.php:3539
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.180 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
645
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2088) AND (b.`id_shop` = 1) LIMIT 1
0.180 ms 1 /src/Adapter/EntityMapper.php:71
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.179 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.179 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.179 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.179 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.178 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
543
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 17385
AND cp.`id_cart` = 0 AND cp.`id_product` = 2113 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 17385
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2113 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.178 ms 0 /classes/Cart.php:1430
741
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5239 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 5239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.178 ms 0 /classes/Cart.php:1430
724
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8955 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 8955 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.178 ms 0 /classes/Cart.php:1430
652
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2088 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.177 ms 0 /classes/Cart.php:1430
586
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2014
ORDER BY f.position ASC
0.176 ms 4 Yes /classes/Product.php:6013
599
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5219 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 5219 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.175 ms 0 /classes/Cart.php:1430
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.174 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.174 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
681
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2249) AND (b.`id_shop` = 1) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
558
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 17
AND tr.`id_state` IN (0, 0)
AND ('02200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '02200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.173 ms 1 /classes/tax/TaxRulesTaxManager.php:100
789
SELECT SQL_NO_CACHE 1 FROM prstshp_cart_product cp INNER JOIN prstshp_product p
ON (p.id_product = cp.id_product) INNER JOIN prstshp_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.173 ms 1 /classes/Cart.php:4249
782
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8955
ORDER BY `position`
0.172 ms 4 Yes /classes/Product.php:3539
616
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2087 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.171 ms 0 /classes/Cart.php:1430
770
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2088
ORDER BY `position`
0.171 ms 1 Yes /classes/Product.php:3539
781
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (54244, 33622) AND il.`id_lang` = 1 ORDER by i.`position`
0.171 ms 2 Yes /classes/Product.php:2915
749
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2102
ORDER BY `position`
0.170 ms 1 Yes /classes/Product.php:3539
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.169 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
764
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2087
ORDER BY `position`
0.169 ms 3 Yes /classes/Product.php:3539
612
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2087)
0.168 ms 2 /classes/Product.php:3860
820
SELECT SQL_NO_CACHE c.id_elementor FROM prstshp_iqit_elementor_category c LEFT JOIN prstshp_iqit_elementor_category_shop s ON c.id_elementor = s.id_elementor WHERE c.id_category = 512 AND s.id_shop = 1 LIMIT 1
0.168 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.168 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
837
SELECT SQL_NO_CACHE `id_guest`
FROM `prstshp_connections`
WHERE `id_guest` = 3647518
AND `date_add` > '2025-11-12 12:23:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.165 ms 1 Yes /classes/Connection.php:168
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.164 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
696
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4639
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
707
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 54244
AND cp.`id_cart` = 0 AND cp.`id_product` = 4639 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 54244
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4639 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.164 ms 0 /classes/Cart.php:1430
552
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2086) AND (b.`id_shop` = 1) LIMIT 1
0.163 ms 1 /src/Adapter/EntityMapper.php:71
634
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5269 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 5269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.163 ms 0 /classes/Cart.php:1430
541
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2113 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2113 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.162 ms 0 /classes/Cart.php:1430
549
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2086
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
800
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `prstshp_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.162 ms 1 /classes/Cart.php:1300
752
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2113
ORDER BY `position`
0.161 ms 1 Yes /classes/Product.php:3539
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.160 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
755
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2086
ORDER BY `position`
0.160 ms 1 Yes /classes/Product.php:3539
761
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5219
ORDER BY `position`
0.160 ms 1 Yes /classes/Product.php:3539
832
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 25
0.160 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
6
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.159 ms 1 /src/Adapter/EntityMapper.php:71
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.159 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.159 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
556
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2086)
0.158 ms 2 /classes/Product.php:3860
758
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2014
ORDER BY `position`
0.158 ms 1 Yes /classes/Product.php:3539
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
575
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2014) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
512
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2102)
0.157 ms 2 /classes/Product.php:3860
670
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3713 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 3713 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.157 ms 0 /classes/Cart.php:1430
19
SELECT SQL_NO_CACHE `id_lang`
FROM `prstshp_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.156 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
688
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2249 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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` = 2249 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.155 ms 0 /classes/Cart.php:1430
22
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2102
AND image_shop.`cover` = 1 LIMIT 1
0.154 ms 1 /classes/Product.php:3570
24
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.153 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.153 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.153 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
710
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4639
AND pac.`id_product_attribute` = 54244
AND agl.`id_lang` = 1
0.149 ms 1 /classes/Product.php:7517
654
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 62620
AND cp.`id_cart` = 0 AND cp.`id_product` = 2088 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 62620
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.147 ms 0 /classes/Cart.php:1430
657
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2088
AND pac.`id_product_attribute` = 62620
AND agl.`id_lang` = 1
0.147 ms 1 /classes/Product.php:7517
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
590
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5219
AND image_shop.`cover` = 1 LIMIT 1
0.146 ms 1 /classes/Product.php:3570
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
778
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (18112, 18111) AND il.`id_lang` = 1 ORDER by i.`position`
0.146 ms 2 Yes /classes/Product.php:2915
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
572
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2014
AND image_shop.`cover` = 1 LIMIT 1
0.144 ms 1 /classes/Product.php:3570
693
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2249
AND pac.`id_product_attribute` = 18112
AND agl.`id_lang` = 1
0.144 ms 1 /classes/Product.php:7517
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
526
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2102 AND pa.`id_product` = 2102 AND pa.`id_product_attribute` = 20716 LIMIT 1
0.142 ms 1 /classes/Product.php:1209
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM prstshp_shop s
LEFT JOIN prstshp_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.142 ms 1 /classes/shop/Shop.php:214
375
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a0
LEFT JOIN `prstshp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 279) AND (a0.`nright` > 332) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.142 ms 20 Yes /classes/PrestaShopCollection.php:383
784
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (90379, 90403, 90380) AND il.`id_lang` = 1 ORDER by i.`position`
0.142 ms 3 Yes /classes/Product.php:2915
825
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.142 ms 1 /classes/Category.php:2239
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
530
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 20716) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
729
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 8955
AND pac.`id_product_attribute` = 90380
AND agl.`id_lang` = 1
0.140 ms 1 /classes/Product.php:7517
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
532
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2113
AND image_shop.`cover` = 1 LIMIT 1
0.138 ms 1 /classes/Product.php:3570
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
618
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 84175
AND cp.`id_cart` = 0 AND cp.`id_product` = 2087 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 84175
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2087 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.136 ms 0 /classes/Cart.php:1430
795
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `prstshp_currency` c
LEFT JOIN prstshp_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.136 ms 1 /classes/Currency.php:1134
8
SELECT SQL_NO_CACHE *
FROM `prstshp_lang` a
LEFT JOIN `prstshp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
569
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 17
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.135 ms 1 /classes/tax/TaxRulesTaxManager.php:100
663
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3713) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
713
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 8955
AND image_shop.`cover` = 1 LIMIT 1
0.135 ms 4 /classes/Product.php:3570
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
630
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 5269)
0.133 ms 1 /classes/Product.php:3860
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
734
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5239) AND (b.`id_shop` = 1) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
7
SELECT SQL_NO_CACHE *
FROM `prstshp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.132 ms 1 /src/Adapter/EntityMapper.php:71
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
377
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 14
0.131 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
726
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 90380
AND cp.`id_cart` = 0 AND cp.`id_product` = 8955 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 90380
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8955 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.131 ms 0 /classes/Cart.php:1430
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
522
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2102) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.130 ms 1 /classes/stock/StockAvailable.php:453
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
519
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2102 AND `id_group` = 1 LIMIT 1
0.130 ms 0 /classes/GroupReduction.php:153
601
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 54230
AND cp.`id_cart` = 0 AND cp.`id_product` = 5219 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 54230
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5219 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.130 ms 0 /classes/Cart.php:1430
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 523) AND (b.`id_shop` = 1) LIMIT 1
0.128 ms 1 /src/Adapter/EntityMapper.php:71
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM prstshp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.127 ms 1 /classes/shop/ShopUrl.php:178
21
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
674
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3713
ORDER BY f.position ASC
0.127 ms 4 Yes /classes/Product.php:6013
793
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.127 ms 1 /classes/module/Module.php:2664
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
716
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8955) AND (b.`id_shop` = 1) LIMIT 1
0.127 ms 1 /src/Adapter/EntityMapper.php:71
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
656
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2088
ORDER BY f.position ASC
0.126 ms 4 Yes /classes/Product.php:6013
743
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 54262
AND cp.`id_cart` = 0 AND cp.`id_product` = 5239 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 54262
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5239 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.126 ms 0 /classes/Cart.php:1430
746
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 `prstshp_attribute` a
LEFT JOIN `prstshp_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `prstshp_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `prstshp_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `prstshp_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5239
AND pac.`id_product_attribute` = 54262
AND agl.`id_lang` = 1
0.126 ms 1 /classes/Product.php:7517
379
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 17
0.126 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
384
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 512) LIMIT 1
0.126 ms 1 /src/Adapter/EntityMapper.php:71
636
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 `prstshp_cart_product` cp
WHERE cp.`id_product_attribute` = 54293
AND cp.`id_cart` = 0 AND cp.`id_product` = 5269 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 54293
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5269 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.126 ms 0 /classes/Cart.php:1430
20
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
521
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('02200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '02200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.123 ms 0 /classes/tax/TaxRulesTaxManager.php:100
794
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.123 ms 1 /classes/module/Module.php:2137
779
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4639
ORDER BY `position`
0.122 ms 1 Yes /classes/Product.php:3539
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
9
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.121 ms 1 /classes/ObjectModel.php:1724
698
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4639) AND (b.`id_shop` = 1) LIMIT 1
0.121 ms 1 /src/Adapter/EntityMapper.php:71
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
570
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 33116) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:71
627
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5269) AND (b.`id_shop` = 1) LIMIT 1
0.120 ms 1 /src/Adapter/EntityMapper.php:71
511
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2102 LIMIT 1
0.119 ms 1 /classes/SpecificPrice.php:435
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
510
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 0 LIMIT 1
0.119 ms 1 /classes/SpecificPrice.php:426
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
555
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2086 LIMIT 1
0.118 ms 1 /classes/SpecificPrice.php:435
776
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2249
ORDER BY `position`
0.118 ms 1 Yes /classes/Product.php:3539
788
SELECT SQL_NO_CACHE c.id_elementor FROM prstshp_iqit_elementor_category c WHERE c.id_category = 512 LIMIT 1
0.118 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
585
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2014 AND pa.`id_product` = 2014 AND pa.`id_product_attribute` = 16974 LIMIT 1
0.117 ms 1 /classes/Product.php:1209
730
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 90380) LIMIT 1
0.117 ms 1 /src/Adapter/EntityMapper.php:71
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
655
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2088 AND pa.`id_product` = 2088 AND pa.`id_product_attribute` = 62620 LIMIT 1
0.117 ms 1 /classes/Product.php:1209
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
562
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.116 ms 1 /classes/stock/StockAvailable.php:453
646
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 62620 LIMIT 1
0.116 ms 1 /classes/Combination.php:560
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
609
SELECT SQL_NO_CACHE *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `prstshp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2087) AND (b.`id_shop` = 1) LIMIT 1
0.115 ms 1 /src/Adapter/EntityMapper.php:71
830
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.114 ms 1 /classes/module/Module.php:2664
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE c.id_currency
FROM `prstshp_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.114 ms 1 /classes/Currency.php:893
747
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 54262) LIMIT 1
0.114 ms 1 /src/Adapter/EntityMapper.php:71
798
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitsearch" LIMIT 1
0.114 ms 1 /classes/module/Module.php:2664
829
SELECT SQL_NO_CACHE c.*, cl.*  FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 279 AND c.`nright` >= 332 AND c.`nleft` >= 2 AND c.`nright` <= 369 ORDER BY `nleft` DESC
0.114 ms 20 Yes /classes/Category.php:1594
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
545
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2113
ORDER BY f.position ASC
0.113 ms 4 Yes /classes/Product.php:6013
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
589
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 16974
0.112 ms 1 /src/Adapter/EntityMapper.php:79
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
603
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5219
ORDER BY f.position ASC
0.111 ms 4 Yes /classes/Product.php:6013
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
535
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 17385 LIMIT 1
0.110 ms 1 /classes/Combination.php:560
692
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2249
ORDER BY f.position ASC
0.110 ms 4 Yes /classes/Product.php:6013
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
509
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 20716 LIMIT 1
0.109 ms 1 /classes/Combination.php:560
566
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2086 AND pa.`id_product` = 2086 AND pa.`id_product_attribute` = 33116 LIMIT 1
0.109 ms 1 /classes/Product.php:1209
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.108 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
577
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2014 LIMIT 1
0.108 ms 1 /classes/SpecificPrice.php:435
350
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.107 ms 1 /src/Adapter/EntityMapper.php:71
709
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4639
ORDER BY f.position ASC
0.107 ms 4 Yes /classes/Product.php:6013
799
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1
0.107 ms 1 /classes/module/Module.php:2137
833
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.107 ms 0 /classes/module/Module.php:2664
359
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 513) AND (b.`id_shop` = 1) LIMIT 1
0.107 ms 1 /src/Adapter/EntityMapper.php:71
542
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2113) AND (id_product_attribute = 17385) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
554
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 33116 LIMIT 1
0.106 ms 1 /classes/Combination.php:560
581
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.106 ms 1 /classes/stock/StockAvailable.php:453
361
SELECT SQL_NO_CACHE * FROM `prstshp_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.106 ms 8 Yes /classes/ImageType.php:109
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.104 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE * FROM `prstshp_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.104 ms 1 /classes/module/Module.php:2046
620
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2087
ORDER BY f.position ASC
0.104 ms 4 Yes /classes/Product.php:6013
728
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8955
ORDER BY f.position ASC
0.104 ms 4 Yes /classes/Product.php:6013
508
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 22
AND `active` = 1 LIMIT 1
0.103 ms 1 /classes/Manufacturer.php:312
564
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2086) AND (id_product_attribute = 33116) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.103 ms 1 /classes/stock/StockAvailable.php:453
638
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5269
ORDER BY f.position ASC
0.103 ms 4 Yes /classes/Product.php:6013
740
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5239) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.103 ms 1 /classes/stock/StockAvailable.php:453
745
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM prstshp_feature_product pf
LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN prstshp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5239
ORDER BY f.position ASC
0.103 ms 4 Yes /classes/Product.php:6013
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.102 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.102 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
524
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2102) AND (id_product_attribute = 20716) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
553
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 140
AND `active` = 1 LIMIT 1
0.102 ms 1 /classes/Manufacturer.php:312
723
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8955) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.101 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
583
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2014) AND (id_product_attribute = 16974) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.101 ms 1 /classes/stock/StockAvailable.php:453
766
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (84176, 84175) AND il.`id_lang` = 1 ORDER by i.`position`
0.101 ms 4 Yes /classes/Product.php:2915
505
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 532 LIMIT 1
0.100 ms 1 /classes/Category.php:1373
531
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 20716
0.100 ms 1 /src/Adapter/EntityMapper.php:79
571
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 33116
0.100 ms 1 /src/Adapter/EntityMapper.php:79
664
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 54250 LIMIT 1
0.100 ms 1 /classes/Combination.php:560
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.098 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.098 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
537
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2113)
0.098 ms 2 /classes/Product.php:3860
560
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 39
0.098 ms 1 /src/Adapter/EntityMapper.php:79
673
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 3713 AND pa.`id_product` = 3713 AND pa.`id_product_attribute` = 54250 LIMIT 1
0.098 ms 1 /classes/Product.php:1209
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.097 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
651
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
367
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.096 ms 0 /classes/module/Module.php:2664
513
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2102 AND id_shop=1 LIMIT 1
0.096 ms 1 /classes/Product.php:6873
550
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 539 LIMIT 1
0.096 ms 1 /classes/Category.php:1373
588
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16974) LIMIT 1
0.096 ms 1 /src/Adapter/EntityMapper.php:71
775
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (54250, 54249) AND il.`id_lang` = 1 ORDER by i.`position`
0.095 ms 2 Yes /classes/Product.php:2915
573
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 530 LIMIT 1
0.095 ms 1 /classes/Category.php:1373
787
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (54262, 54261) AND il.`id_lang` = 1 ORDER by i.`position`
0.095 ms 2 Yes /classes/Product.php:2915
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.094 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
506
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 532 LIMIT 1
0.094 ms 1 /classes/Product.php:5659
371
SELECT SQL_NO_CACHE `need_identification_number`
FROM `prstshp_country`
WHERE `id_country` = 8 LIMIT 1
0.094 ms 1 /classes/Country.php:402
818
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitelementor" LIMIT 1
0.094 ms 1 /classes/module/Module.php:2664
821
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `prstshp_ets_hb_html_box` hb
LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 1)
JOIN `prstshp_ets_hb_html_box_position` hbp 
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 6
0.094 ms 36 /modules/ets_htmlbox/classes/HBHtmlbox.php:255
835
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.094 ms 1 /classes/module/Module.php:2664
533
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 532 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.093 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
712
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 54244
0.093 ms 1 /src/Adapter/EntityMapper.php:79
751
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (20717, 20716) AND il.`id_lang` = 1 ORDER by i.`position`
0.093 ms 2 Yes /classes/Product.php:2915
801
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.093 ms 1 /classes/module/Module.php:2664
559
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 39) LIMIT 1
0.092 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 530 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
822
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.092 ms 1 /classes/module/Module.php:2664
557
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2086 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
574
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 530 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
803
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitproductsnav" LIMIT 1
0.091 ms 1 /classes/module/Module.php:2664
605
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 54230) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
754
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (17385, 17384) AND il.`id_lang` = 1 ORDER by i.`position`
0.090 ms 2 Yes /classes/Product.php:2915
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.090 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.089 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
595
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 5219)
0.089 ms 2 /classes/Product.php:3860
648
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2088)
0.089 ms 1 /classes/Product.php:3860
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.088 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.088 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE *
FROM `prstshp_currency` a
LEFT JOIN `prstshp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `prstshp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
372
SELECT SQL_NO_CACHE *
FROM `prstshp_country` a
LEFT JOIN `prstshp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.088 ms 1 /src/Adapter/EntityMapper.php:71
520
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_group`
WHERE `id_group` = 1 LIMIT 1
0.088 ms 1 /classes/Group.php:151
802
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.088 ms 1 /classes/module/Module.php:2137
826
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_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.088 ms 1 /src/Adapter/EntityMapper.php:71
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.087 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.086 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.086 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.086 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
666
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 3713)
0.086 ms 2 /classes/Product.php:3860
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.085 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.085 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.085 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.085 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
561
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2086 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
580
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2014 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
760
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (60127, 16974) AND il.`id_lang` = 1 ORDER by i.`position`
0.085 ms 2 Yes /classes/Product.php:2915
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.084 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
691
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2249 AND pa.`id_product` = 2249 AND pa.`id_product_attribute` = 18112 LIMIT 1
0.084 ms 1 /classes/Product.php:1209
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.084 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.084 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.084 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.084 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
720
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 8955)
0.084 ms 3 /classes/Product.php:3860
757
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (33117, 33116) AND il.`id_lang` = 1 ORDER by i.`position`
0.084 ms 2 Yes /classes/Product.php:2915
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.083 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.083 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.083 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.083 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
737
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 5239)
0.083 ms 2 /classes/Product.php:3860
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.082 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
684
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 2249)
0.082 ms 2 /classes/Product.php:3860
697
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 535 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
701
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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `prstshp_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` = 4639)
0.082 ms 2 /classes/Product.php:3860
732
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5239
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 1 /classes/Product.php:3570
786
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 5239
0.082 ms 2 /classes/Product.php:2899
576
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 16974 LIMIT 1
0.082 ms 1 /classes/Combination.php:560
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.081 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
593
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 54230 LIMIT 1
0.081 ms 1 /classes/Combination.php:560
619
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2087 AND pa.`id_product` = 2087 AND pa.`id_product_attribute` = 84175 LIMIT 1
0.081 ms 1 /classes/Product.php:1209
708
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 4639 AND pa.`id_product` = 4639 AND pa.`id_product_attribute` = 54244 LIMIT 1
0.081 ms 1 /classes/Product.php:1209
774
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 3713
0.081 ms 2 /classes/Product.php:2899
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.081 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.081 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.081 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
763
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (54230, 54229) AND il.`id_lang` = 1 ORDER by i.`position`
0.081 ms 2 Yes /classes/Product.php:2915
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.080 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
579
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2014 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
597
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 5219 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.079 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.078 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.078 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.078 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.078 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
536
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2113 LIMIT 1
0.078 ms 1 /classes/SpecificPrice.php:435
544
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 2113 AND pa.`id_product` = 2113 AND pa.`id_product_attribute` = 17385 LIMIT 1
0.078 ms 1 /classes/Product.php:1209
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.077 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.077 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.077 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
607
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2087
AND image_shop.`cover` = 1 LIMIT 1
0.077 ms 3 /classes/Product.php:3570
769
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (54293) AND il.`id_lang` = 1 ORDER by i.`position`
0.077 ms 1 Yes /classes/Product.php:2915
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.076 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
622
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 84175) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
640
SELECT SQL_NO_CACHE tr.*
FROM `prstshp_tax_rule` tr
JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
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.076 ms 0 /classes/tax/TaxRulesTaxManager.php:100
772
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `prstshp_product_attribute_image` pai
LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (62620) AND il.`id_lang` = 1 ORDER by i.`position`
0.076 ms 1 Yes /classes/Product.php:2915
385
SELECT SQL_NO_CACHE *
FROM `prstshp_category_lang`
WHERE `id_category` = 512 AND `id_shop` = 1
0.076 ms 1 /src/Adapter/EntityMapper.php:79
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.075 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
518
SELECT SQL_NO_CACHE *
FROM `prstshp_tax_lang`
WHERE `id_tax` = 46
0.075 ms 1 /src/Adapter/EntityMapper.php:79
602
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 5219 AND pa.`id_product` = 5219 AND pa.`id_product_attribute` = 54230 LIMIT 1
0.074 ms 1 /classes/Product.php:1209
711
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 54244) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.073 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
365
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 560) AND (b.`id_shop` = 1) LIMIT 1
0.073 ms 1 /src/Adapter/EntityMapper.php:71
624
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5269
AND image_shop.`cover` = 1 LIMIT 1
0.073 ms 1 /classes/Product.php:3570
689
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2249) AND (id_product_attribute = 18112) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.073 ms 1 /classes/stock/StockAvailable.php:453
727
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 8955 AND pa.`id_product` = 8955 AND pa.`id_product_attribute` = 90380 LIMIT 1
0.073 ms 1 /classes/Product.php:1209
517
SELECT SQL_NO_CACHE *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = 46) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
637
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 5269 AND pa.`id_product` = 5269 AND pa.`id_product_attribute` = 54293 LIMIT 1
0.072 ms 1 /classes/Product.php:1209
706
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4639) AND (id_product_attribute = 54244) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.072 ms 1 /classes/stock/StockAvailable.php:453
613
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2087 AND id_shop=1 LIMIT 1
0.071 ms 1 /classes/Product.php:6873
676
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 54250) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
744
SELECT SQL_NO_CACHE pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN prstshp_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` = 5239 AND pa.`id_product` = 5239 AND pa.`id_product_attribute` = 54262 LIMIT 1
0.071 ms 1 /classes/Product.php:1209
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.070 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
658
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 62620) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
660
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3713
AND image_shop.`cover` = 1 LIMIT 1
0.069 ms 1 /classes/Product.php:3570
694
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 18112) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `prstshp_hook_alias`
0.068 ms 88 /classes/Hook.php:290
641
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 54293) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.066 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.066 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
643
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2088
AND image_shop.`cover` = 1 LIMIT 1
0.066 ms 1 /classes/Product.php:3570
678
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `prstshp_image` i
INNER JOIN prstshp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2249
AND image_shop.`cover` = 1 LIMIT 1
0.066 ms 1 /classes/Product.php:3570
551
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 539 LIMIT 1
0.065 ms 1 /classes/Product.php:5659
771
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2088
0.061 ms 1 /classes/Product.php:2899
366
SELECT SQL_NO_CACHE *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `prstshp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 590) AND (b.`id_shop` = 1) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
353
SELECT SQL_NO_CACHE *
FROM `prstshp_group` a
LEFT JOIN `prstshp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.060 ms 1 /src/Adapter/EntityMapper.php:71
665
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 3713 LIMIT 1
0.060 ms 1 /classes/SpecificPrice.php:435
768
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 5269
0.060 ms 1 /classes/Product.php:2899
647
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2088 LIMIT 1
0.059 ms 1 /classes/SpecificPrice.php:435
750
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2102
0.059 ms 2 /classes/Product.php:2899
598
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.058 ms 1 /classes/stock/StockAvailable.php:453
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.058 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
783
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 8955
0.058 ms 3 /classes/Product.php:2899
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.057 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
631
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 5269 AND id_shop=1 LIMIT 1
0.057 ms 1 /classes/Product.php:6873
682
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 18112 LIMIT 1
0.057 ms 1 /classes/Combination.php:560
731
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 90380
0.057 ms 1 /src/Adapter/EntityMapper.php:79
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `prstshp_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = 1)
0.056 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
831
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.056 ms 1 /classes/module/Module.php:2137
753
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2113
0.055 ms 2 /classes/Product.php:2899
762
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 5219
0.055 ms 2 /classes/Product.php:2899
765
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2087
0.055 ms 2 /classes/Product.php:2899
759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2014
0.054 ms 2 /classes/Product.php:2899
351
SELECT SQL_NO_CACHE *
FROM `prstshp_currency_lang`
WHERE `id_currency` = 1
0.054 ms 1 /src/Adapter/EntityMapper.php:79
827
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `prstshp_category` c
LEFT JOIN `prstshp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 512 LIMIT 1
0.053 ms 1 /classes/Category.php:1584
600
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5219) AND (id_product_attribute = 54230) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.053 ms 1 /classes/stock/StockAvailable.php:453
610
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 84175 LIMIT 1
0.053 ms 1 /classes/Combination.php:560
748
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 54262
0.053 ms 1 /src/Adapter/EntityMapper.php:79
756
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2086
0.053 ms 2 /classes/Product.php:2899
373
SELECT SQL_NO_CACHE *
FROM `prstshp_country_lang`
WHERE `id_country` = 8
0.052 ms 1 /src/Adapter/EntityMapper.php:79
594
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 5219 LIMIT 1
0.052 ms 1 /classes/SpecificPrice.php:435
725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 8955) AND (id_product_attribute = 90380) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.052 ms 1 /classes/stock/StockAvailable.php:453
742
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5239) AND (id_product_attribute = 54262) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.052 ms 1 /classes/stock/StockAvailable.php:453
780
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 4639
0.052 ms 2 /classes/Product.php:2899
834
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.052 ms 0 /classes/module/Module.php:2137
349
SELECT SQL_NO_CACHE `id_lang` FROM `prstshp_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.051 ms 1 /classes/Language.php:880
617
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2087) AND (id_product_attribute = 84175) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
653
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2088) AND (id_product_attribute = 62620) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.051 ms 1 /classes/stock/StockAvailable.php:453
796
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.051 ms 1 /classes/module/Module.php:2664
357
SELECT SQL_NO_CACHE ctg.`id_group`
FROM prstshp_category_group ctg
WHERE ctg.`id_category` = 512 AND ctg.`id_group` = 1 LIMIT 1
0.050 ms 1 /classes/Category.php:1751
699
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 54244 LIMIT 1
0.050 ms 1 /classes/Combination.php:560
735
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 54262 LIMIT 1
0.050 ms 1 /classes/Combination.php:560
635
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5269) AND (id_product_attribute = 54293) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.050 ms 1 /classes/stock/StockAvailable.php:453
700
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 4639 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
615
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2087) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
671
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3713) AND (id_product_attribute = 54250) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.049 ms 1 /classes/stock/StockAvailable.php:453
683
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2249 LIMIT 1
0.049 ms 1 /classes/SpecificPrice.php:435
628
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 54293 LIMIT 1
0.048 ms 1 /classes/Combination.php:560
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 3713) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
687
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2249) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
633
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 5269) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
704
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 4639) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.048 ms 1 /classes/stock/StockAvailable.php:453
777
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `prstshp_product_attribute`
WHERE `id_product` = 2249
0.048 ms 2 /classes/Product.php:2899
540
SELECT SQL_NO_CACHE SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = 2113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
606
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 54230
0.046 ms 1 /src/Adapter/EntityMapper.php:79
623
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 84175
0.046 ms 1 /src/Adapter/EntityMapper.php:79
714
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 523 LIMIT 1
0.046 ms 1 /classes/Category.php:1373
819
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.045 ms 1 /classes/module/Module.php:2137
719
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 8955 LIMIT 1
0.044 ms 1 /classes/SpecificPrice.php:435
718
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `prstshp_product_attribute` pa
INNER JOIN prstshp_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` = 90380 LIMIT 1
0.043 ms 1 /classes/Combination.php:560
736
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 5239 LIMIT 1
0.043 ms 1 /classes/SpecificPrice.php:435
804
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 97 AND `id_shop` = 1 LIMIT 1
0.043 ms 1 /classes/module/Module.php:2137
823
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.043 ms 1 /classes/module/Module.php:2137
836
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.043 ms 1 /classes/module/Module.php:2137
642
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 54293
0.042 ms 1 /src/Adapter/EntityMapper.php:79
677
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 54250
0.042 ms 1 /src/Adapter/EntityMapper.php:79
611
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 2087 LIMIT 1
0.042 ms 1 /classes/SpecificPrice.php:435
695
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 18112
0.042 ms 1 /src/Adapter/EntityMapper.php:79
717
SELECT SQL_NO_CACHE `name`
FROM `prstshp_manufacturer`
WHERE `id_manufacturer` = 138
AND `active` = 1 LIMIT 1
0.042 ms 1 /classes/Manufacturer.php:312
659
SELECT SQL_NO_CACHE *
FROM `prstshp_product_attribute_lang`
WHERE `id_product_attribute` = 62620
0.041 ms 1 /src/Adapter/EntityMapper.php:79
629
SELECT SQL_NO_CACHE 1 FROM `prstshp_specific_price` WHERE id_product = 5269 LIMIT 1
0.040 ms 1 /classes/SpecificPrice.php:435
739
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 5239 AND `id_group` = 1 LIMIT 1
0.040 ms 0 /classes/GroupReduction.php:153
354
SELECT SQL_NO_CACHE *
FROM `prstshp_group_lang`
WHERE `id_group` = 1
0.039 ms 1 /src/Adapter/EntityMapper.php:79
797
SELECT SQL_NO_CACHE `id_module` FROM `prstshp_module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1
0.039 ms 1 /classes/module/Module.php:2137
362
SELECT SQL_NO_CACHE * FROM `prstshp_image_type`
0.038 ms 8 /classes/ImageType.php:161
596
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 5219 AND id_shop=1 LIMIT 1
0.038 ms 1 /classes/Product.php:6873
702
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 4639 AND id_shop=1 LIMIT 1
0.038 ms 1 /classes/Product.php:6873
733
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 535 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
625
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 529 LIMIT 1
0.037 ms 1 /classes/Category.php:1373
538
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2113 AND id_shop=1 LIMIT 1
0.037 ms 1 /classes/Product.php:6873
352
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.036 ms 1 /classes/ObjectModel.php:1724
608
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 539 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
661
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 535 LIMIT 1
0.036 ms 1 /classes/Category.php:1373
667
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 3713 AND id_shop=1 LIMIT 1
0.036 ms 1 /classes/Product.php:6873
679
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `prstshp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 527 LIMIT 1
0.036 ms 1 /classes/Category.php:1373
644
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 539 LIMIT 1
0.035 ms 1 /classes/Product.php:5659
649
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2088 AND id_shop=1 LIMIT 1
0.035 ms 1 /classes/Product.php:6873
685
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 2249 AND id_shop=1 LIMIT 1
0.035 ms 1 /classes/Product.php:6873
738
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 5239 AND id_shop=1 LIMIT 1
0.035 ms 1 /classes/Product.php:6873
614
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2087 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:153
632
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 5269 AND `id_group` = 1 LIMIT 1
0.034 ms 0 /classes/GroupReduction.php:153
721
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `prstshp_product_shop`
WHERE `id_product` = 8955 AND id_shop=1 LIMIT 1
0.034 ms 1 /classes/Product.php:6873
715
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 523 LIMIT 1
0.031 ms 1 /classes/Product.php:5659
828
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `prstshp_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.031 ms 1 /classes/Category.php:1589
355
SELECT SQL_NO_CACHE id_shop
FROM `prstshp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.030 ms 1 /classes/ObjectModel.php:1724
539
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2113 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:153
650
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2088 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:153
722
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 8955 AND `id_group` = 1 LIMIT 1
0.030 ms 0 /classes/GroupReduction.php:153
668
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 3713 AND `id_group` = 1 LIMIT 1
0.029 ms 0 /classes/GroupReduction.php:153
680
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 527 LIMIT 1
0.029 ms 1 /classes/Product.php:5659
686
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 2249 AND `id_group` = 1 LIMIT 1
0.029 ms 0 /classes/GroupReduction.php:153
703
SELECT SQL_NO_CACHE `reduction`
FROM `prstshp_product_group_reduction_cache`
WHERE `id_product` = 4639 AND `id_group` = 1 LIMIT 1
0.029 ms 0 /classes/GroupReduction.php:153
626
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 529 LIMIT 1
0.028 ms 1 /classes/Product.php:5659
662
SELECT SQL_NO_CACHE name FROM prstshp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 535 LIMIT 1
0.028 ms 1 /classes/Product.php:5659

Doubles

160 queries
            SELECT `key`, `translation`, `domain`
            FROM `prstshp_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `prstshp_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `prstshp_shop` WHERE `active` = XX)
57 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 `prstshp_attribute_group` ag INNER JOIN `prstshp_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `prstshp_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN prstshp_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 prstshp_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `prstshp_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
55 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, cp.position FROM prstshp_product p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN prstshp_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 prstshp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN prstshp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN prstshp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN prstshp_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN prstshp_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p LEFT JOIN prstshp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN prstshp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN prstshp_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN prstshp_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))) GROUP BY pac.id_attribute
26 queries
SELECT SUM(quantity)
FROM `prstshp_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
26 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 `prstshp_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 `prstshp_cart_product` cp JOIN `prstshp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `prstshp_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
14 queries
SELECT XX FROM `prstshp_specific_price` WHERE id_product = XX LIMIT XX
13 queries
SELECT image_shop.`id_image`
                    FROM `prstshp_image` i
                     INNER JOIN prstshp_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
13 queries
SELECT name FROM prstshp_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
13 queries
SELECT *
FROM `prstshp_product` a
LEFT JOIN `prstshp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
13 queries
SELECT product_attribute_shop.`price`
			FROM `prstshp_product_attribute` pa
			 INNER JOIN prstshp_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
13 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 `prstshp_product` p
INNER JOIN `prstshp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `prstshp_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)
13 queries
                            SELECT `id_tax_rules_group`
                            FROM `prstshp_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
13 queries
			SELECT `reduction`
			FROM `prstshp_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
13 queries
SELECT pa.`available_date` FROM `prstshp_product` p LEFT JOIN `prstshp_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN prstshp_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN prstshp_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
13 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM prstshp_feature_product pf
                LEFT JOIN prstshp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN prstshp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN prstshp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN prstshp_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
13 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 `prstshp_attribute` a
            LEFT JOIN `prstshp_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `prstshp_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `prstshp_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN prstshp_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 `prstshp_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `prstshp_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
13 queries
SELECT *
FROM `prstshp_product_attribute` a
LEFT JOIN `prstshp_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
13 queries
SELECT *
							FROM `prstshp_product_attribute_lang`
							WHERE `id_product_attribute` = XX
13 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `prstshp_image` i
             INNER JOIN prstshp_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `prstshp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
13 queries
SELECT `id_product_attribute`
            FROM `prstshp_product_attribute`
            WHERE `id_product` = XX
13 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `prstshp_product_attribute` pa
             INNER JOIN prstshp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `prstshp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `prstshp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `prstshp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `prstshp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
11 queries
SELECT `id_module` FROM `prstshp_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
10 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `prstshp_product_attribute_image` pai
            LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
7 queries
SELECT *
FROM `prstshp_category` a
LEFT JOIN `prstshp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `prstshp_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
7 queries
            SELECT hbl.html,hb.style,hbl.id_lang
            FROM `prstshp_ets_hb_html_box` hb
            LEFT JOIN `prstshp_ets_hb_html_box_lang` hbl 
                ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = XX)
            JOIN `prstshp_ets_hb_html_box_position` hbp 
                ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
            WHERE hb.active = XX
                AND hbp.`position` = XX
            
7 queries
			SELECT cl.`link_rewrite`
			FROM `prstshp_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
6 queries
				SELECT tr.*
				FROM `prstshp_tax_rule` tr
				JOIN `prstshp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
3 queries
				SELECT `name`
				FROM `prstshp_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `prstshp_module` m
                LEFT JOIN `prstshp_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT `id_lang` FROM `prstshp_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `prstshp_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `prstshp_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
2 queries
SELECT *
							FROM `prstshp_tax_lang`
							WHERE `id_tax` = XX
2 queries
            SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `prstshp_product_attribute_image` pai
            LEFT JOIN `prstshp_image_lang` il ON (il.`id_image` = pai.`id_image`)
            LEFT JOIN `prstshp_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE pai.`id_product_attribute` IN (XX) AND il.`id_lang` = XX ORDER by i.`position`
2 queries
SELECT XX FROM `prstshp_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

Tables stress

320 translation
196 product_attribute_combination
194 product_attribute
164 shop
139 attribute
125 product
112 product_shop
85 stock_available
83 attribute_lang
78 product_attribute_shop
76 category
71 attribute_group
71 attribute_group_lang
62 category_group
60 category_product
58 attribute_group_shop
58 product_sale
57 attribute_shop
57 layered_indexable_attribute_lang_value
54 cart_product
39 image
35 category_lang
26 image_shop
26 pack
26 product_attribute_lang
26 image_lang
16 module
14 module_shop
14 product_lang
14 specific_price
13 category_shop
13 product_group_reduction_cache
13 feature_product
13 feature_lang
13 feature_value_lang
13 feature
13 feature_shop
13 product_attribute_image
7 ets_hb_html_box
7 ets_hb_html_box_lang
7 ets_hb_html_box_position
6 lang
6 hook
6 tax_rule
6 tax_rules_group
5 currency
4 shop_url
4 lang_shop
4 currency_shop
3 country
3 hook_alias
3 image_type
3 manufacturer
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 tax
2 tax_lang
2 iqit_elementor_category
2 cart_rule
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 feature_flag
1 address_format
1 required_field
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 layered_filter_block
1 iqit_elementor_category_shop
1 connections

ObjectModel instances

Name Instances Source
Product 39 /classes/Link.php:113 (__construct) [id: 2102]
/classes/Link.php:113 (__construct) [id: 2113]
/classes/Link.php:113 (__construct) [id: 2086]
/classes/Link.php:113 (__construct) [id: 2014]
/classes/Link.php:113 (__construct) [id: 5219]
/classes/Link.php:113 (__construct) [id: 2087]
/classes/Link.php:113 (__construct) [id: 5269]
/classes/Link.php:113 (__construct) [id: 2088]
/classes/Link.php:113 (__construct) [id: 3713]
/classes/Link.php:113 (__construct) [id: 2249]
/classes/Link.php:113 (__construct) [id: 4639]
/classes/Link.php:113 (__construct) [id: 8955]
/classes/Link.php:113 (__construct) [id: 5239]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2102]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2113]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2086]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2014]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5219]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2087]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5269]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2088]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3713]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2249]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4639]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 8955]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5239]
/classes/Link.php:113 (__construct) [id: 2102]
/classes/Link.php:113 (__construct) [id: 2113]
/classes/Link.php:113 (__construct) [id: 2086]
/classes/Link.php:113 (__construct) [id: 2014]
/classes/Link.php:113 (__construct) [id: 5219]
/classes/Link.php:113 (__construct) [id: 2087]
/classes/Link.php:113 (__construct) [id: 5269]
/classes/Link.php:113 (__construct) [id: 2088]
/classes/Link.php:113 (__construct) [id: 3713]
/classes/Link.php:113 (__construct) [id: 2249]
/classes/Link.php:113 (__construct) [id: 4639]
/classes/Link.php:113 (__construct) [id: 8955]
/classes/Link.php:113 (__construct) [id: 5239]
Combination 13 /classes/Product.php:5912 (__construct) [id: 20716]
/classes/Product.php:5912 (__construct) [id: 17385]
/classes/Product.php:5912 (__construct) [id: 33116]
/classes/Product.php:5912 (__construct) [id: 16974]
/classes/Product.php:5912 (__construct) [id: 54230]
/classes/Product.php:5912 (__construct) [id: 84175]
/classes/Product.php:5912 (__construct) [id: 54293]
/classes/Product.php:5912 (__construct) [id: 62620]
/classes/Product.php:5912 (__construct) [id: 54250]
/classes/Product.php:5912 (__construct) [id: 18112]
/classes/Product.php:5912 (__construct) [id: 54244]
/classes/Product.php:5912 (__construct) [id: 90380]
/classes/Product.php:5912 (__construct) [id: 54262]
Category 12 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 512]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 513]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 517]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 523]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 560]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 590]
/classes/Meta.php:380 (__construct) [id: 512]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 512]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 512]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Country 5 /config/config.inc.php:146 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1779 (__construct) [id: 8]
/modules/paypal/paypal.php:307 (__construct) [id: 8]
/modules/paypal/classes/AbstractMethodPaypal.php:83 (__construct) [id: 8]
Tax 4 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 46]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 46]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 39]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 39]
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: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /override/classes/Language.php
160 /classes/Language.php
161 /src/Core/Language/LanguageInterface.php
162 /classes/Country.php
163 /classes/PrestaShopCollection.php
164 /classes/shop/ShopGroup.php
165 /classes/Cookie.php
166 /classes/PhpEncryption.php
167 /classes/PhpEncryptionEngine.php
168 /vendor/defuse/php-encryption/src/Key.php
169 /vendor/defuse/php-encryption/src/Encoding.php
170 /vendor/defuse/php-encryption/src/Core.php
171 /vendor/defuse/php-encryption/src/Crypto.php
172 /vendor/defuse/php-encryption/src/KeyOrPassword.php
173 /vendor/defuse/php-encryption/src/RuntimeTests.php
174 /vendor/defuse/php-encryption/src/DerivedKeys.php
175 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
176 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
177 /src/Core/Session/SessionHandler.php
178 /src/Core/Session/SessionHandlerInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
195 /config/smarty.config.inc.php
196 /classes/Smarty/SmartyDev.php
197 /vendor/smarty/smarty/libs/Smarty.class.php
198 /vendor/smarty/smarty/libs/functions.php
199 /vendor/smarty/smarty/libs/Autoloader.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
209 /config/smartyfront.config.inc.php
210 /classes/Smarty/SmartyResourceModule.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
213 /classes/Smarty/SmartyResourceParent.php
214 /classes/Smarty/SmartyLazyRegister.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
216 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
217 /classes/Customer.php
218 /classes/Group.php
219 /classes/Link.php
220 /classes/shop/ShopUrl.php
221 /classes/Dispatcher.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
229 /src/Adapter/SymfonyContainer.php
230 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
231 /config/db_slave_server.inc.php
232 /src/Adapter/ContainerBuilder.php
233 /src/Adapter/Environment.php
234 /src/Core/EnvironmentInterface.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
236 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
237 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
239 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
240 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
247 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
248 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
250 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
251 /vendor/symfony/contracts/Service/ResetInterface.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
253 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
254 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
255 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
256 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
257 /vendor/symfony/contracts/Cache/ItemInterface.php
258 /vendor/psr/cache/src/CacheItemInterface.php
259 /vendor/psr/cache/src/CacheItemPoolInterface.php
260 /vendor/symfony/contracts/Cache/CacheInterface.php
261 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
262 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
263 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
264 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
265 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
266 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
267 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
268 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
269 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
270 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
325 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
326 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
329 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
330 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
331 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
332 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
333 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
334 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
335 /var/cache/dev/FrontContainer.php
336 /src/Adapter/Container/LegacyContainer.php
337 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
338 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
339 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
340 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
341 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
342 /vendor/psr/container/src/ContainerExceptionInterface.php
343 /vendor/psr/container/src/NotFoundExceptionInterface.php
344 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
346 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
347 /src/Adapter/Container/LegacyContainerInterface.php
348 /modules/dashactivity/vendor/autoload.php
349 /modules/dashactivity/vendor/composer/autoload_real.php
350 /modules/dashactivity/vendor/composer/platform_check.php
351 /modules/dashactivity/vendor/composer/autoload_static.php
352 /modules/dashproducts/vendor/autoload.php
353 /modules/dashproducts/vendor/composer/autoload_real.php
354 /modules/dashproducts/vendor/composer/platform_check.php
355 /modules/dashproducts/vendor/composer/autoload_static.php
356 /modules/gsitemap/vendor/autoload.php
357 /modules/gsitemap/vendor/composer/autoload_real.php
358 /modules/gsitemap/vendor/composer/platform_check.php
359 /modules/gsitemap/vendor/composer/autoload_static.php
360 /modules/pagesnotfound/vendor/autoload.php
361 /modules/pagesnotfound/vendor/composer/autoload_real.php
362 /modules/pagesnotfound/vendor/composer/autoload_static.php
363 /modules/ps_categorytree/vendor/autoload.php
364 /modules/ps_categorytree/vendor/composer/autoload_real.php
365 /modules/ps_categorytree/vendor/composer/platform_check.php
366 /modules/ps_categorytree/vendor/composer/autoload_static.php
367 /modules/ps_themecusto/vendor/autoload.php
368 /modules/ps_themecusto/vendor/composer/autoload_real.php
369 /modules/ps_themecusto/vendor/composer/platform_check.php
370 /modules/ps_themecusto/vendor/composer/autoload_static.php
371 /modules/ps_wirepayment/vendor/autoload.php
372 /modules/ps_wirepayment/vendor/composer/autoload_real.php
373 /modules/ps_wirepayment/vendor/composer/platform_check.php
374 /modules/ps_wirepayment/vendor/composer/autoload_static.php
375 /modules/statscatalog/vendor/autoload.php
376 /modules/statscatalog/vendor/composer/autoload_real.php
377 /modules/statscatalog/vendor/composer/platform_check.php
378 /modules/statscatalog/vendor/composer/autoload_static.php
379 /modules/statscheckup/vendor/autoload.php
380 /modules/statscheckup/vendor/composer/autoload_real.php
381 /modules/statscheckup/vendor/composer/platform_check.php
382 /modules/statscheckup/vendor/composer/autoload_static.php
383 /modules/statsdata/vendor/autoload.php
384 /modules/statsdata/vendor/composer/autoload_real.php
385 /modules/statsdata/vendor/composer/platform_check.php
386 /modules/statsdata/vendor/composer/autoload_static.php
387 /modules/statsproduct/vendor/autoload.php
388 /modules/statsproduct/vendor/composer/autoload_real.php
389 /modules/statsproduct/vendor/composer/platform_check.php
390 /modules/statsproduct/vendor/composer/autoload_static.php
391 /modules/ps_facetedsearch/vendor/autoload.php
392 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
393 /modules/ps_facetedsearch/vendor/composer/platform_check.php
394 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
395 /modules/mondialrelay/vendor/autoload.php
396 /modules/mondialrelay/vendor/composer/autoload_real.php
397 /modules/mondialrelay/vendor/composer/autoload_static.php
398 /modules/paypal/vendor/autoload.php
399 /modules/paypal/vendor/composer/autoload_real.php
400 /modules/paypal/vendor/composer/autoload_static.php
401 /modules/paypal/vendor/paragonie/random_compat/lib/random.php
402 /modules/paypal/vendor/symfony/polyfill-php70/bootstrap.php
403 /modules/paypal/vendor/guzzlehttp/psr7/src/functions_include.php
404 /modules/paypal/vendor/guzzlehttp/psr7/src/functions.php
405 /modules/autoupgrade/vendor/autoload.php
406 /modules/autoupgrade/vendor/composer/autoload_real.php
407 /modules/autoupgrade/vendor/composer/autoload_static.php
408 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
409 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
410 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
411 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
412 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
413 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
414 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
415 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
416 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
417 /modules/ps_distributionapiclient/vendor/autoload.php
418 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
419 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
420 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
421 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
422 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
423 /modules/ps_emailalerts/vendor/autoload.php
424 /modules/ps_emailalerts/vendor/composer/autoload_real.php
425 /modules/ps_emailalerts/vendor/composer/platform_check.php
426 /modules/ps_emailalerts/vendor/composer/autoload_static.php
427 /modules/ph_simpleblog/vendor/autoload.php
428 /modules/ph_simpleblog/vendor/composer/autoload_real.php
429 /modules/ph_simpleblog/vendor/composer/platform_check.php
430 /modules/ph_simpleblog/vendor/composer/autoload_static.php
431 /modules/ps_shoppingcart/vendor/autoload.php
432 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
433 /modules/ps_shoppingcart/vendor/composer/platform_check.php
434 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
435 /modules/stripe_official/vendor/autoload.php
436 /modules/stripe_official/vendor/composer/autoload_real.php
437 /modules/stripe_official/vendor/composer/platform_check.php
438 /modules/stripe_official/vendor/composer/autoload_static.php
439 /modules/cawlop/vendor/autoload.php
440 /modules/cawlop/vendor/composer/autoload_real.php
441 /modules/cawlop/vendor/composer/platform_check.php
442 /modules/cawlop/vendor/composer/autoload_static.php
443 /src/Core/Hook/HookModuleFilter.php
444 /src/Core/Hook/HookModuleFilterInterface.php
445 /modules/ph_simpleblog/ph_simpleblog.php
446 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
447 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
448 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
449 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
450 /modules/ph_simpleblog/models/SimpleBlogCategory.php
451 /modules/ph_simpleblog/models/SimpleBlogPost.php
452 /modules/ph_simpleblog/models/SimpleBlogPostType.php
453 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
454 /modules/ph_simpleblog/models/SimpleBlogTag.php
455 /modules/ph_simpleblog/models/SimpleBlogComment.php
456 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
457 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
458 /modules/ph_simpleblog/classes/BlogPostsFinder.php
459 /modules/ph_simpleblog/controllers/front/default_list.php
460 /classes/controller/ModuleFrontController.php
461 /classes/controller/FrontController.php
462 /src/Core/Security/Hashing.php
463 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
464 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
465 /classes/Translate.php
466 /modules/ph_simpleblog/translations/fr.php
467 /src/PrestaShopBundle/Translation/TranslatorComponent.php
468 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
469 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
470 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
471 /vendor/symfony/contracts/Translation/TranslatorInterface.php
472 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
473 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
474 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
475 /src/PrestaShopBundle/Translation/TranslatorInterface.php
476 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
477 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
478 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
479 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
480 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
481 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
482 /vendor/symfony/contracts/Translation/TranslatorTrait.php
483 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
484 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
485 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
486 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
487 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
488 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
489 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
490 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
491 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
492 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
493 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
494 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
495 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
496 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
497 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
498 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
499 /src/Adapter/ContainerFinder.php
500 /src/Core/Exception/ContainerNotFoundException.php
501 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
502 /src/Adapter/Module/Repository/ModuleRepository.php
503 /src/Core/Repository/AbstractObjectModelRepository.php
504 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
505 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
506 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
507 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
508 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
509 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
510 /controllers/front/listing/CategoryController.php
511 /classes/controller/ProductListingFrontController.php
512 /classes/controller/ProductPresentingFrontController.php
513 /src/Adapter/Presenter/Object/ObjectPresenter.php
514 /src/Adapter/Presenter/PresenterInterface.php
515 /src/Adapter/Presenter/Cart/CartPresenter.php
516 /src/Adapter/Image/ImageRetriever.php
517 /classes/tax/TaxConfiguration.php
518 /classes/Smarty/TemplateFinder.php
519 /classes/assets/StylesheetManager.php
520 /classes/assets/AbstractAssetManager.php
521 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
522 /classes/assets/JavascriptManager.php
523 /classes/assets/CccReducer.php
524 /modules/iqitthemeeditor/iqitthemeeditor.php
525 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
526 /classes/Category.php
527 /classes/webservice/WebserviceRequest.php
528 /src/Core/Localization/Locale/Repository.php
529 /src/Core/Localization/Locale/RepositoryInterface.php
530 /src/Core/Localization/CLDR/LocaleRepository.php
531 /src/Core/Localization/CLDR/LocaleDataSource.php
532 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
533 /src/Core/Data/Layer/AbstractDataLayer.php
534 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
535 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
536 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
537 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
538 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
539 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
540 /vendor/symfony/contracts/Cache/CacheTrait.php
541 /vendor/psr/cache/src/InvalidArgumentException.php
542 /vendor/psr/cache/src/CacheException.php
543 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
544 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
545 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
546 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
547 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
548 /src/Core/Localization/CLDR/Reader.php
549 /src/Core/Localization/CLDR/ReaderInterface.php
550 /src/Core/Localization/Currency/Repository.php
551 /src/Core/Localization/Currency/RepositoryInterface.php
552 /src/Core/Localization/Currency/CurrencyDataSource.php
553 /src/Core/Localization/Currency/DataSourceInterface.php
554 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
555 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
556 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
557 /src/Adapter/Currency/CurrencyDataProvider.php
558 /src/Core/Currency/CurrencyDataProviderInterface.php
559 /src/Adapter/LegacyContext.php
560 /src/Adapter/Tools.php
561 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
562 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
563 /vendor/prestashop/decimal/src/Operation/Rounding.php
564 /src/Core/Localization/Locale.php
565 /src/Core/Localization/LocaleInterface.php
566 /src/Core/Localization/Specification/Price.php
567 /src/Core/Localization/Specification/Number.php
568 /src/Core/Localization/Specification/NumberInterface.php
569 /src/Core/Localization/Specification/Factory.php
570 /src/Core/Localization/CLDR/LocaleData.php
571 /src/Core/Localization/CLDR/NumberSymbolsData.php
572 /src/Core/Localization/CLDR/CurrencyData.php
573 /src/Core/Localization/CLDR/Locale.php
574 /src/Core/Localization/CLDR/LocaleInterface.php
575 /src/Core/Localization/Specification/NumberSymbolList.php
576 /classes/Currency.php
577 /src/Core/Localization/Currency/LocalizedCurrencyId.php
578 /src/Core/Localization/Currency/CurrencyData.php
579 /src/Core/Localization/Currency/CurrencyCollection.php
580 /src/Core/Localization/Currency.php
581 /src/Core/Localization/CurrencyInterface.php
582 /src/Core/Localization/Specification/NumberCollection.php
583 /src/Core/Localization/Number/Formatter.php
584 /override/classes/Cart.php
585 /classes/Cart.php
586 /src/Adapter/AddressFactory.php
587 /classes/CartRule.php
588 /classes/Product.php
589 /src/Core/Domain/Product/ValueObject/RedirectType.php
590 /src/Core/Util/DateTime/DateTime.php
591 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
592 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
593 /src/Core/Domain/Product/ValueObject/ProductType.php
594 /src/Core/Domain/Product/ValueObject/Reference.php
595 /src/Core/Domain/Product/ValueObject/Ean13.php
596 /src/Core/Domain/Product/ValueObject/Isbn.php
597 /src/Core/Domain/Product/ValueObject/Upc.php
598 /src/Core/Domain/Product/ProductSettings.php
599 /src/Core/Image/ImageFormatConfiguration.php
600 /src/Core/Image/ImageFormatConfigurationInterface.php
601 /classes/FeatureFlag.php
602 /src/Core/FeatureFlag/FeatureFlagSettings.php
603 /classes/ImageType.php
604 /classes/ImageManager.php
605 /src/Core/Domain/Shop/ValueObject/ShopId.php
606 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
607 /modules/mondialrelay/mondialrelay.php
608 /modules/mondialrelay/classes/MondialrelayTools.php
609 /modules/mondialrelay/classes/services/MondialrelayService.php
610 /modules/mondialrelay/classes/MondialrelayCarrierMethod.php
611 /modules/mondialrelay/classes/MondialrelaySelectedRelay.php
612 /modules/mondialrelay/vendor/totpsclasslib/src/Module.php
613 /modules/mondialrelay/translations/fr.php
614 /modules/ps_emailalerts/ps_emailalerts.php
615 /modules/ps_emailalerts/MailAlert.php
616 /src/PrestaShopBundle/Translation/DomainNormalizer.php
617 /modules/cawlop/cawlop.php
618 /classes/PaymentModule.php
619 /modules/cawlop/translations/fr.php
620 /src/Adapter/Presenter/Cart/CartLazyArray.php
621 /src/Adapter/Presenter/AbstractLazyArray.php
622 /src/Adapter/Product/PriceFormatter.php
623 /src/Core/Util/Inflector.php
624 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
625 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
626 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
627 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
628 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
629 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
630 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
631 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
632 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
633 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
634 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
635 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
636 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
637 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
638 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
639 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
640 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
641 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
642 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
643 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
644 /classes/Gender.php
645 /classes/Risk.php
646 /classes/Meta.php
647 /classes/Address.php
648 /classes/State.php
649 /src/Core/Security/PasswordPolicyConfiguration.php
650 /src/Core/Configuration/DataConfigurationInterface.php
651 /classes/Media.php
652 /src/Core/Filter/FrontEndObject/MainFilter.php
653 /src/Core/Filter/FilterInterface.php
654 /src/Core/Filter/FrontEndObject/CartFilter.php
655 /src/Core/Filter/HashMapWhitelistFilter.php
656 /src/Core/Filter/CollectionFilter.php
657 /src/Core/Filter/FrontEndObject/ProductFilter.php
658 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
659 /src/Core/Filter/FrontEndObject/CustomerFilter.php
660 /src/Core/Filter/FrontEndObject/ShopFilter.php
661 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
662 /modules/paypal/paypal.php
663 /modules/paypal/config_prod.php
664 /src/Core/Module/WidgetInterface.php
665 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
666 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
667 /modules/paypal/translations/fr.php
668 /modules/paypal/classes/Constants/PaypalConfigurations.php
669 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
670 /modules/paypal/classes/Constants/WebHookConf.php
671 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
672 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
673 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
674 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
675 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
676 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
677 /modules/paypal/diagnostic.php
678 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
679 /modules/paypal/classes/AbstractMethodPaypal.php
680 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
681 /modules/paypal/classes/MethodEC.php
682 /modules/paypal/classes/WhiteList/WhiteListService.php
683 /modules/paypal/classes/API/PaypalApiManager.php
684 /modules/paypal/classes/API/PaypalApiManagerInterface.php
685 /modules/paypal/classes/API/PaypalClient.php
686 /modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/ProductionEnvironment.php
687 /modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/PayPalEnvironment.php
688 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Environment.php
689 /modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/PayPalHttpClient.php
690 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/HttpClient.php
691 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Encoder.php
692 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Json.php
693 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer.php
694 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Text.php
695 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Multipart.php
696 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Serializer/Form.php
697 /modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/AuthorizationInjector.php
698 /modules/paypal/vendor/paypal/paypalhttp/lib/PayPalHttp/Injector.php
699 /modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/GzipInjector.php
700 /modules/paypal/vendor/paypal/paypal-checkout-sdk/lib/PayPalCheckoutSdk/Core/FPTIInstrumentationInjector.php
701 /classes/Smarty/SmartyDevTemplate.php
702 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
703 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
704 /modules/iqitcontactpage/iqitcontactpage.php
705 /modules/iqitcookielaw/iqitcookielaw.php
706 /modules/iqitelementor/iqitelementor.php
707 /modules/iqitelementor/src/IqitElementorLanding.php
708 /modules/iqitelementor/src/IqitElementorTemplate.php
709 /modules/iqitelementor/src/IqitElementorProduct.php
710 /modules/iqitelementor/src/IqitElementorCategory.php
711 /modules/iqitelementor/src/IqitElementorContent.php
712 /modules/iqitelementor/src/iqitElementorWpHelper.php
713 /modules/iqitelementor/includes/plugin-elementor.php
714 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
715 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
716 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
717 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
718 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
719 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
720 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
721 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
722 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
723 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
724 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
725 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
726 /modules/iqitmegamenu/iqitmegamenu.php
727 /modules/iqitmegamenu/models/IqitMenuTab.php
728 /modules/iqitmegamenu/models/IqitMenuHtml.php
729 /modules/iqitmegamenu/models/IqitMenuLinks.php
730 /modules/iqitreviews/iqitreviews.php
731 /modules/iqitreviews/src/IqitProductReview.php
732 /src/Adapter/Localization/LegacyTranslator.php
733 /modules/iqitsizecharts/iqitsizecharts.php
734 /modules/iqitsizecharts/src/IqitSizeCharts.php
735 /modules/iqitwishlist/iqitwishlist.php
736 /modules/iqitwishlist/src/IqitWishlistProduct.php
737 /classes/assets/PrestashopAssetsLibraries.php
738 /modules/ets_htmlbox/ets_htmlbox.php
739 /modules/ets_htmlbox/classes/HBHtmlbox.php
740 /modules/ets_htmlbox/classes/HBHtmlboxPosition.php
741 /modules/ets_htmlbox/classes/Ets_htmlbox_paggination.php
742 /var/cache/dev/smarty/compile/warehouse/dc/7e/bf/dc7ebf74642731bd0b0d1cd33eb6a31eedb45e23_2.file.display-hooks.tpl.php
743 /var/cache/dev/smarty/compile/warehouse/47/97/83/4797832eb697ad3bc332b6faa37ea02ddc76d630_2.file.render-js.tpl.php
744 /modules/ps_shoppingcart/ps_shoppingcart.php
745 /modules/stripe_official/stripe_official.php
746 /modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
747 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
748 /modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
749 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
750 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/All.php
751 /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Retrieve.php
752 /modules/stripe_official/translations/fr.php
753 /modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
754 /modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
755 /modules/ordersource/ordersource.php
756 /src/Core/Product/Search/ProductSearchContext.php
757 /src/Core/Product/Search/ProductSearchQuery.php
758 /src/Core/Product/Search/SortOrder.php
759 /modules/ps_facetedsearch/ps_facetedsearch.php
760 /modules/ps_facetedsearch/src/HookDispatcher.php
761 /modules/ps_facetedsearch/src/Hook/Attribute.php
762 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
763 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
764 /modules/ps_facetedsearch/src/Hook/Category.php
765 /modules/ps_facetedsearch/src/Hook/Configuration.php
766 /modules/ps_facetedsearch/src/Hook/Design.php
767 /modules/ps_facetedsearch/src/Hook/Feature.php
768 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
769 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
770 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
771 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
772 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
773 /modules/ps_facetedsearch/src/Hook/Product.php
774 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
775 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
776 /modules/ps_facetedsearch/src/Filters/Provider.php
777 /modules/ps_facetedsearch/src/URLSerializer.php
778 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
779 /modules/ps_facetedsearch/src/Product/SearchProvider.php
780 /src/Core/Product/Search/FacetsRendererInterface.php
781 /src/Core/Product/Search/ProductSearchProviderInterface.php
782 /modules/ps_facetedsearch/src/Filters/Converter.php
783 /modules/ps_facetedsearch/src/Product/SearchFactory.php
784 /src/Core/Product/Search/ProductSearchResult.php
785 /classes/Combination.php
786 /modules/ps_facetedsearch/src/Product/Search.php
787 /modules/ps_facetedsearch/src/Adapter/MySQL.php
788 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
789 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
790 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
791 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
792 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
793 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
794 /modules/ps_facetedsearch/src/Filters/Products.php
795 /classes/stock/StockAvailable.php
796 /modules/ps_facetedsearch/src/Filters/Block.php
797 /src/Core/Product/Search/Facet.php
798 /src/Core/Product/Search/Filter.php
799 /src/Core/Product/Search/FacetCollection.php
800 /classes/ProductAssembler.php
801 /classes/tax/Tax.php
802 /vendor/prestashop/decimal/src/DecimalNumber.php
803 /vendor/prestashop/decimal/src/Builder.php
804 /classes/Manufacturer.php
805 /classes/SpecificPrice.php
806 /classes/tax/TaxManagerFactory.php
807 /classes/tax/TaxRulesTaxManager.php
808 /classes/tax/TaxManagerInterface.php
809 /classes/tax/TaxCalculator.php
810 /classes/GroupReduction.php
811 /src/Core/Localization/CLDR/ComputingPrecision.php
812 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
813 /classes/Pack.php
814 /classes/order/Order.php
815 /classes/Feature.php
816 /src/Core/Domain/Combination/CombinationSettings.php
817 /classes/ProductPresenterFactory.php
818 /src/Adapter/Presenter/Product/ProductListingPresenter.php
819 /src/Adapter/Presenter/Product/ProductPresenter.php
820 /src/Adapter/Product/ProductColorsRetriever.php
821 /src/Adapter/HookManager.php
822 /src/Core/Product/ProductPresentationSettings.php
823 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
824 /src/Adapter/Presenter/Product/ProductLazyArray.php
825 /classes/Image.php
826 /var/cache/dev/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
827 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
828 /vendor/smarty/smarty/libs/plugins/modifier.count.php
829 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
830 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
831 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
832 /src/Core/Product/Search/Pagination.php
833 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a3/17/cc/a317ccf299206fe38bb426bde4cb0f8d6eb05470_2.file.category.tpl.php
834 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
835 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/9c/02/1a/9c021ae891eabafd6545d0e38795fddef47e24ca_2.file.product-list.tpl.php
836 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0b/42/39/0b423910144be00e8da467e91f0b0d058f7c80d1_2.file.layout-left-column.tpl.php
837 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c4/f1/6c/c4f16c922d9cb539404e91d5ce3dca291e9b7099_2.file.layout-both-columns.tpl.php
838 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/9d/46/a89d466a4c59d948aecc32115cb4e7e09dbe9ad4_2.file.helpers.tpl.php
839 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
840 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6b/c7/69/6bc769a5a888816e1e624cc328b29249982738e9_2.file.head.tpl.php
841 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/95/63/e8/9563e81617b6d62651dd089c6d38cebd8e3cce5d_2.file.head-jsonld.tpl.php
842 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/78/fa/83/78fa83b984421ceb22a66319c7509728172bef03_2.file.product-list-jsonld.tpl.php
843 /src/Core/Util/String/StringModifier.php
844 /src/Core/Util/String/StringModifierInterface.php
845 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/89/ba/f9/89baf90f86f360ec3d3c8e047955e9a70e08ee73_2.file.pagination-seo.tpl.php
846 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
847 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/65/00/be/6500be17f5367abc80416377bee67bde5bcaf341_2.file.stylesheets.tpl.php
848 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4c/a0/0a/4ca00a5e036046fa74908edd37d0169c10794475_2.file.javascript.tpl.php
849 /classes/ProductDownload.php
850 /src/Core/Cart/Calculator.php
851 /src/Core/Cart/CartRowCollection.php
852 /src/Core/Cart/Fees.php
853 /src/Core/Cart/AmountImmutable.php
854 /src/Core/Cart/CartRuleCollection.php
855 /src/Core/Cart/CartRuleCalculator.php
856 /src/Adapter/Product/PriceCalculator.php
857 /src/Core/Cart/CartRow.php
858 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
859 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/20/a2/cf/20a2cf03ca1a7bd93613d4d8fe9cfc0e0ba73df9_2.file.product-activation.tpl.php
860 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/08/1f/11/081f111fbe1eec7005645e9bd05e10ce1f3f6932_2.file.header.tpl.php
861 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b0/ae/f4/b0aef40571c00c2b7573051d3590fee3b8d2b145_2.file.social-links.tpl.php
862 /modules/ps_currencyselector/ps_currencyselector.php
863 /var/cache/dev/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
864 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/9a/61/14/9a611429843acd00c5dcb2abe69ebf82dedf25a9_2.file.header-2.tpl.php
865 /modules/iqitsearch/iqitsearch.php
866 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
867 /var/cache/dev/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php
868 /var/cache/dev/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
869 /modules/ps_customersignin/ps_customersignin.php
870 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
871 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
872 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
873 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
874 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
875 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
876 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
877 /var/cache/dev/smarty/cache/iqitmegamenu/index/1/1/1/8/warehouse/f0/b1/60/f0b16059a156cc89b31d04f3f5dcf0e070f02eda.iqitmegamenuviewstemplateshookhorizontal.tpl.php
878 /modules/paypal/classes/InstallmentBanner/BannerManager.php
879 /modules/paypal/classes/InstallmentBanner/Banner.php
880 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/25/54/c3/2554c3e34379e9762148a66416da64892bed0820_2.file.mobile-header-1.tpl.php
881 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
882 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
883 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
884 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/14/12/a2/1412a230677b6b5c7bfd8bef21d498ced4a880a7_2.file.breadcrumb.tpl.php
885 /modules/iqitproductsnav/iqitproductsnav.php
886 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2a/4f/62/2a4f629f3efb4302a8eef06388e0d24be4ef962c_2.file.notifications.tpl.php
887 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/95/49/68/954968d4489257e6c441d50590555f558b7df553_2.file.category-header.tpl.php
888 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/10/91/fe/1091fed513d122e0504979a64a71b168ad630787_2.file.products-top.tpl.php
889 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
890 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/66/06/00/6606000620ee7efa4d2cf12765ee73691001edc8_2.file.sort-orders.tpl.php
891 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/21/d4/ba/21d4ba532e587545c2b163557d0a40bfb02228f4_2.file.products.tpl.php
892 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/84/c0/19/84c019b3eb6cea28a3550a5f1e013053d90a03d7_2.file.product.tpl.php
893 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/fb/c4/16/fbc416687dd9039916ce15882bbe13d32336e836_2.file.product-miniature-1.tpl.php
894 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/e8/c4/ed/e8c4edeaf8edbdcb9cf3d0e9481101b1b2c63b5c_2.file.product-miniature-thumb.tpl.php
895 /var/cache/dev/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
896 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/67/a7/d7/67a7d7658962713e22e4a67918b9d9d107cae1b6_2.file.product-miniature-btn.tpl.php
897 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/9e/44/72/9e44726f8196c8e2d6bff08d99367a7d351ad105_2.file.pagination.tpl.php
898 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/2c/05/0d2c050be73f28bab40041baf2d8164ef32e750b_2.file.products-bottom.tpl.php
899 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/13/20/99/132099701fe408d3d797b6a8bf6f33aa7ef97cfe_2.file.category-footer.tpl.php
900 /modules/ps_categorytree/ps_categorytree.php
901 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
902 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
903 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/3b/bd/723bbd621a29460272d686cf4934ee05e08771bf_2.file.footer.tpl.php
904 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/1d/37/95/1d37957b5d23da0294e6b34ce9ac436bf3fd3f41_2.file.footer-1.tpl.php
905 /var/cache/dev/smarty/cache/iqitcontactpage/1/1/1/8/warehouse/e2/3a/ce/e23ace2a0f321499ee72e308b83defc668cd699f.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
906 /modules/ps_emailsubscription/ps_emailsubscription.php
907 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/96/e2/7e/96e27e76e9dfa37b84c4d6819e82f4519347e8f0_2.file.footer-copyrights-1.tpl.php
908 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/03/a8/a4/03a8a45abe7862b466291c6d486512460867ac39_2.file.password-policy-template.tpl.php
909 /classes/form/CustomerLoginForm.php
910 /classes/form/AbstractForm.php
911 /classes/form/FormInterface.php
912 /src/Core/Foundation/Templating/RenderableInterface.php
913 /classes/form/CustomerLoginFormatter.php
914 /classes/form/FormFormatterInterface.php
915 /classes/ValidateConstraintTranslator.php
916 /src/Core/Util/InternationalizedDomainNameConverter.php
917 /src/Core/Foundation/Templating/RenderableProxy.php
918 /var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
919 /classes/form/FormField.php
920 /var/cache/dev/smarty/compile/warehouse/e0/5f/b7/e05fb775e4b6090f9853573d39020f71f9dbf971_2.file.login-form.tpl.php
921 /var/cache/dev/smarty/compile/warehouse/25/80/31/258031b7f39ee9647ae9662d2530b446cdb9f168_2.file.form-errors.tpl.php
922 /var/cache/dev/smarty/compile/fc/79/dc/fc79dcb8048a5023d0599d56c7de793f2c678d56_2.file.form-fields.tpl.php
923 /var/cache/dev/smarty/compile/25/80/31/258031b7f39ee9647ae9662d2530b446cdb9f168_2.file.form-errors.tpl.php
924 /var/cache/dev/smarty/cache/iqitcookielaw/1/1/1/8/warehouse/71/d9/e8/71d9e8105eeffb58554d3061ba6c84c133b40b34.iqitcookielawviewstemplateshookiqitcookielaw.tpl.php
925 /modules/statsdata/statsdata.php
926 /classes/Connection.php
927 /classes/ConnectionsSource.php