Accueil

Machines - Equipements techniques et Fournitures pour les filières vertes

Filtres actifs

  • Taille : S
  • Taille : M
  • Taille : 20cm / 3mm
  • Taille : 20cm / 5mm
  • Taille : T8 - M
Load Time 4148 ms
Querying Time 656 ms
Queries 855
Memory Peak Usage 84.0 Mb
Included Files 1405 files - 11.24 Mb
PrestaShop Cache - Mb
Global vars 0.03 Mb
PrestaShop Version 9.0.2
PHP Version 8.1.34
MySQL Version 8.0.44-35
Memory Limit 2048M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 666.748 ms 666.748 ms 34.41 Mb 34.7 Mb
__construct 33.676 ms 700.424 ms 2.28 Mb 36.7 Mb
init 564.317 ms 1265 ms 3.25 Mb 40.0 Mb
checkAccess 0.004 ms 1265 ms - Mb 40.0 Mb
setMedia 1721 ms 2986 ms 24.96 Mb 66.0 Mb
postProcess 0.003 ms 2986 ms - Mb 66.0 Mb
initHeader 0.003 ms 2986 ms - Mb 66.0 Mb
initContent 511.707 ms 3498 ms 11.58 Mb 76.7 Mb
initFooter 0.003 ms 3498 ms - Mb 76.7 Mb
display 650.727 ms 4148 ms 7.10 Mb 84.0 Mb
Hook Time Memory Usage
displayProductListReviews 57.796 ms 0.43 Mb
displayFooter 51.652 ms 1.12 Mb
displayLeftColumn 25.462 ms 0.67 Mb
DisplayBeforeBodyClosingTag 12.837 ms 0.23 Mb
displayFooterSocials 9.052 ms 0.14 Mb
ProductSearchProvider 7.729 ms 0.21 Mb
displayNav2 4.386 ms 0.10 Mb
DisplayHeader 3.419 ms 0.01 Mb
DisplayLeftColumn 2.089 ms 0.05 Mb
ActionFrontControllerSetMedia 2.085 ms 0.09 Mb
10 hook(s) 176.507 ms 3.05 Mb
Module Time Memory Usage
ps_emailsubscription 1710 ms 24.09 Mb
ps_socialfollow 10.104 ms 0.23 Mb
ps_emailalerts 2.762 ms 0.33 Mb
blockreassurance 1.385 ms 0.18 Mb
ps_searchbar 3.155 ms 0.04 Mb
ps_shoppingcart 0.835 ms 0.05 Mb
productcomments 60.054 ms 0.68 Mb
ps_facetedsearch 15.432 ms 0.81 Mb
an_theme 4.724 ms 0.41 Mb
ps_languageselector 2.420 ms 0.07 Mb
ps_currencyselector 2.903 ms 0.10 Mb
ps_categorytree 26.238 ms 0.75 Mb
ps_linklist 23.313 ms 0.90 Mb
ps_customeraccountlinks 6.828 ms 0.11 Mb
ps_contactinfo 24.362 ms 0.32 Mb
statsdata 13.612 ms 0.30 Mb
16 module(s) 1908 ms 29.36 Mb

Stopwatch SQL - 855 queries

