Accueil

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

Filtres actifs

  • Taille : S
  • Taille : L
  • Taille : 20cm / 3mm
  • Taille : 78 cm
  • Taille : T7 - S
  • Taille : T8 - M
Load Time 4000 ms
Querying Time 680 ms
Queries 862
Memory Peak Usage 83.9 Mb
Included Files 1399 files - 11.09 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 774.018 ms 774.018 ms 34.36 Mb 34.6 Mb
__construct 39.334 ms 813 ms 2.28 Mb 36.7 Mb
init 603.169 ms 1417 ms 3.25 Mb 40.0 Mb
checkAccess 0.002 ms 1417 ms - Mb 40.0 Mb
setMedia 1632 ms 3048 ms 24.96 Mb 65.9 Mb
postProcess 0.002 ms 3048 ms - Mb 65.9 Mb
initHeader 0.003 ms 3048 ms - Mb 65.9 Mb
initContent 557.048 ms 3605 ms 11.61 Mb 76.7 Mb
initFooter 0.003 ms 3605 ms - Mb 76.7 Mb
display 394.722 ms 4000 ms 7.03 Mb 83.9 Mb
Hook Time Memory Usage
displayFooter 50.752 ms 1.11 Mb
displayProductListReviews 43.779 ms 0.43 Mb
displayLeftColumn 13.136 ms 0.73 Mb
DisplayBeforeBodyClosingTag 12.691 ms 0.23 Mb
displayFooterSocials 8.053 ms 0.14 Mb
ProductSearchProvider 4.933 ms 0.21 Mb
DisplayLeftColumn 3.900 ms 0.05 Mb
displayNav2 3.411 ms 0.10 Mb
DisplayHeader 3.045 ms 0.01 Mb
ActionFrontControllerSetMedia 1.646 ms 0.09 Mb
10 hook(s) 145.346 ms 3.11 Mb
Module Time Memory Usage
ps_emailsubscription 1622 ms 24.09 Mb
ps_socialfollow 8.997 ms 0.23 Mb
ps_emailalerts 2.758 ms 0.33 Mb
blockreassurance 1.087 ms 0.18 Mb
ps_searchbar 2.878 ms 0.04 Mb
ps_shoppingcart 0.621 ms 0.05 Mb
productcomments 45.798 ms 0.68 Mb
ps_facetedsearch 14.377 ms 0.82 Mb
an_theme 4.485 ms 0.47 Mb
ps_languageselector 2.170 ms 0.07 Mb
ps_currencyselector 2.003 ms 0.10 Mb
ps_categorytree 13.782 ms 0.81 Mb
ps_linklist 25.026 ms 0.89 Mb
ps_customeraccountlinks 7.578 ms 0.11 Mb
ps_contactinfo 21.148 ms 0.32 Mb
statsdata 13.410 ms 0.30 Mb
16 module(s) 1788 ms 29.48 Mb

