Accueil

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

Filtres actifs

  • Taille : S
  • Taille : M
  • Taille : L
  • Taille : XXL
  • Taille : T6 - XS
  • Taille : T7 - S
Load Time 3544 ms
Querying Time 662 ms
Queries 840
Memory Peak Usage 49.3 Mb
Included Files 1421 files - 11.16 Mb
PrestaShop Cache - Mb
Global vars 0.02 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 970 ms 970 ms 10.05 Mb 10.9 Mb
__construct 35.380 ms 1005 ms 1.98 Mb 12.1 Mb
init 84.432 ms 1090 ms 1.03 Mb 14.6 Mb
checkAccess 0.002 ms 1090 ms - Mb 14.6 Mb
setMedia 1439 ms 2528 ms 23.99 Mb 38.8 Mb
postProcess 0.006 ms 2528 ms - Mb 38.8 Mb
initHeader 0.002 ms 2528 ms - Mb 38.8 Mb
initContent 586.308 ms 3115 ms 6.68 Mb 45.2 Mb
initFooter 0.004 ms 3115 ms - Mb 45.2 Mb
display 428.968 ms 3544 ms 5.10 Mb 49.3 Mb
Hook Time Memory Usage
displayFooter 47.103 ms 0.94 Mb
displayProductListReviews 45.539 ms 0.22 Mb
DisplayBeforeBodyClosingTag 33.287 ms 0.21 Mb
displayLeftColumn 13.924 ms 0.66 Mb
ProductSearchProvider 8.492 ms 0.01 Mb
displayFooterSocials 6.868 ms 0.14 Mb
displayNav2 3.158 ms 0.10 Mb
DisplayHeader 2.677 ms 0.01 Mb
ActionFrontControllerSetMedia 2.359 ms 0.01 Mb
DisplayLeftColumn 1.566 ms 0.05 Mb
10 hook(s) 164.973 ms 2.34 Mb
Module Time Memory Usage
ps_emailsubscription 1424 ms 23.76 Mb
ps_socialfollow 8.367 ms 0.15 Mb
ps_emailalerts 5.108 ms 0.01 Mb
blockreassurance 1.726 ms 0.01 Mb
ps_searchbar 2.768 ms 0.01 Mb
ps_shoppingcart 1.015 ms 0.01 Mb
productcomments 49.085 ms 0.24 Mb
ps_facetedsearch 20.701 ms 0.13 Mb
an_theme 8.470 ms 0.08 Mb
ps_languageselector 2.140 ms 0.05 Mb
ps_currencyselector 2.167 ms 0.07 Mb
ps_categorytree 15.304 ms 0.66 Mb
ps_linklist 25.796 ms 0.61 Mb
ps_customeraccountlinks 7.328 ms 0.08 Mb
ps_contactinfo 19.231 ms 0.27 Mb
statsdata 34.515 ms 0.21 Mb
16 module(s) 1627 ms 26.34 Mb

Stopwatch SQL - 840 queries