# Query Time (ms) Rows Filesort Group By Location
416
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 coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute
29.547 ms 9859500 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
784
SELECT SQL_NO_CACHE c.*, cl.*
FROM `coserwa_category` c
INNER JOIN coserwa_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `coserwa_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `coserwa_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `coserwa_category` c2 ON c2.`id_category` = 2 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
6.193 ms 179 Yes Yes /classes/Category.php:829
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
4.809 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
786
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `coserwa_category` c
LEFT JOIN `coserwa_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
2.816 ms 1 /classes/Category.php:1608
368
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.803 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
441
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `coserwa_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `coserwa_hook_alias` ha
INNER JOIN `coserwa_hook` h ON ha.name = h.name
2.280 ms 0 /classes/Hook.php:1568
421
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) GROUP BY p.id_manufacturer
2.277 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
417
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock=0)) AND ((pac_1.id_attribute IN (1, 2, 416, 415, 428)))
2.270 ms 1440 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `coserwa_configuration` c
LEFT JOIN `coserwa_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.106 ms 1177 /classes/Configuration.php:182
370
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.980 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
410
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 coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
1.967 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
852
INSERT INTO `coserwa_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10652239', '', 'dev.coserwa-shop.com/2-accueil?q=Taille-M-20cm+%5C%2F+3mm-20cm+%5C%2F+5mm-T8+%5C-+M-S', '', '2026-01-29 22:17:17')
1.961 ms 1 /classes/ObjectModel.php:535
785
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `coserwa_category` c
LEFT JOIN `coserwa_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
1.908 ms 1 /classes/Category.php:2250
414
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 coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=2)) AND ((pac_1.id_attribute IN (1, 2, 416, 415, 428))) GROUP BY pac.id_attribute
1.882 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
428
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 coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=4)) AND ((pac_1.id_attribute IN (1, 2, 416, 415, 428))) GROUP BY pac.id_attribute
1.854 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
426
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 coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((pac_1.id_attribute IN (1, 2, 416, 415, 428))) GROUP BY pac.id_attribute
1.848 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
419
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 2, 416, 415, 428)))
1.837 ms 480 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
854
UPDATE `coserwa_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 1
AND `id_page` = 56
AND `id_shop` = 1
1.832 ms 1 /classes/Page.php:131
412
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 coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<357 GROUP BY cp.id_category
1.794 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
442
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 `coserwa_hook_module` hm
STRAIGHT_JOIN `coserwa_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `coserwa_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.772 ms 491 /classes/Hook.php:507
789
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (191) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.766 ms 5 Yes Yes /classes/Product.php:4289
851
INSERT IGNORE INTO `coserwa_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('10652239', '56', '2026-01-29 22:17:17')
1.759 ms 1 /classes/Connection.php:122
418
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.out_of_stock IN (1, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 2, 416, 415, 428)))
1.754 ms 480 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
422
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) GROUP BY p.condition
1.747 ms 480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
369
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.695 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.602 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
36
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `coserwa_category` c
INNER JOIN coserwa_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `coserwa_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `coserwa_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.563 ms 17 Yes Yes /classes/Category.php:954
796
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.557 ms 6 Yes Yes /classes/Product.php:4289
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `coserwa_module` m
INNER JOIN coserwa_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `coserwa_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `coserwa_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `coserwa_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
1.550 ms 2675 Yes Yes /classes/Hook.php:1500
836
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
1.514 ms 1 /src/Adapter/EntityMapper.php:81
792
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (178) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.507 ms 6 Yes Yes /classes/Product.php:4289
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.397 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
771
SELECT SQL_NO_CACHE 1 FROM coserwa_cart_product cp INNER JOIN coserwa_product p
ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
1.393 ms 44 /classes/Cart.php:4073
797
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (661) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.393 ms 6 Yes Yes /classes/Product.php:4289
795
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (177) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.390 ms 6 Yes Yes /classes/Product.php:4289
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.388 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
38
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `coserwa_hook`
1.378 ms 1259 /classes/Hook.php:1568
798
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (183) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.372 ms 6 Yes Yes /classes/Product.php:4289
793
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (176) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.364 ms 6 Yes Yes /classes/Product.php:4289
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.354 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
374
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.336 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.322 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.320 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
766
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 192) AND (b.`id_shop` = 1) LIMIT 1
1.309 ms 1 /src/Adapter/EntityMapper.php:73
773
SELECT SQL_NO_CACHE 1 FROM `coserwa_cart_rule` WHERE ((date_to >= "2026-01-29 00:00:00" AND date_to <= "2026-01-29 23:59:59") OR (date_from >= "2026-01-29 00:00:00" AND date_from <= "2026-01-29 23:59:59") OR (date_from < "2026-01-29 00:00:00" AND date_to > "2026-01-29 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
1.302 ms 3 /classes/CartRule.php:359
794
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (179) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.281 ms 5 Yes Yes /classes/Product.php:4289
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.261 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.258 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
427
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 `coserwa_attribute_group` ag INNER JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `coserwa_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN coserwa_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 coserwa_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `coserwa_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC
1.258 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.256 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
802
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `coserwa_product_attribute` pa
INNER JOIN coserwa_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` = 183
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.234 ms 6 Yes Yes /classes/Product.php:2495
424
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM coserwa_product p INNER JOIN coserwa_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 21) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357
1.212 ms 48 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.211 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
19
SELECT SQL_NO_CACHE * FROM `coserwa_currency` c ORDER BY `iso_code` ASC
1.206 ms 1 Yes /classes/Currency.php:709
40
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `coserwa_module` m
LEFT JOIN `coserwa_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1.193 ms 110 /classes/module/Module.php:347
429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-29 00:00:00',
INTERVAL 10 DAY
)
) > 0) as new
FROM coserwa_product p
LEFT JOIN coserwa_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN coserwa_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN coserwa_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (191,178,176,179,177,667,661,183,181,974,975,979,980,556,195,976,544,977,978,72,192)
1.191 ms 21 /classes/ProductAssembler.php:101
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.191 ms 7 Yes Yes /classes/Product.php:4289
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.188 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.187 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
406
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 `coserwa_attribute_group` ag  INNER JOIN coserwa_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 `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `coserwa_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `coserwa_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
1.181 ms 51 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.173 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.170 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.166 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
776
SELECT SQL_NO_CACHE * FROM `coserwa_cart_rule` cr
LEFT JOIN `coserwa_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
1.154 ms 1 /classes/CartRule.php:425
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.153 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.146 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.145 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.145 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.134 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
378
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.131 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.125 ms 6 Yes Yes /classes/Product.php:4289
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.117 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.111 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.110 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
774
SELECT SQL_NO_CACHE * FROM `coserwa_cart_rule` cr
LEFT JOIN `coserwa_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
1.109 ms 1 /classes/CartRule.php:425
803
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `coserwa_product_attribute_combination` pac
LEFT JOIN `coserwa_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `coserwa_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (498,499,500,501,502,503)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
1.104 ms 6 /classes/Product.php:2513
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.096 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.093 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
372
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.093 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
405
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM coserwa_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
1.093 ms 10 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
411
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `coserwa_category` c
INNER JOIN coserwa_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `coserwa_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
1.087 ms 179 Yes /classes/Category.php:758
17
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `coserwa_meta` m
LEFT JOIN `coserwa_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.083 ms 48 Yes /classes/Dispatcher.php:636
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.083 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.083 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.080 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.079 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.077 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.074 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.073 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `coserwa_hook` h
WHERE (h.active = 1)
1.070 ms 1259 /classes/Hook.php:1608
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.069 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.065 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.061 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.056 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.055 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.053 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.052 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.051 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.050 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.047 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.041 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.040 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.039 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.039 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
706
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 178) AND (b.`id_shop` = 1) LIMIT 1
1.038 ms 1 /src/Adapter/EntityMapper.php:73
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.036 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.026 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
788
SELECT SQL_NO_CACHE c.*, cl.*  FROM `coserwa_category` c
LEFT JOIN `coserwa_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 357 AND c.`nleft` >= 2 AND c.`nright` <= 357 ORDER BY `nleft` DESC
1.026 ms 1 /classes/Category.php:1623
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.025 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.023 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.023 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.023 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.020 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.016 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.015 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.014 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.014 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.014 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.011 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.005 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.002 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.000 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
423
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM coserwa_product p INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 416, 415, 428))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357
0.998 ms 48 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
415
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 `coserwa_attribute_group` ag INNER JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `coserwa_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN coserwa_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 coserwa_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `coserwa_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.997 ms 30 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.995 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.995 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
767
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 192
ORDER BY `position`
0.995 ms 1 Yes /classes/Product.php:3291
18
SELECT SQL_NO_CACHE *
FROM `coserwa_category` a
LEFT JOIN `coserwa_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `coserwa_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.986 ms 1 /src/Adapter/EntityMapper.php:73
371
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.986 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.985 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.984 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.982 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.981 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.981 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
799
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 183) LIMIT 1
0.977 ms 1 /src/Adapter/EntityMapper.php:73
375
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.976 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.974 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.974 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
376
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.973 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
777
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.972 ms 1 /classes/module/Module.php:2778
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.970 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
848
SELECT SQL_NO_CACHE `id_guest`
FROM `coserwa_connections`
WHERE `id_guest` = 10901741
AND `date_add` > '2026-01-29 21:47:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.970 ms 1 Yes /classes/Connection.php:168
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.969 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.967 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.964 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
380
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.964 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.962 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
356
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.960 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.960 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.957 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
748
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 195) AND (b.`id_shop` = 1) LIMIT 1
0.956 ms 1 /src/Adapter/EntityMapper.php:73
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.956 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.955 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.955 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.954 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.950 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
448
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 191 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.946 ms 0 /classes/Cart.php:1449
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.945 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.942 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
433
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `coserwa_specific_price` WHERE `id_product` != 0
0.940 ms 299 /classes/SpecificPrice.php:307
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.937 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (556) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.936 ms 3 Yes Yes /classes/Product.php:4289
34
SELECT SQL_NO_CACHE `id_category`
FROM `coserwa_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.934 ms 1 /classes/Category.php:2458
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.933 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.930 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.929 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
769
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "an_theme" LIMIT 1
0.929 ms 1 /classes/module/Module.php:2778
31
SELECT SQL_NO_CACHE *
FROM `coserwa_group` a
LEFT JOIN `coserwa_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.927 ms 1 /src/Adapter/EntityMapper.php:73
754
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 544) AND (b.`id_shop` = 1) LIMIT 1
0.927 ms 1 /src/Adapter/EntityMapper.php:73
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.926 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.926 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.922 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.922 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.921 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.920 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.919 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.918 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
751
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 976) AND (b.`id_shop` = 1) LIMIT 1
0.918 ms 1 /src/Adapter/EntityMapper.php:73
373
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.917 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.916 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
425
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 `coserwa_attribute_group` ag INNER JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `coserwa_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN coserwa_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 coserwa_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `coserwa_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
0.915 ms 24 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.914 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.913 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
359
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.912 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
360
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.907 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
407
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 `coserwa_attribute_group` ag INNER JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `coserwa_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN coserwa_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 coserwa_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `coserwa_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.906 ms 30 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.905 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
775
SELECT SQL_NO_CACHE 1 FROM `coserwa_cart_rule` WHERE ((date_to >= "2026-01-29 00:00:00" AND date_to <= "2026-01-29 23:59:59") OR (date_from >= "2026-01-29 00:00:00" AND date_from <= "2026-01-29 23:59:59") OR (date_from < "2026-01-29 00:00:00" AND date_to > "2026-01-29 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.904 ms 3 /classes/CartRule.php:359
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM coserwa_shop_url su
LEFT JOIN coserwa_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'dev.coserwa-shop.com' OR su.domain_ssl = 'dev.coserwa-shop.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.902 ms 1 Yes /classes/shop/Shop.php:1392
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.901 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (980) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.900 ms 6 Yes Yes /classes/Product.php:4289
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.899 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
819
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (978) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.898 ms 7 Yes Yes /classes/Product.php:4289
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.896 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
729
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 181) AND (b.`id_shop` = 1) LIMIT 1
0.895 ms 1 /src/Adapter/EntityMapper.php:73
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.894 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.893 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.892 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.892 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
379
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.892 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.891 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.888 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.888 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.884 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.884 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.882 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.882 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.881 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.880 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `coserwa_lang` l
JOIN coserwa_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.878 ms 1 /classes/Language.php:1206
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.878 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
413
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 `coserwa_attribute_group` ag INNER JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `coserwa_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN coserwa_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 coserwa_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `coserwa_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
0.877 ms 43 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
41
SELECT SQL_NO_CACHE `id_lang`
FROM `coserwa_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.876 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:70
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.876 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.876 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.875 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.874 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.873 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.872 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.872 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
16
SELECT SQL_NO_CACHE m.* FROM `coserwa_module` m WHERE m.`active` = 1
0.870 ms 110 /src/Adapter/Module/Repository/ModuleRepository.php:114
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.870 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.866 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.865 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.865 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.864 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.863 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.863 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
738
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 979) AND (b.`id_shop` = 1) LIMIT 1
0.863 ms 1 /src/Adapter/EntityMapper.php:73
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.863 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.862 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
361
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.862 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
818
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (977) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.862 ms 6 Yes Yes /classes/Product.php:4289
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.861 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.860 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.859 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.857 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.857 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.853 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
394
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.851 ms 18 Yes /classes/ImageType.php:109
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.850 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.850 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.849 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.849 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.847 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM coserwa_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.847 ms 1 /classes/shop/ShopUrl.php:182
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.847 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.843 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.843 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
760
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 978) AND (b.`id_shop` = 1) LIMIT 1
0.840 ms 1 /src/Adapter/EntityMapper.php:73
741
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 980) AND (b.`id_shop` = 1) LIMIT 1
0.839 ms 1 /src/Adapter/EntityMapper.php:73
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.838 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.837 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.837 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.833 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.832 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.832 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
357
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.832 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.832 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.831 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.831 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (544) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.831 ms 4 Yes Yes /classes/Product.php:4289
782
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.830 ms 1 /classes/module/Module.php:2778
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (195) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.830 ms 5 Yes Yes /classes/Product.php:4289
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.828 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.827 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.825 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.825 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.823 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.822 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.822 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
714
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 179) AND (b.`id_shop` = 1) LIMIT 1
0.821 ms 1 /src/Adapter/EntityMapper.php:73
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.820 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.820 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.818 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.817 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.817 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.815 ms 6 Yes Yes /classes/Product.php:4289
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.814 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (976) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.814 ms 5 Yes Yes /classes/Product.php:4289
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.813 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.813 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
439
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 191 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1497) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.812 ms 2 Yes /classes/SpecificPrice.php:573
720
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 667) AND (b.`id_shop` = 1) LIMIT 1
0.812 ms 1 /src/Adapter/EntityMapper.php:73
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.811 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
781
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `coserwa_currency` c
LEFT JOIN coserwa_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.811 ms 1 /classes/Currency.php:1122
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.809 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.808 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.807 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
787
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `coserwa_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.807 ms 1 /classes/Category.php:1614
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.805 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
384
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.798 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
822
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (192) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.798 ms 4 Yes Yes /classes/Product.php:4289
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.797 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.796 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
362
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.795 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM coserwa_shop_group gs
LEFT JOIN coserwa_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN coserwa_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.792 ms 1 Yes /classes/shop/Shop.php:716
381
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.790 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
778
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.790 ms 1 /classes/module/Module.php:2267
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.785 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
388
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.785 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
8
SELECT SQL_NO_CACHE *
FROM `coserwa_lang` a
LEFT JOIN `coserwa_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.784 ms 1 /src/Adapter/EntityMapper.php:73
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.783 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
757
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 977) AND (b.`id_shop` = 1) LIMIT 1
0.782 ms 1 /src/Adapter/EntityMapper.php:73
768
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 192 AND il.`id_lang` = 1 ORDER by i.`position`
0.782 ms 2 Yes /classes/Product.php:2673
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.781 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.780 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.779 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
735
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 975) AND (b.`id_shop` = 1) LIMIT 1
0.779 ms 1 /src/Adapter/EntityMapper.php:73
23
SELECT SQL_NO_CACHE *
FROM `coserwa_currency` a
LEFT JOIN `coserwa_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `coserwa_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.778 ms 1 /src/Adapter/EntityMapper.php:73
26
SELECT SQL_NO_CACHE *
FROM `coserwa_country` a
LEFT JOIN `coserwa_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1
0.777 ms 1 /src/Adapter/EntityMapper.php:73
383
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.777 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.776 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
420
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `coserwa_manufacturer` m INNER JOIN coserwa_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `coserwa_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.776 ms 7 Yes /classes/Manufacturer.php:205
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.776 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
25
SELECT SQL_NO_CACHE `id_country`
FROM `coserwa_country`
WHERE `iso_code` = 'US' LIMIT 1
0.775 ms 1 /classes/Country.php:198
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.775 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
825
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM coserwa_link_block lb
INNER JOIN coserwa_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.774 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.773 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (975) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.773 ms 7 Yes Yes /classes/Product.php:4289
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.772 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
820
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 `coserwa_product_attribute` pa
INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (72) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.771 ms 8 Yes Yes /classes/Product.php:4289
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.769 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.769 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
39
SELECT SQL_NO_CACHE * FROM `coserwa_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.768 ms 1 /classes/module/Module.php:2168
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.768 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
377
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.768 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
37
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM coserwa_shop s
0.765 ms 1 /classes/shop/Shop.php:922
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.763 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.763 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.762 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.762 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
744
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 556) AND (b.`id_shop` = 1) LIMIT 1
0.761 ms 1 /src/Adapter/EntityMapper.php:73
435
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `coserwa_specific_price` WHERE `id_product_attribute` != 0
0.760 ms 82 /classes/SpecificPrice.php:307
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.759 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.759 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
611
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 556
AND pac.`id_product_attribute` = 1341
AND agl.`id_lang` = 1
0.759 ms 1 /classes/Product.php:7203
763
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72) AND (b.`id_shop` = 1) LIMIT 1
0.758 ms 1 /src/Adapter/EntityMapper.php:73
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.756 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.756 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
363
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.755 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
382
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.753 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.752 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
772
SELECT SQL_NO_CACHE 1 FROM coserwa_cart_product cp
INNER JOIN coserwa_product p ON (p.id_product = cp.id_product AND cache_is_pack = 0 and p.is_virtual = 0)
INNER JOIN coserwa_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.752 ms 44 /classes/Cart.php:4090
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.750 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
408
SELECT SQL_NO_CACHE *
FROM `coserwa_category` a
LEFT JOIN `coserwa_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.750 ms 1 /src/Adapter/EntityMapper.php:73
823
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_linklist" LIMIT 1
0.746 ms 1 /classes/module/Module.php:2778
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.744 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.743 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.742 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.737 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
779
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.735 ms 1 /classes/module/Module.php:2778
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.734 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
726
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 183) AND (b.`id_shop` = 1) LIMIT 1
0.733 ms 1 /src/Adapter/EntityMapper.php:73
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.732 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
390
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.730 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.730 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.729 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.729 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
452
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 191
AND pac.`id_product_attribute` = 1497
AND agl.`id_lang` = 1
0.728 ms 1 /classes/Product.php:7203
821
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 72
AND pac.`id_product_attribute` = 22
AND agl.`id_lang` = 1
0.727 ms 2 /classes/Product.php:7203
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.726 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
430
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 0 LIMIT 1
0.725 ms 1 /classes/SpecificPrice.php:423
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.723 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.720 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.719 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
389
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.719 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.718 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
385
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.718 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
366
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.717 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.715 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
392
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.714 ms 18 Yes /classes/ImageType.php:109
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.711 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.711 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
846
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.711 ms 1 /classes/module/Module.php:2778
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.708 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
443
SELECT SQL_NO_CACHE tr.*
FROM `coserwa_tax_rule` tr
JOIN `coserwa_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.708 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:106
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.707 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
701
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 191) AND (b.`id_shop` = 1) LIMIT 1
0.704 ms 1 /src/Adapter/EntityMapper.php:73
723
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 661) AND (b.`id_shop` = 1) LIMIT 1
0.703 ms 1 /src/Adapter/EntityMapper.php:73
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.701 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
20
SELECT SQL_NO_CACHE `id_lang` FROM `coserwa_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.700 ms 1 /classes/Language.php:873
387
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.700 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
386
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.699 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.697 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.696 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
30
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.695 ms 1 /classes/ObjectModel.php:1575
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.694 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.694 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
732
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 974) AND (b.`id_shop` = 1) LIMIT 1
0.692 ms 1 /src/Adapter/EntityMapper.php:73
753
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 976 AND il.`id_lang` = 1 ORDER by i.`position`
0.692 ms 6 Yes /classes/Product.php:2673
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.691 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.691 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.690 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
24
SELECT SQL_NO_CACHE `id_lang` FROM `coserwa_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.689 ms 1 /classes/Language.php:873
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.689 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.689 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.688 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.688 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.686 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.683 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
690
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 192 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1397) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.683 ms 2 Yes /classes/SpecificPrice.php:573
800
SELECT SQL_NO_CACHE *
FROM `coserwa_product_lang`
WHERE `id_product` = 183 AND `id_shop` = 1
0.682 ms 1 /src/Adapter/EntityMapper.php:81
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.682 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.682 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
391
SELECT SQL_NO_CACHE name, alias FROM `coserwa_hook_alias`
0.682 ms 88 /classes/Hook.php:372
853
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `coserwa_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `coserwa_date_range`) LIMIT 1
0.682 ms 1 /classes/DateRange.php:60
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.681 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
710
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 176) AND (b.`id_shop` = 1) LIMIT 1
0.680 ms 1 /src/Adapter/EntityMapper.php:73
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.677 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.675 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
642
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 544 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.675 ms 1 Yes /classes/SpecificPrice.php:573
603
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 556 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1341) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.674 ms 2 Yes /classes/SpecificPrice.php:573
717
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 177) AND (b.`id_shop` = 1) LIMIT 1
0.674 ms 1 /src/Adapter/EntityMapper.php:73
35
SELECT SQL_NO_CACHE ctg.`id_group`
FROM coserwa_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.673 ms 1 /classes/Category.php:1777
755
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 544
ORDER BY `position`
0.672 ms 1 Yes /classes/Product.php:3291
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.672 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.669 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.668 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
752
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 976
ORDER BY `position`
0.664 ms 3 Yes /classes/Product.php:3291
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.663 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.663 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.662 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.661 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.661 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
633
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 976 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.661 ms 0 /classes/Cart.php:1449
15
SELECT SQL_NO_CACHE m.* FROM `coserwa_module` m
0.659 ms 110 /src/Adapter/Module/Repository/ModuleRepository.php:168
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.659 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.659 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
7
SELECT SQL_NO_CACHE *
FROM `coserwa_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.658 ms 1 /src/Adapter/EntityMapper.php:73
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.658 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
450
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1497
AND cp.`id_cart` = 0 AND cp.`id_product` = 191 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1497
AND cp.`id_cart` = 0 AND p.`id_product_item` = 191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.658 ms 0 /classes/Cart.php:1449
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.656 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.652 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
594
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 980 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.651 ms 0 /classes/Cart.php:1449
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.651 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
659
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3707
AND cp.`id_cart` = 0 AND cp.`id_product` = 977 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3707
AND cp.`id_cart` = 0 AND p.`id_product_item` = 977 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.651 ms 0 /classes/Cart.php:1449
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.650 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.649 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
843
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.649 ms 1 /classes/module/Module.php:2778
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `coserwa_lang` l
LEFT JOIN `coserwa_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.646 ms 1 /classes/Language.php:1070
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.646 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.646 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.646 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
841
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.646 ms 1 /classes/module/Module.php:2778
758
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 977
ORDER BY `position`
0.645 ms 1 Yes /classes/Product.php:3291
32
SELECT SQL_NO_CACHE *
FROM `coserwa_group_lang`
WHERE `id_group` = 1
0.644 ms 1 /src/Adapter/EntityMapper.php:81
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.643 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.642 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.638 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.638 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.636 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.636 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.635 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
365
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.635 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.634 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.632 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
808
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 503) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.632 ms 1 /classes/stock/StockAvailable.php:286
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.628 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.627 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
515
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 667
AND pac.`id_product_attribute` = 1736
AND agl.`id_lang` = 1
0.626 ms 1 /classes/Product.php:7203
780
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.625 ms 1 /classes/module/Module.php:2267
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.624 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.624 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.622 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.622 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
737
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 975 AND il.`id_lang` = 1 ORDER by i.`position`
0.621 ms 4 Yes /classes/Product.php:2673
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.621 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
468
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 176 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 463) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.620 ms 2 Yes /classes/SpecificPrice.php:573
746
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 556
ORDER BY `position`
0.619 ms 7 Yes /classes/Product.php:3291
462
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 178 AND pa.`id_product` = 178 AND pa.`id_product_attribute` = 475 LIMIT 1
0.618 ms 1 /classes/Product.php:1180
783
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.618 ms 1 /classes/module/Module.php:2267
27
SELECT SQL_NO_CACHE *
FROM `coserwa_country_lang`
WHERE `id_country` = 21
0.616 ms 1 /src/Adapter/EntityMapper.php:81
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.616 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
715
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 179
ORDER BY `position`
0.616 ms 1 Yes /classes/Product.php:3291
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.614 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
403
SELECT SQL_NO_CACHE `name`
FROM `coserwa_hook`
WHERE `id_hook` = 14 LIMIT 1
0.614 ms 1 /classes/Hook.php:274
648
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1529
AND cp.`id_cart` = 0 AND cp.`id_product` = 544 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1529
AND cp.`id_cart` = 0 AND p.`id_product_item` = 544 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.614 ms 0 /classes/Cart.php:1449
616
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 195 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.613 ms 1 Yes /classes/SpecificPrice.php:573
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.612 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
646
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 544 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 544 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.612 ms 0 /classes/Cart.php:1449
446
SELECT SQL_NO_CACHE tr.*
FROM `coserwa_tax_rule` tr
JOIN `coserwa_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
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.611 ms 0 /classes/tax/TaxRulesTaxManager.php:106
463
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 178
AND pac.`id_product_attribute` = 475
AND agl.`id_lang` = 1
0.611 ms 1 /classes/Product.php:7203
745
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `coserwa_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 142 LIMIT 1
0.610 ms 1 /classes/Category.php:1401
728
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 183 AND il.`id_lang` = 1 ORDER by i.`position`
0.609 ms 4 Yes /classes/Product.php:2673
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.608 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
609
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1341
AND cp.`id_cart` = 0 AND cp.`id_product` = 556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1341
AND cp.`id_cart` = 0 AND p.`id_product_item` = 556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.608 ms 0 /classes/Cart.php:1449
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.604 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
367
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.604 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
731
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 181 AND il.`id_lang` = 1 ORDER by i.`position`
0.603 ms 2 Yes /classes/Product.php:2673
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.602 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.602 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
790
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "productcomments" LIMIT 1
0.602 ms 1 /classes/module/Module.php:2778
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.601 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
511
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.601 ms 0 /classes/Cart.php:1449
498
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 177 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.600 ms 0 /classes/Cart.php:1449
28
SELECT SQL_NO_CACHE *
FROM `coserwa_currency` a
LEFT JOIN `coserwa_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.599 ms 1 /src/Adapter/EntityMapper.php:73
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.597 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.597 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
440
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 191)
0.596 ms 5 /classes/Product.php:3603
461
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 475
AND cp.`id_cart` = 0 AND cp.`id_product` = 178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 475
AND cp.`id_cart` = 0 AND p.`id_product_item` = 178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.596 ms 0 /classes/Cart.php:1449
750
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 195 AND il.`id_lang` = 1 ORDER by i.`position`
0.596 ms 2 Yes /classes/Product.php:2673
22
SELECT SQL_NO_CACHE c.id_currency
FROM `coserwa_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.596 ms 1 /classes/Currency.php:893
622
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1536
AND cp.`id_cart` = 0 AND cp.`id_product` = 195 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1536
AND cp.`id_cart` = 0 AND p.`id_product_item` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.596 ms 0 /classes/Cart.php:1449
21
SELECT SQL_NO_CACHE value FROM `coserwa_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.595 ms 1 /classes/shop/Shop.php:1211
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.595 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3714
AND cp.`id_cart` = 0 AND cp.`id_product` = 978 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3714
AND cp.`id_cart` = 0 AND p.`id_product_item` = 978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.594 ms 0 /classes/Cart.php:1449
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.593 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
828
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block` a
LEFT JOIN `coserwa_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.593 ms 1 /src/Adapter/EntityMapper.php:73
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.591 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
749
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 195
ORDER BY `position`
0.591 ms 1 Yes /classes/Product.php:3291
770
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 141 AND `id_shop` = 1 LIMIT 1
0.591 ms 0 /classes/module/Module.php:2267
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.590 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.590 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
826
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block` a
LEFT JOIN `coserwa_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.590 ms 1 /src/Adapter/EntityMapper.php:73
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.590 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.588 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
6
SELECT SQL_NO_CACHE *
FROM `coserwa_country` a
LEFT JOIN `coserwa_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `coserwa_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.587 ms 1 /src/Adapter/EntityMapper.php:73
629
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 976 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.586 ms 1 Yes /classes/SpecificPrice.php:573
709
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 178 AND il.`id_lang` = 1 ORDER by i.`position`
0.586 ms 2 Yes /classes/Product.php:2673
804
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 499) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.585 ms 1 /classes/stock/StockAvailable.php:286
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.581 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.581 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
507
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 667 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.581 ms 1 Yes /classes/SpecificPrice.php:573
736
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 975
ORDER BY `position`
0.580 ms 2 Yes /classes/Product.php:3291
561
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 974 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 974 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.579 ms 0 /classes/Cart.php:1449
849
SELECT SQL_NO_CACHE id_page_type
FROM coserwa_page_type
WHERE name = 'category' LIMIT 1
0.579 ms 1 /classes/Page.php:104
696
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1397
AND cp.`id_cart` = 0 AND cp.`id_product` = 192 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1397
AND cp.`id_cart` = 0 AND p.`id_product_item` = 192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.578 ms 0 /classes/Cart.php:1449
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.576 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.576 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.575 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
481
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 179 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.575 ms 1 Yes /classes/SpecificPrice.php:573
33
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.573 ms 1 /classes/ObjectModel.php:1575
459
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 178 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 178 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.571 ms 0 /classes/Cart.php:1449
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.571 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
742
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 980
ORDER BY `position`
0.569 ms 2 Yes /classes/Product.php:3291
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.569 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
574
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3694
AND cp.`id_cart` = 0 AND cp.`id_product` = 975 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3694
AND cp.`id_cart` = 0 AND p.`id_product_item` = 975 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.568 ms 0 /classes/Cart.php:1449
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.568 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
474
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 463
AND cp.`id_cart` = 0 AND cp.`id_product` = 176 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 463
AND cp.`id_cart` = 0 AND p.`id_product_item` = 176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.565 ms 0 /classes/Cart.php:1449
698
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 192
AND pac.`id_product_attribute` = 1397
AND agl.`id_lang` = 1
0.565 ms 1 /classes/Product.php:7203
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.564 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
513
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1736
AND cp.`id_cart` = 0 AND cp.`id_product` = 667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1736
AND cp.`id_cart` = 0 AND p.`id_product_item` = 667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.563 ms 0 /classes/Cart.php:1449
765
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 72 AND il.`id_lang` = 1 ORDER by i.`position`
0.562 ms 4 Yes /classes/Product.php:2673
807
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 502) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.562 ms 1 /classes/stock/StockAvailable.php:286
453
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1497) LIMIT 1
0.561 ms 1 /src/Adapter/EntityMapper.php:73
620
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 195 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.561 ms 0 /classes/Cart.php:1449
635
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3695
AND cp.`id_cart` = 0 AND cp.`id_product` = 976 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3695
AND cp.`id_cart` = 0 AND p.`id_product_item` = 976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.561 ms 0 /classes/Cart.php:1449
677
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 72 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 21) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.561 ms 2 Yes /classes/SpecificPrice.php:573
705
SELECT SQL_NO_CACHE * FROM `coserwa_image_type`
0.560 ms 18 /classes/ImageType.php:161
756
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 544 AND il.`id_lang` = 1 ORDER by i.`position`
0.559 ms 2 Yes /classes/Product.php:2673
402
SELECT SQL_NO_CACHE *
FROM `coserwa_category` a0
LEFT JOIN `coserwa_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 357) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.555 ms 1 /classes/PrestaShopCollection.php:381
539
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 498
AND cp.`id_cart` = 0 AND cp.`id_product` = 183 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 498
AND cp.`id_cart` = 0 AND p.`id_product_item` = 183 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.555 ms 0 /classes/Cart.php:1449
762
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 978 AND il.`id_lang` = 1 ORDER by i.`position`
0.554 ms 4 Yes /classes/Product.php:2673
494
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 177 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.552 ms 1 Yes /classes/SpecificPrice.php:573
546
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 181 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 492) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.551 ms 2 Yes /classes/SpecificPrice.php:573
612
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1341) LIMIT 1
0.551 ms 1 /src/Adapter/EntityMapper.php:73
831
SELECT SQL_NO_CACHE *
FROM coserwa_meta m
LEFT JOIN coserwa_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.550 ms 2 /classes/Meta.php:190
683
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 21
AND cp.`id_cart` = 0 AND cp.`id_product` = 72 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21
AND cp.`id_cart` = 0 AND p.`id_product_item` = 72 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.549 ms 0 /classes/Cart.php:1449
721
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 667
ORDER BY `position`
0.549 ms 1 Yes /classes/Product.php:3291
617
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 195)
0.548 ms 5 /classes/Product.php:3603
520
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 661 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.548 ms 1 Yes /classes/SpecificPrice.php:573
672
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 978
AND pac.`id_product_attribute` = 3714
AND agl.`id_lang` = 1
0.548 ms 1 /classes/Product.php:7203
747
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 556 AND il.`id_lang` = 1 ORDER by i.`position`
0.548 ms 14 Yes /classes/Product.php:2673
634
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 976) AND (id_product_attribute = 3695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.547 ms 1 /classes/stock/StockAvailable.php:286
801
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `coserwa_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 151 LIMIT 1
0.547 ms 0 /classes/Category.php:1401
806
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 501) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.546 ms 1 /classes/stock/StockAvailable.php:286
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.546 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
476
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 176
AND pac.`id_product_attribute` = 463
AND agl.`id_lang` = 1
0.546 ms 1 /classes/Product.php:7203
716
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 179 AND il.`id_lang` = 1 ORDER by i.`position`
0.545 ms 2 Yes /classes/Product.php:2673
3
SELECT SQL_NO_CACHE *
FROM `coserwa_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.544 ms 1 /src/Adapter/EntityMapper.php:73
596
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3726
AND cp.`id_cart` = 0 AND cp.`id_product` = 980 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3726
AND cp.`id_cart` = 0 AND p.`id_product_item` = 980 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.542 ms 0 /classes/Cart.php:1449
444
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 191 AND `id_group` = 1 LIMIT 1
0.541 ms 0 /classes/GroupReduction.php:149
673
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3714) LIMIT 1
0.541 ms 1 /src/Adapter/EntityMapper.php:73
805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 500) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.539 ms 1 /classes/stock/StockAvailable.php:286
703
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 191
ORDER BY `position`
0.538 ms 1 Yes /classes/Product.php:3291
661
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 977
AND pac.`id_product_attribute` = 3707
AND agl.`id_lang` = 1
0.535 ms 1 /classes/Product.php:7203
839
SELECT SQL_NO_CACHE *
FROM coserwa_meta m
LEFT JOIN coserwa_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.533 ms 1 /classes/Meta.php:190
533
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 183 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.532 ms 1 Yes /classes/SpecificPrice.php:573
834
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.531 ms 1 /src/Adapter/EntityMapper.php:81
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3686
AND cp.`id_cart` = 0 AND cp.`id_product` = 974 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3686
AND cp.`id_cart` = 0 AND p.`id_product_item` = 974 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.530 ms 0 /classes/Cart.php:1449
681
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 72 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 72 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.530 ms 0 /classes/Cart.php:1449
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.529 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
508
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 667)
0.529 ms 6 /classes/Product.php:3603
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.528 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.527 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
694
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 192 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.527 ms 0 /classes/Cart.php:1449
761
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 978
ORDER BY `position`
0.526 ms 2 Yes /classes/Product.php:3291
503
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 469) LIMIT 1
0.526 ms 1 /src/Adapter/EntityMapper.php:73
632
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.526 ms 1 /classes/stock/StockAvailable.php:286
666
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 978 AND `id_group` = 1 LIMIT 1
0.526 ms 0 /classes/GroupReduction.php:149
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.525 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.523 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 979
AND pac.`id_product_attribute` = 3720
AND agl.`id_lang` = 1
0.523 ms 1 /classes/Product.php:7203
624
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 195
AND pac.`id_product_attribute` = 1536
AND agl.`id_lang` = 1
0.523 ms 1 /classes/Product.php:7203
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.522 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.522 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
730
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 181
ORDER BY `position`
0.522 ms 1 Yes /classes/Product.php:3291
565
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 974
AND pac.`id_product_attribute` = 3686
AND agl.`id_lang` = 1
0.521 ms 1 /classes/Product.php:7203
637
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 976
AND pac.`id_product_attribute` = 3695
AND agl.`id_lang` = 1
0.521 ms 1 /classes/Product.php:7203
500
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 469
AND cp.`id_cart` = 0 AND cp.`id_product` = 177 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 469
AND cp.`id_cart` = 0 AND p.`id_product_item` = 177 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1449
722
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 667 AND il.`id_lang` = 1 ORDER by i.`position`
0.520 ms 2 Yes /classes/Product.php:2673
827
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block_lang`
WHERE `id_link_block` = 1
0.520 ms 1 /src/Adapter/EntityMapper.php:81
607
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 556 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1449
657
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 977 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 977 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.519 ms 0 /classes/Cart.php:1449
524
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 661 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 661 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.518 ms 0 /classes/Cart.php:1449
472
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 176 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.518 ms 0 /classes/Cart.php:1449
514
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 667 AND pa.`id_product` = 667 AND pa.`id_product_attribute` = 1736 LIMIT 1
0.517 ms 1 /classes/Product.php:1180
550
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 181 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.516 ms 0 /classes/Cart.php:1449
845
SELECT SQL_NO_CACHE `need_identification_number`
FROM `coserwa_country`
WHERE `id_country` = 8 LIMIT 1
0.515 ms 1 /classes/Country.php:409
643
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 544)
0.514 ms 4 /classes/Product.php:3603
644
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 544 AND `id_group` = 1 LIMIT 1
0.514 ms 0 /classes/GroupReduction.php:149
724
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 661
ORDER BY `position`
0.514 ms 1 Yes /classes/Product.php:3291
739
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 979
ORDER BY `position`
0.514 ms 2 Yes /classes/Product.php:3291
835
SELECT SQL_NO_CACHE *
FROM `coserwa_cms` a
LEFT JOIN `coserwa_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:73
576
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 975
AND pac.`id_product_attribute` = 3694
AND agl.`id_lang` = 1
0.513 ms 1 /classes/Product.php:7203
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.512 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
727
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 183
ORDER BY `position`
0.512 ms 2 Yes /classes/Product.php:3291
833
SELECT SQL_NO_CACHE *
FROM `coserwa_cms` a
LEFT JOIN `coserwa_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.511 ms 1 /src/Adapter/EntityMapper.php:73
395
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.511 ms 18 Yes /classes/ImageType.php:109
740
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 979 AND il.`id_lang` = 1 ORDER by i.`position`
0.510 ms 4 Yes /classes/Product.php:2673
832
SELECT SQL_NO_CACHE *
FROM coserwa_meta m
LEFT JOIN coserwa_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.510 ms 2 /classes/Meta.php:190
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.509 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
585
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3720
AND cp.`id_cart` = 0 AND cp.`id_product` = 979 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3720
AND cp.`id_cart` = 0 AND p.`id_product_item` = 979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1449
485
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 179 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.507 ms 0 /classes/Cart.php:1449
842
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.507 ms 1 /classes/module/Module.php:2267
396
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.506 ms 18 Yes /classes/ImageType.php:109
638
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3695) LIMIT 1
0.506 ms 1 /src/Adapter/EntityMapper.php:73
743
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 980 AND il.`id_lang` = 1 ORDER by i.`position`
0.506 ms 4 Yes /classes/Product.php:2673
464
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 475) LIMIT 1
0.505 ms 1 /src/Adapter/EntityMapper.php:73
9
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.504 ms 1 /classes/ObjectModel.php:1575
438
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 191
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.504 ms 1 /classes/SpecificPrice.php:256
598
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 980
AND pac.`id_product_attribute` = 3726
AND agl.`id_lang` = 1
0.503 ms 1 /classes/Product.php:7203
401
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM coserwa_required_field
0.503 ms 1 /classes/ObjectModel.php:1440
838
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.502 ms 1 /src/Adapter/EntityMapper.php:81
29
SELECT SQL_NO_CACHE *
FROM `coserwa_currency_lang`
WHERE `id_currency` = 1
0.500 ms 1 /src/Adapter/EntityMapper.php:81
487
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 481
AND cp.`id_cart` = 0 AND cp.`id_product` = 179 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 481
AND cp.`id_cart` = 0 AND p.`id_product_item` = 179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.499 ms 0 /classes/Cart.php:1449
734
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 974 AND il.`id_lang` = 1 ORDER by i.`position`
0.499 ms 4 Yes /classes/Product.php:2673
759
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 977 AND il.`id_lang` = 1 ORDER by i.`position`
0.499 ms 2 Yes /classes/Product.php:2673
660
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 977 AND pa.`id_product` = 977 AND pa.`id_product_attribute` = 3707 LIMIT 1
0.498 ms 1 /classes/Product.php:1180
526
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1673
AND cp.`id_cart` = 0 AND cp.`id_product` = 661 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1673
AND cp.`id_cart` = 0 AND p.`id_product_item` = 661 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.497 ms 0 /classes/Cart.php:1449
502
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 177
AND pac.`id_product_attribute` = 469
AND agl.`id_lang` = 1
0.495 ms 1 /classes/Product.php:7203
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.495 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.494 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 667) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.494 ms 1 /classes/stock/StockAvailable.php:286
668
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 978 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 978 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.494 ms 0 /classes/Cart.php:1449
844
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1
0.494 ms 1 /classes/module/Module.php:2267
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.491 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
572
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 975 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 975 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.491 ms 0 /classes/Cart.php:1449
850
SELECT SQL_NO_CACHE `id_page`
FROM `coserwa_page`
WHERE `id_page_type` = 5 AND `id_object` = 2 LIMIT 1
0.491 ms 3 /classes/Page.php:83
791
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 153 AND `id_shop` = 1 LIMIT 1
0.490 ms 1 /classes/module/Module.php:2267
445
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_group`
WHERE `id_group` = 1 LIMIT 1
0.488 ms 1 /classes/Group.php:154
595
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 980) AND (id_product_attribute = 3726) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.488 ms 1 /classes/stock/StockAvailable.php:286
685
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 72
AND pac.`id_product_attribute` = 21
AND agl.`id_lang` = 1
0.488 ms 2 /classes/Product.php:7203
516
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1736) LIMIT 1
0.488 ms 1 /src/Adapter/EntityMapper.php:73
541
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 183
AND pac.`id_product_attribute` = 498
AND agl.`id_lang` = 1
0.487 ms 1 /classes/Product.php:7203
665
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 978)
0.487 ms 7 /classes/Product.php:3603
393
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.486 ms 18 Yes /classes/ImageType.php:109
691
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 192)
0.486 ms 4 /classes/Product.php:3603
645
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 544) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.485 ms 1 /classes/stock/StockAvailable.php:286
489
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 179
AND pac.`id_product_attribute` = 481
AND agl.`id_lang` = 1
0.483 ms 1 /classes/Product.php:7203
537
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 183 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 183 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.483 ms 0 /classes/Cart.php:1449
552
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 492
AND cp.`id_cart` = 0 AND cp.`id_product` = 181 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 492
AND cp.`id_cart` = 0 AND p.`id_product_item` = 181 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.482 ms 0 /classes/Cart.php:1449
580
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 979)
0.482 ms 6 /classes/Product.php:3603
686
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:73
505
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 667 LIMIT 1
0.480 ms 2 /classes/SpecificPrice.php:432
466
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 176 LIMIT 1
0.480 ms 12 /classes/SpecificPrice.php:432
458
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.477 ms 1 /classes/stock/StockAvailable.php:286
583
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 `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 979 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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` = 979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.477 ms 0 /classes/Cart.php:1449
455
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 178 LIMIT 1
0.476 ms 1 /classes/SpecificPrice.php:432
521
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 661)
0.476 ms 6 /classes/Product.php:3603
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.475 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
460
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 178) AND (id_product_attribute = 475) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.475 ms 1 /classes/stock/StockAvailable.php:286
764
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 72
ORDER BY `position`
0.475 ms 2 Yes /classes/Product.php:3291
824
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.475 ms 1 /classes/module/Module.php:2267
397
SELECT SQL_NO_CACHE format
FROM `coserwa_address_format`
WHERE `id_country` = 8 LIMIT 1
0.474 ms 1 /classes/AddressFormat.php:652
558
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 974)
0.473 ms 7 /classes/Product.php:3603
840
SELECT SQL_NO_CACHE *
FROM coserwa_meta m
LEFT JOIN coserwa_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.473 ms 1 /classes/Meta.php:190
431
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 191 LIMIT 1
0.472 ms 2 /classes/SpecificPrice.php:432
599
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3726) LIMIT 1
0.472 ms 1 /src/Adapter/EntityMapper.php:73
650
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 544
AND pac.`id_product_attribute` = 1529
AND agl.`id_lang` = 1
0.472 ms 1 /classes/Product.php:7203
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 661
AND pac.`id_product_attribute` = 1673
AND agl.`id_lang` = 1
0.471 ms 1 /classes/Product.php:7203
725
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 661 AND il.`id_lang` = 1 ORDER by i.`position`
0.469 ms 2 Yes /classes/Product.php:2673
447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.468 ms 1 /classes/stock/StockAvailable.php:286
627
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 976 LIMIT 1
0.468 ms 1 /classes/SpecificPrice.php:432
662
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3707) LIMIT 1
0.467 ms 1 /src/Adapter/EntityMapper.php:73
504
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 469
0.463 ms 1 /src/Adapter/EntityMapper.php:81
847
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1
0.461 ms 1 /classes/module/Module.php:2267
469
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 176)
0.460 ms 6 /classes/Product.php:3603
456
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 178)
0.459 ms 6 /classes/Product.php:3603
529
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1673) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:73
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 976)
0.459 ms 5 /classes/Product.php:3603
718
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 177
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3291
432
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `id_product` != 0 LIMIT 1
0.457 ms 1197 /classes/SpecificPrice.php:294
651
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1529) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:73
699
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1397) LIMIT 1
0.455 ms 1 /src/Adapter/EntityMapper.php:73
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM coserwa_shop s
LEFT JOIN coserwa_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.455 ms 1 /classes/shop/Shop.php:219
625
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1536) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:73
566
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3686) LIMIT 1
0.452 ms 1 /src/Adapter/EntityMapper.php:73
636
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 976 AND pa.`id_product` = 976 AND pa.`id_product_attribute` = 3695 LIMIT 1
0.451 ms 1 /classes/Product.php:1180
733
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 974
ORDER BY `position`
0.448 ms 2 Yes /classes/Product.php:3291
491
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 481
0.446 ms 1 /src/Adapter/EntityMapper.php:81
619
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.444 ms 1 /classes/stock/StockAvailable.php:286
704
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 191 AND il.`id_lang` = 1 ORDER by i.`position`
0.444 ms 2 Yes /classes/Product.php:2673
495
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 177)
0.442 ms 6 /classes/Product.php:3603
575
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 975 AND pa.`id_product` = 975 AND pa.`id_product_attribute` = 3694 LIMIT 1
0.442 ms 1 /classes/Product.php:1180
719
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 177 AND il.`id_lang` = 1 ORDER by i.`position`
0.442 ms 2 Yes /classes/Product.php:2673
610
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 556 AND pa.`id_product` = 556 AND pa.`id_product_attribute` = 1341 LIMIT 1
0.439 ms 1 /classes/Product.php:1180
608
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 556) AND (id_product_attribute = 1341) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.439 ms 1 /classes/stock/StockAvailable.php:286
712
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 176
ORDER BY `position`
0.438 ms 1 Yes /classes/Product.php:3291
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `coserwa_hook_alias`
0.437 ms 88 /classes/Hook.php:320
475
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 176 AND pa.`id_product` = 176 AND pa.`id_product_attribute` = 463 LIMIT 1
0.437 ms 1 /classes/Product.php:1180
707
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `coserwa_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 152 LIMIT 1
0.437 ms 1 /classes/Category.php:1401
409
SELECT SQL_NO_CACHE *
FROM `coserwa_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.436 ms 1 /src/Adapter/EntityMapper.php:81
497
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 177) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.435 ms 1 /classes/stock/StockAvailable.php:286
554
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 `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 181
AND pac.`id_product_attribute` = 492
AND agl.`id_lang` = 1
0.435 ms 1 /classes/Product.php:7203
578
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3694
0.435 ms 1 /src/Adapter/EntityMapper.php:81
542
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 498) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:73
590
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 980 LIMIT 1
0.433 ms 1 /classes/SpecificPrice.php:432
454
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1497
0.432 ms 1 /src/Adapter/EntityMapper.php:81
451
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 191 AND pa.`id_product` = 191 AND pa.`id_product_attribute` = 1497 LIMIT 1
0.431 ms 1 /classes/Product.php:1180
837
SELECT SQL_NO_CACHE *
FROM `coserwa_cms` a
LEFT JOIN `coserwa_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:73
591
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 980)
0.429 ms 6 /classes/Product.php:3603
473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 176) AND (id_product_attribute = 463) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.428 ms 1 /classes/stock/StockAvailable.php:286
449
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 191) AND (id_product_attribute = 1497) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.428 ms 1 /classes/stock/StockAvailable.php:286
467
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 176
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.427 ms 1 /classes/SpecificPrice.php:256
577
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3694) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:73
667
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 978) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.426 ms 1 /classes/stock/StockAvailable.php:286
569
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 975)
0.422 ms 7 /classes/Product.php:3603
647
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 544) AND (id_product_attribute = 1529) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.421 ms 1 /classes/stock/StockAvailable.php:286
597
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 980 AND pa.`id_product` = 980 AND pa.`id_product_attribute` = 3726 LIMIT 1
0.419 ms 1 /classes/Product.php:1180
623
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 195 AND pa.`id_product` = 195 AND pa.`id_product_attribute` = 1536 LIMIT 1
0.419 ms 1 /classes/Product.php:1180
829
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block_lang`
WHERE `id_link_block` = 2
0.418 ms 1 /src/Adapter/EntityMapper.php:81
404
SELECT SQL_NO_CACHE `id_category`
FROM `coserwa_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.417 ms 1 /classes/Category.php:2458
675
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 72 LIMIT 1
0.416 ms 14 /classes/SpecificPrice.php:432
604
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 556)
0.414 ms 3 /classes/Product.php:3603
490
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 481) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:73
708
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 178
ORDER BY `position`
0.412 ms 1 Yes /classes/Product.php:3291
399
SELECT SQL_NO_CACHE *
FROM `coserwa_country` a
LEFT JOIN `coserwa_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:73
400
SELECT SQL_NO_CACHE *
FROM `coserwa_country_lang`
WHERE `id_country` = 8
0.410 ms 1 /src/Adapter/EntityMapper.php:81
640
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 544 LIMIT 1
0.410 ms 1 /classes/SpecificPrice.php:432
588
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3720) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:73
593
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 980) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.409 ms 1 /classes/stock/StockAvailable.php:286
641
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 544
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.409 ms 1 /classes/SpecificPrice.php:256
678
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 72)
0.408 ms 8 /classes/Product.php:3603
618
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1
0.408 ms 0 /classes/GroupReduction.php:149
437
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `to` BETWEEN '2026-01-29 00:00:00' AND '2026-01-29 23:59:59' LIMIT 1
0.407 ms 1 /classes/SpecificPrice.php:378
606
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 556) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.405 ms 1 /classes/stock/StockAvailable.php:286
512
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 667) AND (id_product_attribute = 1736) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.404 ms 1 /classes/stock/StockAvailable.php:286
434
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.404 ms 457 /classes/SpecificPrice.php:294
579
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 979 LIMIT 1
0.403 ms 1 /classes/SpecificPrice.php:432
697
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 192 AND pa.`id_product` = 192 AND pa.`id_product_attribute` = 1397 LIMIT 1
0.403 ms 1 /classes/Product.php:1180
564
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 974 AND pa.`id_product` = 974 AND pa.`id_product_attribute` = 3686 LIMIT 1
0.402 ms 1 /classes/Product.php:1180
702
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `coserwa_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 153 LIMIT 1
0.402 ms 1 /classes/Category.php:1401
688
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 192 LIMIT 1
0.401 ms 2 /classes/SpecificPrice.php:432
693
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 192) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.401 ms 1 /classes/stock/StockAvailable.php:286
470
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 176 AND `id_group` = 1 LIMIT 1
0.400 ms 0 /classes/GroupReduction.php:149
713
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 176 AND il.`id_lang` = 1 ORDER by i.`position`
0.400 ms 2 Yes /classes/Product.php:2673
471
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 176) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.399 ms 1 /classes/stock/StockAvailable.php:286
457
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1
0.399 ms 0 /classes/GroupReduction.php:149
436
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `from` BETWEEN '2026-01-29 00:00:00' AND '2026-01-29 23:59:59' LIMIT 1
0.397 ms 1 /classes/SpecificPrice.php:374
601
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 556 LIMIT 1
0.393 ms 3 /classes/SpecificPrice.php:432
692
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 192 AND `id_group` = 1 LIMIT 1
0.393 ms 0 /classes/GroupReduction.php:149
581
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 979 AND `id_group` = 1 LIMIT 1
0.392 ms 0 /classes/GroupReduction.php:149
649
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 544 AND pa.`id_product` = 544 AND pa.`id_product_attribute` = 1529 LIMIT 1
0.392 ms 1 /classes/Product.php:1180
477
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 463) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:73
482
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 179)
0.391 ms 5 /classes/Product.php:3603
555
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 492) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:73
684
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 72 AND pa.`id_product` = 72 AND pa.`id_product_attribute` = 21 LIMIT 1
0.389 ms 1 /classes/Product.php:1180
830
SELECT SQL_NO_CACHE *
FROM `coserwa_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.388 ms 1 /src/Adapter/EntityMapper.php:73
586
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 979 AND pa.`id_product` = 979 AND pa.`id_product_attribute` = 3720 LIMIT 1
0.388 ms 1 /classes/Product.php:1180
654
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 977)
0.388 ms 6 /classes/Product.php:3603
613
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1341
0.385 ms 1 /src/Adapter/EntityMapper.php:81
534
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 183)
0.381 ms 6 /classes/Product.php:3603
547
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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_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` = 181)
0.380 ms 6 /classes/Product.php:3603
671
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 978 AND pa.`id_product` = 978 AND pa.`id_product_attribute` = 3714 LIMIT 1
0.379 ms 1 /classes/Product.php:1180
626
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1536
0.379 ms 1 /src/Adapter/EntityMapper.php:81
465
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 475
0.378 ms 1 /src/Adapter/EntityMapper.php:81
518
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 661 LIMIT 1
0.378 ms 3 /classes/SpecificPrice.php:432
509
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 667 AND `id_group` = 1 LIMIT 1
0.377 ms 0 /classes/GroupReduction.php:149
527
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 661 AND pa.`id_product` = 661 AND pa.`id_product_attribute` = 1673 LIMIT 1
0.377 ms 1 /classes/Product.php:1180
484
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 179) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.375 ms 1 /classes/stock/StockAvailable.php:286
540
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 183 AND pa.`id_product` = 183 AND pa.`id_product_attribute` = 498 LIMIT 1
0.375 ms 1 /classes/Product.php:1180
549
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.374 ms 1 /classes/stock/StockAvailable.php:286
614
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 195 LIMIT 1
0.372 ms 2 /classes/SpecificPrice.php:432
479
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 179 LIMIT 1
0.371 ms 1 /classes/SpecificPrice.php:432
492
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 177 LIMIT 1
0.371 ms 12 /classes/SpecificPrice.php:432
680
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 72) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.369 ms 1 /classes/stock/StockAvailable.php:286
488
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 179 AND pa.`id_product` = 179 AND pa.`id_product_attribute` = 481 LIMIT 1
0.368 ms 1 /classes/Product.php:1180
559
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 974 AND `id_group` = 1 LIMIT 1
0.368 ms 0 /classes/GroupReduction.php:149
582
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 979) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.367 ms 1 /classes/stock/StockAvailable.php:286
557
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 974 LIMIT 1
0.366 ms 1 /classes/SpecificPrice.php:432
523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 661) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.365 ms 1 /classes/stock/StockAvailable.php:286
567
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3686
0.365 ms 1 /src/Adapter/EntityMapper.php:81
573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 975) AND (id_product_attribute = 3694) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.364 ms 1 /classes/stock/StockAvailable.php:286
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 978) AND (id_product_attribute = 3714) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.363 ms 1 /classes/stock/StockAvailable.php:286
562
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 974) AND (id_product_attribute = 3686) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.362 ms 1 /classes/stock/StockAvailable.php:286
480
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 179
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.361 ms 1 /classes/SpecificPrice.php:256
628
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 976
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.361 ms 1 /classes/SpecificPrice.php:256
711
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `coserwa_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 151 LIMIT 1
0.361 ms 1 /classes/Category.php:1401
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.360 ms 1 /classes/stock/StockAvailable.php:286
639
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3695
0.358 ms 1 /src/Adapter/EntityMapper.php:81
652
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1529
0.358 ms 1 /src/Adapter/EntityMapper.php:81
553
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 181 AND pa.`id_product` = 181 AND pa.`id_product_attribute` = 492 LIMIT 1
0.356 ms 1 /classes/Product.php:1180
522
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 661 AND `id_group` = 1 LIMIT 1
0.356 ms 0 /classes/GroupReduction.php:149
679
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 72 AND `id_group` = 1 LIMIT 1
0.356 ms 0 /classes/GroupReduction.php:149
398
SELECT SQL_NO_CACHE `need_identification_number`
FROM `coserwa_country`
WHERE `id_country` = 8 LIMIT 1
0.355 ms 1 /classes/Country.php:409
535
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 183 AND `id_group` = 1 LIMIT 1
0.354 ms 0 /classes/GroupReduction.php:149
605
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 556 AND `id_group` = 1 LIMIT 1
0.354 ms 0 /classes/GroupReduction.php:149
674
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3714
0.354 ms 1 /src/Adapter/EntityMapper.php:81
551
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 181) AND (id_product_attribute = 492) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.353 ms 1 /classes/stock/StockAvailable.php:286
664
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 978 LIMIT 1
0.351 ms 1 /classes/SpecificPrice.php:432
501
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_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` = 177 AND pa.`id_product` = 177 AND pa.`id_product_attribute` = 469 LIMIT 1
0.350 ms 1 /classes/Product.php:1180
506
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 667
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.350 ms 1 /classes/SpecificPrice.php:256
543
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 498
0.350 ms 1 /src/Adapter/EntityMapper.php:81
653
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 977 LIMIT 1
0.350 ms 1 /classes/SpecificPrice.php:432
589
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3720
0.349 ms 1 /src/Adapter/EntityMapper.php:81
592
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 980 AND `id_group` = 1 LIMIT 1
0.348 ms 0 /classes/GroupReduction.php:149
499
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 177) AND (id_product_attribute = 469) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.347 ms 1 /classes/stock/StockAvailable.php:286
621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 1536) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.347 ms 1 /classes/stock/StockAvailable.php:286
682
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 72) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.345 ms 1 /classes/stock/StockAvailable.php:286
695
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 192) AND (id_product_attribute = 1397) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.344 ms 1 /classes/stock/StockAvailable.php:286
568
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 975 LIMIT 1
0.343 ms 1 /classes/SpecificPrice.php:432
687
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 21
0.343 ms 1 /src/Adapter/EntityMapper.php:81
525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 661) AND (id_product_attribute = 1673) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:286
496
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 177 AND `id_group` = 1 LIMIT 1
0.341 ms 0 /classes/GroupReduction.php:149
571
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 975) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:286
538
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 183) AND (id_product_attribute = 498) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.340 ms 1 /classes/stock/StockAvailable.php:286
656
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 977) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.340 ms 1 /classes/stock/StockAvailable.php:286
663
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3707
0.340 ms 1 /src/Adapter/EntityMapper.php:81
584
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 979) AND (id_product_attribute = 3720) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.339 ms 1 /classes/stock/StockAvailable.php:286
556
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 492
0.337 ms 1 /src/Adapter/EntityMapper.php:81
676
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 72
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.337 ms 1 /classes/SpecificPrice.php:256
689
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 192
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.336 ms 1 /classes/SpecificPrice.php:256
602
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 556
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.335 ms 1 /classes/SpecificPrice.php:256
600
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3726
0.334 ms 1 /src/Adapter/EntityMapper.php:81
560
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 974) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.333 ms 1 /classes/stock/StockAvailable.php:286
570
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 975 AND `id_group` = 1 LIMIT 1
0.333 ms 0 /classes/GroupReduction.php:149
658
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 977) AND (id_product_attribute = 3707) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.332 ms 1 /classes/stock/StockAvailable.php:286
700
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1397
0.332 ms 1 /src/Adapter/EntityMapper.php:81
615
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 195
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.330 ms 1 /classes/SpecificPrice.php:256
544
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 181 LIMIT 1
0.329 ms 8 /classes/SpecificPrice.php:432
493
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 177
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.325 ms 1 /classes/SpecificPrice.php:256
545
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 181
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.325 ms 1 /classes/SpecificPrice.php:256
631
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 976 AND `id_group` = 1 LIMIT 1
0.324 ms 0 /classes/GroupReduction.php:149
478
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 463
0.323 ms 1 /src/Adapter/EntityMapper.php:81
519
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 661
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.323 ms 1 /classes/SpecificPrice.php:256
517
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1736
0.320 ms 1 /src/Adapter/EntityMapper.php:81
655
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 977 AND `id_group` = 1 LIMIT 1
0.316 ms 0 /classes/GroupReduction.php:149
531
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 183 LIMIT 1
0.315 ms 4 /classes/SpecificPrice.php:432
532
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 183
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.314 ms 1 /classes/SpecificPrice.php:256
486
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 179) AND (id_product_attribute = 481) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.305 ms 1 /classes/stock/StockAvailable.php:286
548
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 181 AND `id_group` = 1 LIMIT 1
0.305 ms 0 /classes/GroupReduction.php:149
530
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1673
0.301 ms 1 /src/Adapter/EntityMapper.php:81
483
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 179 AND `id_group` = 1 LIMIT 1
0.299 ms 0 /classes/GroupReduction.php:149

Doubles

180 queries
            SELECT `key`, `translation`, `domain`
            FROM `coserwa_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