Stopwatch SQL - 862 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
30.787 ms 9859500 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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)
7.984 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
5.393 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
3.278 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428)))
2.889 ms 1530 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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.674 ms 0 /classes/Hook.php:1568
859
INSERT INTO `coserwa_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10652239', '', 'dev.coserwa-shop.com/2-accueil?q=Taille-S-L-78+cm-T7+%5C-+S-T8+%5C-+M-20cm+%5C%2F+3mm', '', '2026-01-29 22:17:32')
2.577 ms 1 /classes/ObjectModel.php:535
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
2.399 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428)))
2.343 ms 510 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<357 GROUP BY cp.id_category
2.302 ms 510 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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)
2.295 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
765
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
2.243 ms 1 /src/Adapter/EntityMapper.php:73
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.046 ms 1177 /classes/Configuration.php:182
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
2.032 ms 491 /classes/Hook.php:507
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428)))
1.971 ms 510 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
858
INSERT IGNORE INTO `coserwa_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('10652239', '56', '2026-01-29 22:17:32')
1.929 ms 1 /classes/Connection.php:122
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)
1.928 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, 3, 416, 256, 427, 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.850 ms 510 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428))) GROUP BY pac.id_attribute
1.812 ms 510 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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428))) GROUP BY pac.id_attribute
1.807 ms 510 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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428))) GROUP BY pac.id_attribute
1.754 ms 510 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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)
1.712 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
855
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
1.687 ms 1 Yes /classes/Connection.php:168
791
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.671 ms 5 Yes Yes /classes/Product.php:4289
786
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
1.610 ms 179 Yes Yes /classes/Category.php:829
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428))) GROUP BY p.id_manufacturer
1.577 ms 510 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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)
1.574 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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, 3, 416, 256, 427, 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, 3, 416, 256, 427, 428))) GROUP BY p.condition
1.564 ms 510 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.539 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
1.512 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (178) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.463 ms 6 Yes Yes /classes/Product.php:4289
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)
1.382 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
743
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
1.364 ms 1 /src/Adapter/EntityMapper.php:73
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` = 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
1.348 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)
1.347 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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)
1.322 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
861
UPDATE `coserwa_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 1
AND `id_page` = 56
AND `id_shop` = 1
1.311 ms 1 /classes/Page.php:131
360
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.273 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
749
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
1.269 ms 1 /src/Adapter/EntityMapper.php:73
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.265 ms 1 /src/Adapter/EntityMapper.php:73
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.258 ms 2675 Yes Yes /classes/Hook.php:1500
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.229 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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)
1.207 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
1.195 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.184 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
1.181 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
1.160 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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,545,344,183,181,974,975,979,980,556,195,976,544,977,978)
1.142 ms 21 /classes/ProductAssembler.php:101
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, 3, 416, 256, 427, 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.138 ms 51 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
734
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
1.136 ms 1 /src/Adapter/EntityMapper.php:73
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` = 556
AND pac.`id_product_attribute` = 1340
AND agl.`id_lang` = 1
1.133 ms 1 /classes/Product.php:7203
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.125 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.118 ms 48 Yes /classes/Dispatcher.php:636
737
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
1.116 ms 1 /src/Adapter/EntityMapper.php:73
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.110 ms 179 Yes /classes/Category.php:758
768
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
1.110 ms 1 /src/Adapter/EntityMapper.php:73
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)
1.103 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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, 3, 416, 256, 427, 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.083 ms 51 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.073 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 556 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1340) 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
1.073 ms 2 Yes /classes/SpecificPrice.php:573
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.071 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
1.070 ms 43 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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
1.065 ms 1 /src/Adapter/EntityMapper.php:73
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
1.063 ms 1 /src/Adapter/EntityMapper.php:73
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` = 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
1.060 ms 0 /classes/Cart.php:1449
572
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
1.056 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
1.056 ms 1 /src/Adapter/EntityMapper.php:73
756
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
1.054 ms 1 /src/Adapter/EntityMapper.php:73
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` = 545) AND (b.`id_shop` = 1) LIMIT 1
1.053 ms 1 /src/Adapter/EntityMapper.php:73
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.052 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
1.046 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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
1.042 ms 1 /src/Adapter/EntityMapper.php:73
766
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`
1.040 ms 1 Yes /classes/Product.php:3291
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.038 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
1.036 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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)
1.035 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)
1.034 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
1.034 ms 0 /classes/Cart.php:1449
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
1.033 ms 1 /src/Adapter/EntityMapper.php:73
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
1.033 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)
1.028 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 545 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
1.017 ms 1 Yes /classes/SpecificPrice.php:573
336
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
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
1.015 ms 1 Yes /classes/SpecificPrice.php:573
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
1.013 ms 0 /classes/Cart.php:1449
600
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
1.012 ms 0 /classes/Cart.php:1449
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.010 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 873
AND cp.`id_cart` = 0 AND cp.`id_product` = 344 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` = 873
AND cp.`id_cart` = 0 AND p.`id_product_item` = 344 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.010 ms 0 /classes/Cart.php:1449
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
1.005 ms 0 /classes/Cart.php:1449
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `coserwa_hook` h
WHERE (h.active = 1)
1.004 ms 1259 /classes/Hook.php:1608
196
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
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
1.002 ms 1 /classes/Product.php:7203
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
1.001 ms 1 Yes /classes/SpecificPrice.php:573
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.998 ms 0 /classes/Cart.php:1449
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.991 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.988 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.988 ms 0 /classes/Cart.php:1449
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` = 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.988 ms 1 Yes /classes/SpecificPrice.php:573
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.987 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.986 ms 0 /classes/Cart.php:1449
668
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.985 ms 1 Yes /classes/SpecificPrice.php:573
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` = 1496
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` = 1496
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.984 ms 0 /classes/Cart.php:1449
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.983 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.975 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.972 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
0.971 ms 51 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
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
0.969 ms 17 Yes Yes /classes/Category.php:954
366
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.969 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.967 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.967 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.965 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
779
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.965 ms 1 /classes/module/Module.php:2778
200
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
559
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.964 ms 1 Yes /classes/SpecificPrice.php:573
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.963 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.963 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.959 ms 299 /classes/SpecificPrice.php:307
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.956 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 1518
AND cp.`id_cart` = 0 AND cp.`id_product` = 545 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` = 1518
AND cp.`id_cart` = 0 AND p.`id_product_item` = 545 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.954 ms 0 /classes/Cart.php:1449
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` = 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.954 ms 0 /classes/Cart.php:1449
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.953 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
752
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.953 ms 1 /src/Adapter/EntityMapper.php:73
771
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "an_theme" LIMIT 1
0.953 ms 1 /classes/module/Module.php:2778
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.951 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 344 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 873) 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.951 ms 2 Yes /classes/SpecificPrice.php:573
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.949 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.945 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.945 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.944 ms 1 /classes/Product.php:7203
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.943 ms 0 /classes/Cart.php:1449
730
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` = 344) AND (b.`id_shop` = 1) LIMIT 1
0.943 ms 1 /src/Adapter/EntityMapper.php:73
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.941 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.938 ms 1 /classes/Product.php:1180
72
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
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.937 ms 0 /classes/Cart.php:1449
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.936 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.935 ms 1 /src/Adapter/EntityMapper.php:73
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.935 ms 2 Yes /classes/SpecificPrice.php:573
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` = 978
AND pac.`id_product_attribute` = 3714
AND agl.`id_lang` = 1
0.935 ms 1 /classes/Product.php:7203
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.935 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.933 ms 0 /classes/Cart.php:1449
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.933 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 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.933 ms 0 /classes/Cart.php:1449
759
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.933 ms 1 /src/Adapter/EntityMapper.php:73
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)
0.931 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
589
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.931 ms 0 /classes/Cart.php:1449
754
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.930 ms 7 Yes /classes/Product.php:3291
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.928 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
762
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.928 ms 1 /src/Adapter/EntityMapper.php:73
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.926 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.926 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 1340
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` = 1340
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.926 ms 0 /classes/Cart.php:1449
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.924 ms 0 /classes/Cart.php:1449
591
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.923 ms 1 /classes/Product.php:7203
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
0.920 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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.920 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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)
0.919 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.919 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.919 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.919 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.919 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.917 ms 1 /classes/Product.php:7203
16
SELECT SQL_NO_CACHE m.* FROM `coserwa_module` m WHERE m.`active` = 1
0.916 ms 110 /src/Adapter/Module/Repository/ModuleRepository.php:114
746
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.915 ms 1 /src/Adapter/EntityMapper.php:73
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.914 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 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.913 ms 0 /classes/Cart.php:1449
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.912 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 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.912 ms 0 /classes/Cart.php:1449
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.911 ms 0 /classes/Cart.php:1449
672
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.911 ms 0 /classes/Cart.php:1449
38
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `coserwa_hook`
0.907 ms 1259 /classes/Hook.php:1568
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.906 ms 1 Yes /classes/SpecificPrice.php:573
576
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.906 ms 0 /classes/Cart.php:1449
268
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
580
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.903 ms 1 /classes/Product.php:7203
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.902 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.902 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` = 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.902 ms 0 /classes/Cart.php:1449
587
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.900 ms 0 /classes/Cart.php:1449
773
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
0.900 ms 44 /classes/Cart.php:4073
661
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` = 3696
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` = 3696
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.899 ms 0 /classes/Cart.php:1449
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.897 ms 1 Yes /classes/SpecificPrice.php:573
611
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.897 ms 0 /classes/Cart.php:1449
578
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.896 ms 0 /classes/Cart.php:1449
94
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
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.894 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 545 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` = 545 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.894 ms 0 /classes/Cart.php:1449
567
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.894 ms 1 /classes/Product.php:7203
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` = 545
AND pac.`id_product_attribute` = 1518
AND agl.`id_lang` = 1
0.894 ms 1 /classes/Product.php:7203
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` = 344
AND pac.`id_product_attribute` = 873
AND agl.`id_lang` = 1
0.892 ms 1 /classes/Product.php:7203
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.891 ms 0 /classes/Cart.php:1449
362
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
655
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.883 ms 1 Yes /classes/SpecificPrice.php:573
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.883 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.882 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.882 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
0.881 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
214
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
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.881 ms 1 /classes/Product.php:7203
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.880 ms 1 /classes/Product.php:1180
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 (974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.878 ms 7 Yes Yes /classes/Product.php:4289
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.875 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
444
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 191 AND `id_group` = 1 LIMIT 1
0.874 ms 0 /classes/GroupReduction.php:149
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.873 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
180
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
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.873 ms 1 Yes /classes/Product.php:3291
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.870 ms 2 Yes /classes/Product.php:2673
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.868 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` = 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.864 ms 0 /classes/Cart.php:1449
102
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
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.863 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
613
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.863 ms 1 /classes/Product.php:7203
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.863 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.861 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (667) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.861 ms 6 Yes Yes /classes/Product.php:4289
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.860 ms 0 /classes/Cart.php:1449
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` = 980
AND pac.`id_product_attribute` = 3726
AND agl.`id_lang` = 1
0.859 ms 1 /classes/Product.php:7203
769
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.859 ms 2 Yes /classes/Product.php:3291
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)
0.857 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
856
SELECT SQL_NO_CACHE id_page_type
FROM coserwa_page_type
WHERE name = 'category' LIMIT 1
0.857 ms 1 /classes/Page.php:104
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.854 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
603
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.854 ms 1 /src/Adapter/EntityMapper.php:73
685
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.854 ms 0 /classes/Cart.php:1449
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.853 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.852 ms 1 Yes /classes/Product.php:3291
744
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.852 ms 2 Yes /classes/Product.php:3291
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.851 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
0.850 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.849 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.848 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)
0.846 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.845 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.844 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.843 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
598
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.843 ms 0 /classes/Cart.php:1449
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.843 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.842 ms 1 Yes /classes/Product.php:3291
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` = 344 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` = 344 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.838 ms 0 /classes/Cart.php:1449
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.834 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
565
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.833 ms 0 /classes/Cart.php:1449
98
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
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.832 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.830 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
674
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.827 ms 0 /classes/Cart.php:1449
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.824 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
198
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
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.823 ms 1 /src/Adapter/EntityMapper.php:73
761
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.820 ms 6 Yes /classes/Product.php:2673
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)
0.816 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.816 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.814 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.813 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.813 ms 2 Yes /classes/Product.php:2673
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` = 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.812 ms 0 /classes/Cart.php:1449
70
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
276
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
184
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
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.808 ms 1 Yes /classes/Product.php:3291
758
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.806 ms 2 Yes /classes/Product.php:2673
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.805 ms 1 /src/Adapter/EntityMapper.php:73
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` = 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.804 ms 0 /classes/Cart.php:1449
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.804 ms 6 /classes/Product.php:3603
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` = 1535
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` = 1535
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.804 ms 0 /classes/Cart.php:1449
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.801 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.800 ms 1 /classes/Product.php:7203
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.799 ms 30 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.799 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
560
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.799 ms 6 /classes/Product.php:3603
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.798 ms 24 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
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` = 1496
AND agl.`id_lang` = 1
0.798 ms 1 /classes/Product.php:7203
492
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 177 LIMIT 1
0.797 ms 12 /classes/SpecificPrice.php:432
736
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.790 ms 4 Yes /classes/Product.php:2673
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` = 1518) LIMIT 1
0.788 ms 1 /src/Adapter/EntityMapper.php:73
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.787 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.787 ms 30 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
763
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.786 ms 1 Yes /classes/Product.php:3291
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.785 ms 1 Yes /classes/Product.php:3291
770
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.785 ms 4 Yes /classes/Product.php:2673
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.782 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.782 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
740
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.781 ms 1 /src/Adapter/EntityMapper.php:73
62
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
663
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` = 3696
AND agl.`id_lang` = 1
0.780 ms 1 /classes/Product.php:7203
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.780 ms 2 Yes /classes/Product.php:2673
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.780 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
606
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.778 ms 6 /classes/Product.php:3603
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` = 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.778 ms 0 /classes/Cart.php:1449
602
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.777 ms 1 /classes/Product.php:7203
430
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 0 LIMIT 1
0.775 ms 1 /classes/SpecificPrice.php:423
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.774 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:106
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.771 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 556 AND pa.`id_product` = 556 AND pa.`id_product_attribute` = 1340 LIMIT 1
0.771 ms 1 /classes/Product.php:1180
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.769 ms 1 /classes/Product.php:7203
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.768 ms 1 /classes/Product.php:1180
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.767 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.764 ms 1 /classes/stock/StockAvailable.php:286
753
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.760 ms 1 /classes/Category.php:1401
381
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.760 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
0.759 ms 10 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
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` = 344)
0.758 ms 2 /classes/Product.php:3603
579
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.757 ms 1 /classes/Product.php:1180
320
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
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.755 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.754 ms 0 /classes/tax/TaxRulesTaxManager.php:106
748
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.754 ms 4 Yes /classes/Product.php:2673
764
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.754 ms 2 Yes /classes/Product.php:2673
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.753 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.752 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
733
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` = 344 AND il.`id_lang` = 1 ORDER by i.`position`
0.750 ms 2 Yes /classes/Product.php:2673
735
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.748 ms 2 Yes /classes/Product.php:3291
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.747 ms 1 /src/Adapter/EntityMapper.php:73
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` = 3726) LIMIT 1
0.747 ms 1 /src/Adapter/EntityMapper.php:73
739
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.747 ms 2 Yes /classes/Product.php:2673
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.746 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.746 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
0.744 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
573
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.744 ms 6 /classes/Product.php:3603
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` = 195
AND pac.`id_product_attribute` = 1535
AND agl.`id_lang` = 1
0.743 ms 1 /classes/Product.php:7203
738
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.741 ms 1 Yes /classes/Product.php:3291
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.740 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.739 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.738 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.736 ms 1 /classes/Language.php:1206
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.736 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
705
SELECT SQL_NO_CACHE * FROM `coserwa_image_type`
0.736 ms 18 /classes/ImageType.php:161
747
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.735 ms 2 Yes /classes/Product.php:3291
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.734 ms 1 /classes/stock/StockAvailable.php:286
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` = 980 AND pa.`id_product` = 980 AND pa.`id_product_attribute` = 3726 LIMIT 1
0.734 ms 1 /classes/Product.php:1180
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` = 556)
0.733 ms 3 /classes/Product.php:3603
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.731 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.730 ms 1 Yes /classes/Product.php:3291
767
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.729 ms 2 Yes /classes/Product.php:2673
774
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.728 ms 44 /classes/Cart.php:4090
732
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` = 344
ORDER BY `position`
0.727 ms 1 Yes /classes/Product.php:3291
380
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.725 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
745
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.725 ms 4 Yes /classes/Product.php:2673
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.724 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.724 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.723 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.722 ms 1 Yes /classes/Product.php:3291
656
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.721 ms 5 /classes/Product.php:3603
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.720 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
760
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.720 ms 3 Yes /classes/Product.php:3291
828
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.719 ms 6 Yes Yes /classes/Product.php:4289
729
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` = 545 AND il.`id_lang` = 1 ORDER by i.`position`
0.718 ms 2 Yes /classes/Product.php:2673
805
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` = 344
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.718 ms 2 Yes Yes /classes/Product.php:2495
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` = 344 AND pa.`id_product` = 344 AND pa.`id_product_attribute` = 873 LIMIT 1
0.718 ms 1 /classes/Product.php:1180
568
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.717 ms 1 /src/Adapter/EntityMapper.php:73
728
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` = 545
ORDER BY `position`
0.716 ms 1 Yes /classes/Product.php:3291
435
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `coserwa_specific_price` WHERE `id_product_attribute` != 0
0.716 ms 82 /classes/SpecificPrice.php:307
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` = 873) LIMIT 1
0.713 ms 1 /src/Adapter/EntityMapper.php:73
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.710 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.709 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.708 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.706 ms 1 /classes/shop/ShopUrl.php:182
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.705 ms 6 /classes/Product.php:3603
557
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 183 LIMIT 1
0.705 ms 4 /classes/SpecificPrice.php:432
751
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.703 ms 4 Yes /classes/Product.php:2673
755
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.703 ms 14 Yes /classes/Product.php:2673
757
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.703 ms 1 Yes /classes/Product.php:3291
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.702 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.702 ms 5 /classes/Product.php:3603
581
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.702 ms 1 /src/Adapter/EntityMapper.php:73
29
SELECT SQL_NO_CACHE *
FROM `coserwa_currency_lang`
WHERE `id_currency` = 1
0.701 ms 1 /src/Adapter/EntityMapper.php:81
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.700 ms 2 Yes /classes/Product.php:2673
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` = 1340) LIMIT 1
0.698 ms 1 /src/Adapter/EntityMapper.php:73
604
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3694
0.698 ms 1 /src/Adapter/EntityMapper.php:81
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
0.697 ms 110 /classes/module/Module.php:347
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.697 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.696 ms 6 /classes/Product.php:3603
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.695 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.694 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
584
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.694 ms 7 /classes/Product.php:3603
680
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.693 ms 6 /classes/Product.php:3603
260
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
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.690 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.689 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 (979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.689 ms 6 Yes Yes /classes/Product.php:4289
382
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
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` = 3714) LIMIT 1
0.688 ms 1 /src/Adapter/EntityMapper.php:73
15
SELECT SQL_NO_CACHE m.* FROM `coserwa_module` m
0.687 ms 110 /src/Adapter/Module/Repository/ModuleRepository.php:168
687
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.687 ms 1 /classes/Product.php:7203
391
SELECT SQL_NO_CACHE name, alias FROM `coserwa_hook_alias`
0.686 ms 88 /classes/Hook.php:372
575
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.686 ms 1 /classes/stock/StockAvailable.php:286
632
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.686 ms 1 /classes/stock/StockAvailable.php:286
566
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.684 ms 1 /classes/Product.php:1180
627
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 556 LIMIT 1
0.684 ms 3 /classes/SpecificPrice.php:432
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` = 195)
0.684 ms 5 /classes/Product.php:3603
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.683 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
0.683 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
601
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.683 ms 1 /classes/Product.php:1180
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.682 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
0.678 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
0.677 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.677 ms 2 Yes /classes/Product.php:2673
595
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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.677 ms 7 /classes/Product.php:3603
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.675 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.675 ms 1 /classes/stock/StockAvailable.php:286
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.675 ms 1 /src/Adapter/EntityMapper.php:73
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.675 ms 3 /classes/CartRule.php:359
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.673 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.672 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
0.671 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.671 ms 7 Yes /classes/Manufacturer.php:205
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.670 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.670 ms 1 /src/Adapter/EntityMapper.php:73
392
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.669 ms 18 Yes /classes/ImageType.php:109
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.669 ms 1 /classes/stock/StockAvailable.php:286
838
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.669 ms 2 /classes/Meta.php:190
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.668 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
800
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 (545) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.668 ms 2 Yes Yes /classes/Product.php:4289
479
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 179 LIMIT 1
0.667 ms 1 /classes/SpecificPrice.php:432
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.667 ms 1 /classes/stock/StockAvailable.php:286
676
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.666 ms 1 /classes/Product.php:7203
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.665 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.665 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.665 ms 1 /classes/stock/StockAvailable.php:286
662
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` = 3696 LIMIT 1
0.665 ms 1 /classes/Product.php:1180
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.664 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.664 ms 1 /classes/stock/StockAvailable.php:286
741
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.664 ms 2 Yes /classes/Product.php:3291
19
SELECT SQL_NO_CACHE * FROM `coserwa_currency` c ORDER BY `iso_code` ASC
0.663 ms 1 Yes /classes/Currency.php:709
246
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
332
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
220
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
368
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
158
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
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.659 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM 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.658 ms 1 Yes /classes/shop/Shop.php:1392
509
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 667 AND `id_group` = 1 LIMIT 1
0.658 ms 0 /classes/GroupReduction.php:149
140
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
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.657 ms 1 /classes/Product.php:1180
750
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.657 ms 2 Yes /classes/Product.php:3291
801
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 (344) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.656 ms 2 Yes Yes /classes/Product.php:4289
799
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;
0.656 ms 6 Yes Yes /classes/Product.php:4289
590
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.655 ms 1 /classes/Product.php:1180
792
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "productcomments" LIMIT 1
0.655 ms 1 /classes/module/Module.php:2778
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.655 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
0.655 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
605
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 979 LIMIT 1
0.654 ms 1 /classes/SpecificPrice.php:432
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.653 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
0.653 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.651 ms 1 /classes/stock/StockAvailable.php:286
390
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.650 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.649 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
0.649 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.649 ms 1 /classes/Product.php:1180
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.649 ms 1 /src/Adapter/EntityMapper.php:73
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.648 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.648 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (177) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.648 ms 6 Yes Yes /classes/Product.php:4289
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.648 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
571
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.648 ms 1 /classes/SpecificPrice.php:256
388
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.645 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
777
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.645 ms 3 /classes/CartRule.php:359
454
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1496
0.644 ms 1 /src/Adapter/EntityMapper.php:81
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.643 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 978 AND pa.`id_product` = 978 AND pa.`id_product_attribute` = 3714 LIMIT 1
0.643 ms 1 /classes/Product.php:1180
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.643 ms 2 Yes /classes/Product.php:2673
592
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.642 ms 1 /src/Adapter/EntityMapper.php:73
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.642 ms 1 /classes/Category.php:1401
389
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
24
SELECT SQL_NO_CACHE `id_lang` FROM `coserwa_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.641 ms 1 /classes/Language.php:873
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.639 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
496
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 177 AND `id_group` = 1 LIMIT 1
0.639 ms 0 /classes/GroupReduction.php:149
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.638 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.638 ms 5 /classes/Product.php:3603
483
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 179 AND `id_group` = 1 LIMIT 1
0.638 ms 0 /classes/GroupReduction.php:149
504
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 469
0.638 ms 1 /src/Adapter/EntityMapper.php:81
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` = 980)
0.638 ms 6 /classes/Product.php:3603
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.637 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
538
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 545) AND (id_product_attribute = 1518) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.637 ms 1 /classes/stock/StockAvailable.php:286
549
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 344) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.637 ms 1 /classes/stock/StockAvailable.php:286
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.636 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.636 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.635 ms 1 /classes/stock/StockAvailable.php:286
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.635 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.635 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.634 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
569
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 498
0.634 ms 1 /src/Adapter/EntityMapper.php:81
772
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 141 AND `id_shop` = 1 LIMIT 1
0.632 ms 0 /classes/module/Module.php:2267
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.631 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
742
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.631 ms 4 Yes /classes/Product.php:2673
614
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.630 ms 1 /src/Adapter/EntityMapper.php:73
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.629 ms 1 Yes /classes/shop/Shop.php:716
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.629 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 545 AND pa.`id_product` = 545 AND pa.`id_product_attribute` = 1518 LIMIT 1
0.629 ms 1 /classes/Product.php:1180
561
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 183 AND `id_group` = 1 LIMIT 1
0.629 ms 0 /classes/GroupReduction.php:149
695
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.629 ms 1 /classes/stock/StockAvailable.php:286
824
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.629 ms 3 Yes Yes /classes/Product.php:4289
564
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.628 ms 1 /classes/stock/StockAvailable.php:286
583
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 974 LIMIT 1
0.628 ms 1 /classes/SpecificPrice.php:432
597
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.628 ms 1 /classes/stock/StockAvailable.php:286
634
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 556) AND (id_product_attribute = 1340) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.628 ms 1 /classes/stock/StockAvailable.php:286
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.627 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
608
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.627 ms 1 /classes/stock/StockAvailable.php:286
842
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.627 ms 1 /src/Adapter/EntityMapper.php:73
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.626 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
823
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.625 ms 6 Yes Yes /classes/Product.php:4289
825
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.625 ms 5 Yes Yes /classes/Product.php:4289
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` = 1496) LIMIT 1
0.625 ms 1 /src/Adapter/EntityMapper.php:73
551
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 344) AND (id_product_attribute = 873) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.625 ms 1 /classes/stock/StockAvailable.php:286
853
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.625 ms 1 /classes/module/Module.php:2778
310
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
372
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
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.623 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.623 ms 1 /classes/stock/StockAvailable.php:286
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 (176) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.622 ms 6 Yes Yes /classes/Product.php:4289
621
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.622 ms 1 /classes/stock/StockAvailable.php:286
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.621 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.621 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 545)
0.621 ms 2 /classes/Product.php:3603
778
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_%"
0.620 ms 1 /classes/CartRule.php:425
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.618 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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)
0.618 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
607
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 979 AND `id_group` = 1 LIMIT 1
0.618 ms 0 /classes/GroupReduction.php:149
660
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 976) AND (id_product_attribute = 3696) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.618 ms 1 /classes/stock/StockAvailable.php:286
574
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 181 AND `id_group` = 1 LIMIT 1
0.617 ms 0 /classes/GroupReduction.php:149
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.616 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
0.616 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.616 ms 6 /classes/Product.php:3603
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.615 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
628
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.615 ms 1 /classes/SpecificPrice.php:256
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.615 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.614 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
582
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 492
0.614 ms 1 /src/Adapter/EntityMapper.php:81
586
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.614 ms 1 /classes/stock/StockAvailable.php:286
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.612 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
370
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.612 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.611 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.611 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.611 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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)
0.611 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.611 ms 1 /classes/SpecificPrice.php:256
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.610 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.610 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.609 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.609 ms 1 /src/Adapter/EntityMapper.php:73
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 (179) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.608 ms 5 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.607 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.607 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
445
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_group`
WHERE `id_group` = 1 LIMIT 1
0.607 ms 1 /classes/Group.php:154
616
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 980 LIMIT 1
0.607 ms 1 /classes/SpecificPrice.php:432
548
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 344 AND `id_group` = 1 LIMIT 1
0.606 ms 0 /classes/GroupReduction.php:149
596
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 975 AND `id_group` = 1 LIMIT 1
0.606 ms 0 /classes/GroupReduction.php:149
843
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.606 ms 1 /src/Adapter/EntityMapper.php:81
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.605 ms 6 /classes/Product.php:3603
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.605 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
544
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 344 LIMIT 1
0.605 ms 3 /classes/SpecificPrice.php:432
585
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 974 AND `id_group` = 1 LIMIT 1
0.605 ms 0 /classes/GroupReduction.php:149
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.604 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.604 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.604 ms 1 /classes/Product.php:1180
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 (181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.604 ms 6 Yes Yes /classes/Product.php:4289
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.603 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
599
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.603 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.603 ms 2 Yes /classes/Product.php:2673
808
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `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;
0.603 ms 6 Yes Yes /classes/Product.php:4289
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.602 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.602 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.602 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.600 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.600 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
619
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.600 ms 1 /classes/stock/StockAvailable.php:286
830
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_linklist" LIMIT 1
0.599 ms 1 /classes/module/Module.php:2778
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.599 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.598 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
0.597 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
82
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
328
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
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` = 1496 LIMIT 1
0.597 ms 1 /classes/Product.php:1180
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.596 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
522
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 661 AND `id_group` = 1 LIMIT 1
0.595 ms 0 /classes/GroupReduction.php:149
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.595 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.594 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.594 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
848
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.593 ms 1 /classes/module/Module.php:2778
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.592 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)
0.592 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
612
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.592 ms 1 /classes/Product.php:1180
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` = 1535) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:73
664
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` = 3696) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:73
829
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.592 ms 7 Yes Yes /classes/Product.php:4289
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` = 195 AND pa.`id_product` = 195 AND pa.`id_product_attribute` = 1535 LIMIT 1
0.590 ms 1 /classes/Product.php:1180
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.589 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
588
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.588 ms 1 /classes/stock/StockAvailable.php:286
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.587 ms 1 /classes/SpecificPrice.php:256
658
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.587 ms 1 /classes/stock/StockAvailable.php:286
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.586 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.585 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
840
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.584 ms 1 /src/Adapter/EntityMapper.php:73
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.584 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
790
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
0.584 ms 1 /classes/Category.php:1623
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.583 ms 1 /src/Adapter/EntityMapper.php:73
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.583 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
688
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.583 ms 1 /src/Adapter/EntityMapper.php:73
802
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` = 344) LIMIT 1
0.582 ms 1 /src/Adapter/EntityMapper.php:73
478
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 463
0.581 ms 1 /src/Adapter/EntityMapper.php:81
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)
0.580 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.580 ms 1 /classes/stock/StockAvailable.php:286
491
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 481
0.580 ms 1 /src/Adapter/EntityMapper.php:81
570
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 181 LIMIT 1
0.580 ms 8 /classes/SpecificPrice.php:432
669
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.580 ms 4 /classes/Product.php:3603
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 free_shipping = 1 AND carrier_restriction = 1
0.580 ms 1 /classes/CartRule.php:425
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.579 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
449
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 191) AND (id_product_attribute = 1496) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.579 ms 1 /classes/stock/StockAvailable.php:286
562
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.578 ms 1 /classes/stock/StockAvailable.php:286
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.577 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.577 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.577 ms 1 /classes/stock/StockAvailable.php:286
827
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.577 ms 4 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)
0.576 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.576 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.576 ms 1 /classes/Hook.php:274
626
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3726
0.574 ms 1 /src/Adapter/EntityMapper.php:81
780
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.574 ms 1 /classes/module/Module.php:2267
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.573 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
0.573 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.572 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
0.572 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.572 ms 1 /classes/PrestaShopCollection.php:381
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.571 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.571 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 978)
0.571 ms 7 /classes/Product.php:3603
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.570 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.570 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.570 ms 1 /classes/Category.php:1401
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.569 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.569 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.569 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.569 ms 1 /classes/SpecificPrice.php:256
850
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.569 ms 1 /classes/module/Module.php:2778
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.569 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
841
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.568 ms 1 /src/Adapter/EntityMapper.php:81
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.568 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.568 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.568 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.566 ms 1 /classes/SpecificPrice.php:256
677
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.566 ms 1 /src/Adapter/EntityMapper.php:73
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.566 ms 1 /classes/Category.php:1401
844
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.566 ms 1 /src/Adapter/EntityMapper.php:73
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.564 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.564 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.564 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.563 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 545) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.563 ms 1 /classes/stock/StockAvailable.php:286
821
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.563 ms 7 Yes Yes /classes/Product.php:4289
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.562 ms 1 /src/Adapter/EntityMapper.php:73
543
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1518
0.562 ms 1 /src/Adapter/EntityMapper.php:81
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.561 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
809
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.561 ms 1 /src/Adapter/EntityMapper.php:73
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.560 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.560 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
518
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 661 LIMIT 1
0.560 ms 3 /classes/SpecificPrice.php:432
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.559 ms 1 /src/Adapter/EntityMapper.php:73
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.559 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
531
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 545 LIMIT 1
0.559 ms 1 /classes/SpecificPrice.php:432
826
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.559 ms 5 Yes Yes /classes/Product.php:4289
727
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` = 289 LIMIT 1
0.558 ms 1 /classes/Category.php:1401
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.557 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.557 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
631
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 556 AND `id_group` = 1 LIMIT 1
0.557 ms 0 /classes/GroupReduction.php:149
530
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1673
0.556 ms 1 /src/Adapter/EntityMapper.php:81
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.555 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)
0.554 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
535
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 545 AND `id_group` = 1 LIMIT 1
0.554 ms 0 /classes/GroupReduction.php:149
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.553 ms 1 /classes/SpecificPrice.php:256
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.553 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
675
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.552 ms 1 /classes/Product.php:1180
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.551 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.551 ms 1 /classes/SpecificPrice.php:256
594
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 975 LIMIT 1
0.551 ms 1 /classes/SpecificPrice.php:432
731
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` = 292 LIMIT 1
0.550 ms 1 /classes/Category.php:1401
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)
0.549 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.548 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
813
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
0.547 ms 6 /classes/Product.php:2513
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.547 ms 1 /src/Adapter/EntityMapper.php:73
684
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.547 ms 1 /classes/stock/StockAvailable.php:286
558
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.546 ms 1 /classes/SpecificPrice.php:256
645
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.546 ms 1 /classes/stock/StockAvailable.php:286
787
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
0.546 ms 1 /classes/Category.php:2250
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.545 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.545 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.544 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
505
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 667 LIMIT 1
0.544 ms 2 /classes/SpecificPrice.php:432
682
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.544 ms 1 /classes/stock/StockAvailable.php:286
577
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.543 ms 1 /classes/stock/StockAvailable.php:286
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)
0.542 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.541 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
610
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.541 ms 1 /classes/stock/StockAvailable.php:286
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.540 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
679
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 977 LIMIT 1
0.539 ms 1 /classes/SpecificPrice.php:432
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.538 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
686
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.538 ms 1 /classes/Product.php:1180
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.538 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
657
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 976 AND `id_group` = 1 LIMIT 1
0.537 ms 0 /classes/GroupReduction.php:149
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)
0.536 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
387
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.536 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
857
SELECT SQL_NO_CACHE `id_page`
FROM `coserwa_page`
WHERE `id_page_type` = 5 AND `id_object` = 2 LIMIT 1
0.536 ms 1 /classes/Page.php:83
640
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 195 LIMIT 1
0.535 ms 2 /classes/SpecificPrice.php:432
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)
0.534 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.534 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.533 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.532 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.531 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.531 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.531 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.531 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.531 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
849
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.531 ms 1 /classes/module/Module.php:2267
455
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 178 LIMIT 1
0.530 ms 1 /classes/SpecificPrice.php:432
517
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1736
0.530 ms 1 /src/Adapter/EntityMapper.php:81
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.529 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
693
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.529 ms 1 /classes/stock/StockAvailable.php:286
545
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 344
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.528 ms 1 /classes/SpecificPrice.php:256
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.527 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.526 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.525 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.523 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.523 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
615
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3720
0.522 ms 1 /src/Adapter/EntityMapper.php:81
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)
0.522 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.521 ms 1 /classes/Language.php:873
837
SELECT SQL_NO_CACHE *
FROM `coserwa_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.521 ms 1 /src/Adapter/EntityMapper.php:73
845
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.521 ms 1 /src/Adapter/EntityMapper.php:81
532
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 545
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.519 ms 1 /classes/SpecificPrice.php:256
793
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 153 AND `id_shop` = 1 LIMIT 1
0.519 ms 1 /classes/module/Module.php:2267
806
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 (872,873)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.518 ms 2 /classes/Product.php:2513
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.517 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
783
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.517 ms 1 /classes/Currency.php:1122
835
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.517 ms 1 /src/Adapter/EntityMapper.php:73
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.516 ms 1 /classes/Language.php:1070
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.516 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.514 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
846
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.514 ms 1 /classes/Meta.php:190
647
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 195) AND (id_product_attribute = 1535) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.513 ms 1 /classes/stock/StockAvailable.php:286
681
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 977 AND `id_group` = 1 LIMIT 1
0.512 ms 0 /classes/GroupReduction.php:149
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.512 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
817
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.512 ms 1 /classes/stock/StockAvailable.php:286
666
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 544 LIMIT 1
0.511 ms 1 /classes/SpecificPrice.php:432
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.509 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.508 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.507 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
700
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3714
0.506 ms 1 /src/Adapter/EntityMapper.php:81
652
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1535
0.505 ms 1 /src/Adapter/EntityMapper.php:81
673
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.505 ms 1 /classes/stock/StockAvailable.php:286
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.504 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
860
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.504 ms 1 /classes/DateRange.php:60
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.503 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
556
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 873
0.503 ms 1 /src/Adapter/EntityMapper.php:81
812
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`
0.503 ms 6 Yes Yes /classes/Product.php:2495
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.503 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
671
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.502 ms 1 /classes/stock/StockAvailable.php:286
784
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.501 ms 1 /classes/module/Module.php:2778
393
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.501 ms 18 Yes /classes/ImageType.php:109
782
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.500 ms 1 /classes/module/Module.php:2267
394
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.500 ms 18 Yes /classes/ImageType.php:109
34
SELECT SQL_NO_CACHE `id_category`
FROM `coserwa_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.499 ms 1 /classes/Category.php:2458
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)
0.499 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.499 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
409
SELECT SQL_NO_CACHE *
FROM `coserwa_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.499 ms 1 /src/Adapter/EntityMapper.php:81
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.498 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.497 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.497 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
690
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 978 LIMIT 1
0.497 ms 1 /classes/SpecificPrice.php:432
465
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 475
0.495 ms 1 /src/Adapter/EntityMapper.php:81
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)
0.495 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.495 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.494 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
383
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.494 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
847
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.493 ms 1 /classes/Meta.php:190
641
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.492 ms 1 /classes/SpecificPrice.php:256
832
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.492 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
689
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3707
0.491 ms 1 /src/Adapter/EntityMapper.php:81
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.491 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.488 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.488 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.487 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
644
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1
0.487 ms 0 /classes/GroupReduction.php:149
692
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 978 AND `id_group` = 1 LIMIT 1
0.487 ms 0 /classes/GroupReduction.php:149
665
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3696
0.486 ms 1 /src/Adapter/EntityMapper.php:81
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.486 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.483 ms 1 /src/Adapter/EntityMapper.php:73
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.483 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
396
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.483 ms 18 Yes /classes/ImageType.php:109
654
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.482 ms 1 /classes/SpecificPrice.php:256
851
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1
0.482 ms 1 /classes/module/Module.php:2267
653
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 976 LIMIT 1
0.481 ms 1 /classes/SpecificPrice.php:432
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.480 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.479 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.478 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
789
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `coserwa_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.477 ms 1 /classes/Category.php:1614
41
SELECT SQL_NO_CACHE `id_lang`
FROM `coserwa_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.476 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:70
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)
0.475 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
3
SELECT SQL_NO_CACHE *
FROM `coserwa_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:73
639
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1340
0.474 ms 1 /src/Adapter/EntityMapper.php:81
836
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block_lang`
WHERE `id_link_block` = 2
0.473 ms 1 /src/Adapter/EntityMapper.php:81
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.472 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.470 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.469 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.468 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.468 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
466
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 176 LIMIT 1
0.466 ms 12 /classes/SpecificPrice.php:432
670
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 544 AND `id_group` = 1 LIMIT 1
0.465 ms 0 /classes/GroupReduction.php:149
397
SELECT SQL_NO_CACHE format
FROM `coserwa_address_format`
WHERE `id_country` = 8 LIMIT 1
0.463 ms 1 /classes/AddressFormat.php:652
618
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 980 AND `id_group` = 1 LIMIT 1
0.462 ms 0 /classes/GroupReduction.php:149
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.460 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
593
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3686
0.460 ms 1 /src/Adapter/EntityMapper.php:81
25
SELECT SQL_NO_CACHE `id_country`
FROM `coserwa_country`
WHERE `iso_code` = 'US' LIMIT 1
0.458 ms 1 /classes/Country.php:198
395
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.456 ms 18 Yes /classes/ImageType.php:109
39
SELECT SQL_NO_CACHE * FROM `coserwa_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.455 ms 1 /classes/module/Module.php:2168
434
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.455 ms 457 /classes/SpecificPrice.php:294
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.454 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.453 ms 1 /src/Adapter/EntityMapper.php:73
785
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.452 ms 1 /classes/module/Module.php:2267
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.451 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
678
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1529
0.451 ms 1 /src/Adapter/EntityMapper.php:81
21
SELECT SQL_NO_CACHE value FROM `coserwa_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.451 ms 1 /classes/shop/Shop.php:1211
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.450 ms 1 /classes/SpecificPrice.php:374
667
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.449 ms 1 /classes/SpecificPrice.php:256
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.447 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
470
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 176 AND `id_group` = 1 LIMIT 1
0.446 ms 0 /classes/GroupReduction.php:149
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.445 ms 1 /src/Adapter/EntityMapper.php:73
457
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1
0.445 ms 0 /classes/GroupReduction.php:149
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.437 ms 1 /classes/shop/Shop.php:219
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.436 ms 1 /src/Adapter/EntityMapper.php:73
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.436 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
815
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.435 ms 1 /classes/stock/StockAvailable.php:286
398
SELECT SQL_NO_CACHE `need_identification_number`
FROM `coserwa_country`
WHERE `id_country` = 8 LIMIT 1
0.434 ms 1 /classes/Country.php:409
781
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.434 ms 1 /classes/module/Module.php:2778
831
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.434 ms 1 /classes/module/Module.php:2267
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `coserwa_hook_alias`
0.432 ms 88 /classes/Hook.php:320
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.428 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.425 ms 1 /classes/shop/Shop.php:922
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.424 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.423 ms 2 /classes/Meta.php:190
810
SELECT SQL_NO_CACHE *
FROM `coserwa_product_lang`
WHERE `id_product` = 183 AND `id_shop` = 1
0.419 ms 1 /src/Adapter/EntityMapper.php:81
401
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM coserwa_required_field
0.417 ms 1 /classes/ObjectModel.php:1440
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
852
SELECT SQL_NO_CACHE `need_identification_number`
FROM `coserwa_country`
WHERE `id_country` = 8 LIMIT 1
0.417 ms 1 /classes/Country.php:409
431
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 191 LIMIT 1
0.410 ms 2 /classes/SpecificPrice.php:432
854
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1
0.400 ms 1 /classes/module/Module.php:2267
27
SELECT SQL_NO_CACHE *
FROM `coserwa_country_lang`
WHERE `id_country` = 21
0.396 ms 1 /src/Adapter/EntityMapper.php:81
432
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `id_product` != 0 LIMIT 1
0.395 ms 1197 /classes/SpecificPrice.php:294
9
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.394 ms 1 /classes/ObjectModel.php:1575
32
SELECT SQL_NO_CACHE *
FROM `coserwa_group_lang`
WHERE `id_group` = 1
0.394 ms 1 /src/Adapter/EntityMapper.php:81
400
SELECT SQL_NO_CACHE *
FROM `coserwa_country_lang`
WHERE `id_country` = 8
0.393 ms 1 /src/Adapter/EntityMapper.php:81
803
SELECT SQL_NO_CACHE *
FROM `coserwa_product_lang`
WHERE `id_product` = 344 AND `id_shop` = 1
0.393 ms 1 /src/Adapter/EntityMapper.php:81
30
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.391 ms 1 /classes/ObjectModel.php:1575
22
SELECT SQL_NO_CACHE c.id_currency
FROM `coserwa_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.389 ms 1 /classes/Currency.php:893
788
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
0.387 ms 1 /classes/Category.php:1608
833
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.385 ms 1 /src/Adapter/EntityMapper.php:73
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.373 ms 1 /classes/SpecificPrice.php:378
804
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` = 292 LIMIT 1
0.369 ms 0 /classes/Category.php:1401
811
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.363 ms 0 /classes/Category.php:1401
807
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 344) AND (id_product_attribute = 872) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.363 ms 1 /classes/stock/StockAvailable.php:286
834
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block_lang`
WHERE `id_link_block` = 1
0.359 ms 1 /src/Adapter/EntityMapper.php:81
814
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.354 ms 1 /classes/stock/StockAvailable.php:286
816
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.351 ms 1 /classes/stock/StockAvailable.php:286
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.351 ms 1 /classes/Category.php:1777
33
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.338 ms 1 /classes/ObjectModel.php:1575
818
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.337 ms 1 /classes/stock/StockAvailable.php:286

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)
48 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
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 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 *
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
10 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
9 queries
SELECT `id_module` FROM `coserwa_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 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
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
4 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
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, 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, 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_product` a
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
2 queries
SELECT *
							FROM `coserwa_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
2 queries
SELECT 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 = XX)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`
                ORDER BY pa.`id_product_attribute`
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
123 product
110 product_attribute
107 product_attribute_shop
86 cart_product
81 product_shop
73 product_attribute_combination
64 stock_available
53 attribute
49 attribute_lang
42 specific_price
42 pack
42 product_attribute_lang
42 image
42 image_lang
29 attribute_group
29 attribute_group_lang
25 category
24 product_lang
21 product_group_reduction_cache
21 image_shop
21 product_attribute_image
17 category_lang
17 category_group
15 category_product
14 module
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 44 /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: 545]
/src/Adapter/Image/ImageRetriever.php:71 (__construct) [id: 344]
/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]
/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: 545]
/classes/Link.php:114 (__construct) [id: 344]
/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]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 344]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 183]
Combination 21 /classes/Product.php:5645 (__construct) [id: 1496]
/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: 1518]
/classes/Product.php:5645 (__construct) [id: 873]
/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: 1340]
/classes/Product.php:5645 (__construct) [id: 1535]
/classes/Product.php:5645 (__construct) [id: 3696]
/classes/Product.php:5645 (__construct) [id: 1529]
/classes/Product.php:5645 (__construct) [id: 3707]
/classes/Product.php:5645 (__construct) [id: 3714]
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 /app/config/parameters.php
47 /var/cache/prod/appParameters.php
50 /vendor/symfony/finder/Finder.php
51 /vendor/symfony/finder/Iterator/FileTypeFilterIterator.php
52 /vendor/symfony/finder/Iterator/LazyIterator.php
53 /vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php
54 /vendor/symfony/finder/SplFileInfo.php
55 /vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php
56 /vendor/symfony/finder/Iterator/FilenameFilterIterator.php
57 /vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php
58 /vendor/symfony/finder/Glob.php
59 /vendor/symfony/finder/Iterator/PathFilterIterator.php
60 /classes/controller/Controller.php
62 /classes/ObjectModel.php
63 /src/Core/Foundation/Database/EntityInterface.php
65 /classes/db/Db.php
67 /classes/Hook.php
69 /classes/module/Module.php
70 /src/Core/Module/Legacy/ModuleInterface.php
72 /classes/Tools.php
73 /classes/Context.php
74 /classes/shop/Shop.php
75 /src/Core/Security/PasswordGenerator.php
76 /classes/db/DbPDO.php
77 /classes/AddressFormat.php
78 /classes/Configuration.php
79 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
80 /classes/Validate.php
81 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
82 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
83 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
84 /vendor/symfony/form/AbstractType.php
85 /vendor/symfony/form/FormTypeInterface.php
86 /classes/cache/Cache.php
87 /src/Adapter/EntityMapper.php
88 /classes/db/DbQuery.php
89 /src/Core/Addon/Theme/ThemeManagerBuilder.php
90 /vendor/psr/log/src/NullLogger.php
91 /vendor/psr/log/src/AbstractLogger.php
92 /vendor/psr/log/src/LoggerTrait.php
93 /vendor/psr/log/src/LoggerInterface.php
94 /src/Core/Context/ApiClientContext.php
95 /src/Adapter/Configuration.php
96 /vendor/symfony/http-foundation/ParameterBag.php
97 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
98 /src/Core/ConfigurationInterface.php
99 /src/Core/Addon/Theme/ThemeRepository.php
100 /src/Core/Addon/AddonRepositoryInterface.php
101 /src/Core/Addon/Theme/Theme.php
102 /src/Core/Addon/AddonInterface.php
103 /src/Core/Util/ArrayFinder.php
104 /vendor/symfony/property-access/PropertyAccess.php
105 /vendor/symfony/property-access/PropertyAccessorBuilder.php
106 /vendor/symfony/property-access/PropertyAccessor.php
107 /vendor/symfony/property-access/PropertyAccessorInterface.php
108 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
109 /vendor/symfony/property-info/PropertyListExtractorInterface.php
110 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
111 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
112 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
113 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
114 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
115 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
116 /vendor/symfony/property-info/Type.php
117 /vendor/symfony/string/Inflector/EnglishInflector.php
118 /vendor/symfony/string/Inflector/InflectorInterface.php
119 /vendor/symfony/property-access/PropertyPath.php
120 /vendor/symfony/property-access/PropertyPathInterface.php
121 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
122 /config/defines_uri.inc.php
123 /classes/Language.php
124 /src/Core/Language/LanguageInterface.php
125 /classes/Country.php
126 /classes/PrestaShopCollection.php
127 /classes/shop/ShopGroup.php
128 /classes/Cookie.php
129 /src/Core/Http/CookieOptions.php
130 /classes/PhpEncryption.php
131 /classes/PhpEncryptionEngine.php
132 /vendor/defuse/php-encryption/src/Key.php
133 /vendor/defuse/php-encryption/src/Encoding.php
134 /vendor/defuse/php-encryption/src/Core.php
135 /vendor/defuse/php-encryption/src/Crypto.php
136 /vendor/defuse/php-encryption/src/KeyOrPassword.php
137 /vendor/defuse/php-encryption/src/RuntimeTests.php
138 /vendor/defuse/php-encryption/src/DerivedKeys.php
139 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
140 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
141 /src/Core/Session/SessionHandler.php
142 /src/Core/Session/SessionHandlerInterface.php
143 /vendor/symfony/http-foundation/Session/Session.php
144 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
145 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
146 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
147 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
148 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
149 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
150 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
151 /vendor/symfony/http-foundation/Session/SessionInterface.php
152 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
153 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
154 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
155 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
156 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
157 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
158 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
159 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
160 /config/smarty.config.inc.php
161 /vendor/smarty/smarty/libs/Smarty.class.php
162 /vendor/smarty/smarty/libs/functions.php
163 /vendor/smarty/smarty/libs/Autoloader.php
164 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
165 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
167 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
168 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
169 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
170 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
171 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
172 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
173 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
174 /override/classes/ImageManager.php
175 /override/classes/Product.php
176 /classes/Product.php
177 /classes/Profile.php
178 /classes/Tab.php
179 /config/smartyfront.config.inc.php
180 /classes/Smarty/SmartyResourceModule.php
181 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
182 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
183 /classes/Smarty/SmartyResourceParent.php
184 /classes/Smarty/SmartyLazyRegister.php
185 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
186 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
187 /classes/Customer.php
188 /classes/Group.php
189 /classes/Link.php
190 /classes/shop/ShopUrl.php
191 /app/FrontKernel.php
192 /app/AppKernel.php
193 /vendor/symfony/http-kernel/Kernel.php
194 /vendor/symfony/config/ConfigCache.php
195 /vendor/symfony/config/ResourceCheckerConfigCache.php
196 /vendor/symfony/config/ConfigCacheInterface.php
197 /vendor/symfony/http-kernel/KernelInterface.php
198 /vendor/symfony/http-kernel/HttpKernelInterface.php
199 /vendor/symfony/http-kernel/RebootableInterface.php
200 /vendor/symfony/http-kernel/TerminableInterface.php
201 /vendor/symfony/dotenv/Dotenv.php
202 /classes/Dispatcher.php
203 /vendor/symfony/http-foundation/Request.php
204 /vendor/symfony/http-foundation/AcceptHeader.php
205 /vendor/symfony/http-foundation/AcceptHeaderItem.php
206 /vendor/symfony/http-foundation/FileBag.php
207 /vendor/symfony/http-foundation/HeaderBag.php
208 /vendor/symfony/http-foundation/HeaderUtils.php
209 /vendor/symfony/http-foundation/InputBag.php
210 /vendor/symfony/http-foundation/ServerBag.php
211 /src/Adapter/SymfonyContainer.php
212 /config/db_slave_server.inc.php
213 /src/Adapter/ContainerBuilder.php
214 /src/Adapter/Environment.php
215 /src/Core/EnvironmentInterface.php
216 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
217 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
218 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
219 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
220 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
221 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
222 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
223 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
224 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
225 /vendor/symfony/cache/Adapter/ArrayAdapter.php
226 /vendor/psr/log/src/LoggerAwareTrait.php
227 /vendor/symfony/cache/Adapter/AdapterInterface.php
228 /vendor/symfony/cache/CacheItem.php
229 /vendor/symfony/cache-contracts/ItemInterface.php
230 /vendor/psr/cache/src/CacheItemInterface.php
231 /vendor/psr/cache/src/CacheItemPoolInterface.php
232 /vendor/symfony/cache-contracts/CacheInterface.php
233 /vendor/psr/log/src/LoggerAwareInterface.php
234 /vendor/symfony/cache/ResettableInterface.php
235 /vendor/symfony/service-contracts/ResetInterface.php
236 /vendor/doctrine/orm/src/Tools/Setup.php
237 /vendor/doctrine/deprecations/src/Deprecation.php
238 /vendor/doctrine/orm/src/Configuration.php
239 /vendor/doctrine/dbal/src/Configuration.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
241 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
242 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
243 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
244 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
245 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
246 /vendor/doctrine/lexer/src/AbstractLexer.php
247 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
248 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
249 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
250 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
251 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
252 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
253 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
254 /vendor/symfony/cache/Adapter/AbstractAdapter.php
255 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
256 /vendor/symfony/cache/Traits/ContractsTrait.php
257 /vendor/symfony/cache-contracts/CacheTrait.php
258 /vendor/psr/cache/src/InvalidArgumentException.php
259 /vendor/psr/cache/src/CacheException.php
260 /vendor/symfony/cache/Traits/FilesystemTrait.php
261 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
262 /vendor/symfony/cache/PruneableInterface.php
263 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
264 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
265 /src/Adapter/Module/Repository/CachedModuleRepository.php
266 /src/Adapter/Module/Repository/ModuleRepository.php
267 /src/Core/Repository/AbstractObjectModelRepository.php
268 /vendor/symfony/cache/LockRegistry.php
269 /vendor/symfony/finder/Comparator/NumberComparator.php
270 /vendor/symfony/finder/Comparator/Comparator.php
271 /vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php
272 /modules/autoupgrade/vendor/autoload.php
273 /modules/autoupgrade/vendor/composer/autoload_real.php
274 /modules/autoupgrade/vendor/composer/autoload_static.php
275 /modules/autoupgrade/vendor/symfony/polyfill-php72/bootstrap.php
276 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
277 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
278 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
279 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
280 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
281 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
282 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
283 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
284 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
285 /modules/statssearch/vendor/autoload.php
286 /modules/statssearch/vendor/composer/autoload_real.php
287 /modules/statssearch/vendor/composer/platform_check.php
288 /modules/statssearch/vendor/composer/autoload_static.php
289 /modules/ps_advertising/vendor/autoload.php
290 /modules/ps_advertising/vendor/composer/autoload_real.php
291 /modules/ps_advertising/vendor/composer/autoload_static.php
292 /modules/ps_emailsubscription/vendor/autoload.php
293 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
294 /modules/ps_emailsubscription/vendor/composer/platform_check.php
295 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
296 /modules/statscarrier/vendor/autoload.php
297 /modules/statscarrier/vendor/composer/autoload_real.php
298 /modules/statscarrier/vendor/composer/platform_check.php
299 /modules/statscarrier/vendor/composer/autoload_static.php
300 /modules/gridhtml/vendor/autoload.php
301 /modules/gridhtml/vendor/composer/autoload_real.php
302 /modules/gridhtml/vendor/composer/autoload_static.php
303 /modules/psaddonsconnect/vendor/autoload.php
304 /modules/psaddonsconnect/vendor/composer/autoload_real.php
305 /modules/psaddonsconnect/vendor/composer/autoload_static.php
306 /modules/psaddonsconnect/vendor/react/promise/src/functions_include.php
307 /modules/psaddonsconnect/vendor/react/promise/src/functions.php
308 /modules/statsbestproducts/vendor/autoload.php
309 /modules/statsbestproducts/vendor/composer/autoload_real.php
310 /modules/statsbestproducts/vendor/composer/platform_check.php
311 /modules/statsbestproducts/vendor/composer/autoload_static.php
312 /modules/ps_facetedsearch/vendor/autoload.php
313 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
314 /modules/ps_facetedsearch/vendor/composer/platform_check.php
315 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
316 /modules/ps_eventbus/vendor/autoload.php
317 /modules/ps_eventbus/vendor/composer/autoload_real.php
318 /modules/ps_eventbus/vendor/composer/autoload_static.php
319 /modules/ps_wirepayment/vendor/autoload.php
320 /modules/ps_wirepayment/vendor/composer/autoload_real.php
321 /modules/ps_wirepayment/vendor/composer/platform_check.php
322 /modules/ps_wirepayment/vendor/composer/autoload_static.php
323 /modules/gsitemap/vendor/autoload.php
324 /modules/gsitemap/vendor/composer/autoload_real.php
325 /modules/gsitemap/vendor/composer/platform_check.php
326 /modules/gsitemap/vendor/composer/autoload_static.php
327 /modules/statsbestvouchers/vendor/autoload.php
328 /modules/statsbestvouchers/vendor/composer/autoload_real.php
329 /modules/statsbestvouchers/vendor/composer/platform_check.php
330 /modules/statsbestvouchers/vendor/composer/autoload_static.php
331 /modules/dashgoals/vendor/autoload.php
332 /modules/dashgoals/vendor/composer/autoload_real.php
333 /modules/dashgoals/vendor/composer/autoload_static.php
334 /modules/ps_featuredproducts/vendor/autoload.php
335 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
336 /modules/ps_featuredproducts/vendor/composer/platform_check.php
337 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
338 /modules/newsletter/vendor/autoload.php
339 /modules/newsletter/vendor/composer/autoload_real.php
340 /modules/newsletter/vendor/composer/autoload_static.php
341 /modules/ps_sharebuttons/vendor/autoload.php
342 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
343 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
344 /modules/ps_banner/vendor/autoload.php
345 /modules/ps_banner/vendor/composer/autoload_real.php
346 /modules/ps_banner/vendor/composer/autoload_static.php
347 /modules/statsproduct/vendor/autoload.php
348 /modules/statsproduct/vendor/composer/autoload_real.php
349 /modules/statsproduct/vendor/composer/platform_check.php
350 /modules/statsproduct/vendor/composer/autoload_static.php
351 /modules/ps_categorytree/vendor/autoload.php
352 /modules/ps_categorytree/vendor/composer/autoload_real.php
353 /modules/ps_categorytree/vendor/composer/platform_check.php
354 /modules/ps_categorytree/vendor/composer/autoload_static.php
355 /modules/ps_mainmenu/vendor/autoload.php
356 /modules/ps_mainmenu/vendor/composer/autoload_real.php
357 /modules/ps_mainmenu/vendor/composer/platform_check.php
358 /modules/ps_mainmenu/vendor/composer/autoload_static.php
359 /modules/ps_bestsellers/vendor/autoload.php
360 /modules/ps_bestsellers/vendor/composer/autoload_real.php
361 /modules/ps_bestsellers/vendor/composer/autoload_static.php
362 /modules/statspersonalinfos/vendor/autoload.php
363 /modules/statspersonalinfos/vendor/composer/autoload_real.php
364 /modules/statspersonalinfos/vendor/composer/platform_check.php
365 /modules/statspersonalinfos/vendor/composer/autoload_static.php
366 /modules/dashtrends/vendor/autoload.php
367 /modules/dashtrends/vendor/composer/autoload_real.php
368 /modules/dashtrends/vendor/composer/autoload_static.php
369 /modules/dashactivity/vendor/autoload.php
370 /modules/dashactivity/vendor/composer/autoload_real.php
371 /modules/dashactivity/vendor/composer/autoload_static.php
372 /modules/statsforecast/vendor/autoload.php
373 /modules/statsforecast/vendor/composer/autoload_real.php
374 /modules/statsforecast/vendor/composer/platform_check.php
375 /modules/statsforecast/vendor/composer/autoload_static.php
376 /modules/ps_themecusto/vendor/autoload.php
377 /modules/ps_themecusto/vendor/composer/autoload_real.php
378 /modules/ps_themecusto/vendor/composer/autoload_static.php
379 /modules/ps_categoryproducts/vendor/autoload.php
380 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
381 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
382 /modules/paypal/vendor/autoload.php
383 /modules/paypal/vendor/composer/autoload_real.php
384 /modules/paypal/vendor/composer/autoload_static.php
385 /modules/statscheckup/vendor/autoload.php
386 /modules/statscheckup/vendor/composer/autoload_real.php
387 /modules/statscheckup/vendor/composer/autoload_static.php
388 /modules/ps_linklist/vendor/autoload.php
389 /modules/ps_linklist/vendor/composer/autoload_real.php
390 /modules/ps_linklist/vendor/composer/autoload_static.php
391 /modules/productcomments/vendor/autoload.php
392 /modules/productcomments/vendor/composer/autoload_real.php
393 /modules/productcomments/vendor/composer/platform_check.php
394 /modules/productcomments/vendor/composer/autoload_static.php
395 /modules/statsdata/vendor/autoload.php
396 /modules/statsdata/vendor/composer/autoload_real.php
397 /modules/statsdata/vendor/composer/autoload_static.php
398 /modules/statscatalog/vendor/autoload.php
399 /modules/statscatalog/vendor/composer/autoload_real.php
400 /modules/statscatalog/vendor/composer/platform_check.php
401 /modules/statscatalog/vendor/composer/autoload_static.php
402 /modules/contactform/vendor/autoload.php
403 /modules/contactform/vendor/composer/autoload_real.php
404 /modules/contactform/vendor/composer/autoload_static.php
405 /modules/eicaptcha/vendor/autoload.php
406 /modules/eicaptcha/vendor/composer/autoload_real.php
407 /modules/eicaptcha/vendor/composer/platform_check.php
408 /modules/eicaptcha/vendor/composer/autoload_static.php
409 /modules/ps_specials/vendor/autoload.php
410 /modules/ps_specials/vendor/composer/autoload_real.php
411 /modules/ps_specials/vendor/composer/autoload_static.php
412 /modules/ps_socialfollow/vendor/autoload.php
413 /modules/ps_socialfollow/vendor/composer/autoload_real.php
414 /modules/ps_socialfollow/vendor/composer/platform_check.php
415 /modules/ps_socialfollow/vendor/composer/autoload_static.php
416 /modules/dashproducts/vendor/autoload.php
417 /modules/dashproducts/vendor/composer/autoload_real.php
418 /modules/dashproducts/vendor/composer/platform_check.php
419 /modules/dashproducts/vendor/composer/autoload_static.php
420 /modules/statsnewsletter/vendor/autoload.php
421 /modules/statsnewsletter/vendor/composer/autoload_real.php
422 /modules/statsnewsletter/vendor/composer/platform_check.php
423 /modules/statsnewsletter/vendor/composer/autoload_static.php
424 /modules/pagesnotfound/vendor/autoload.php
425 /modules/pagesnotfound/vendor/composer/autoload_real.php
426 /modules/pagesnotfound/vendor/composer/platform_check.php
427 /modules/pagesnotfound/vendor/composer/autoload_static.php
428 /modules/ps_customtext/vendor/autoload.php
429 /modules/ps_customtext/vendor/composer/autoload_real.php
430 /modules/ps_customtext/vendor/composer/platform_check.php
431 /modules/ps_customtext/vendor/composer/autoload_static.php
432 /modules/statsregistrations/vendor/autoload.php
433 /modules/statsregistrations/vendor/composer/autoload_real.php
434 /modules/statsregistrations/vendor/composer/platform_check.php
435 /modules/statsregistrations/vendor/composer/autoload_static.php
436 /modules/statsstock/vendor/autoload.php
437 /modules/statsstock/vendor/composer/autoload_real.php
438 /modules/statsstock/vendor/composer/autoload_static.php
439 /modules/statsbestsuppliers/vendor/autoload.php
440 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
441 /modules/statsbestsuppliers/vendor/composer/platform_check.php
442 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
443 /modules/ps_contactinfo/vendor/autoload.php
444 /modules/ps_contactinfo/vendor/composer/autoload_real.php
445 /modules/ps_contactinfo/vendor/composer/autoload_static.php
446 /modules/statsbestcategories/vendor/autoload.php
447 /modules/statsbestcategories/vendor/composer/autoload_real.php
448 /modules/statsbestcategories/vendor/composer/platform_check.php
449 /modules/statsbestcategories/vendor/composer/autoload_static.php
450 /modules/ps_newproducts/vendor/autoload.php
451 /modules/ps_newproducts/vendor/composer/autoload_real.php
452 /modules/ps_newproducts/vendor/composer/platform_check.php
453 /modules/ps_newproducts/vendor/composer/autoload_static.php
454 /modules/mondialrelay/vendor/autoload.php
455 /modules/mondialrelay/vendor/composer/autoload_real.php
456 /modules/mondialrelay/vendor/composer/platform_check.php
457 /modules/mondialrelay/vendor/composer/autoload_static.php
458 /modules/psgdpr/vendor/autoload.php
459 /modules/psgdpr/vendor/composer/autoload_real.php
460 /modules/psgdpr/vendor/composer/autoload_static.php
461 /modules/ps_languageselector/vendor/autoload.php
462 /modules/ps_languageselector/vendor/composer/autoload_real.php
463 /modules/ps_languageselector/vendor/composer/autoload_static.php
464 /modules/dpdfrance/vendor/autoload.php
465 /modules/dpdfrance/vendor/composer/autoload_real.php
466 /modules/dpdfrance/vendor/composer/platform_check.php
467 /modules/dpdfrance/vendor/composer/autoload_static.php
468 /modules/ps_buybuttonlite/vendor/autoload.php
469 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
470 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
471 /modules/ps_shoppingcart/vendor/autoload.php
472 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
473 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
474 /modules/statslive/vendor/autoload.php
475 /modules/statslive/vendor/composer/autoload_real.php
476 /modules/statslive/vendor/composer/autoload_static.php
477 /modules/ps_accounts/vendor/autoload.php
478 /modules/ps_accounts/vendor/composer/autoload_real.php
479 /modules/ps_accounts/vendor/composer/platform_check.php
480 /modules/ps_accounts/vendor/composer/autoload_static.php
481 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
482 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
483 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
484 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
485 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
486 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
487 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
488 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
489 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
490 /modules/ps_customeraccountlinks/vendor/autoload.php
491 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
492 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
493 /modules/statssales/vendor/autoload.php
494 /modules/statssales/vendor/composer/autoload_real.php
495 /modules/statssales/vendor/composer/platform_check.php
496 /modules/statssales/vendor/composer/autoload_static.php
497 /modules/statsbestcustomers/vendor/autoload.php
498 /modules/statsbestcustomers/vendor/composer/autoload_real.php
499 /modules/statsbestcustomers/vendor/composer/platform_check.php
500 /modules/statsbestcustomers/vendor/composer/autoload_static.php
501 /modules/ps_emailalerts/vendor/autoload.php
502 /modules/ps_emailalerts/vendor/composer/autoload_real.php
503 /modules/ps_emailalerts/vendor/composer/autoload_static.php
504 /modules/ps_searchbar/vendor/autoload.php
505 /modules/ps_searchbar/vendor/composer/autoload_real.php
506 /modules/ps_searchbar/vendor/composer/autoload_static.php
507 /modules/ps_currencyselector/vendor/autoload.php
508 /modules/ps_currencyselector/vendor/composer/autoload_real.php
509 /modules/ps_currencyselector/vendor/composer/autoload_static.php
510 /modules/graphnvd3/vendor/autoload.php
511 /modules/graphnvd3/vendor/composer/autoload_real.php
512 /modules/graphnvd3/vendor/composer/autoload_static.php
513 /modules/ps_googleanalytics/vendor/autoload.php
514 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
515 /modules/ps_googleanalytics/vendor/composer/platform_check.php
516 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
517 /modules/cronjobs/vendor/autoload.php
518 /modules/cronjobs/vendor/composer/autoload_real.php
519 /modules/cronjobs/vendor/composer/autoload_static.php
520 /modules/ps_checkpayment/vendor/autoload.php
521 /modules/ps_checkpayment/vendor/composer/autoload_real.php
522 /modules/ps_checkpayment/vendor/composer/autoload_static.php
523 /modules/ps_imageslider/vendor/autoload.php
524 /modules/ps_imageslider/vendor/composer/autoload_real.php
525 /modules/ps_imageslider/vendor/composer/platform_check.php
526 /modules/ps_imageslider/vendor/composer/autoload_static.php
527 /modules/ps_distributionapiclient/vendor/autoload.php
528 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
529 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
530 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
531 /modules/ps_customersignin/vendor/autoload.php
532 /modules/ps_customersignin/vendor/composer/autoload_real.php
533 /modules/ps_customersignin/vendor/composer/autoload_static.php
534 /src/Adapter/Container/LegacyContainerBuilder.php
535 /vendor/symfony/dependency-injection/ContainerBuilder.php
536 /vendor/symfony/dependency-injection/Container.php
537 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
538 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
539 /vendor/symfony/dependency-injection/ServiceLocator.php
540 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
541 /vendor/psr/container/src/ContainerExceptionInterface.php
542 /vendor/psr/container/src/NotFoundExceptionInterface.php
543 /vendor/symfony/service-contracts/ServiceProviderInterface.php
544 /vendor/psr/container/src/ContainerInterface.php
545 /vendor/symfony/dependency-injection/ContainerInterface.php
546 /vendor/symfony/dependency-injection/TaggedContainerInterface.php
547 /src/Adapter/Container/LegacyContainerInterface.php
548 /vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php
549 /vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php
550 /vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php
551 /vendor/symfony/config/Resource/ResourceInterface.php
552 /vendor/symfony/dependency-injection/Definition.php
553 /vendor/symfony/config/Resource/FileResource.php
554 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
555 /src/PrestaShopBundle/DependencyInjection/Compiler/LoadServicesFromModulesPass.php
556 /vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php
557 /vendor/symfony/dependency-injection/Compiler/PassConfig.php
558 /src/PrestaShopBundle/PrestaShopBundle.php
559 /vendor/symfony/http-kernel/Bundle/Bundle.php
560 /vendor/symfony/http-kernel/Bundle/BundleInterface.php
561 /vendor/symfony/dependency-injection/Compiler/Compiler.php
562 /vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
563 /vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php
564 /vendor/symfony/dependency-injection/Compiler/RegisterAutoconfigureAttributesPass.php
565 /vendor/symfony/dependency-injection/Compiler/AutowireAsDecoratorPass.php
566 /vendor/symfony/dependency-injection/Compiler/AttributeAutoconfigurationPass.php
567 /vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
568 /vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php
569 /vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php
570 /vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php
571 /vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php
572 /vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php
573 /vendor/symfony/dependency-injection/Compiler/ResolveDecoratorStackPass.php
574 /vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php
575 /vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php
576 /vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php
577 /vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php
578 /vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php
579 /vendor/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php
580 /vendor/symfony/dependency-injection/Compiler/AutowireRequiredPropertiesPass.php
581 /vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php
582 /vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php
583 /vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php
584 /vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php
585 /vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php
586 /vendor/symfony/dependency-injection/Compiler/AutowirePass.php
587 /vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php
588 /vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php
589 /vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php
590 /vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php
591 /vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
592 /vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php
593 /vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php
594 /vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php
595 /vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php
596 /vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php
597 /vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php
598 /vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php
599 /vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
600 /vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php
601 /vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php
602 /vendor/symfony/dependency-injection/Compiler/ResolveHotPathPass.php
603 /vendor/symfony/dependency-injection/Compiler/ResolveNoPreloadPass.php
604 /vendor/symfony/dependency-injection/Compiler/AliasDeprecatedPublicServicesPass.php
605 /vendor/symfony/dependency-injection/Compiler/RemoveBuildParametersPass.php
606 /vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php
607 /vendor/symfony/config/Resource/ComposerResource.php
608 /classes/container/LegacyCompilerPass.php
609 /src/Adapter/Container/ContainerParametersExtension.php
610 /src/Adapter/Container/ContainerBuilderExtensionInterface.php
611 /src/Adapter/Container/DoctrineBuilderExtension.php
612 /app/config/set_parameters.php
613 /vendor/symfony/config/FileLocator.php
614 /vendor/symfony/config/FileLocatorInterface.php
615 /src/PrestaShopBundle/DependencyInjection/Config/ConfigYamlLoader.php
616 /vendor/symfony/config/Loader/FileLoader.php
617 /vendor/symfony/config/Loader/Loader.php
618 /vendor/symfony/config/Loader/LoaderInterface.php
619 /vendor/symfony/yaml/Yaml.php
620 /vendor/symfony/yaml/Parser.php
621 /vendor/symfony/yaml/Inline.php
622 /vendor/symfony/yaml/Unescaper.php
623 /vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php
624 /vendor/symfony/doctrine-bridge/DependencyInjection/AbstractDoctrineExtension.php
625 /vendor/symfony/http-kernel/DependencyInjection/Extension.php
626 /vendor/symfony/dependency-injection/Extension/Extension.php
627 /vendor/symfony/dependency-injection/Extension/ExtensionInterface.php
628 /vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php
629 /src/PrestaShopBundle/DependencyInjection/Compiler/ModulesDoctrineCompilerPass.php
630 /vendor/symfony/dependency-injection/Loader/YamlFileLoader.php
631 /vendor/symfony/dependency-injection/Loader/FileLoader.php
632 /vendor/symfony/yaml/Tag/TaggedValue.php
633 /vendor/symfony/dependency-injection/Reference.php
634 /vendor/symfony/dependency-injection/Alias.php
635 /vendor/symfony/expression-language/Expression.php
636 /vendor/symfony/dependency-injection/ChildDefinition.php
637 /vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php
638 /vendor/symfony/dependency-injection/Argument/IteratorArgument.php
639 /vendor/symfony/dependency-injection/Argument/ArgumentInterface.php
640 /vendor/symfony/config/Definition/BaseNode.php
641 /vendor/symfony/config/Definition/NodeInterface.php
642 /vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php
643 /vendor/symfony/config/Definition/ConfigurationInterface.php
644 /vendor/symfony/config/Definition/Processor.php
645 /vendor/symfony/config/Definition/Builder/TreeBuilder.php
646 /vendor/symfony/config/Definition/Builder/NodeParentInterface.php
647 /vendor/symfony/config/Definition/Builder/NodeBuilder.php
648 /vendor/symfony/config/Definition/Builder/ArrayNodeDefinition.php
649 /vendor/symfony/config/Definition/Builder/NodeDefinition.php
650 /vendor/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php
651 /vendor/symfony/config/Definition/Builder/BuilderAwareInterface.php
652 /vendor/symfony/config/Definition/Builder/NormalizationBuilder.php
653 /vendor/symfony/config/Definition/Builder/ExprBuilder.php
654 /vendor/symfony/config/Definition/Builder/ScalarNodeDefinition.php
655 /vendor/symfony/config/Definition/Builder/VariableNodeDefinition.php
656 /vendor/symfony/config/Definition/ScalarNode.php
657 /vendor/symfony/config/Definition/VariableNode.php
658 /vendor/symfony/config/Definition/PrototypeNodeInterface.php
659 /vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php
660 /vendor/symfony/config/Definition/BooleanNode.php
661 /vendor/symfony/config/Definition/Builder/ValidationBuilder.php
662 /vendor/doctrine/dbal/src/Connection.php
663 /vendor/doctrine/dbal/src/ArrayParameterType.php
664 /vendor/doctrine/dbal/src/ParameterType.php
665 /vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php
666 /vendor/symfony/config/Definition/Builder/NumericNodeDefinition.php
667 /vendor/symfony/config/Definition/IntegerNode.php
668 /vendor/symfony/config/Definition/NumericNode.php
669 /vendor/symfony/config/Definition/ArrayNode.php
670 /vendor/symfony/config/Definition/PrototypedArrayNode.php
671 /vendor/doctrine/orm/src/EntityManager.php
672 /vendor/doctrine/orm/src/EntityManagerInterface.php
673 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
674 /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php
675 /vendor/symfony/dependency-injection/Loader/XmlFileLoader.php
676 /vendor/symfony/config/Util/XmlUtils.php
677 /vendor/symfony/dependency-injection/Argument/BoundArgument.php
678 /vendor/symfony/dependency-injection/Attribute/Target.php
679 /vendor/doctrine/dbal/src/Tools/Console/ConnectionProvider.php
680 /vendor/doctrine/dbal/src/Logging/Middleware.php
681 /vendor/doctrine/dbal/src/Driver/Middleware.php
682 /vendor/symfony/messenger/MessageBusInterface.php
683 /vendor/symfony/doctrine-bridge/Messenger/DoctrineTransactionMiddleware.php
684 /vendor/symfony/doctrine-bridge/Messenger/AbstractDoctrineMiddleware.php
685 /vendor/symfony/messenger/Middleware/MiddlewareInterface.php
686 /vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php
687 /vendor/symfony/event-dispatcher/EventSubscriberInterface.php
688 /vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php
689 /vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaListener.php
690 /vendor/symfony/doctrine-bridge/SchemaListener/AbstractSchemaListener.php
691 /vendor/doctrine/event-manager/src/EventSubscriber.php
692 /vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php
693 /vendor/symfony/messenger/Transport/TransportFactoryInterface.php
694 /vendor/doctrine/orm/src/UnitOfWork.php
695 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
696 /vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php
697 /vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaListener.php
698 /vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php
699 /vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaListener.php
700 /vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php
701 /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php
702 /vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php
703 /vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php
704 /vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php
705 /vendor/symfony/console/Command/Command.php
706 /vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php
707 /vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php
708 /vendor/doctrine/orm/src/Tools/Export/ClassMetadataExporter.php
709 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php
710 /vendor/symfony/property-info/PropertyInfoExtractorInterface.php
711 /vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php
712 /vendor/symfony/validator/Mapping/Loader/LoaderInterface.php
713 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php
714 /vendor/symfony/config/Loader/LoaderResolver.php
715 /vendor/symfony/config/Loader/LoaderResolverInterface.php
716 /vendor/symfony/dependency-injection/Loader/PhpFileLoader.php
717 /vendor/symfony/config/Resource/ClassExistenceResource.php
718 /src/Core/FeatureFlag/FeatureFlagManager.php
719 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
720 /vendor/symfony/config/Resource/ReflectionClassResource.php
721 /vendor/symfony/dependency-injection/Attribute/Autoconfigure.php
722 /src/Core/FeatureFlag/Layer/EnvLayer.php
723 /src/Core/FeatureFlag/TypeLayerInterface.php
724 /src/Core/FeatureFlag/Layer/DbLayer.php
725 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
726 /src/Core/FeatureFlag/Layer/QueryLayer.php
727 /src/Adapter/Country/CountryDataProvider.php
728 /vendor/symfony/dependency-injection/Attribute/AsDecorator.php
729 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
730 /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
731 /vendor/symfony/dependency-injection/EnvVarProcessor.php
732 /vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.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/prestashop/decimal/src/Operation/Multiplication.php
1268 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
1269 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1270 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1271 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1272 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1273 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1274 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1275 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1276 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1277 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1278 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1279 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1280 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1281 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1282 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1283 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1284 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1285 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1286 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1287 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1288 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1289 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1290 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1291 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1292 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1293 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1294 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1295 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1296 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1297 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1298 /var/cache/prod/smarty/compile/ecco_bella/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1299 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1300 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1301 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1302 /var/cache/prod/smarty/compile/ecco_bella/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1303 /src/Core/Product/Search/Pagination.php
1304 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
1305 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/33/40/a7/3340a78b8a5b72ba6530e66ccdb8a3e435921557_2.file.category.tpl.php
1306 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1307 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/62/27/9b/62279bdebb1176dce0f4e6286ee079bfd25a3e01_2.file.product-list.tpl.php
1308 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/75/b7/ef/75b7effff2e02461bd6bb3517ec133ef844d51f1_2.file.layout-left-column.tpl.php
1309 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1310 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/41/a2/ea/41a2ea4d38b6e1eb8a1bf5e096ee3ca9a111626e_2.file.layout-both-columns.tpl.php
1311 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/34/b6/bb/34b6bb2e2c7bc0f7f21a1ef2b997b5f32fd70501_2.file.head.tpl.php
1312 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/39/06/db/3906db9297598bc2ecb320ad2565a81b51007177_2.file.head-jsonld.tpl.php
1313 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/68/d9/ad/68d9adaab3bb7baae252abe96b4ef3157e75d4f6_2.file.product-list-jsonld.tpl.php
1314 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/54/40/35/5440357d7fa45bc1ba347956614d203cc3ca0741_2.file.stylesheets.tpl.php
1315 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/a4/0d/7f/a40d7fc47058cd56abbd10be521d90e114aab91d_2.file.javascript.tpl.php
1316 /classes/ProductDownload.php
1317 /src/Core/Cart/Calculator.php
1318 /src/Core/Cart/CartRowCollection.php
1319 /src/Core/Cart/Fees.php
1320 /src/Core/Cart/AmountImmutable.php
1321 /src/Core/Cart/CartRuleCollection.php
1322 /src/Core/Cart/CartRuleCalculator.php
1323 /src/Adapter/Product/PriceCalculator.php
1324 /src/Core/Cart/CartRow.php
1325 /modules/an_theme/an_theme.php
1326 /modules/an_theme/classes/InputFactory.php
1327 /modules/an_theme/classes/Input.php
1328 /modules/an_theme/classes/Validation.php
1329 /modules/an_theme/classes/antheme.php
1330 /modules/an_theme/classes/anThemeFiles.php
1331 /classes/Translate.php
1332 /modules/an_theme/translations/fr.php
1333 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/fc/4a/02/fc4a02d849f02b8f4e8de4c677d32d0d7b22f6d6_2.file.product-activation.tpl.php
1334 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/45/50/5e/45505eea712be3b5561764bf696e6b6c4623a51e_2.file.header.tpl.php
1335 /modules/ps_languageselector/ps_languageselector.php
1336 /modules/ps_currencyselector/ps_currencyselector.php
1337 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/f7/2f/47/f72f47c3c7405b662348e8523e877a5afb182e89_2.file.notifications.tpl.php
1338 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/70/94/f3/7094f30ea81d69a1b6de6ef4e46c3214b0a7d0fb_2.file.breadcrumb.tpl.php
1339 /modules/ps_categorytree/ps_categorytree.php
1340 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
1341 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1342 /var/cache/prod/smarty/compile/ecco_bella/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1343 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1344 /var/cache/prod/smarty/compile/ecco_bella/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1345 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/49/a6/37/49a637e6eb3289598c351749b1c43b9dff17526b_2.file.products-top.tpl.php
1346 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/98/a6/9e/98a69e60bef6cfcba29d8399ba567f762c18b575_2.file.products.tpl.php
1347 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip.php
1348 /vendor/smarty/smarty/libs/plugins/modifiercompiler.strip_tags.php
1349 /vendor/smarty/smarty/libs/plugins/modifiercompiler.lower.php
1350 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/0d/59/6b/0d596b8514b18127d2b98d2c6c365f39e268aec9_2.file.product.tpl.php
1351 /vendor/doctrine/orm/src/Proxy/Proxy.php
1352 /vendor/doctrine/orm/src/Proxy/InternalProxy.php
1353 /vendor/doctrine/dbal/src/Query/QueryBuilder.php
1354 /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php
1355 /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
1356 /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
1357 /vendor/doctrine/dbal/src/Query/SelectQuery.php
1358 /vendor/doctrine/dbal/src/Query/Limit.php
1359 /vendor/doctrine/dbal/src/SQL/Parser.php
1360 /vendor/doctrine/dbal/src/ExpandArrayParameters.php
1361 /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php
1362 /vendor/doctrine/dbal/src/Driver/PDO/Statement.php
1363 /vendor/doctrine/dbal/src/Driver/Statement.php
1364 /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
1365 /vendor/doctrine/dbal/src/Driver/PDO/Result.php
1366 /vendor/doctrine/dbal/src/Driver/Result.php
1367 /vendor/doctrine/dbal/src/Result.php
1368 /vendor/doctrine/dbal/src/FetchMode.php
1369 /var/cache/prod/smarty/compile/ecco_bella/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1370 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/18/41/6a/18416aa37af440b8ddc66c968be3f4ea5f17584c_2.file.pagination.tpl.php
1371 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/17/2c/25/172c25619a4276482107ec71289faf95dd508cd8_2.file.products-bottom.tpl.php
1372 /var/cache/prod/smarty/compile/ecco_bellalayouts_layout_left_column_tpl/1f/61/88/1f61885086545eab38d75a4855709ff747b3b1c0_2.file.footer.tpl.php
1373 /modules/ps_linklist/ps_linklist.php
1374 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1375 /modules/ps_linklist/src/Filter/LinkFilter.php
1376 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1377 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1378 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1379 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1380 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1381 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1382 /modules/ps_linklist/src/Model/LinkBlock.php
1383 /classes/CMS.php
1384 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1385 /var/cache/prod/smarty/compile/ecco_bella/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.cache.php
1386 /var/cache/prod/smarty/cache/ps_linklist/displayFooter/1/1/1/21/ecco_bella/53/14/73/531473da8442a8400ebbf3d9922b451f32de91f2.ps_linklistviewstemplateshooklinkblock.tpl.php
1387 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1388 /var/cache/prod/smarty/compile/ecco_bella/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.cache.php
1389 /var/cache/prod/smarty/cache/ps_customeraccountlinks/1/1/1/21/ecco_bella/fc/74/b5/fc74b5b022ba7b2cd6a0a5bf01e22c9d4aa6c3fc.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1390 /modules/ps_contactinfo/ps_contactinfo.php
1391 /var/cache/prod/smarty/compile/ecco_bella/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1392 /var/cache/prod/smarty/compile/ecco_bella/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.cache.php
1393 /var/cache/prod/smarty/cache/ps_socialfollow/1/1/1/21/ecco_bella/9a/85/f1/9a85f1b6ff7dab10c2510a7ff5d2259c79ed45de.ps_socialfollowps_socialfollow.tpl.php
1394 /modules/statsdata/statsdata.php
1395 /classes/Connection.php
1396 /classes/Page.php
1397 /classes/ConnectionsSource.php
1398 /classes/DateRange.php