# Query Time (ms) Rows Filesort Group By Location
417
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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
35.563 ms 9859500 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
835
INSERT INTO `coserwa_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('10901745', '56', '3628718292', '', '1', '1', '2026-01-29 22:17:42')
11.033 ms 1 /classes/ObjectModel.php:535
836
INSERT IGNORE INTO `coserwa_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('10652243', '56', '2026-01-29 22:17:42')
6.815 ms 1 /classes/Connection.php:122
452
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `coserwa_specific_price` WHERE `id_product_attribute` != 0
4.157 ms 82 /classes/SpecificPrice.php:307
422
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) GROUP BY p.id_manufacturer
3.748 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
471
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
3.630 ms 0 /classes/Cart.php:1449
590
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
2.897 ms 1 /classes/Product.php:7203
413
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<357 GROUP BY cp.id_category
2.803 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
415
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=2)) AND ((pac_1.id_attribute IN (1, 2, 3, 46, 426, 427))) GROUP BY pac.id_attribute
2.659 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
418
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock=0)) AND ((pac_1.id_attribute IN (1, 2, 3, 46, 426, 427)))
2.603 ms 5460 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
427
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((pac_1.id_attribute IN (1, 2, 3, 46, 426, 427))) GROUP BY pac.id_attribute
2.484 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
144
SELECT 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.447 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
419
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.out_of_stock IN (1, 2)) OR (sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 2, 3, 46, 426, 427)))
2.303 ms 1820 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
434
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.150 ms 0 /classes/Hook.php:1568
411
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) 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
2.088 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
831
INSERT INTO `coserwa_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
2.063 ms 1 /classes/ObjectModel.php:535
423
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) GROUP BY p.condition
2.011 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
588
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
2.011 ms 0 /classes/Cart.php:1449
429
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN coserwa_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=4)) AND ((pac_1.id_attribute IN (1, 2, 3, 46, 426, 427))) GROUP BY pac.id_attribute
1.989 ms 1820 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `coserwa_configuration` c
LEFT JOIN `coserwa_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.985 ms 1177 /classes/Configuration.php:182
420
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM coserwa_product p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=357 GROUP BY p.id_product) p LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN coserwa_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN coserwa_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((sa.quantity>0)) AND ((pac_1.id_attribute IN (1, 2, 3, 46, 426, 427)))
1.959 ms 1820 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
39
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `coserwa_hook`
1.930 ms 1259 /classes/Hook.php:1568
583
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)
1.916 ms 7 /classes/Product.php:3603
435
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `coserwa_hook_module` hm
STRAIGHT_JOIN `coserwa_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `coserwa_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.882 ms 491 /classes/Hook.php:507
768
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.872 ms 179 Yes Yes /classes/Category.php:829
837
INSERT INTO `coserwa_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10652243', '', 'dev.coserwa-shop.com/2-accueil?q=Taille-S-M-L-xxl-T7+%5C-+S-T6+%5C-+XS', '', '2026-01-29 22:17:42')
1.852 ms 1 /classes/ObjectModel.php:535
834
SELECT SQL_NO_CACHE `id_page`
FROM `coserwa_page`
WHERE `id_page_type` = 5 AND `id_object` = 2 LIMIT 1
1.834 ms 1 /classes/Page.php:83
412
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.768 ms 179 Yes /classes/Category.php:758
586
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
1.560 ms 0 /classes/Cart.php:1449
425
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM coserwa_product p INNER JOIN coserwa_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 21) INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) 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.522 ms 91 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
568
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 498
1.508 ms 1 /src/Adapter/EntityMapper.php:81
839
UPDATE `coserwa_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 1
AND `id_page` = 56
AND `id_shop` = 1
1.481 ms 1 /classes/Page.php:131
421
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
1.427 ms 7 Yes /classes/Manufacturer.php:205
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.421 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
37
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `coserwa_category` c
INNER JOIN coserwa_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `coserwa_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `coserwa_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.412 ms 17 Yes Yes /classes/Category.php:954
464
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `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
1.391 ms 1 /classes/Product.php:7203
577
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
1.381 ms 0 /classes/Cart.php:1449
148
SELECT 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.374 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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.354 ms 2675 Yes Yes /classes/Hook.php:1500
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.305 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
773
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 (292) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.292 ms 3 Yes Yes /classes/Product.php:4289
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.283 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
563
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
1.253 ms 1 /classes/stock/StockAvailable.php:286
430
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 (292,191,178,176,179,177,667,661,545,183,181,974,975,979,980,195,976,977,978,72)
1.235 ms 20 /classes/ProductAssembler.php:101
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.234 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
753
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "an_theme" LIMIT 1
1.218 ms 1 /classes/module/Module.php:2778
744
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 977) AND (b.`id_shop` = 1) LIMIT 1
1.210 ms 1 /src/Adapter/EntityMapper.php:73
450
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `coserwa_specific_price` WHERE `id_product` != 0
1.208 ms 299 /classes/SpecificPrice.php:307
776
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.191 ms 5 Yes Yes /classes/Product.php:4289
713
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.180 ms 1 /src/Adapter/EntityMapper.php:73
474
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
1.159 ms 1 /classes/Product.php:1180
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` = 183) AND (b.`id_shop` = 1) LIMIT 1
1.157 ms 1 /src/Adapter/EntityMapper.php:73
424
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM coserwa_product p INNER JOIN coserwa_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN coserwa_category_product cp ON (p.id_product = cp.id_product) INNER JOIN coserwa_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN coserwa_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN coserwa_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN coserwa_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (1, 2, 3, 46, 426, 427))) 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.147 ms 91 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
538
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
1.139 ms 0 /classes/Cart.php:1449
735
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 980) AND (b.`id_shop` = 1) LIMIT 1
1.122 ms 1 /src/Adapter/EntityMapper.php:73
414
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `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.120 ms 43 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
300
SELECT 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.110 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.106 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 181) AND (b.`id_shop` = 1) LIMIT 1
1.106 ms 1 /src/Adapter/EntityMapper.php:73
732
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 979) AND (b.`id_shop` = 1) LIMIT 1
1.103 ms 1 /src/Adapter/EntityMapper.php:73
294
SELECT 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.098 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
1.086 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 IS NULL
1.085 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
468
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)
1.083 ms 6 /classes/Product.php:3603
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.080 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.080 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
314
SELECT 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.078 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
564
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
1.053 ms 0 /classes/Cart.php:1449
729
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 975) AND (b.`id_shop` = 1) LIMIT 1
1.049 ms 1 /src/Adapter/EntityMapper.php:73
833
SELECT SQL_NO_CACHE id_page_type
FROM coserwa_page_type
WHERE name = 'category' LIMIT 1
1.048 ms 1 /classes/Page.php:104
738
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 195) AND (b.`id_shop` = 1) LIMIT 1
1.038 ms 1 /src/Adapter/EntityMapper.php:73
832
SELECT SQL_NO_CACHE `id_guest`
FROM `coserwa_connections`
WHERE `id_guest` = 10901745
AND `date_add` > '2026-01-29 21:47:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
1.034 ms 1 Yes /classes/Connection.php:168
38
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM coserwa_shop s
1.028 ms 1 /classes/shop/Shop.php:922
716
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.020 ms 1 /src/Adapter/EntityMapper.php:73
407
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `coserwa_attribute_group` ag  INNER JOIN coserwa_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `coserwa_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `coserwa_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `coserwa_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
1.016 ms 51 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.013 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
1.012 ms 1 /src/Adapter/EntityMapper.php:73
558
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
1.010 ms 1 Yes /classes/SpecificPrice.php:573
579
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
1.010 ms 1 /classes/Product.php:7203
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
1.008 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
696
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.008 ms 1 /src/Adapter/EntityMapper.php:73
302
SELECT 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.007 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
710
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 667) AND (b.`id_shop` = 1) LIMIT 1
1.006 ms 1 /src/Adapter/EntityMapper.php:73
591
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
1.003 ms 1 /src/Adapter/EntityMapper.php:73
137
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
334
SELECT 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.002 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.997 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.995 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.994 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
545
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
0.993 ms 1 Yes /classes/SpecificPrice.php:573
159
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
707
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 177) AND (b.`id_shop` = 1) LIMIT 1
0.990 ms 1 /src/Adapter/EntityMapper.php:73
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.988 ms 1 /classes/Language.php:1206
332
SELECT SQL_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
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.986 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
571
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 181 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 492) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.982 ms 2 Yes /classes/SpecificPrice.php:573
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.981 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
692
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 191) AND (b.`id_shop` = 1) LIMIT 1
0.980 ms 1 /src/Adapter/EntityMapper.php:73
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.980 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
561
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.973 ms 1 /classes/stock/StockAvailable.php:286
129
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
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.972 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
0.970 ms 48 Yes /classes/Dispatcher.php:636
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.969 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
312
SELECT SQL_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
301
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
311
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
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` = 974) AND (b.`id_shop` = 1) LIMIT 1
0.964 ms 1 /src/Adapter/EntityMapper.php:73
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.955 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
741
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 976) AND (b.`id_shop` = 1) LIMIT 1
0.955 ms 1 /src/Adapter/EntityMapper.php:73
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.954 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
562
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.954 ms 0 /classes/Cart.php:1449
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.952 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.952 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.946 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.945 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.944 ms 1 /classes/shop/ShopUrl.php:182
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.943 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
406
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.941 ms 10 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.938 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.937 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `coserwa_hook` h
WHERE (h.active = 1)
0.931 ms 1259 /classes/Hook.php:1608
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.930 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
19
SELECT SQL_NO_CACHE * FROM `coserwa_currency` c ORDER BY `iso_code` ASC
0.930 ms 1 Yes /classes/Currency.php:709
16
SELECT SQL_NO_CACHE m.* FROM `coserwa_module` m WHERE m.`active` = 1
0.925 ms 110 /src/Adapter/Module/Repository/ModuleRepository.php:114
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.925 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 IS NULL
0.925 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
755
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.924 ms 44 /classes/Cart.php:4073
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.923 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.923 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
462
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.922 ms 0 /classes/Cart.php:1449
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.920 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.917 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
293
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
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.914 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
441
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` = 292 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` = 292 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.909 ms 0 /classes/Cart.php:1449
443
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` = 852
AND cp.`id_cart` = 0 AND cp.`id_product` = 292 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` = 852
AND cp.`id_cart` = 0 AND p.`id_product_item` = 292 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
475
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.906 ms 1 /classes/Product.php:7203
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.904 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.903 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.903 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
687
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` = 292) AND (b.`id_shop` = 1) LIMIT 1
0.903 ms 1 /src/Adapter/EntityMapper.php:73
750
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 72) AND (b.`id_shop` = 1) LIMIT 1
0.902 ms 1 /src/Adapter/EntityMapper.php:73
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.898 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.898 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 IS NULL
0.895 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
549
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.892 ms 0 /classes/Cart.php:1449
15
SELECT SQL_NO_CACHE m.* FROM `coserwa_module` m
0.890 ms 110 /src/Adapter/Module/Repository/ModuleRepository.php:168
704
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 179) AND (b.`id_shop` = 1) LIMIT 1
0.887 ms 1 /src/Adapter/EntityMapper.php:73
317
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
321
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
341
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
585
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.875 ms 1 /classes/stock/StockAvailable.php:286
473
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.874 ms 0 /classes/Cart.php:1449
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.870 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
676
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 72 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 21) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.869 ms 2 Yes /classes/SpecificPrice.php:573
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.866 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
25
SELECT SQL_NO_CACHE `id_country`
FROM `coserwa_country`
WHERE `iso_code` = 'US' LIMIT 1
0.861 ms 1 /classes/Country.php:198
589
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.861 ms 1 /classes/Product.php:1180
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.860 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.860 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.858 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
838
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.857 ms 1 /classes/DateRange.php:60
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.856 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
426
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `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.855 ms 24 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.849 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
330
SELECT SQL_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
711
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.848 ms 1 Yes /classes/Product.php:3291
628
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.848 ms 1 Yes /classes/SpecificPrice.php:573
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.844 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.842 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
432
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 292 LIMIT 1
0.842 ms 1 /classes/SpecificPrice.php:432
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.842 ms 1 /classes/Language.php:1070
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.839 ms 1 Yes /classes/shop/Shop.php:716
541
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.839 ms 1 /src/Adapter/EntityMapper.php:73
700
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 176) AND (b.`id_shop` = 1) LIMIT 1
0.829 ms 1 /src/Adapter/EntityMapper.php:73
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.827 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.827 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.826 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
747
SELECT SQL_NO_CACHE *
FROM `coserwa_product` a
LEFT JOIN `coserwa_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `coserwa_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 978) AND (b.`id_shop` = 1) LIMIT 1
0.825 ms 1 /src/Adapter/EntityMapper.php:73
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.825 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
179
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
766
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.823 ms 1 /classes/module/Module.php:2778
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` = 545 AND il.`id_lang` = 1 ORDER by i.`position`
0.822 ms 2 Yes /classes/Product.php:2673
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.821 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.820 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.819 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
670
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.819 ms 1 /classes/Product.php:1180
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.816 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
41
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.815 ms 110 /classes/module/Module.php:347
733
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 979
ORDER BY `position`
0.815 ms 2 Yes /classes/Product.php:3291
669
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.812 ms 0 /classes/Cart.php:1449
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.812 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 IS NULL
0.811 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 IS NULL
0.810 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
734
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 979 AND il.`id_lang` = 1 ORDER by i.`position`
0.810 ms 4 Yes /classes/Product.php:2673
416
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `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.808 ms 30 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.807 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
525
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 1736
AND cp.`id_cart` = 0 AND cp.`id_product` = 667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1736
AND cp.`id_cart` = 0 AND p.`id_product_item` = 667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.806 ms 0 /classes/Cart.php:1449
559
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.805 ms 6 /classes/Product.php:3603
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.803 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.801 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 IS NULL
0.800 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
582
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 974 LIMIT 1
0.798 ms 1 /classes/SpecificPrice.php:432
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.795 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.794 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.793 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
691
SELECT SQL_NO_CACHE * FROM `coserwa_image_type`
0.793 ms 18 /classes/ImageType.php:161
528
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.790 ms 1 /src/Adapter/EntityMapper.php:73
761
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.790 ms 1 /classes/module/Module.php:2778
409
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.789 ms 1 /src/Adapter/EntityMapper.php:73
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.788 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
460
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 191 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.788 ms 0 /classes/Cart.php:1449
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.787 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
35
SELECT SQL_NO_CACHE `id_category`
FROM `coserwa_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.785 ms 1 /classes/Category.php:2458
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.785 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
824
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.784 ms 1 /classes/module/Module.php:2778
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` = 183 AND il.`id_lang` = 1 ORDER by i.`position`
0.783 ms 4 Yes /classes/Product.php:2673
230
SELECT SQL_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
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.779 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
736
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 980
ORDER BY `position`
0.779 ms 2 Yes /classes/Product.php:3291
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.775 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.774 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.769 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.769 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
808
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.767 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.766 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
752
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 72 AND il.`id_lang` = 1 ORDER by i.`position`
0.766 ms 4 Yes /classes/Product.php:2673
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.764 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.764 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.764 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 IS NULL
0.762 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
769
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.760 ms 1 /classes/Category.php:2250
641
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.758 ms 1 Yes /classes/SpecificPrice.php:573
743
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 976 AND il.`id_lang` = 1 ORDER by i.`position`
0.758 ms 6 Yes /classes/Product.php:2673
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.757 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 IS NULL
0.757 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
777
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;
0.757 ms 6 Yes Yes /classes/Product.php:4289
209
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
327
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
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.753 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
730
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 975
ORDER BY `position`
0.752 ms 2 Yes /classes/Product.php:3291
772
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.752 ms 1 /classes/Category.php:1623
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.751 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
717
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.751 ms 1 /classes/Category.php:1401
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` = 183
ORDER BY `position`
0.751 ms 2 Yes /classes/Product.php:3291
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.748 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
778
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.748 ms 6 Yes Yes /classes/Product.php:4289
671
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.747 ms 1 /classes/Product.php:7203
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.747 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.747 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.747 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
459
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.747 ms 1 /classes/stock/StockAvailable.php:286
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.745 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.744 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
393
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.744 ms 18 Yes /classes/ImageType.php:109
456
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
0.744 ms 1 Yes /classes/SpecificPrice.php:573
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.743 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.742 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
42
SELECT SQL_NO_CACHE `id_lang`
FROM `coserwa_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.741 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:70
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.741 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
551
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` = 1517
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` = 1517
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.738 ms 0 /classes/Cart.php:1449
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.737 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
26
SELECT SQL_NO_CACHE `id_country`
FROM `coserwa_country`
WHERE `iso_code` = 'US' LIMIT 1
0.737 ms 1 /classes/Country.php:198
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.737 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.736 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
757
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.734 ms 3 /classes/CartRule.php:359
431
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 0 LIMIT 1
0.733 ms 1 /classes/SpecificPrice.php:423
29
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.733 ms 1 /src/Adapter/EntityMapper.php:73
359
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.732 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.731 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.730 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.729 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 IS NULL
0.729 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.729 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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` = 181
ORDER BY `position`
0.729 ms 1 Yes /classes/Product.php:3291
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.728 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
408
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `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.728 ms 30 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
513
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.728 ms 1 /classes/Product.php:1180
527
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.728 ms 1 /classes/Product.php:7203
748
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.728 ms 2 Yes /classes/Product.php:3291
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.727 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.727 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
728
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 974 AND il.`id_lang` = 1 ORDER by i.`position`
0.726 ms 4 Yes /classes/Product.php:2673
32
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.725 ms 1 /src/Adapter/EntityMapper.php:73
259
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
682
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 21
AND cp.`id_cart` = 0 AND cp.`id_product` = 72 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 21
AND cp.`id_cart` = 0 AND p.`id_product_item` = 72 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1449
499
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.721 ms 0 /classes/Cart.php:1449
546
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.721 ms 2 /classes/Product.php:3603
566
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.720 ms 1 /classes/Product.php:7203
623
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.720 ms 1 /classes/Product.php:7203
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.719 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.719 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.718 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
458
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 191 AND `id_group` = 1 LIMIT 1
0.717 ms 0 /classes/GroupReduction.php:149
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` = 545
ORDER BY `position`
0.717 ms 1 Yes /classes/Product.php:3291
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.716 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.716 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (974) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.716 ms 7 Yes Yes /classes/Product.php:4289
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.714 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.713 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.712 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 IS NULL
0.711 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
357
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.709 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.707 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.707 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.707 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
469
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 178 AND `id_group` = 1 LIMIT 1
0.707 ms 0 /classes/GroupReduction.php:149
698
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.706 ms 1 Yes /classes/Product.php:3291
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.706 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
804
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `coserwa_product_attribute` pa
INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `coserwa_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `coserwa_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `coserwa_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `coserwa_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (72) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.706 ms 8 Yes Yes /classes/Product.php:4289
532
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 661 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.705 ms 1 Yes /classes/SpecificPrice.php:573
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.704 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
731
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 975 AND il.`id_lang` = 1 ORDER by i.`position`
0.703 ms 4 Yes /classes/Product.php:2673
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.702 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
392
SELECT SQL_NO_CACHE name, alias FROM `coserwa_hook_alias`
0.702 ms 88 /classes/Hook.php:372
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.700 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
390
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.699 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.699 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
788
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.699 ms 6 Yes Yes /classes/Product.php:2495
656
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.698 ms 0 /classes/Cart.php:1449
404
SELECT SQL_NO_CACHE `name`
FROM `coserwa_hook`
WHERE `id_hook` = 14 LIMIT 1
0.697 ms 1 /classes/Hook.php:274
506
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.696 ms 1 Yes /classes/SpecificPrice.php:573
22
SELECT SQL_NO_CACHE c.id_currency
FROM `coserwa_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.696 ms 1 /classes/Currency.php:893
714
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.696 ms 1 Yes /classes/Product.php:3291
727
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 974
ORDER BY `position`
0.696 ms 2 Yes /classes/Product.php:3291
27
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.695 ms 1 /src/Adapter/EntityMapper.php:73
348
SELECT SQL_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
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.693 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 IS NULL
0.692 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.692 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.691 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.691 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
742
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 976
ORDER BY `position`
0.691 ms 3 Yes /classes/Product.php:3291
695
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.690 ms 2 Yes /classes/Product.php:2673
512
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.688 ms 0 /classes/Cart.php:1449
367
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.687 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.686 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 IS NULL
0.686 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
428
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `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.686 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
567
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.686 ms 1 /src/Adapter/EntityMapper.php:73
780
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.686 ms 6 Yes Yes /classes/Product.php:4289
40
SELECT SQL_NO_CACHE * FROM `coserwa_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.685 ms 1 /classes/module/Module.php:2168
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.685 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
389
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.685 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
580
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.685 ms 1 /src/Adapter/EntityMapper.php:73
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.684 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
486
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.684 ms 0 /classes/Cart.php:1449
196
SELECT SQL_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
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.682 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
680
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 72 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 72 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.682 ms 0 /classes/Cart.php:1449
621
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.681 ms 0 /classes/Cart.php:1449
783
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.681 ms 2 Yes Yes /classes/Product.php:4289
745
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 977
ORDER BY `position`
0.680 ms 1 Yes /classes/Product.php:3291
237
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
806
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_linklist" LIMIT 1
0.678 ms 1 /classes/module/Module.php:2778
361
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
36
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.677 ms 1 /classes/Category.php:1777
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.677 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.677 ms 6 Yes Yes /classes/Product.php:4289
540
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.676 ms 1 /classes/Product.php:7203
712
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.676 ms 2 Yes /classes/Product.php:2673
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.676 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
501
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 179
AND pac.`id_product_attribute` = 481
AND agl.`id_lang` = 1
0.675 ms 1 /classes/Product.php:7203
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.674 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
575
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.674 ms 0 /classes/Cart.php:1449
782
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.674 ms 6 Yes Yes /classes/Product.php:4289
28
SELECT SQL_NO_CACHE *
FROM `coserwa_country_lang`
WHERE `id_country` = 21
0.673 ms 1 /src/Adapter/EntityMapper.php:81
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.673 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
173
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
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.671 ms 1 /src/Adapter/EntityMapper.php:73
285
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
737
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 980 AND il.`id_lang` = 1 ORDER by i.`position`
0.671 ms 4 Yes /classes/Product.php:2673
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.669 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.669 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 IS NULL
0.668 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.668 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.668 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.667 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
553
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` = 1517
AND agl.`id_lang` = 1
0.667 ms 1 /classes/Product.php:7203
619
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.667 ms 0 /classes/Cart.php:1449
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.666 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
243
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
781
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.665 ms 6 Yes Yes /classes/Product.php:4289
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.664 ms 1 /src/Adapter/EntityMapper.php:73
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.664 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.664 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.663 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.662 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.662 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.661 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
597
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.661 ms 0 /classes/Cart.php:1449
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.661 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
749
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.660 ms 4 Yes /classes/Product.php:2673
380
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
155
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
279
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
599
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3694
AND cp.`id_cart` = 0 AND cp.`id_product` = 975 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3694
AND cp.`id_cart` = 0 AND p.`id_product_item` = 975 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.658 ms 0 /classes/Cart.php:1449
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.657 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 IS NULL
0.657 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.657 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.657 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.656 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.656 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (980) 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
74
SELECT SQL_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
84
SELECT SQL_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
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.653 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
8
SELECT SQL_NO_CACHE *
FROM `coserwa_lang` a
LEFT JOIN `coserwa_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.652 ms 1 /src/Adapter/EntityMapper.php:73
578
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.652 ms 1 /classes/Product.php:1180
119
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
388
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
75
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
105
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
760
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.649 ms 1 /classes/CartRule.php:425
71
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
762
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.648 ms 1 /classes/module/Module.php:2267
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.647 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.647 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
436
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.647 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:106
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.646 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (976) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.646 ms 5 Yes Yes /classes/Product.php:4289
548
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.646 ms 1 /classes/stock/StockAvailable.php:286
759
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.646 ms 3 /classes/CartRule.php:359
83
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
225
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
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.644 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.644 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.643 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
391
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.643 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.642 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.642 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
433
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` = 292)
0.642 ms 3 /classes/Product.php:3603
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.642 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
689
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` = 292
ORDER BY `position`
0.642 ms 2 Yes /classes/Product.php:3291
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.641 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.641 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.641 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.641 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.640 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.638 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
234
SELECT SQL_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
445
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` = 292
AND pac.`id_product_attribute` = 852
AND agl.`id_lang` = 1
0.638 ms 1 /classes/Product.php:7203
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.637 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.637 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
530
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 661 LIMIT 1
0.637 ms 3 /classes/SpecificPrice.php:432
81
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
20
SELECT SQL_NO_CACHE `id_lang` FROM `coserwa_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.636 ms 1 /classes/Language.php:873
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.636 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
610
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.635 ms 0 /classes/Cart.php:1449
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 (195) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.635 ms 5 Yes Yes /classes/Product.php:4289
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.634 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.634 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.634 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.633 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
480
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.632 ms 2 Yes /classes/SpecificPrice.php:573
223
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
547
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 545 AND `id_group` = 1 LIMIT 1
0.631 ms 0 /classes/GroupReduction.php:149
519
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.630 ms 1 Yes /classes/SpecificPrice.php:573
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.630 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
660
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.629 ms 1 /classes/Product.php:7203
249
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
715
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.629 ms 2 Yes /classes/Product.php:2673
770
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.629 ms 1 /classes/Category.php:1608
58
SELECT SQL_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
182
SELECT SQL_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
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.627 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
785
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.627 ms 1 /src/Adapter/EntityMapper.php:73
369
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
493
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 21, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `coserwa_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 179 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.626 ms 1 Yes /classes/SpecificPrice.php:573
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.625 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.625 ms 1 Yes /classes/shop/Shop.php:1392
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.624 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
705
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.624 ms 1 Yes /classes/Product.php:3291
758
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.624 ms 1 /classes/CartRule.php:425
82
SELECT SQL_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
88
SELECT SQL_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
102
SELECT SQL_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
360
SELECT SQL_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
539
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.623 ms 1 /classes/Product.php:1180
523
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 667 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 667 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.622 ms 0 /classes/Cart.php:1449
751
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 72
ORDER BY `position`
0.622 ms 2 Yes /classes/Product.php:3291
30
SELECT SQL_NO_CACHE *
FROM `coserwa_currency_lang`
WHERE `id_currency` = 1
0.621 ms 1 /src/Adapter/EntityMapper.php:81
251
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
477
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 475
0.621 ms 1 /src/Adapter/EntityMapper.php:81
779
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.621 ms 5 Yes Yes /classes/Product.php:4289
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.621 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
371
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.620 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
672
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.620 ms 1 /src/Adapter/EntityMapper.php:73
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.619 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
784
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.619 ms 6 Yes Yes /classes/Product.php:4289
59
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
186
SELECT SQL_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
257
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
276
SELECT SQL_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
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.617 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
746
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.617 ms 2 Yes /classes/Product.php:2673
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.616 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
645
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.616 ms 0 /classes/Cart.php:1449
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.616 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.614 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
233
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
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.613 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
550
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 545) AND (id_product_attribute = 1517) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.613 ms 1 /classes/stock/StockAvailable.php:286
24
SELECT SQL_NO_CACHE `id_lang` FROM `coserwa_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.611 ms 1 /classes/Language.php:873
410
SELECT SQL_NO_CACHE *
FROM `coserwa_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.611 ms 1 /src/Adapter/EntityMapper.php:81
805
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 72
AND pac.`id_product_attribute` = 22
AND agl.`id_lang` = 1
0.611 ms 2 /classes/Product.php:7203
684
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 72
AND pac.`id_product_attribute` = 21
AND agl.`id_lang` = 1
0.610 ms 2 /classes/Product.php:7203
819
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.610 ms 1 /src/Adapter/EntityMapper.php:81
536
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.609 ms 0 /classes/Cart.php:1449
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.608 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
379
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.608 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
587
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.607 ms 1 /classes/stock/StockAvailable.php:286
624
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.607 ms 1 /src/Adapter/EntityMapper.php:73
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 (975) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.606 ms 7 Yes Yes /classes/Product.php:4289
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.606 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
365
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.605 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
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 (181) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.605 ms 6 Yes Yes /classes/Product.php:4289
353
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
620
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.604 ms 1 /classes/stock/StockAvailable.php:286
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.603 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
403
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.603 ms 1 /classes/PrestaShopCollection.php:381
175
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
213
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
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.601 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
613
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.601 ms 1 /src/Adapter/EntityMapper.php:73
679
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 72) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.599 ms 1 /classes/stock/StockAvailable.php:286
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` = 181 AND il.`id_lang` = 1 ORDER by i.`position`
0.599 ms 2 Yes /classes/Product.php:2673
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.598 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
649
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `coserwa_attribute` a
LEFT JOIN `coserwa_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `coserwa_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `coserwa_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `coserwa_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `coserwa_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 976
AND pac.`id_product_attribute` = 3695
AND agl.`id_lang` = 1
0.598 ms 1 /classes/Product.php:7203
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.597 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 292) AND (id_product_attribute = 852) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.597 ms 1 /classes/stock/StockAvailable.php:286
608
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.597 ms 0 /classes/Cart.php:1449
739
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `coserwa_image` i
INNER JOIN coserwa_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `coserwa_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 195
ORDER BY `position`
0.597 ms 1 Yes /classes/Product.php:3291
544
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.595 ms 1 /classes/SpecificPrice.php:256
507
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.595 ms 6 /classes/Product.php:3603
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.593 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
381
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.593 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.592 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
554
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` = 1517) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:73
697
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.592 ms 1 /classes/Category.php:1401
802
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.592 ms 6 Yes Yes /classes/Product.php:4289
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.590 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 IS NULL
0.590 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 IS NULL
0.590 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 IS NULL
0.589 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
31
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.589 ms 1 /classes/ObjectModel.php:1575
287
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
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.587 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.587 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.586 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 IS NULL
0.586 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
594
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.586 ms 7 /classes/Product.php:3603
612
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.586 ms 1 /classes/Product.php:7203
255
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
601
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.585 ms 1 /classes/Product.php:7203
803
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.585 ms 7 Yes Yes /classes/Product.php:4289
21
SELECT SQL_NO_CACHE value FROM `coserwa_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.585 ms 1 /classes/shop/Shop.php:1211
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` = 177
ORDER BY `position`
0.584 ms 1 Yes /classes/Product.php:3291
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.583 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.583 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.581 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.581 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.581 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
366
SELECT SQL_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
632
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.580 ms 0 /classes/Cart.php:1449
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.577 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.577 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.576 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
771
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `coserwa_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.576 ms 1 /classes/Category.php:1614
510
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.575 ms 0 /classes/Cart.php:1449
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.575 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
552
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` = 1517 LIMIT 1
0.574 ms 1 /classes/Product.php:1180
668
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.573 ms 1 /classes/stock/StockAvailable.php:286
622
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.573 ms 1 /classes/Product.php:1180
111
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
205
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
395
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.572 ms 18 Yes /classes/ImageType.php:109
500
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.572 ms 1 /classes/Product.php:1180
69
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
93
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
156
SELECT SQL_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
157
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
194
SELECT SQL_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
154
SELECT SQL_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
572
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.569 ms 6 /classes/Product.php:3603
767
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.569 ms 1 /classes/module/Module.php:2267
817
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.569 ms 1 /src/Adapter/EntityMapper.php:81
78
SELECT SQL_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
250
SELECT SQL_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
526
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.568 ms 1 /classes/Product.php:1180
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.567 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
658
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.566 ms 0 /classes/Cart.php:1449
765
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.566 ms 1 /classes/Currency.php:1122
396
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.565 ms 18 Yes /classes/ImageType.php:109
647
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `coserwa_cart_product` cp
WHERE cp.`id_product_attribute` = 3695
AND cp.`id_cart` = 0 AND cp.`id_product` = 976 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `coserwa_cart_product` cp JOIN `coserwa_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `coserwa_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3695
AND cp.`id_cart` = 0 AND p.`id_product_item` = 976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.565 ms 0 /classes/Cart.php:1449
667
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.564 ms 0 /classes/Cart.php:1449
280
SELECT SQL_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
373
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.563 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.562 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.560 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  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.560 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
514
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.559 ms 1 /classes/Product.php:7203
789
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.558 ms 6 /classes/Product.php:2513
219
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
481
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.557 ms 6 /classes/Product.php:3603
7
SELECT SQL_NO_CACHE *
FROM `coserwa_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.555 ms 1 /src/Adapter/EntityMapper.php:73
202
SELECT SQL_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
629
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.555 ms 5 /classes/Product.php:3603
72
SELECT SQL_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
674
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 72 LIMIT 1
0.553 ms 14 /classes/SpecificPrice.php:432
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.548 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
703
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.548 ms 2 Yes /classes/Product.php:2673
370
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.547 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
520
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.547 ms 6 /classes/Product.php:3603
617
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 980 AND `id_group` = 1 LIMIT 1
0.547 ms 0 /classes/GroupReduction.php:149
810
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block_lang`
WHERE `id_link_block` = 1
0.547 ms 1 /src/Adapter/EntityMapper.php:81
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.546 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.546 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.546 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
533
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.546 ms 6 /classes/Product.php:3603
664
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.546 ms 7 /classes/Product.php:3603
87
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
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.544 ms 1 /classes/shop/Shop.php:219
33
SELECT SQL_NO_CACHE *
FROM `coserwa_group_lang`
WHERE `id_group` = 1
0.544 ms 1 /src/Adapter/EntityMapper.php:81
509
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.544 ms 1 /classes/stock/StockAvailable.php:286
634
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.544 ms 0 /classes/Cart.php:1449
574
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.544 ms 1 /classes/stock/StockAvailable.php:286
618
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.544 ms 1 /classes/stock/StockAvailable.php:286
34
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.543 ms 1 /classes/ObjectModel.php:1575
457
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.543 ms 5 /classes/Product.php:3603
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.542 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.541 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 IS NULL
0.541 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.541 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
706
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.541 ms 2 Yes /classes/Product.php:2673
505
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.540 ms 1 /classes/SpecificPrice.php:256
685
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 21) LIMIT 1
0.540 ms 1 /src/Adapter/EntityMapper.php:73
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.539 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.539 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.537 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
484
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.537 ms 0 /classes/Cart.php:1449
210
SELECT SQL_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
386
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
596
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.536 ms 1 /classes/stock/StockAvailable.php:286
699
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.535 ms 2 Yes /classes/Product.php:2673
829
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.535 ms 1 /classes/module/Module.php:2778
472
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.534 ms 1 /classes/stock/StockAvailable.php:286
815
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.533 ms 2 /classes/Meta.php:190
214
SELECT SQL_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
702
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.532 ms 1 Yes /classes/Product.php:3291
756
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.532 ms 44 /classes/Cart.php:4090
3
SELECT SQL_NO_CACHE *
FROM `coserwa_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.532 ms 1 /src/Adapter/EntityMapper.php:73
488
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.532 ms 1 /classes/Product.php:7203
644
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.531 ms 1 /classes/stock/StockAvailable.php:286
372
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.530 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
694
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.530 ms 1 Yes /classes/Product.php:3291
362
SELECT SQL_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
640
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.528 ms 1 /classes/SpecificPrice.php:256
693
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.528 ms 1 /classes/Category.php:1401
479
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.527 ms 1 /classes/SpecificPrice.php:256
497
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `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.526 ms 0 /classes/Cart.php:1449
636
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.526 ms 1 /classes/Product.php:7203
774
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "productcomments" LIMIT 1
0.526 ms 1 /classes/module/Module.php:2778
278
SELECT SQL_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
354
SELECT SQL_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
642
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.525 ms 5 /classes/Product.php:3603
809
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.525 ms 1 /src/Adapter/EntityMapper.php:73
659
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.523 ms 1 /classes/Product.php:1180
690
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` = 292 AND il.`id_lang` = 1 ORDER by i.`position`
0.522 ms 4 Yes /classes/Product.php:2673
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.521 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
593
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 975 LIMIT 1
0.521 ms 1 /classes/SpecificPrice.php:432
502
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.519 ms 1 /src/Adapter/EntityMapper.php:73
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.518 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.517 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
444
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` = 292 AND pa.`id_product` = 292 AND pa.`id_product_attribute` = 852 LIMIT 1
0.516 ms 1 /classes/Product.php:1180
650
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute` a
LEFT JOIN `coserwa_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3695) LIMIT 1
0.516 ms 1 /src/Adapter/EntityMapper.php:73
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.515 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.514 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
675
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `coserwa_specific_price_priority`
WHERE `id_product` = 72
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.514 ms 1 /classes/SpecificPrice.php:256
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.513 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
605
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.513 ms 6 /classes/Product.php:3603
112
SELECT SQL_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
352
SELECT SQL_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
465
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.512 ms 1 /src/Adapter/EntityMapper.php:73
814
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.509 ms 2 /classes/Meta.php:190
683
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 72 AND pa.`id_product` = 72 AND pa.`id_product_attribute` = 21 LIMIT 1
0.508 ms 1 /classes/Product.php:1180
494
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.507 ms 5 /classes/Product.php:3603
543
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 545 LIMIT 1
0.507 ms 1 /classes/SpecificPrice.php:432
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.506 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
677
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `coserwa_product` p
INNER JOIN `coserwa_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `coserwa_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 72)
0.506 ms 8 /classes/Product.php:3603
374
SELECT SQL_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
476
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.504 ms 1 /src/Adapter/EntityMapper.php:73
611
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.504 ms 1 /classes/Product.php:1180
626
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 195 LIMIT 1
0.503 ms 2 /classes/SpecificPrice.php:432
630
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 195 AND `id_group` = 1 LIMIT 1
0.502 ms 0 /classes/GroupReduction.php:149
681
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 72) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.502 ms 1 /classes/stock/StockAvailable.php:286
701
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.502 ms 1 /classes/Category.php:1401
615
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 980 LIMIT 1
0.501 ms 1 /classes/SpecificPrice.php:432
446
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` = 852) LIMIT 1
0.500 ms 1 /src/Adapter/EntityMapper.php:73
655
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.499 ms 1 /classes/stock/StockAvailable.php:286
826
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.499 ms 1 /classes/module/Module.php:2778
515
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.498 ms 1 /src/Adapter/EntityMapper.php:73
560
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 183 AND `id_group` = 1 LIMIT 1
0.498 ms 0 /classes/GroupReduction.php:149
535
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.497 ms 1 /classes/stock/StockAvailable.php:286
542
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1673
0.497 ms 1 /src/Adapter/EntityMapper.php:81
602
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.497 ms 1 /src/Adapter/EntityMapper.php:73
616
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.495 ms 6 /classes/Product.php:3603
470
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.493 ms 1 /classes/stock/StockAvailable.php:286
614
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3720
0.492 ms 1 /src/Adapter/EntityMapper.php:81
394
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.490 ms 18 Yes /classes/ImageType.php:109
665
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 978 AND `id_group` = 1 LIMIT 1
0.489 ms 0 /classes/GroupReduction.php:149
534
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 661 AND `id_group` = 1 LIMIT 1
0.487 ms 0 /classes/GroupReduction.php:149
382
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.486 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
609
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.486 ms 1 /classes/stock/StockAvailable.php:286
661
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.486 ms 1 /src/Adapter/EntityMapper.php:73
385
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.485 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
439
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.484 ms 0 /classes/tax/TaxRulesTaxManager.php:106
556
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 183 LIMIT 1
0.484 ms 4 /classes/SpecificPrice.php:432
740
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `coserwa_product_attribute_image` pai
LEFT JOIN `coserwa_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `coserwa_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 195 AND il.`id_lang` = 1 ORDER by i.`position`
0.484 ms 2 Yes /classes/Product.php:2673
821
SELECT SQL_NO_CACHE *
FROM `coserwa_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.483 ms 1 /src/Adapter/EntityMapper.php:81
384
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.482 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
516
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 469
0.482 ms 1 /src/Adapter/EntityMapper.php:81
461
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.481 ms 1 /classes/stock/StockAvailable.php:286
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.481 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
625
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3726
0.480 ms 1 /src/Adapter/EntityMapper.php:81
537
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.480 ms 1 /classes/stock/StockAvailable.php:286
584
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 974 AND `id_group` = 1 LIMIT 1
0.478 ms 0 /classes/GroupReduction.php:149
440
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 292) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.477 ms 1 /classes/stock/StockAvailable.php:286
822
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.476 ms 1 /classes/Meta.php:190
639
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 976 LIMIT 1
0.474 ms 1 /classes/SpecificPrice.php:432
522
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.473 ms 1 /classes/stock/StockAvailable.php:286
569
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 181 LIMIT 1
0.473 ms 8 /classes/SpecificPrice.php:432
397
SELECT SQL_NO_CACHE * FROM `coserwa_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.470 ms 18 Yes /classes/ImageType.php:109
449
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `id_product` != 0 LIMIT 1
0.470 ms 1197 /classes/SpecificPrice.php:294
637
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.469 ms 1 /src/Adapter/EntityMapper.php:73
635
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.469 ms 1 /classes/Product.php:1180
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` = 177 AND il.`id_lang` = 1 ORDER by i.`position`
0.469 ms 2 Yes /classes/Product.php:2673
463
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.468 ms 1 /classes/Product.php:1180
686
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 21
0.468 ms 1 /src/Adapter/EntityMapper.php:81
491
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 179 LIMIT 1
0.467 ms 1 /classes/SpecificPrice.php:432
576
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.467 ms 1 /classes/stock/StockAvailable.php:286
478
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 176 LIMIT 1
0.467 ms 12 /classes/SpecificPrice.php:432
648
SELECT SQL_NO_CACHE pa.`available_date` FROM `coserwa_product` p LEFT JOIN `coserwa_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN coserwa_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN coserwa_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 976 AND pa.`id_product` = 976 AND pa.`id_product_attribute` = 3695 LIMIT 1
0.467 ms 1 /classes/Product.php:1180
598
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.465 ms 1 /classes/stock/StockAvailable.php:286
816
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.465 ms 1 /src/Adapter/EntityMapper.php:73
448
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 191 LIMIT 1
0.464 ms 2 /classes/SpecificPrice.php:432
356
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.462 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
467
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 178 LIMIT 1
0.461 ms 1 /classes/SpecificPrice.php:432
631
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.461 ms 1 /classes/stock/StockAvailable.php:286
653
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.461 ms 6 /classes/Product.php:3603
673
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3714
0.461 ms 1 /src/Adapter/EntityMapper.php:81
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `coserwa_shop` WHERE `active` = 1)
0.461 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
565
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.460 ms 1 /classes/Product.php:1180
794
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.460 ms 1 /classes/stock/StockAvailable.php:286
116
SELECT SQL_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
786
SELECT SQL_NO_CACHE *
FROM `coserwa_product_lang`
WHERE `id_product` = 183 AND `id_shop` = 1
0.460 ms 1 /src/Adapter/EntityMapper.php:81
383
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `coserwa_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.459 ms 50 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:93
604
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 979 LIMIT 1
0.458 ms 1 /classes/SpecificPrice.php:432
643
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 976 AND `id_group` = 1 LIMIT 1
0.458 ms 0 /classes/GroupReduction.php:149
763
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.458 ms 1 /classes/module/Module.php:2778
603
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3694
0.457 ms 1 /src/Adapter/EntityMapper.php:81
531
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.456 ms 1 /classes/SpecificPrice.php:256
600
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.454 ms 1 /classes/Product.php:1180
775
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 153 AND `id_shop` = 1 LIMIT 1
0.454 ms 1 /classes/module/Module.php:2267
405
SELECT SQL_NO_CACHE `id_category`
FROM `coserwa_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.453 ms 1 /classes/Category.php:2458
504
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 177 LIMIT 1
0.453 ms 12 /classes/SpecificPrice.php:432
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `coserwa_hook_alias`
0.452 ms 88 /classes/Hook.php:320
447
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 852
0.452 ms 1 /src/Adapter/EntityMapper.php:81
825
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.452 ms 1 /classes/module/Module.php:2267
489
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.451 ms 1 /src/Adapter/EntityMapper.php:73
657
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.450 ms 1 /classes/stock/StockAvailable.php:286
627
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.448 ms 1 /classes/SpecificPrice.php:256
793
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.447 ms 1 /classes/stock/StockAvailable.php:286
792
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.444 ms 1 /classes/stock/StockAvailable.php:286
437
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 292 AND `id_group` = 1 LIMIT 1
0.443 ms 0 /classes/GroupReduction.php:149
402
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM coserwa_required_field
0.442 ms 1 /classes/ObjectModel.php:1440
607
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.442 ms 1 /classes/stock/StockAvailable.php:286
451
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.442 ms 457 /classes/SpecificPrice.php:294
754
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 141 AND `id_shop` = 1 LIMIT 1
0.438 ms 0 /classes/module/Module.php:2267
820
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.437 ms 1 /src/Adapter/EntityMapper.php:73
555
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1517
0.437 ms 1 /src/Adapter/EntityMapper.php:81
823
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.434 ms 1 /classes/Meta.php:190
666
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.433 ms 1 /classes/stock/StockAvailable.php:286
807
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.432 ms 1 /classes/module/Module.php:2267
487
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.430 ms 1 /classes/Product.php:1180
529
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1736
0.430 ms 1 /src/Adapter/EntityMapper.php:81
811
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.429 ms 1 /src/Adapter/EntityMapper.php:73
466
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1496
0.428 ms 1 /src/Adapter/EntityMapper.php:81
524
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.428 ms 1 /classes/stock/StockAvailable.php:286
663
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 978 LIMIT 1
0.424 ms 1 /classes/SpecificPrice.php:432
652
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 977 LIMIT 1
0.424 ms 1 /classes/SpecificPrice.php:432
688
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` = 15 LIMIT 1
0.423 ms 1 /classes/Category.php:1401
813
SELECT SQL_NO_CACHE *
FROM `coserwa_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:73
518
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.419 ms 1 /classes/SpecificPrice.php:256
827
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1
0.418 ms 1 /classes/module/Module.php:2267
496
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.415 ms 1 /classes/stock/StockAvailable.php:286
592
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3686
0.415 ms 1 /src/Adapter/EntityMapper.php:81
398
SELECT SQL_NO_CACHE format
FROM `coserwa_address_format`
WHERE `id_country` = 8 LIMIT 1
0.413 ms 1 /classes/AddressFormat.php:652
492
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.413 ms 1 /classes/SpecificPrice.php:256
818
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.413 ms 1 /src/Adapter/EntityMapper.php:73
638
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 1535
0.412 ms 1 /src/Adapter/EntityMapper.php:81
787
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.412 ms 0 /classes/Category.php:1401
455
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.410 ms 1 /classes/SpecificPrice.php:256
633
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.409 ms 1 /classes/stock/StockAvailable.php:286
790
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.409 ms 1 /classes/stock/StockAvailable.php:286
508
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 177 AND `id_group` = 1 LIMIT 1
0.408 ms 0 /classes/GroupReduction.php:149
581
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 492
0.408 ms 1 /src/Adapter/EntityMapper.php:81
485
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.407 ms 1 /classes/stock/StockAvailable.php:286
453
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.405 ms 1 /classes/SpecificPrice.php:374
521
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 667 AND `id_group` = 1 LIMIT 1
0.404 ms 0 /classes/GroupReduction.php:149
573
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 181 AND `id_group` = 1 LIMIT 1
0.404 ms 0 /classes/GroupReduction.php:149
678
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 72 AND `id_group` = 1 LIMIT 1
0.403 ms 0 /classes/GroupReduction.php:149
606
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 979 AND `id_group` = 1 LIMIT 1
0.403 ms 0 /classes/GroupReduction.php:149
791
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.400 ms 1 /classes/stock/StockAvailable.php:286
400
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.400 ms 1 /src/Adapter/EntityMapper.php:73
646
SELECT SQL_NO_CACHE SUM(quantity)
FROM `coserwa_stock_available`
WHERE (id_product = 976) AND (id_product_attribute = 3695) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.397 ms 1 /classes/stock/StockAvailable.php:286
401
SELECT SQL_NO_CACHE *
FROM `coserwa_country_lang`
WHERE `id_country` = 8
0.394 ms 1 /src/Adapter/EntityMapper.php:81
557
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.393 ms 1 /classes/SpecificPrice.php:256
482
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 176 AND `id_group` = 1 LIMIT 1
0.391 ms 0 /classes/GroupReduction.php:149
570
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.390 ms 1 /classes/SpecificPrice.php:256
662
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3707
0.390 ms 1 /src/Adapter/EntityMapper.php:81
9
SELECT SQL_NO_CACHE id_shop
FROM `coserwa_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.390 ms 1 /classes/ObjectModel.php:1575
438
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_group`
WHERE `id_group` = 1 LIMIT 1
0.388 ms 1 /classes/Group.php:154
498
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.385 ms 1 /classes/stock/StockAvailable.php:286
495
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 179 AND `id_group` = 1 LIMIT 1
0.384 ms 0 /classes/GroupReduction.php:149
511
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.382 ms 1 /classes/stock/StockAvailable.php:286
483
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.379 ms 1 /classes/stock/StockAvailable.php:286
454
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.377 ms 1 /classes/SpecificPrice.php:378
517
SELECT SQL_NO_CACHE 1 FROM `coserwa_specific_price` WHERE id_product = 667 LIMIT 1
0.377 ms 2 /classes/SpecificPrice.php:432
830
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1
0.374 ms 1 /classes/module/Module.php:2267
764
SELECT SQL_NO_CACHE `id_module` FROM `coserwa_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.372 ms 1 /classes/module/Module.php:2267
651
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 3695
0.367 ms 1 /src/Adapter/EntityMapper.php:81
595
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 975 AND `id_group` = 1 LIMIT 1
0.366 ms 0 /classes/GroupReduction.php:149
490
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 463
0.363 ms 1 /src/Adapter/EntityMapper.php:81
503
SELECT SQL_NO_CACHE *
FROM `coserwa_product_attribute_lang`
WHERE `id_product_attribute` = 481
0.358 ms 1 /src/Adapter/EntityMapper.php:81
812
SELECT SQL_NO_CACHE *
FROM `coserwa_link_block_lang`
WHERE `id_link_block` = 2
0.355 ms 1 /src/Adapter/EntityMapper.php:81
654
SELECT SQL_NO_CACHE `reduction`
FROM `coserwa_product_group_reduction_cache`
WHERE `id_product` = 977 AND `id_group` = 1 LIMIT 1
0.353 ms 0 /classes/GroupReduction.php:149
399
SELECT SQL_NO_CACHE `need_identification_number`
FROM `coserwa_country`
WHERE `id_country` = 8 LIMIT 1
0.348 ms 1 /classes/Country.php:409
828
SELECT SQL_NO_CACHE `need_identification_number`
FROM `coserwa_country`
WHERE `id_country` = 8 LIMIT 1
0.293 ms 1 /classes/Country.php:409

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)
45 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
40 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
21 queries
SELECT XX FROM `coserwa_specific_price` WHERE id_product = 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
20 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)
20 queries
			SELECT `reduction`
			FROM `coserwa_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
20 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
20 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
20 queries
SELECT *
							FROM `coserwa_product_attribute_lang`
							WHERE `id_product_attribute` = XX
20 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
20 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`
20 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`
20 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;
12 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `coserwa_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
9 queries
			SELECT *, ( 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
6 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
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 *, ( 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 *
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 `id_country`
			FROM `coserwa_country`
			WHERE `iso_code` = 'US' LIMIT XX
2 queries
SELECT *
FROM `coserwa_country` a
LEFT JOIN `coserwa_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
2 queries
SELECT *
							FROM `coserwa_country_lang`
							WHERE `id_country` = XX
2 queries
		SELECT `id_category`
		FROM `coserwa_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
			SELECT `need_identification_number`
			FROM `coserwa_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
				SELECT tr.*
				FROM `coserwa_tax_rule` tr
				JOIN `coserwa_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT XX FROM `coserwa_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `coserwa_link_block` a
LEFT JOIN `coserwa_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `coserwa_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

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