169 queries
            SELECT `key`, `translation`, `domain`
            FROM `coserwa_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = XX)
47 queries
SELECT SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
42 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 `coserwa_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 `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_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
22 queries
SELECT XX FROM `coserwa_specific_price` WHERE id_product = XX LIMIT XX
22 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 `coserwa_attribute` a
            LEFT JOIN `coserwa_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `coserwa_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `coserwa_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN coserwa_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 `coserwa_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `coserwa_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
21 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 `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `coserwa_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)
21 queries
			SELECT `reduction`
			FROM `coserwa_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
21 queries
SELECT pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN coserwa_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
21 queries
SELECT *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_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
21 queries
SELECT *
							FROM `coserwa_product_attribute_lang`
							WHERE `id_product_attribute` = XX
21 queries
SELECT *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `coserwa_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
21 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `coserwa_image` i
             INNER JOIN coserwa_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
21 queries
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `coserwa_product_attribute_image` pai
            LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
            INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE i.`id_product` = XX AND il.`id_lang` = XX ORDER by i.`position`
21 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 `coserwa_product_attribute` pa
             INNER JOIN coserwa_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 `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `coserwa_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;
14 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `coserwa_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
9 queries
SELECT `id_module` FROM `coserwa_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `coserwa_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
6 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `coserwa_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` IN (XX, XX) AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
5 queries
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `coserwa_attribute_group` ag INNER JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `coserwa_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN coserwa_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 coserwa_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `coserwa_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
5 queries
			SELECT cl.`link_rewrite`
			FROM `coserwa_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
3 queries
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_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 coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN coserwa_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 coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_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
3 queries
SELECT *
FROM `coserwa_cms` a
LEFT JOIN `coserwa_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
3 queries
SELECT *
							FROM `coserwa_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
2 queries
SELECT `id_lang` FROM `coserwa_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
SELECT *
FROM `coserwa_country` a
LEFT JOIN `coserwa_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
2 queries
SELECT *
							FROM `coserwa_country_lang`
							WHERE `id_country` = XX
2 queries
		SELECT `id_category`
		FROM `coserwa_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
			SELECT `need_identification_number`
			FROM `coserwa_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
				SELECT tr.*
				FROM `coserwa_tax_rule` tr
				JOIN `coserwa_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT XX FROM `coserwa_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `coserwa_link_block` a
LEFT JOIN `coserwa_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `coserwa_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

349 translation
174 shop
122 product
110 product_attribute
107 product_attribute_shop
86 cart_product
80 product_shop
73 product_attribute_combination
63 stock_available
53 attribute
49 attribute_lang
43 product_attribute_lang
42 specific_price
42 pack
42 image
42 image_lang
29 attribute_group_lang
28 attribute_group
25 category
23 product_lang
21 product_group_reduction_cache
21 image_shop
21 product_attribute_image
17 category_group
15 category_product
14 module
14 category_lang
14 specific_price_priority
11 module_shop
11 product_sale
8 hook
7 category_shop
6 lang
6 country
6 image_type
6 attribute_group_shop
5 meta
5 meta_lang
5 currency
5 attribute_shop
5 layered_indexable_attribute_lang_value
4 shop_url
4 lang_shop
4 currency_shop
4 cart_rule
3 country_lang
3 country_shop
3 hook_alias
3 link_block
3 link_block_shop
3 cms
3 cms_shop
3 cms_lang
2 shop_group
2 configuration
2 hook_module
2 currency_lang
2 group
2 group_shop
2 tax_rule
2 tax_rules_group
2 cart_rule_lang
2 link_block_lang
2 date_range
1 configuration_lang
1 module_group
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 manufacturer
1 manufacturer_shop
1 manufacturer_lang
1 layered_price_index
1 connections
1 page_type
1 page

ObjectModel instances

Name Instances Source
Product 45 /src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 191]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 178]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 176]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 179]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 177]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 667]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 661]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 183]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 181]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 974]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 975]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 979]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 980]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 556]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 195]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 976]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 544]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 977]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 978]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 72]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 192]
/classes/Link.php:114 (__construct) [id: 191]
/classes/Link.php:114 (__construct) [id: 178]
/classes/Link.php:114 (__construct) [id: 176]
/classes/Link.php:114 (__construct) [id: 179]
/classes/Link.php:114 (__construct) [id: 177]
/classes/Link.php:114 (__construct) [id: 667]
/classes/Link.php:114 (__construct) [id: 661]
/classes/Link.php:114 (__construct) [id: 183]
/classes/Link.php:114 (__construct) [id: 181]
/classes/Link.php:114 (__construct) [id: 974]
/classes/Link.php:114 (__construct) [id: 975]
/classes/Link.php:114 (__construct) [id: 979]
/classes/Link.php:114 (__construct) [id: 980]
/classes/Link.php:114 (__construct) [id: 556]
/classes/Link.php:114 (__construct) [id: 195]
/classes/Link.php:114 (__construct) [id: 976]
/classes/Link.php:114 (__construct) [id: 544]
/classes/Link.php:114 (__construct) [id: 977]
/classes/Link.php:114 (__construct) [id: 978]
/classes/Link.php:114 (__construct) [id: 72]
/classes/Link.php:114 (__construct) [id: 192]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 183]
/classes/Link.php:114 (__construct) [id: 72]
/classes/Link.php:114 (__construct) [id: 72]
Combination 21 /classes/Product.php:5645 (__construct) [id: 1497]
/classes/Product.php:5645 (__construct) [id: 475]
/classes/Product.php:5645 (__construct) [id: 463]
/classes/Product.php:5645 (__construct) [id: 481]
/classes/Product.php:5645 (__construct) [id: 469]
/classes/Product.php:5645 (__construct) [id: 1736]
/classes/Product.php:5645 (__construct) [id: 1673]
/classes/Product.php:5645 (__construct) [id: 498]
/classes/Product.php:5645 (__construct) [id: 492]
/classes/Product.php:5645 (__construct) [id: 3686]
/classes/Product.php:5645 (__construct) [id: 3694]
/classes/Product.php:5645 (__construct) [id: 3720]
/classes/Product.php:5645 (__construct) [id: 3726]
/classes/Product.php:5645 (__construct) [id: 1341]
/classes/Product.php:5645 (__construct) [id: 1536]
/classes/Product.php:5645 (__construct) [id: 3695]
/classes/Product.php:5645 (__construct) [id: 1529]
/classes/Product.php:5645 (__construct) [id: 3707]
/classes/Product.php:5645 (__construct) [id: 3714]
/classes/Product.php:5645 (__construct) [id: 21]
/classes/Product.php:5645 (__construct) [id: 1397]
Category 6 /controllers/front/listing/CategoryController.php:87 (__construct) [id: 2]
/classes/Meta.php:364 (__construct) [id: 2]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 2]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Country 6 /config/config.inc.php:154 (__construct) [id: 8]
/classes/controller/FrontController.php:894 (__construct) [id: 21]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/classes/controller/FrontController.php:1702 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
CMS 4 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
Address 4 /classes/shop/Shop.php:487 (__construct) [id: ]
/classes/Product.php:3437 (initialize) [id: ]
/classes/Product.php:3547 (__construct) [id: ]
/classes/Product.php:5697 (__construct) [id: ]
State 2 /classes/controller/FrontController.php:1701 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Language 2 /config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:550 (__construct) [id: 1]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:680 (getCurrencyInstance) [id: 1]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
AddressFormat 2 /classes/controller/FrontController.php:1696 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Shop 1 /config/config.inc.php:122 (initialize) [id: 1]
Risk 1 /classes/controller/FrontController.php:1622 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1619 (__construct) [id: 0]
Group 1 /classes/Cart.php:272 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:425 (__construct) [id: ]
Customer 1 /config/config.inc.php:272 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:562 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/autoload_static.php
9 /vendor/symfony/deprecation-contracts/function.php
10 /vendor/symfony/polyfill-mbstring/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap80.php
12 /vendor/symfony/polyfill-ctype/bootstrap.php
13 /vendor/symfony/polyfill-ctype/bootstrap80.php
14 /vendor/symfony/polyfill-php83/bootstrap.php
15 /vendor/symfony/polyfill-php83/bootstrap81.php
16 /vendor/symfony/var-dumper/Resources/functions/dump.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
18 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
19 /vendor/twig/twig/src/Resources/core.php
20 /vendor/twig/twig/src/Resources/debug.php
21 /vendor/twig/twig/src/Resources/escaper.php
22 /vendor/twig/twig/src/Resources/string_loader.php
23 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
24 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
25 /vendor/symfony/string/Resources/functions.php
26 /vendor/symfony/polyfill-intl-idn/bootstrap.php
27 /vendor/symfony/clock/Resources/now.php
28 /vendor/symfony/polyfill-php80/bootstrap.php
29 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
30 /vendor/jakeasmith/http_build_url/src/http_build_url.php
31 /vendor/symfony/polyfill-intl-icu/bootstrap.php
32 /vendor/ircmaxell/password-compat/lib/password.php
33 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
34 /vendor/symfony/polyfill-php73/bootstrap.php
35 /vendor/symfony/translation/Resources/functions.php
36 /src/Core/Version.php
37 /config/alias.php
38 /vendor/prestashop/autoload/src/PrestashopAutoload.php
39 /vendor/prestashop/autoload/src/LegacyClassLoader.php
40 /vendor/symfony/filesystem/Filesystem.php
41 /vendor/prestashop/autoload/src/Autoloader.php
42 /config/bootstrap.php
43 /src/Core/ContainerBuilder.php
44 /src/Core/Foundation/IoC/Container.php
45 /src/Adapter/ServiceLocator.php
46 /var/cache/prod/appParameters.php
49 /var/cache/prod/class_index.php
50 /classes/controller/Controller.php
52 /classes/ObjectModel.php
53 /src/Core/Foundation/Database/EntityInterface.php
55 /classes/db/Db.php
57 /classes/Hook.php
59 /classes/module/Module.php
60 /src/Core/Module/Legacy/ModuleInterface.php
62 /classes/Tools.php
63 /classes/Context.php
64 /classes/shop/Shop.php
65 /src/Core/Security/PasswordGenerator.php
66 /classes/db/DbPDO.php
67 /classes/AddressFormat.php
68 /classes/Configuration.php
69 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
70 /classes/Validate.php
71 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
72 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
73 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
74 /vendor/symfony/form/AbstractType.php
75 /vendor/symfony/form/FormTypeInterface.php
76 /classes/cache/Cache.php
77 /src/Adapter/EntityMapper.php
78 /classes/db/DbQuery.php
79 /src/Core/Addon/Theme/ThemeManagerBuilder.php
80 /vendor/psr/log/src/NullLogger.php
81 /vendor/psr/log/src/AbstractLogger.php
82 /vendor/psr/log/src/LoggerTrait.php
83 /vendor/psr/log/src/LoggerInterface.php
84 /src/Core/Context/ApiClientContext.php
85 /src/Adapter/Configuration.php
86 /vendor/symfony/http-foundation/ParameterBag.php
87 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
88 /src/Core/ConfigurationInterface.php
89 /src/Core/Addon/Theme/ThemeRepository.php
90 /src/Core/Addon/AddonRepositoryInterface.php
91 /src/Core/Addon/Theme/Theme.php
92 /src/Core/Addon/AddonInterface.php
93 /src/Core/Util/ArrayFinder.php
94 /vendor/symfony/property-access/PropertyAccess.php
95 /vendor/symfony/property-access/PropertyAccessorBuilder.php
96 /vendor/symfony/property-access/PropertyAccessor.php
97 /vendor/symfony/property-access/PropertyAccessorInterface.php
98 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
99 /vendor/symfony/property-info/PropertyListExtractorInterface.php
100 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
101 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
102 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
103 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
104 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
105 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
106 /vendor/symfony/property-info/Type.php
107 /vendor/symfony/string/Inflector/EnglishInflector.php
108 /vendor/symfony/string/Inflector/InflectorInterface.php
109 /vendor/symfony/property-access/PropertyPath.php
110 /vendor/symfony/property-access/PropertyPathInterface.php
111 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
112 /config/defines_uri.inc.php
113 /classes/Language.php
114 /src/Core/Language/LanguageInterface.php
115 /classes/Country.php
116 /classes/PrestaShopCollection.php
117 /classes/shop/ShopGroup.php
118 /classes/Cookie.php
119 /src/Core/Http/CookieOptions.php
120 /classes/PhpEncryption.php
121 /classes/PhpEncryptionEngine.php
122 /vendor/defuse/php-encryption/src/Key.php
123 /vendor/defuse/php-encryption/src/Encoding.php
124 /vendor/defuse/php-encryption/src/Core.php
125 /vendor/defuse/php-encryption/src/Crypto.php
126 /vendor/defuse/php-encryption/src/KeyOrPassword.php
127 /vendor/defuse/php-encryption/src/RuntimeTests.php
128 /vendor/defuse/php-encryption/src/DerivedKeys.php
129 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
130 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
131 /src/Core/Session/SessionHandler.php
132 /src/Core/Session/SessionHandlerInterface.php
133 /vendor/symfony/http-foundation/Session/Session.php
134 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
135 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
136 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
137 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
138 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
139 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
140 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
141 /vendor/symfony/http-foundation/Session/SessionInterface.php
142 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
143 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
144 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
145 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
146 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
147 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
148 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
149 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
150 /config/smarty.config.inc.php
151 /vendor/smarty/smarty/libs/Smarty.class.php
152 /vendor/smarty/smarty/libs/functions.php
153 /vendor/smarty/smarty/libs/Autoloader.php
154 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
155 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
156 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
157 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
158 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
159 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
160 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
161 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
162 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
163 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
164 /override/classes/ImageManager.php
165 /override/classes/Product.php
166 /classes/Product.php
167 /classes/Profile.php
168 /classes/Tab.php
169 /config/smartyfront.config.inc.php
170 /classes/Smarty/SmartyResourceModule.php
171 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
172 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
173 /classes/Smarty/SmartyResourceParent.php
174 /classes/Smarty/SmartyLazyRegister.php
175 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
176 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
177 /classes/Customer.php
178 /classes/Group.php
179 /classes/Link.php
180 /classes/shop/ShopUrl.php
181 /app/FrontKernel.php
182 /app/AppKernel.php
183 /vendor/symfony/http-kernel/Kernel.php
184 /vendor/symfony/config/ConfigCache.php
185 /vendor/symfony/config/ResourceCheckerConfigCache.php
186 /vendor/symfony/config/ConfigCacheInterface.php
187 /vendor/symfony/http-kernel/KernelInterface.php
188 /vendor/symfony/http-kernel/HttpKernelInterface.php
189 /vendor/symfony/http-kernel/RebootableInterface.php
190 /vendor/symfony/http-kernel/TerminableInterface.php
191 /vendor/symfony/dotenv/Dotenv.php
192 /classes/Dispatcher.php
193 /vendor/symfony/http-foundation/Request.php
194 /vendor/symfony/http-foundation/AcceptHeader.php
195 /vendor/symfony/http-foundation/AcceptHeaderItem.php
196 /vendor/symfony/http-foundation/FileBag.php
197 /vendor/symfony/http-foundation/HeaderBag.php
198 /vendor/symfony/http-foundation/HeaderUtils.php
199 /vendor/symfony/http-foundation/InputBag.php
200 /vendor/symfony/http-foundation/ServerBag.php
201 /src/Adapter/SymfonyContainer.php
202 /config/db_slave_server.inc.php
203 /src/Adapter/ContainerBuilder.php
204 /src/Adapter/Environment.php
205 /src/Core/EnvironmentInterface.php
206 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
207 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
208 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
209 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
210 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
211 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
212 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
214 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
215 /vendor/symfony/cache/Adapter/ArrayAdapter.php
216 /vendor/psr/log/src/LoggerAwareTrait.php
217 /vendor/symfony/cache/Adapter/AdapterInterface.php
218 /vendor/symfony/cache/CacheItem.php
219 /vendor/symfony/cache-contracts/ItemInterface.php
220 /vendor/psr/cache/src/CacheItemInterface.php
221 /vendor/psr/cache/src/CacheItemPoolInterface.php
222 /vendor/symfony/cache-contracts/CacheInterface.php
223 /vendor/psr/log/src/LoggerAwareInterface.php
224 /vendor/symfony/cache/ResettableInterface.php
225 /vendor/symfony/service-contracts/ResetInterface.php
226 /vendor/doctrine/orm/src/Tools/Setup.php
227 /vendor/doctrine/deprecations/src/Deprecation.php
228 /vendor/doctrine/orm/src/Configuration.php
229 /vendor/doctrine/dbal/src/Configuration.php
230 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
231 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
232 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
233 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
234 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
235 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
236 /vendor/doctrine/lexer/src/AbstractLexer.php
237 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
238 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
239 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
240 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
241 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
242 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
243 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
244 /vendor/symfony/cache/Adapter/AbstractAdapter.php
245 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
246 /vendor/symfony/cache/Traits/ContractsTrait.php
247 /vendor/symfony/cache-contracts/CacheTrait.php
248 /vendor/psr/cache/src/InvalidArgumentException.php
249 /vendor/psr/cache/src/CacheException.php
250 /vendor/symfony/cache/Traits/FilesystemTrait.php
251 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
252 /vendor/symfony/cache/PruneableInterface.php
253 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
254 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
255 /src/Adapter/Module/Repository/CachedModuleRepository.php
256 /src/Adapter/Module/Repository/ModuleRepository.php
257 /src/Core/Repository/AbstractObjectModelRepository.php
258 /vendor/symfony/cache/LockRegistry.php
259 /vendor/symfony/finder/Finder.php
260 /vendor/symfony/finder/Iterator/FileTypeFilterIterator.php
261 /vendor/symfony/finder/Comparator/NumberComparator.php
262 /vendor/symfony/finder/Comparator/Comparator.php
263 /vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php
264 /vendor/symfony/finder/SplFileInfo.php
265 /vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php
266 /vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php
267 /vendor/symfony/finder/Iterator/PathFilterIterator.php
268 /vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php
269 /modules/autoupgrade/vendor/autoload.php
270 /modules/autoupgrade/vendor/composer/autoload_real.php
271 /modules/autoupgrade/vendor/composer/autoload_static.php
272 /modules/autoupgrade/vendor/symfony/polyfill-php72/bootstrap.php
273 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
274 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
275 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
276 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
277 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
278 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
279 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
280 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
281 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
282 /modules/statssearch/vendor/autoload.php
283 /modules/statssearch/vendor/composer/autoload_real.php
284 /modules/statssearch/vendor/composer/platform_check.php
285 /modules/statssearch/vendor/composer/autoload_static.php
286 /modules/ps_advertising/vendor/autoload.php
287 /modules/ps_advertising/vendor/composer/autoload_real.php
288 /modules/ps_advertising/vendor/composer/autoload_static.php
289 /modules/ps_emailsubscription/vendor/autoload.php
290 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
291 /modules/ps_emailsubscription/vendor/composer/platform_check.php
292 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
293 /modules/statscarrier/vendor/autoload.php
294 /modules/statscarrier/vendor/composer/autoload_real.php
295 /modules/statscarrier/vendor/composer/platform_check.php
296 /modules/statscarrier/vendor/composer/autoload_static.php
297 /modules/gridhtml/vendor/autoload.php
298 /modules/gridhtml/vendor/composer/autoload_real.php
299 /modules/gridhtml/vendor/composer/autoload_static.php
300 /modules/psaddonsconnect/vendor/autoload.php
301 /modules/psaddonsconnect/vendor/composer/autoload_real.php
302 /modules/psaddonsconnect/vendor/composer/autoload_static.php
303 /modules/psaddonsconnect/vendor/react/promise/src/functions_include.php
304 /modules/psaddonsconnect/vendor/react/promise/src/functions.php
305 /modules/statsbestproducts/vendor/autoload.php
306 /modules/statsbestproducts/vendor/composer/autoload_real.php
307 /modules/statsbestproducts/vendor/composer/platform_check.php
308 /modules/statsbestproducts/vendor/composer/autoload_static.php
309 /modules/ps_facetedsearch/vendor/autoload.php
310 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
311 /modules/ps_facetedsearch/vendor/composer/platform_check.php
312 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
313 /modules/ps_eventbus/vendor/autoload.php
314 /modules/ps_eventbus/vendor/composer/autoload_real.php
315 /modules/ps_eventbus/vendor/composer/autoload_static.php
316 /modules/ps_wirepayment/vendor/autoload.php
317 /modules/ps_wirepayment/vendor/composer/autoload_real.php
318 /modules/ps_wirepayment/vendor/composer/platform_check.php
319 /modules/ps_wirepayment/vendor/composer/autoload_static.php
320 /modules/gsitemap/vendor/autoload.php
321 /modules/gsitemap/vendor/composer/autoload_real.php
322 /modules/gsitemap/vendor/composer/platform_check.php
323 /modules/gsitemap/vendor/composer/autoload_static.php
324 /modules/statsbestvouchers/vendor/autoload.php
325 /modules/statsbestvouchers/vendor/composer/autoload_real.php
326 /modules/statsbestvouchers/vendor/composer/platform_check.php
327 /modules/statsbestvouchers/vendor/composer/autoload_static.php
328 /modules/dashgoals/vendor/autoload.php
329 /modules/dashgoals/vendor/composer/autoload_real.php
330 /modules/dashgoals/vendor/composer/autoload_static.php
331 /modules/ps_featuredproducts/vendor/autoload.php
332 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
333 /modules/ps_featuredproducts/vendor/composer/platform_check.php
334 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
335 /modules/newsletter/vendor/autoload.php
336 /modules/newsletter/vendor/composer/autoload_real.php
337 /modules/newsletter/vendor/composer/autoload_static.php
338 /modules/ps_sharebuttons/vendor/autoload.php
339 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
340 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
341 /modules/ps_banner/vendor/autoload.php
342 /modules/ps_banner/vendor/composer/autoload_real.php
343 /modules/ps_banner/vendor/composer/autoload_static.php
344 /modules/statsproduct/vendor/autoload.php
345 /modules/statsproduct/vendor/composer/autoload_real.php
346 /modules/statsproduct/vendor/composer/platform_check.php
347 /modules/statsproduct/vendor/composer/autoload_static.php
348 /modules/ps_categorytree/vendor/autoload.php
349 /modules/ps_categorytree/vendor/composer/autoload_real.php
350 /modules/ps_categorytree/vendor/composer/platform_check.php
351 /modules/ps_categorytree/vendor/composer/autoload_static.php
352 /modules/ps_mainmenu/vendor/autoload.php
353 /modules/ps_mainmenu/vendor/composer/autoload_real.php
354 /modules/ps_mainmenu/vendor/composer/platform_check.php
355 /modules/ps_mainmenu/vendor/composer/autoload_static.php
356 /modules/ps_bestsellers/vendor/autoload.php
357 /modules/ps_bestsellers/vendor/composer/autoload_real.php
358 /modules/ps_bestsellers/vendor/composer/autoload_static.php
359 /modules/statspersonalinfos/vendor/autoload.php
360 /modules/statspersonalinfos/vendor/composer/autoload_real.php
361 /modules/statspersonalinfos/vendor/composer/platform_check.php
362 /modules/statspersonalinfos/vendor/composer/autoload_static.php
363 /modules/dashtrends/vendor/autoload.php
364 /modules/dashtrends/vendor/composer/autoload_real.php
365 /modules/dashtrends/vendor/composer/autoload_static.php
366 /modules/dashactivity/vendor/autoload.php
367 /modules/dashactivity/vendor/composer/autoload_real.php
368 /modules/dashactivity/vendor/composer/autoload_static.php
369 /modules/statsforecast/vendor/autoload.php
370 /modules/statsforecast/vendor/composer/autoload_real.php
371 /modules/statsforecast/vendor/composer/platform_check.php
372 /modules/statsforecast/vendor/composer/autoload_static.php
373 /modules/ps_themecusto/vendor/autoload.php
374 /modules/ps_themecusto/vendor/composer/autoload_real.php
375 /modules/ps_themecusto/vendor/composer/autoload_static.php
376 /modules/ps_categoryproducts/vendor/autoload.php
377 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
378 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
379 /modules/paypal/vendor/autoload.php
380 /modules/paypal/vendor/composer/autoload_real.php
381 /modules/paypal/vendor/composer/autoload_static.php
382 /modules/statscheckup/vendor/autoload.php
383 /modules/statscheckup/vendor/composer/autoload_real.php
384 /modules/statscheckup/vendor/composer/autoload_static.php
385 /modules/ps_linklist/vendor/autoload.php
386 /modules/ps_linklist/vendor/composer/autoload_real.php
387 /modules/ps_linklist/vendor/composer/autoload_static.php
388 /modules/productcomments/vendor/autoload.php
389 /modules/productcomments/vendor/composer/autoload_real.php
390 /modules/productcomments/vendor/composer/platform_check.php
391 /modules/productcomments/vendor/composer/autoload_static.php
392 /modules/statsdata/vendor/autoload.php
393 /modules/statsdata/vendor/composer/autoload_real.php
394 /modules/statsdata/vendor/composer/autoload_static.php
395 /modules/statscatalog/vendor/autoload.php
396 /modules/statscatalog/vendor/composer/autoload_real.php
397 /modules/statscatalog/vendor/composer/platform_check.php
398 /modules/statscatalog/vendor/composer/autoload_static.php
399 /modules/contactform/vendor/autoload.php
400 /modules/contactform/vendor/composer/autoload_real.php
401 /modules/contactform/vendor/composer/autoload_static.php
402 /modules/eicaptcha/vendor/autoload.php
403 /modules/eicaptcha/vendor/composer/autoload_real.php
404 /modules/eicaptcha/vendor/composer/platform_check.php
405 /modules/eicaptcha/vendor/composer/autoload_static.php
406 /modules/ps_specials/vendor/autoload.php
407 /modules/ps_specials/vendor/composer/autoload_real.php
408 /modules/ps_specials/vendor/composer/autoload_static.php
409 /modules/ps_socialfollow/vendor/autoload.php
410 /modules/ps_socialfollow/vendor/composer/autoload_real.php
411 /modules/ps_socialfollow/vendor/composer/platform_check.php
412 /modules/ps_socialfollow/vendor/composer/autoload_static.php
413 /modules/dashproducts/vendor/autoload.php
414 /modules/dashproducts/vendor/composer/autoload_real.php
415 /modules/dashproducts/vendor/composer/platform_check.php
416 /modules/dashproducts/vendor/composer/autoload_static.php
417 /modules/statsnewsletter/vendor/autoload.php
418 /modules/statsnewsletter/vendor/composer/autoload_real.php
419 /modules/statsnewsletter/vendor/composer/platform_check.php
420 /modules/statsnewsletter/vendor/composer/autoload_static.php
421 /modules/pagesnotfound/vendor/autoload.php
422 /modules/pagesnotfound/vendor/composer/autoload_real.php
423 /modules/pagesnotfound/vendor/composer/platform_check.php
424 /modules/pagesnotfound/vendor/composer/autoload_static.php
425 /modules/ps_customtext/vendor/autoload.php
426 /modules/ps_customtext/vendor/composer/autoload_real.php
427 /modules/ps_customtext/vendor/composer/platform_check.php
428 /modules/ps_customtext/vendor/composer/autoload_static.php
429 /modules/statsregistrations/vendor/autoload.php
430 /modules/statsregistrations/vendor/composer/autoload_real.php
431 /modules/statsregistrations/vendor/composer/platform_check.php
432 /modules/statsregistrations/vendor/composer/autoload_static.php
433 /modules/statsstock/vendor/autoload.php
434 /modules/statsstock/vendor/composer/autoload_real.php
435 /modules/statsstock/vendor/composer/autoload_static.php
436 /modules/statsbestsuppliers/vendor/autoload.php
437 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
438 /modules/statsbestsuppliers/vendor/composer/platform_check.php
439 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
440 /modules/ps_contactinfo/vendor/autoload.php
441 /modules/ps_contactinfo/vendor/composer/autoload_real.php
442 /modules/ps_contactinfo/vendor/composer/autoload_static.php
443 /modules/statsbestcategories/vendor/autoload.php
444 /modules/statsbestcategories/vendor/composer/autoload_real.php
445 /modules/statsbestcategories/vendor/composer/platform_check.php
446 /modules/statsbestcategories/vendor/composer/autoload_static.php
447 /modules/ps_newproducts/vendor/autoload.php
448 /modules/ps_newproducts/vendor/composer/autoload_real.php
449 /modules/ps_newproducts/vendor/composer/platform_check.php
450 /modules/ps_newproducts/vendor/composer/autoload_static.php
451 /modules/mondialrelay/vendor/autoload.php
452 /modules/mondialrelay/vendor/composer/autoload_real.php
453 /modules/mondialrelay/vendor/composer/platform_check.php
454 /modules/mondialrelay/vendor/composer/autoload_static.php
455 /modules/psgdpr/vendor/autoload.php
456 /modules/psgdpr/vendor/composer/autoload_real.php
457 /modules/psgdpr/vendor/composer/autoload_static.php
458 /modules/ps_languageselector/vendor/autoload.php
459 /modules/ps_languageselector/vendor/composer/autoload_real.php
460 /modules/ps_languageselector/vendor/composer/autoload_static.php
461 /modules/dpdfrance/vendor/autoload.php
462 /modules/dpdfrance/vendor/composer/autoload_real.php
463 /modules/dpdfrance/vendor/composer/platform_check.php
464 /modules/dpdfrance/vendor/composer/autoload_static.php
465 /modules/ps_buybuttonlite/vendor/autoload.php
466 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
467 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
468 /modules/ps_shoppingcart/vendor/autoload.php
469 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
470 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
471 /modules/statslive/vendor/autoload.php
472 /modules/statslive/vendor/composer/autoload_real.php
473 /modules/statslive/vendor/composer/autoload_static.php
474 /modules/ps_accounts/vendor/autoload.php
475 /modules/ps_accounts/vendor/composer/autoload_real.php
476 /modules/ps_accounts/vendor/composer/platform_check.php
477 /modules/ps_accounts/vendor/composer/autoload_static.php
478 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
479 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
480 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
481 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
482 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
483 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
484 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
485 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
486 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
487 /modules/ps_customeraccountlinks/vendor/autoload.php
488 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
489 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
490 /modules/statssales/vendor/autoload.php
491 /modules/statssales/vendor/composer/autoload_real.php
492 /modules/statssales/vendor/composer/platform_check.php
493 /modules/statssales/vendor/composer/autoload_static.php
494 /modules/statsbestcustomers/vendor/autoload.php
495 /modules/statsbestcustomers/vendor/composer/autoload_real.php
496 /modules/statsbestcustomers/vendor/composer/platform_check.php
497 /modules/statsbestcustomers/vendor/composer/autoload_static.php
498 /modules/ps_emailalerts/vendor/autoload.php
499 /modules/ps_emailalerts/vendor/composer/autoload_real.php
500 /modules/ps_emailalerts/vendor/composer/autoload_static.php
501 /modules/ps_searchbar/vendor/autoload.php
502 /modules/ps_searchbar/vendor/composer/autoload_real.php
503 /modules/ps_searchbar/vendor/composer/autoload_static.php
504 /modules/ps_currencyselector/vendor/autoload.php
505 /modules/ps_currencyselector/vendor/composer/autoload_real.php
506 /modules/ps_currencyselector/vendor/composer/autoload_static.php
507 /modules/graphnvd3/vendor/autoload.php
508 /modules/graphnvd3/vendor/composer/autoload_real.php
509 /modules/graphnvd3/vendor/composer/autoload_static.php
510 /modules/ps_googleanalytics/vendor/autoload.php
511 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
512 /modules/ps_googleanalytics/vendor/composer/platform_check.php
513 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
514 /modules/cronjobs/vendor/autoload.php
515 /modules/cronjobs/vendor/composer/autoload_real.php
516 /modules/cronjobs/vendor/composer/autoload_static.php
517 /modules/ps_checkpayment/vendor/autoload.php
518 /modules/ps_checkpayment/vendor/composer/autoload_real.php
519 /modules/ps_checkpayment/vendor/composer/autoload_static.php
520 /modules/ps_imageslider/vendor/autoload.php
521 /modules/ps_imageslider/vendor/composer/autoload_real.php
522 /modules/ps_imageslider/vendor/composer/platform_check.php
523 /modules/ps_imageslider/vendor/composer/autoload_static.php
524 /modules/ps_distributionapiclient/vendor/autoload.php
525 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
526 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
527 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
528 /modules/ps_customersignin/vendor/autoload.php
529 /modules/ps_customersignin/vendor/composer/autoload_real.php
530 /modules/ps_customersignin/vendor/composer/autoload_static.php
531 /src/Adapter/Container/LegacyContainerBuilder.php
532 /vendor/symfony/dependency-injection/ContainerBuilder.php
533 /vendor/symfony/dependency-injection/Container.php
534 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
535 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
536 /vendor/symfony/dependency-injection/ServiceLocator.php
537 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
538 /vendor/psr/container/src/ContainerExceptionInterface.php
539 /vendor/psr/container/src/NotFoundExceptionInterface.php
540 /vendor/symfony/service-contracts/ServiceProviderInterface.php
541 /vendor/psr/container/src/ContainerInterface.php
542 /vendor/symfony/dependency-injection/ContainerInterface.php
543 /vendor/symfony/dependency-injection/TaggedContainerInterface.php
544 /src/Adapter/Container/LegacyContainerInterface.php
545 /vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php
546 /vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php
547 /vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php
548 /vendor/symfony/config/Resource/ResourceInterface.php
549 /vendor/symfony/dependency-injection/Definition.php
550 /vendor/symfony/config/Resource/FileResource.php
551 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
552 /src/PrestaShopBundle/DependencyInjection/Compiler/LoadServicesFromModulesPass.php
553 /vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php
554 /vendor/symfony/dependency-injection/Compiler/PassConfig.php
555 /src/PrestaShopBundle/PrestaShopBundle.php
556 /vendor/symfony/http-kernel/Bundle/Bundle.php
557 /vendor/symfony/http-kernel/Bundle/BundleInterface.php
558 /vendor/symfony/dependency-injection/Compiler/Compiler.php
559 /vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
560 /vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php
561 /vendor/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php
562 /vendor/symfony/dependency-injection/Compiler/AutowireAsDecoratorPass.php
563 /vendor/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php
564 /vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
565 /vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php
566 /vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php
567 /vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php
568 /vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php
569 /vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php
570 /vendor/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php
571 /vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php
572 /vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php
573 /vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php
574 /vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php
575 /vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php
576 /vendor/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php
577 /vendor/symfony/dependency-injection/Compiler/AutowireRequiredPropertiesPass.php
578 /vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php
579 /vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php
580 /vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php
581 /vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php
582 /vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php
583 /vendor/symfony/dependency-injection/Compiler/AutowirePass.php
584 /vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php
585 /vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php
586 /vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php
587 /vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php
588 /vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
589 /vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php
590 /vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php
591 /vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php
592 /vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php
593 /vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php
594 /vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php
595 /vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php
596 /vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
597 /vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php
598 /vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php
599 /vendor/symfony/dependency-injection/Compiler/ResolveHotPathPass.php
600 /vendor/symfony/dependency-injection/Compiler/ResolveNoPreloadPass.php
601 /vendor/symfony/dependency-injection/Compiler/AliasDeprecatedPublicServicesPass.php
602 /vendor/symfony/dependency-injection/Compiler/RemoveBuildParametersPass.php
603 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php
604 /vendor/symfony/config/Resource/ComposerResource.php
605 /classes/container/LegacyCompilerPass.php
606 /src/Adapter/Container/ContainerParametersExtension.php
607 /src/Adapter/Container/ContainerBuilderExtensionInterface.php
608 /src/Adapter/Container/DoctrineBuilderExtension.php
609 /app/config/set_parameters.php
610 /app/config/parameters.php
611 /vendor/symfony/config/FileLocator.php
612 /vendor/symfony/config/FileLocatorInterface.php
613 /src/PrestaShopBundle/DependencyInjection/Config/ConfigYamlLoader.php
614 /vendor/symfony/config/Loader/FileLoader.php
615 /vendor/symfony/config/Loader/Loader.php
616 /vendor/symfony/config/Loader/LoaderInterface.php
617 /vendor/symfony/yaml/Yaml.php
618 /vendor/symfony/yaml/Parser.php
619 /vendor/symfony/yaml/Inline.php
620 /vendor/symfony/yaml/Unescaper.php
621 /vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php
622 /vendor/symfony/doctrine-bridge/DependencyInjection/AbstractDoctrineExtension.php
623 /vendor/symfony/http-kernel/DependencyInjection/Extension.php
624 /vendor/symfony/dependency-injection/Extension/Extension.php
625 /vendor/symfony/dependency-injection/Extension/ExtensionInterface.php
626 /vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php
627 /src/PrestaShopBundle/DependencyInjection/Compiler/ModulesDoctrineCompilerPass.php
628 /vendor/symfony/dependency-injection/Loader/YamlFileLoader.php
629 /vendor/symfony/dependency-injection/Loader/FileLoader.php
630 /vendor/symfony/yaml/Tag/TaggedValue.php
631 /vendor/symfony/dependency-injection/Reference.php
632 /vendor/symfony/dependency-injection/Alias.php
633 /vendor/symfony/expression-language/Expression.php
634 /vendor/symfony/dependency-injection/ChildDefinition.php
635 /vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php
636 /vendor/symfony/dependency-injection/Argument/IteratorArgument.php
637 /vendor/symfony/dependency-injection/Argument/ArgumentInterface.php
638 /vendor/symfony/config/Definition/BaseNode.php
639 /vendor/symfony/config/Definition/NodeInterface.php
640 /vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php
641 /vendor/symfony/config/Definition/ConfigurationInterface.php
642 /vendor/symfony/config/Definition/Processor.php
643 /vendor/symfony/config/Definition/Builder/TreeBuilder.php
644 /vendor/symfony/config/Definition/Builder/NodeParentInterface.php
645 /vendor/symfony/config/Definition/Builder/NodeBuilder.php
646 /vendor/symfony/config/Definition/Builder/ArrayNodeDefinition.php
647 /vendor/symfony/config/Definition/Builder/NodeDefinition.php
648 /vendor/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php
649 /vendor/symfony/config/Definition/Builder/BuilderAwareInterface.php
650 /vendor/symfony/config/Definition/Builder/NormalizationBuilder.php
651 /vendor/symfony/config/Definition/Builder/ExprBuilder.php
652 /vendor/symfony/config/Definition/Builder/ScalarNodeDefinition.php
653 /vendor/symfony/config/Definition/Builder/VariableNodeDefinition.php
654 /vendor/symfony/config/Definition/ScalarNode.php
655 /vendor/symfony/config/Definition/VariableNode.php
656 /vendor/symfony/config/Definition/PrototypeNodeInterface.php
657 /vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php
658 /vendor/symfony/config/Definition/BooleanNode.php
659 /vendor/symfony/config/Definition/Builder/ValidationBuilder.php
660 /vendor/doctrine/dbal/src/Connection.php
661 /vendor/doctrine/dbal/src/ArrayParameterType.php
662 /vendor/doctrine/dbal/src/ParameterType.php
663 /vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php
664 /vendor/symfony/config/Definition/Builder/NumericNodeDefinition.php
665 /vendor/symfony/config/Definition/IntegerNode.php
666 /vendor/symfony/config/Definition/NumericNode.php
667 /vendor/symfony/config/Definition/ArrayNode.php
668 /vendor/symfony/config/Definition/PrototypedArrayNode.php
669 /vendor/doctrine/orm/src/EntityManager.php
670 /vendor/doctrine/orm/src/EntityManagerInterface.php
671 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
672 /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php
673 /vendor/symfony/dependency-injection/Loader/XmlFileLoader.php
674 /vendor/symfony/config/Util/XmlUtils.php
675 /vendor/symfony/dependency-injection/Argument/BoundArgument.php
676 /vendor/symfony/dependency-injection/Attribute/Target.php
677 /vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php
678 /vendor/doctrine/dbal/src/Logging/Middleware.php
679 /vendor/doctrine/dbal/src/Driver/Middleware.php
680 /vendor/symfony/messenger/MessageBusInterface.php
681 /vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php
682 /vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php
683 /vendor/symfony/messenger/Middleware/MiddlewareInterface.php
684 /vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php
685 /vendor/symfony/event-dispatcher/EventSubscriberInterface.php
686 /vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php
687 /vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaListener.php
688 /vendor/symfony/doctrine-bridge/SchemaListener/AbstractSchemaListener.php
689 /vendor/doctrine/event-manager/src/EventSubscriber.php
690 /vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php
691 /vendor/symfony/messenger/Transport/TransportFactoryInterface.php
692 /vendor/doctrine/orm/src/UnitOfWork.php
693 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
694 /vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php
695 /vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaListener.php
696 /vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php
697 /vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaListener.php
698 /vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php
699 /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php
700 /vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php
701 /vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php
702 /vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php
703 /vendor/symfony/console/Command/Command.php
704 /vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php
705 /vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php
706 /vendor/doctrine/orm/src/Tools/Export/ClassMetadataExporter.php
707 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php
708 /vendor/symfony/property-info/PropertyInfoExtractorInterface.php
709 /vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php
710 /vendor/symfony/validator/Mapping/Loader/LoaderInterface.php
711 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php
712 /vendor/symfony/config/Loader/LoaderResolver.php
713 /vendor/symfony/config/Loader/LoaderResolverInterface.php
714 /vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
715 /vendor/symfony/config/Resource/ClassExistenceResource.php
716 /src/Core/FeatureFlag/FeatureFlagManager.php
717 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
718 /vendor/symfony/config/Resource/ReflectionClassResource.php
719 /vendor/symfony/dependency-injection/Attribute/Autoconfigure.php
720 /src/Core/FeatureFlag/Layer/EnvLayer.php
721 /src/Core/FeatureFlag/TypeLayerInterface.php
722 /src/Core/FeatureFlag/Layer/DbLayer.php
723 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
724 /src/Core/FeatureFlag/Layer/QueryLayer.php
725 /src/Adapter/Country/CountryDataProvider.php
726 /vendor/symfony/dependency-injection/Attribute/AsDecorator.php
727 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
728 /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
729 /vendor/symfony/dependency-injection/EnvVarProcessor.php
730 /vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php
731 /vendor/symfony/finder/Iterator/FilenameFilterIterator.php
732 /vendor/symfony/finder/Glob.php
733 /src/Core/Util/Inflector.php
734 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
735 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
736 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
737 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
738 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
739 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
740 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
741 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
742 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
743 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
744 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
745 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
746 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
747 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
748 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
749 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
750 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
751 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
752 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
753 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
754 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php
755 /vendor/symfony/doctrine-bridge/DependencyInjection/CompilerPass/RegisterMappingsPass.php
756 /vendor/symfony/config/Resource/DirectoryResource.php
757 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
758 /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php
759 /vendor/doctrine/orm/src/Mapping/NamingStrategy.php
760 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
761 /vendor/symfony/var-exporter/ProxyHelper.php
762 /vendor/symfony/dependency-injection/Attribute/Autowire.php
763 /vendor/symfony/dependency-injection/Attribute/TaggedLocator.php
764 /vendor/symfony/dependency-injection/Attribute/AutowireLocator.php
765 /vendor/symfony/dependency-injection/Argument/ServiceLocatorArgument.php
766 /vendor/symfony/dependency-injection/TypedReference.php
767 /src/Core/FeatureFlag/FeatureFlagSettings.php
768 /vendor/symfony/dependency-injection/Exception/RuntimeException.php
769 /vendor/symfony/dependency-injection/Exception/ExceptionInterface.php
770 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php
771 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php
772 /vendor/symfony/dependency-injection/ExpressionLanguage.php
773 /vendor/symfony/expression-language/ExpressionLanguage.php
774 /vendor/symfony/expression-language/ParsedExpression.php
775 /vendor/symfony/dependency-injection/ExpressionLanguageProvider.php
776 /vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php
777 /vendor/symfony/expression-language/ExpressionFunction.php
778 /vendor/symfony/expression-language/Compiler.php
779 /vendor/symfony/expression-language/Parser.php
780 /vendor/symfony/expression-language/Lexer.php
781 /vendor/symfony/expression-language/Token.php
782 /vendor/symfony/expression-language/TokenStream.php
783 /vendor/symfony/expression-language/Node/FunctionNode.php
784 /vendor/symfony/expression-language/Node/Node.php
785 /vendor/symfony/expression-language/Node/ConstantNode.php
786 /vendor/symfony/expression-language/Node/ArgumentsNode.php
787 /vendor/symfony/expression-language/Node/ArrayNode.php
788 /vendor/symfony/expression-language/Node/GetAttrNode.php
789 /vendor/symfony/expression-language/Node/ConditionalNode.php
790 /vendor/symfony/expression-language/Node/BinaryNode.php
791 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
792 /vendor/doctrine/orm/src/EntityRepository.php
793 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
794 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
795 /vendor/symfony/http-foundation/RequestStack.php
796 /vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php
797 /src/Adapter/Doctrine/FrontDoctrineProxyWarmer.php
798 /vendor/doctrine/doctrine-bundle/Registry.php
799 /vendor/symfony/doctrine-bridge/ManagerRegistry.php
800 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
801 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
802 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
803 /vendor/symfony/dependency-injection/LazyProxy/Instantiator/LazyServiceInstantiator.php
804 /vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php
805 /vendor/symfony/dependency-injection/LazyProxy/PhpDumper/LazyServiceDumper.php
806 /vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php
807 /vendor/symfony/var-exporter/Internal/Hydrator.php
808 /vendor/symfony/var-exporter/LazyProxyTrait.php
809 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
810 /vendor/symfony/var-exporter/VarExporter.php
811 /vendor/symfony/var-exporter/Internal/Exporter.php
812 /vendor/symfony/var-exporter/LazyObjectInterface.php
813 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
814 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
815 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
816 /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php
817 /vendor/doctrine/event-manager/src/EventManager.php
818 /vendor/doctrine/dbal/src/DriverManager.php
819 /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
820 /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php
821 /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php
822 /vendor/doctrine/dbal/src/Driver.php
823 /src/PrestaShopBundle/Doctrine/DatabaseConnection.php
824 /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php
825 /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php
826 /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php
827 /vendor/doctrine/dbal/src/Driver/PDO/Connection.php
828 /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
829 /vendor/doctrine/dbal/src/Driver/Connection.php
830 /vendor/doctrine/dbal/src/Events.php
831 /vendor/doctrine/dbal/src/Platforms/MySQL80Platform.php
832 /vendor/doctrine/dbal/src/Platforms/MySQL57Platform.php
833 /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php
834 /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
835 /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php
836 /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php
837 /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php
838 /vendor/doctrine/dbal/src/Types/Types.php
839 /vendor/doctrine/dbal/src/Types/Type.php
840 /vendor/doctrine/dbal/src/Types/ArrayType.php
841 /vendor/doctrine/dbal/src/Types/AsciiStringType.php
842 /vendor/doctrine/dbal/src/Types/StringType.php
843 /vendor/doctrine/dbal/src/Types/BigIntType.php
844 /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php
845 /vendor/doctrine/dbal/src/Types/BinaryType.php
846 /vendor/doctrine/dbal/src/Types/BlobType.php
847 /vendor/doctrine/dbal/src/Types/BooleanType.php
848 /vendor/doctrine/dbal/src/Types/DateType.php
849 /vendor/doctrine/dbal/src/Types/DateImmutableType.php
850 /vendor/doctrine/dbal/src/Types/DateIntervalType.php
851 /vendor/doctrine/dbal/src/Types/DateTimeType.php
852 /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php
853 /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php
854 /vendor/doctrine/dbal/src/Types/DateTimeTzType.php
855 /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php
856 /vendor/doctrine/dbal/src/Types/DecimalType.php
857 /vendor/doctrine/dbal/src/Types/FloatType.php
858 /vendor/doctrine/dbal/src/Types/GuidType.php
859 /vendor/doctrine/dbal/src/Types/IntegerType.php
860 /vendor/doctrine/dbal/src/Types/JsonType.php
861 /vendor/doctrine/dbal/src/Types/ObjectType.php
862 /vendor/doctrine/dbal/src/Types/SimpleArrayType.php
863 /vendor/doctrine/dbal/src/Types/SmallIntType.php
864 /vendor/doctrine/dbal/src/Types/TextType.php
865 /vendor/doctrine/dbal/src/Types/TimeType.php
866 /vendor/doctrine/dbal/src/Types/TimeImmutableType.php
867 /vendor/doctrine/dbal/src/Types/TypeRegistry.php
868 /src/PrestaShopBundle/DependencyInjection/CacheAdapterFactory.php
869 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
870 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
871 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
872 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
873 /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php
874 /vendor/doctrine/orm/src/Internal/SQLResultCasing.php
875 /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php
876 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
877 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
878 /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php
879 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
880 /vendor/doctrine/orm/src/Repository/RepositoryFactory.php
881 /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php
882 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
883 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
884 /vendor/doctrine/orm/src/Mapping/ClassMetadata.php
885 /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php
886 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
887 /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php
888 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
889 /vendor/doctrine/orm/src/Event/ListenersInvoker.php
890 /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php
891 /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php
892 /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php
893 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
894 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
895 /vendor/doctrine/orm/src/Proxy/ProxyFactory.php
896 /vendor/doctrine/common/src/Proxy/ProxyGenerator.php
897 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
898 /src/PrestaShopBundle/Entity/AdminFilter.php
899 /src/PrestaShopBundle/Entity/ApiClient.php
900 /vendor/symfony/security-core/User/UserInterface.php
901 /vendor/symfony/security-core/User/PasswordAuthenticatedUserInterface.php
902 /src/PrestaShopBundle/Entity/Lang.php
903 /src/PrestaShopBundle/Entity/ProductIdentity.php
904 /src/PrestaShopBundle/Entity/Mutation.php
905 /src/PrestaShopBundle/Entity/TabLang.php
906 /src/PrestaShopBundle/Entity/Repository/LogRepository.php
907 /src/Core/Repository/RepositoryInterface.php
908 /src/PrestaShopBundle/Entity/Repository/AttributeLangRepository.php
909 /src/PrestaShopBundle/Entity/Repository/StockManagementRepository.php
910 /src/PrestaShopBundle/Entity/Repository/NormalizeFieldTrait.php
911 /src/PrestaShopBundle/Entity/Repository/ShopRepository.php
912 /src/PrestaShopBundle/Entity/Repository/CategoryRepository.php
913 /src/PrestaShopBundle/Entity/Repository/TabLangRepository.php
914 /src/PrestaShopBundle/Entity/Repository/SupplierRepository.php
915 /src/PrestaShopBundle/Entity/Repository/ModuleRepository.php
916 /src/PrestaShopBundle/Entity/Repository/AttributeGroupRepository.php
917 /src/PrestaShopBundle/Entity/Repository/ImageTypeRepository.php
918 /src/PrestaShopBundle/Entity/Repository/OrderInvoiceRepository.php
919 /src/PrestaShopBundle/Entity/Repository/TimezoneRepository.php
920 /src/PrestaShopBundle/Entity/Repository/ApiClientRepository.php
921 /src/PrestaShopBundle/Entity/Repository/StockRepository.php
922 /src/PrestaShopBundle/Entity/Repository/EmployeeRepository.php
923 /src/PrestaShopBundle/Entity/Repository/LangRepository.php
924 /src/Core/Language/LanguageRepositoryInterface.php
925 /src/PrestaShopBundle/Entity/Repository/MutationRepository.php
926 /src/PrestaShopBundle/Entity/Repository/RequestSqlRepository.php
927 /src/PrestaShopBundle/Entity/Repository/FeatureAttributeRepository.php
928 /src/PrestaShopBundle/Entity/Repository/ManufacturerRepository.php
929 /src/PrestaShopBundle/Entity/Repository/AdminFilterRepository.php
930 /src/PrestaShopBundle/Entity/Repository/AttributeRepository.php
931 /src/PrestaShopBundle/Entity/Repository/AttributeGroupLangRepository.php
932 /src/PrestaShopBundle/Entity/Repository/ImportMatchRepository.php
933 /src/PrestaShopBundle/Entity/Repository/ShopGroupRepository.php
934 /src/PrestaShopBundle/Entity/Repository/TranslationRepository.php
935 /src/Core/Translation/TranslationRepositoryInterface.php
936 /src/PrestaShopBundle/Entity/Repository/StockMovementRepository.php
937 /src/PrestaShopBundle/Entity/Repository/TabRepository.php
938 /src/PrestaShopBundle/Entity/AttributeGroup.php
939 /src/PrestaShopBundle/Entity/FeatureFlag.php
940 /src/PrestaShopBundle/Entity/ModuleHistory.php
941 /src/PrestaShopBundle/Entity/ShopUrl.php
942 /src/PrestaShopBundle/Entity/ProductDownload.php
943 /src/PrestaShopBundle/Entity/AttributeLang.php
944 /src/PrestaShopBundle/Entity/ImageType.php
945 /src/PrestaShopBundle/Entity/MutationAction.php
946 /src/PrestaShopBundle/Entity/MutatorType.php
947 /src/PrestaShopBundle/Entity/ShopGroup.php
948 /src/PrestaShopBundle/Entity/AttributeGroupLang.php
949 /src/PrestaShopBundle/Entity/StockMvt.php
950 /src/PrestaShopBundle/Entity/Translation.php
951 /src/PrestaShopBundle/Entity/Shop.php
952 /src/PrestaShopBundle/Entity/Attribute.php
953 /src/PrestaShopBundle/Entity/Tab.php
954 /src/PrestaShopBundle/Entity/Employee/AuthorizationRole.php
955 /src/PrestaShopBundle/Entity/Employee/Employee.php
956 /vendor/symfony/security-core/User/EquatableInterface.php
957 /src/PrestaShopBundle/Security/Admin/SessionEmployeeInterface.php
958 /src/PrestaShopBundle/Entity/Employee/EmployeeSession.php
959 /src/PrestaShopBundle/Entity/Employee/Profile.php
960 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
961 /vendor/doctrine/lexer/src/Token.php
962 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
963 /vendor/doctrine/orm/src/Mapping/Table.php
964 /vendor/doctrine/orm/src/Mapping/MappingAttribute.php
965 /vendor/doctrine/orm/src/Mapping/Annotation.php
966 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
967 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
968 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
969 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
970 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
971 /vendor/doctrine/orm/src/Mapping/UniqueConstraint.php
972 /vendor/doctrine/orm/src/Mapping/Entity.php
973 /vendor/doctrine/orm/src/Mapping/HasLifecycleCallbacks.php
974 /vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntity.php
975 /vendor/symfony/validator/Constraint.php
976 /vendor/doctrine/orm/src/Mapping/Index.php
977 /src/PrestaShopBundle/Translation/Constraints/PassVsprintf.php
978 /modules/productcomments/src/Entity/ProductCommentCriterionLang.php
979 /modules/productcomments/src/Entity/ProductCommentReport.php
980 /modules/productcomments/src/Entity/ProductCommentUsefulness.php
981 /modules/productcomments/src/Entity/ProductCommentGrade.php
982 /modules/productcomments/src/Entity/ProductCommentCriterion.php
983 /modules/productcomments/src/Entity/ProductComment.php
984 /modules/ps_accounts/src/Entity/EmployeeAccount.php
985 /vendor/doctrine/persistence/src/Persistence/Proxy.php
986 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
987 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
988 /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php
989 /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php
990 /vendor/doctrine/orm/src/Mapping/Id.php
991 /vendor/doctrine/orm/src/Mapping/Column.php
992 /vendor/doctrine/orm/src/Mapping/GeneratedValue.php
993 /vendor/doctrine/orm/src/Id/IdentityGenerator.php
994 /vendor/doctrine/orm/src/Events.php
995 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
996 /vendor/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionProperty.php
997 /vendor/doctrine/persistence/src/Persistence/Reflection/TypedNoDefaultReflectionPropertyBase.php
998 /vendor/doctrine/orm/src/Mapping/OneToMany.php
999 /vendor/doctrine/orm/src/Mapping/ManyToMany.php
1000 /vendor/doctrine/orm/src/Mapping/JoinTable.php
1001 /vendor/doctrine/orm/src/Mapping/JoinColumn.php
1002 /vendor/doctrine/orm/src/Mapping/JoinColumnProperties.php
1003 /vendor/doctrine/orm/src/Mapping/PrePersist.php
1004 /vendor/doctrine/orm/src/Mapping/PreUpdate.php
1005 /vendor/doctrine/orm/src/Mapping/ReflectionEnumProperty.php
1006 /vendor/doctrine/orm/src/Mapping/ManyToOne.php
1007 /vendor/doctrine/orm/src/Id/AssignedGenerator.php
1008 /vendor/doctrine/orm/src/Id/BigIntegerIdentityGenerator.php
1009 /vendor/doctrine/common/src/Proxy/Proxy.php
1010 /vendor/doctrine/common/src/Util/ClassUtils.php
1011 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1012 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1013 /vendor/symfony/dependency-injection/Dumper/PhpDumper.php
1014 /vendor/symfony/dependency-injection/Dumper/Dumper.php
1015 /vendor/symfony/dependency-injection/Dumper/DumperInterface.php
1016 /src/Adapter/Container/LegacyContainer.php
1017 /vendor/symfony/var-exporter/LazyGhostTrait.php
1018 /vendor/symfony/dependency-injection/Variable.php
1019 /src/Adapter/Employee/EmployeeRepository.php
1020 /modules/ps_accounts/src/Presenter/PsAccountsPresenter.php
1021 /modules/ps_accounts/src/Presenter/PresenterInterface.php
1022 /modules/ps_accounts/src/ServiceProvider/StaticProvider.php
1023 /modules/ps_accounts/src/Repository/UserTokenRepository.php
1024 /modules/ps_accounts/src/Repository/TokenRepository.php
1025 /modules/ps_accounts/src/Service/PsAccountsService.php
1026 /modules/ps_accounts/src/Service/PsBillingService.php
1027 /src/Adapter/Bundle/AssetsInstaller.php
1028 /src/Adapter/ContextStateManager.php
1029 /src/Adapter/Currency/CurrencyDataProvider.php
1030 /src/Core/Currency/CurrencyDataProviderInterface.php
1031 /src/Adapter/LegacyContext.php
1032 /src/Adapter/Tools.php
1033 /src/Core/Crypto/Hashing.php
1034 /src/Core/Hook/HookModuleFilter.php
1035 /src/Core/Hook/HookModuleFilterInterface.php
1036 /src/Core/Localization/CLDR/LocaleRepository.php
1037 /src/Core/Localization/Locale/Repository.php
1038 /src/Core/Localization/Locale/RepositoryInterface.php
1039 /src/PrestaShopBundle/Http/RequestStackFactory.php
1040 /vendor/doctrine/orm/src/Proxy/Autoloader.php
1041 /vendor/doctrine/common/src/Proxy/Autoloader.php
1042 /src/Adapter/Employee/EmployeeLanguageUpdater.php
1043 /src/Adapter/Validate.php
1044 /vendor/prestashop/circuit-breaker/src/AdvancedCircuitBreakerFactory.php
1045 /vendor/prestashop/circuit-breaker/src/Contract/FactoryInterface.php
1046 /vendor/prestashop/circuit-breaker/src/Storage/DoctrineCache.php
1047 /vendor/prestashop/circuit-breaker/src/Contract/StorageInterface.php
1048 /src/Core/Filter/FrontEndObject/CartFilter.php
1049 /src/Core/Filter/HashMapWhitelistFilter.php
1050 /src/Core/Filter/FilterInterface.php
1051 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
1052 /src/Core/Filter/FrontEndObject/CustomerFilter.php
1053 /src/Core/Filter/FrontEndObject/MainFilter.php
1054 /src/Core/Filter/FrontEndObject/ShopFilter.php
1055 /src/Core/Filter/FrontEndObject/ProductFilter.php
1056 /src/Core/Filter/CollectionFilter.php
1057 /src/Core/Filter/FrontEndObject/SearchResultProductFilter.php
1058 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
1059 /src/Core/Data/Layer/AbstractDataLayer.php
1060 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
1061 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
1062 /src/Core/Localization/CLDR/Reader.php
1063 /src/Core/Localization/CLDR/ReaderInterface.php
1064 /src/Core/Localization/CLDR/LocaleDataSource.php
1065 /src/Core/Localization/Currency/CurrencyDataSource.php
1066 /src/Core/Localization/Currency/DataSourceInterface.php
1067 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
1068 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
1069 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
1070 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
1071 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
1072 /src/Core/Localization/Currency/Repository.php
1073 /src/Core/Localization/Currency/RepositoryInterface.php
1074 /src/Core/Localization/Locale.php
1075 /src/Core/Localization/LocaleInterface.php
1076 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
1077 /modules/productcomments/src/Repository/ProductCommentCriterionRepository.php
1078 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
1079 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
1080 /modules/productcomments/src/Repository/ProductCommentRepository.php
1081 /controllers/front/listing/CategoryController.php
1082 /classes/controller/ProductListingFrontController.php
1083 /classes/controller/ProductPresentingFrontController.php
1084 /classes/controller/FrontController.php
1085 /src/PrestaShopBundle/Translation/TranslatorComponent.php
1086 /vendor/symfony/translation/Translator.php
1087 /vendor/symfony/translation/MessageCatalogue.php
1088 /vendor/symfony/translation/MessageCatalogueInterface.php
1089 /vendor/symfony/translation/MetadataAwareInterface.php
1090 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
1091 /vendor/symfony/translation-contracts/TranslatorInterface.php
1092 /vendor/symfony/translation/TranslatorBagInterface.php
1093 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
1094 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
1095 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
1096 /src/PrestaShopBundle/Translation/TranslatorInterface.php
1097 /vendor/symfony/translation/Formatter/MessageFormatter.php
1098 /vendor/symfony/translation/Formatter/IntlFormatter.php
1099 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
1100 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
1101 /vendor/symfony/translation/IdentityTranslator.php
1102 /vendor/symfony/translation-contracts/TranslatorTrait.php
1103 /vendor/symfony/config/ConfigCacheFactory.php
1104 /vendor/symfony/config/ConfigCacheFactoryInterface.php
1105 /src/Adapter/ContainerFinder.php
1106 /src/Core/Exception/ContainerNotFoundException.php
1107 /vendor/symfony/translation/Loader/XliffFileLoader.php
1108 /vendor/symfony/translation/Loader/LoaderInterface.php
1109 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
1110 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
1111 /src/Adapter/Presenter/Object/ObjectPresenter.php
1112 /src/Adapter/Presenter/PresenterInterface.php
1113 /src/Adapter/Presenter/Cart/CartPresenter.php
1114 /src/Adapter/Image/ImageRetriever.php
1115 /classes/tax/TaxConfiguration.php
1116 /classes/Smarty/TemplateFinder.php
1117 /classes/assets/StylesheetManager.php
1118 /classes/assets/AbstractAssetManager.php
1119 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
1120 /classes/assets/JavascriptManager.php
1121 /classes/assets/CccReducer.php
1122 /classes/Category.php
1123 /src/Core/Domain/Category/ValueObject/RedirectType.php
1124 /src/Core/Domain/Category/CategorySettings.php
1125 /src/Core/Domain/Category/SeoSettings.php
1126 /classes/webservice/WebserviceRequest.php
1127 /vendor/prestashop/decimal/src/Operation/Rounding.php
1128 /src/Core/Localization/Specification/Price.php
1129 /src/Core/Localization/Specification/Number.php
1130 /src/Core/Localization/Specification/NumberInterface.php
1131 /src/Core/Localization/Specification/Factory.php
1132 /src/Core/Localization/CLDR/LocaleData.php
1133 /src/Core/Localization/CLDR/NumberSymbolsData.php
1134 /src/Core/Localization/CLDR/CurrencyData.php
1135 /src/Core/Localization/CLDR/Locale.php
1136 /src/Core/Localization/CLDR/LocaleInterface.php
1137 /src/Core/Localization/Specification/NumberSymbolList.php
1138 /classes/Currency.php
1139 /src/Core/Localization/Currency/LocalizedCurrencyId.php
1140 /src/Core/Localization/Currency/CurrencyData.php
1141 /src/Core/Localization/Currency/CurrencyCollection.php
1142 /src/Core/Localization/Currency.php
1143 /src/Core/Localization/CurrencyInterface.php
1144 /src/Core/Localization/Specification/NumberCollection.php
1145 /src/Core/Localization/Number/Formatter.php
1146 /classes/Cart.php
1147 /src/Adapter/AddressFactory.php
1148 /classes/CartRule.php
1149 /src/Core/Domain/Product/ValueObject/RedirectType.php
1150 /src/Core/Util/DateTime/DateTime.php
1151 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
1152 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
1153 /src/Core/Domain/Product/ValueObject/ProductType.php
1154 /src/Core/Domain/Product/ValueObject/Reference.php
1155 /src/Core/Domain/Product/ValueObject/Gtin.php
1156 /src/Core/Domain/Product/ValueObject/Isbn.php
1157 /src/Core/Domain/Product/ValueObject/Upc.php
1158 /src/Core/Domain/Product/ProductSettings.php
1159 /src/Adapter/Presenter/Category/CategoryPresenter.php
1160 /src/Adapter/Presenter/Category/CategoryLazyArray.php
1161 /src/Adapter/Presenter/AbstractLazyArray.php
1162 /src/Adapter/Presenter/LazyArrayAttribute.php
1163 /src/Core/Domain/Shop/ValueObject/ShopId.php
1164 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
1165 /vendor/symfony/property-access/Exception/UnexpectedTypeException.php
1166 /vendor/symfony/property-access/Exception/RuntimeException.php
1167 /vendor/symfony/property-access/Exception/ExceptionInterface.php
1168 /modules/ps_emailsubscription/ps_emailsubscription.php
1169 /src/Core/Module/WidgetInterface.php
1170 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
1171 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
1172 /vendor/symfony/translation/Util/XliffUtils.php
1173 /src/PrestaShopBundle/Translation/DomainNormalizer.php
1174 /classes/Media.php
1175 /modules/ps_socialfollow/ps_socialfollow.php
1176 /modules/ps_emailalerts/ps_emailalerts.php
1177 /modules/ps_emailalerts/MailAlert.php
1178 /modules/blockreassurance/blockreassurance.php
1179 /src/Adapter/Presenter/Cart/CartLazyArray.php
1180 /src/Adapter/Product/PriceFormatter.php
1181 /classes/Gender.php
1182 /src/Core/Domain/Title/ValueObject/Gender.php
1183 /classes/Risk.php
1184 /classes/Meta.php
1185 /classes/Address.php
1186 /classes/ImageType.php
1187 /classes/State.php
1188 /src/Core/Security/PasswordPolicyConfiguration.php
1189 /src/Core/Configuration/DataConfigurationInterface.php
1190 /src/Core/Security/Hashing.php
1191 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
1192 /classes/ProductAssembler.php
1193 /src/Core/Product/Search/ProductSearchContext.php
1194 /modules/ps_searchbar/ps_searchbar.php
1195 /modules/ps_shoppingcart/ps_shoppingcart.php
1196 /modules/productcomments/productcomments.php
1197 /src/Core/Product/Search/ProductSearchQuery.php
1198 /src/Core/Product/Search/SortOrder.php
1199 /modules/ps_facetedsearch/ps_facetedsearch.php
1200 /modules/ps_facetedsearch/src/HookDispatcher.php
1201 /modules/ps_facetedsearch/src/Hook/Attribute.php
1202 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1203 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1204 /modules/ps_facetedsearch/src/Hook/Category.php
1205 /modules/ps_facetedsearch/src/Hook/Configuration.php
1206 /modules/ps_facetedsearch/src/Hook/Design.php
1207 /modules/ps_facetedsearch/src/Hook/Feature.php
1208 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1209 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1210 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1211 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1212 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1213 /modules/ps_facetedsearch/src/Hook/Product.php
1214 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1215 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1216 /modules/ps_facetedsearch/src/Filters/Provider.php
1217 /modules/ps_facetedsearch/src/URLSerializer.php
1218 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1219 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1220 /src/Core/Product/Search/FacetsRendererInterface.php
1221 /src/Core/Product/Search/ProductSearchProviderInterface.php
1222 /modules/ps_facetedsearch/src/Filters/Converter.php
1223 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1224 /src/Core/Product/Search/ProductSearchResult.php
1225 /classes/Combination.php
1226 /modules/ps_facetedsearch/src/Product/Search.php
1227 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1228 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1229 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1230 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1231 /modules/ps_facetedsearch/src/Filters/Products.php
1232 /classes/stock/StockAvailable.php
1233 /modules/ps_facetedsearch/src/Filters/Block.php
1234 /modules/ps_facetedsearch/src/Definition/Availability.php
1235 /classes/Manufacturer.php
1236 /src/Core/Util/String/StringModifier.php
1237 /src/Core/Util/String/StringModifierInterface.php
1238 /src/Core/Product/Search/Facet.php
1239 /src/Core/Product/Search/Filter.php
1240 /vendor/prestashop/decimal/src/DecimalNumber.php
1241 /vendor/prestashop/decimal/src/Builder.php
1242 /src/Core/Product/Search/FacetCollection.php
1243 /classes/Pack.php
1244 /src/Core/Localization/CLDR/ComputingPrecision.php
1245 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1246 /classes/SpecificPrice.php
1247 /classes/tax/TaxManagerFactory.php
1248 /classes/tax/TaxRulesTaxManager.php
1249 /classes/tax/TaxManagerInterface.php
1250 /classes/tax/TaxCalculator.php
1251 /classes/GroupReduction.php
1252 /override/classes/order/Order.php
1253 /classes/order/Order.php
1254 /classes/tax/Tax.php
1255 /src/Core/Domain/Combination/CombinationSettings.php
1256 /classes/ProductPresenterFactory.php
1257 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1258 /src/Adapter/Presenter/Product/ProductPresenter.php
1259 /src/Adapter/Product/ProductColorsRetriever.php
1260 /src/Adapter/HookManager.php
1261 /src/Core/Product/ProductPresentationSettings.php
1262 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1263 /src/Adapter/Presenter/Product/ProductLazyArray.php
1264 /classes/Image.php
1265 /src/Core/Image/ImageFormatConfiguration.php
1266 /src/Core/Image/ImageFormatConfigurationInterface.php
1267 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1268 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1269 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1270 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1271 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1272 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1273 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1274 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1275 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1276 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1277 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1278 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1279 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1280 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1281 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1282 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1283 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1284 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1285 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1286 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1287 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1288 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1289 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1290 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1291 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1292 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1293 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1294 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1295 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1296 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1297 /var/cache/prod/smarty/compile/ecco_bella/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1298 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1299 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1301 /var/cache/prod/smarty/compile/ecco_bella/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1302 /src/Core/Product/Search/Pagination.php
1303 /classes/assets/CssMinifier.php
1304 /vendor/matthiasmullie/minify/src/CSS.php
1305 /vendor/matthiasmullie/minify/src/Minify.php
1306 /vendor/matthiasmullie/path-converter/src/Converter.php
1307 /vendor/matthiasmullie/path-converter/src/ConverterInterface.php
1308 /classes/assets/JsMinifier.php
1309 /vendor/matthiasmullie/minify/src/JS.php
1310 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
1311 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/33/40/a7/3340a78b8a5b72ba6530e66ccdb8a3e435921557_2.file.category.tpl.php
1312 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1313 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/62/27/9b/62279bdebb1176dce0f4e6286ee079bfd25a3e01_2.file.product-list.tpl.php
1314 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/75/b7/ef/75b7effff2e02461bd6bb3517ec133ef844d51f1_2.file.layout-left-column.tpl.php
1315 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1316 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/41/a2/ea/41a2ea4d38b6e1eb8a1bf5e096ee3ca9a111626e_2.file.layout-both-columns.tpl.php
1317 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/34/b6/bb/34b6bb2e2c7bc0f7f21a1ef2b997b5f32fd70501_2.file.head.tpl.php
1318 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/39/06/db/3906db9297598bc2ecb320ad2565a81b51007177_2.file.head-jsonld.tpl.php
1319 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/68/d9/ad/68d9adaab3bb7baae252abe96b4ef3157e75d4f6_2.file.product-list-jsonld.tpl.php
1320 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/54/40/35/5440357d7fa45bc1ba347956614d203cc3ca0741_2.file.stylesheets.tpl.php
1321 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/a4/0d/7f/a40d7fc47058cd56abbd10be521d90e114aab91d_2.file.javascript.tpl.php
1322 /classes/ProductDownload.php
1323 /src/Core/Cart/Calculator.php
1324 /src/Core/Cart/CartRowCollection.php
1325 /src/Core/Cart/Fees.php
1326 /src/Core/Cart/AmountImmutable.php
1327 /src/Core/Cart/CartRuleCollection.php
1328 /src/Core/Cart/CartRuleCalculator.php
1329 /src/Adapter/Product/PriceCalculator.php
1330 /src/Core/Cart/CartRow.php
1331 /modules/an_theme/an_theme.php
1332 /modules/an_theme/classes/InputFactory.php
1333 /modules/an_theme/classes/Input.php
1334 /modules/an_theme/classes/Validation.php
1335 /modules/an_theme/classes/antheme.php
1336 /modules/an_theme/classes/anThemeFiles.php
1337 /classes/Translate.php
1338 /modules/an_theme/translations/fr.php
1339 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/fc/4a/02/fc4a02d849f02b8f4e8de4c677d32d0d7b22f6d6_2.file.product-activation.tpl.php
1340 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/45/50/5e/45505eea712be3b5561764bf696e6b6c4623a51e_2.file.header.tpl.php
1341 /modules/ps_languageselector/ps_languageselector.php
1342 /modules/ps_currencyselector/ps_currencyselector.php
1343 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/f7/2f/47/f72f47c3c7405b662348e8523e877a5afb182e89_2.file.notifications.tpl.php
1344 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/70/94/f3/7094f30ea81d69a1b6de6ef4e46c3214b0a7d0fb_2.file.breadcrumb.tpl.php
1345 /modules/ps_categorytree/ps_categorytree.php
1346 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
1347 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1348 /var/cache/prod/smarty/compile/ecco_bella/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1349 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1350 /var/cache/prod/smarty/compile/ecco_bella/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1351 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/49/a6/37/49a637e6eb3289598c351749b1c43b9dff17526b_2.file.products-top.tpl.php
1352 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/98/a6/9e/98a69e60bef6cfcba29d8399ba567f762c18b575_2.file.products.tpl.php
1353 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip.php
1354 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php
1355 /vendor/smarty/smarty/libs/plugins/modifiercompiler.lower.php
1356 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/0d/59/6b/0d596b8514b18127d2b98d2c6c365f39e268aec9_2.file.product.tpl.php
1357 /vendor/doctrine/orm/src/Proxy/Proxy.php
1358 /vendor/doctrine/orm/src/Proxy/InternalProxy.php
1359 /vendor/doctrine/dbal/src/Query/QueryBuilder.php
1360 /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php
1361 /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
1362 /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
1363 /vendor/doctrine/dbal/src/Query/SelectQuery.php
1364 /vendor/doctrine/dbal/src/Query/Limit.php
1365 /vendor/doctrine/dbal/src/SQL/Parser.php
1366 /vendor/doctrine/dbal/src/ExpandArrayParameters.php
1367 /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php
1368 /vendor/doctrine/dbal/src/Driver/PDO/Statement.php
1369 /vendor/doctrine/dbal/src/Driver/Statement.php
1370 /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
1371 /vendor/doctrine/dbal/src/Driver/PDO/Result.php
1372 /vendor/doctrine/dbal/src/Driver/Result.php
1373 /vendor/doctrine/dbal/src/Result.php
1374 /vendor/doctrine/dbal/src/FetchMode.php
1375 /var/cache/prod/smarty/compile/ecco_bella/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1376 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/18/41/6a/18416aa37af440b8ddc66c968be3f4ea5f17584c_2.file.pagination.tpl.php
1377 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/17/2c/25/172c25619a4276482107ec71289faf95dd508cd8_2.file.products-bottom.tpl.php
1378 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/1f/61/88/1f61885086545eab38d75a4855709ff747b3b1c0_2.file.footer.tpl.php
1379 /modules/ps_linklist/ps_linklist.php
1380 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1381 /modules/ps_linklist/src/Filter/LinkFilter.php
1382 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1383 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1384 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1385 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1386 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1387 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1388 /modules/ps_linklist/src/Model/LinkBlock.php
1389 /classes/CMS.php
1390 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1391 /var/cache/prod/smarty/compile/ecco_bella/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.cache.php
1392 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/21/ecco_bella/53/14/73/531473da8442a8400ebbf3d9922b451f32de91f2.ps_linklistviewstemplateshooklinkblock.tpl.php
1393 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1394 /var/cache/prod/smarty/compile/ecco_bella/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.cache.php
1395 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/21/ecco_bella/fc/74/b5/fc74b5b022ba7b2cd6a0a5bf01e22c9d4aa6c3fc.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1396 /modules/ps_contactinfo/ps_contactinfo.php
1397 /var/cache/prod/smarty/compile/ecco_bella/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1398 /var/cache/prod/smarty/compile/ecco_bella/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.cache.php
1399 /var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/21/ecco_bella/9a/85/f1/9a85f1b6ff7dab10c2510a7ff5d2259c79ed45de.ps_socialfollowps_socialfollow.tpl.php
1400 /modules/statsdata/statsdata.php
1401 /classes/Connection.php
1402 /classes/Page.php
1403 /classes/ConnectionsSource.php
1404 /classes/DateRange.php