Noch keine Produkte verfügbar
Bleiben Sie dran! Sobald weitere Produkte hinzugefügt wurden, werden sie hier angezeigt.
Filtern nach
Selections
Preis
Kategorien
Marke
Gewicht
Dimensions (cm)
Compatibilité
Dimmable
Puissance (W)
Spectre lumineux
Alimentation
Couleur
Bleiben Sie dran! Sobald weitere Produkte hinzugefügt wurden, werden sie hier angezeigt.
| Load Time | 250.557 ms |
| Querying Time | 180 ms |
| Queries | 230 |
| Memory Peak Usage | 7.3 Mb |
| Included Files | 749 files - 9.44 Mb |
| PrestaShop Cache | - Mb |
| Global vars | 0.03 Mb |
| PrestaShop Version | 9.1.0 |
| PHP Version | 8.1.34 |
| MySQL Version | 8.4.7-7 |
| Memory Limit | 512M |
| Max Execution Time | 60s |
| Smarty Cache | disabled |
| Smarty Compilation | auto |
| Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
|---|---|---|---|---|
| config | 29.977 ms | 29.977 ms | 2.49 Mb | 2.8 Mb |
| __construct | 0.012 ms | 29.989 ms | - Mb | 2.8 Mb |
| init | 10.890 ms | 40.879 ms | 0.70 Mb | 3.6 Mb |
| setMedia | 2.895 ms | 43.774 ms | 0.44 Mb | 3.6 Mb |
| postProcess | 0.001 ms | 43.775 ms | - Mb | 3.6 Mb |
| initHeader | 0.001 ms | 43.776 ms | - Mb | 3.6 Mb |
| initContent | 194.455 ms | 238.231 ms | 2.18 Mb | 6.8 Mb |
| initFooter | 0.002 ms | 238.233 ms | - Mb | 6.8 Mb |
| display | 12.324 ms | 250.557 ms | 1.01 Mb | 7.3 Mb |
| Hook | Time | Memory Usage |
|---|---|---|
| displayLeftColumn | 2.939 ms | 0.22 Mb |
| DisplayHeader | 2.317 ms | 0.08 Mb |
| displayAfterBodyOpeningTag | 2.166 ms | 0.18 Mb |
| displayBeforeBodyClosingTag | 1.574 ms | 0.12 Mb |
| DisplayLeftColumn | 0.565 ms | 0.22 Mb |
| ProductSearchProvider | 0.366 ms | 0.01 Mb |
| ActionFrontControllerSetMedia | 0.145 ms | 0.01 Mb |
| Header | 0.089 ms | 0.01 Mb |
| ModuleRoutes | 0.022 ms | 0.01 Mb |
| ActionFrontControllerInitBefore | 0.005 ms | - Mb |
| 10 hook(s) | 10.189 ms | 0.86 Mb |
| Module | Time | Memory Usage |
|---|---|---|
| smartblog | 2.185 ms | 0.05 Mb |
| stripe_official | 0.859 ms | 0.10 Mb |
| ps_socialfollow | 0.132 ms | 0.01 Mb |
| ps_emailsubscription | 0.110 ms | 0.01 Mb |
| ps_emailalerts | 0.074 ms | 0.01 Mb |
| posquickmenu | 2.380 ms | 0.21 Mb |
| nkmgls | 1.971 ms | 0.38 Mb |
| posthemeoptions | 0.677 ms | 0.03 Mb |
| poswishlist | 0.169 ms | 0.01 Mb |
| poscompare | 0.147 ms | 0.01 Mb |
| posproductcomments | 0.101 ms | 0.01 Mb |
| posrotatorimg | 0.351 ms | 0.01 Mb |
| possearchproducts | 0.122 ms | 0.07 Mb |
| poscookielaw | 0.791 ms | 0.05 Mb |
| posfakeorder | 0.862 ms | 0.05 Mb |
| posmegamenu | 0.119 ms | 0.01 Mb |
| posvegamenu | 0.165 ms | 0.01 Mb |
| posshoppingcart | 0.435 ms | 0.02 Mb |
| possizechart | 0.081 ms | 0.01 Mb |
| ocpricetracker | 0.083 ms | 0.01 Mb |
| ps_facetedsearch | 1.275 ms | 0.25 Mb |
| ps_categorytree | 3.014 ms | 0.23 Mb |
| pospopup | 0.471 ms | 0.04 Mb |
| 23 module(s) | 16.574 ms | 1.58 Mb |
| # | Query | Time (ms) | Rows | Filesort | Group By | Location |
|---|---|---|---|---|---|---|
| 144 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_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>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=164)) GROUP BY fp.id_feature_value |
19.291 ms | 923472 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 133 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=140)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
7.547 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 63 | SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `myshop_feature` f INNER JOIN myshop_feature_shop feature_shop ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `myshop_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `myshop_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 4) ORDER BY f.`position` ASC |
5.092 ms | 803 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:171 | |
| 97 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 66 ORDER BY vl.`value` ASC |
4.395 ms | 881 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 204 | REPLACE INTO myshop_layered_filter_block (hash, data) VALUES ("48fa84f789b00aa04e5126aac179fb7e", "a:1:{s:7:\"filters\";a:14:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Verfügbarkeit\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:9:\"Auf Lager\";s:3:\"nbr\";i:0;}i:0;a:2:{s:4:\"name\";s:16:\"Nicht verfügbar\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:1;a:7:{s:9:\"type_lite\";s:6:\"extras\";s:4:\"type\";s:6:\"extras\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Selections\";s:6:\"values\";a:3:{s:4:\"sale\";a:2:{s:4:\"name\";s:13:\"Sonderangebot\";s:3:\"nbr\";i:0;}s:3:\"new\";a:2:{s:4:\"name\";s:13:\"Neuer Artikel\";s:3:\"nbr\";i:3;}s:8:\"discount\";a:2:{s:4:\"name\";s:10:\"Discounted\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Preis\";s:3:\"max\";d:1066;s:3:\"min\";d:6;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"·\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"·\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:5;s:5:\"value\";N;}i:3;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Kategorien\";s:6:\"values\";a:3:{i:117;a:2:{s:4:\"name\";s:21:\"Lampes LED Horticoles\";s:3:\"nbr\";i:2;}i:122;a:2:{s:4:\"name\";s:20:\"Lampes HPS, MH & CMH\";s:3:\"nbr\";i:2;}i:129;a:2:{s:4:\"name\";s:37:\"Réflecteurs & Accessoires Éclairage\";s:3:\"nbr\";i:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:4;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marke\";s:6:\"values\";a:2:{i:60;a:2:{s:4:\"name\";s:9:\"Florastar\";s:3:\"nbr\";i:2;}i:64;a:2:{s:4:\"name\";s:20:\"Future of Grow - FOG\";s:3:\"nbr\";i:2;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:5;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:7:\"Zustand\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"Neu\";s:3:\"nbr\";i:5;}s:4:\"used\";a:2:{s:4:\"name\";s:9:\"Gebraucht\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:9:\"Überholt\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:6;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:7:\"Gewicht\";s:3:\"max\";d:9;s:3:\"min\";d:0.1;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:5;}i:7;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:106;s:6:\"values\";a:1:{i:14782;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"110x110x14\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Dimensions (cm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:8;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:66;s:6:\"values\";a:3:{i:14788;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:78:\"Standard-Timer und -Controller, optionale BOOST UVA-, UVB-, IR- und UVC-Module\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11305;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:11:\"unabhängig\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14785;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"UVA/UVB/IR 30W Balken, 0-10V dimmbare Steuerkonsolen\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:14:\"Compatibilité\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:9;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:108;s:6:\"values\";a:2:{i:478;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:3:\"Non\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:437;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:3:\"Oui\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:8:\"Dimmable\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:10;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:11;s:6:\"values\";a:3:{i:1345;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:3:\"250\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:699;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:3:\"400\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1410;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:3:\"600\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:13:\"Puissance (W)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:11;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:164;s:6:\"values\";a:153:{i:16637;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:39:\"4 Kanäle (weiß, tiefrot, fernrot, UV)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11339;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:48:\"12 anpassbare Bänder (rot, blau, weiß, UV, IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14455;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"20% blau, 32% grün, 48% rot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14048;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:43:\"31% 660 nm, 23% 6500K, 23% 4000K, 23% 2700K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13980;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:61:\"33% Nahinfrarot bei 730nm und 66% warmweißes Licht bei 2100K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14357;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:58:\"100% einstellbares PAR (Wachstum/Vegetativ/Blüte + UV/IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12077;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"400 bis 720 nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10455;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"400 bis 730 nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11673;a:4:{s:3:\"nbr\";i:4;s:4:\"name\";s:10:\"400-780 nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13584;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"400-780 nm Vollspektrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11668;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"400-780nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13518;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"400-780nm full\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13561;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"400-780nm voll inklusive Fernrot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13488;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:26:\"400-780nm voll mit Fernrot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10436;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"660nm rot, 460nm blau, 6400K kaltweiß\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14069;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"730nm (Infrarot)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14205;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:11:\"2700K-660nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15551;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:11:\"2700K-4000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14764;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:50:\"2800K, 660nm, 730nm, 440nm (volles UV-IR-Spektrum)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14850;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:44:\"3000-3200K, 5200-6000K, 730-740nm, 660-665nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12291;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"4000-4500K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1374;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"4000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15427;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"4000K + 660nm rot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15418;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:23:\"4000K Weiß + 660nm Rot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15432;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:24:\"4000K white + 660 nm red\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1322;a:4:{s:3:\"nbr\";i:3;s:4:\"name\";s:5:\"6500K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14365;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:13:\"6500K + 450nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1853;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"6600K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1704;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:4:\"Agro\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12184;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:11:\"Bi-Spektrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1807;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:40:\"Blanc, Rouge profond, Rouge lointain, UV\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1614;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"Blanc horticole\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10476;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:35:\"blanc horticole neutre (sans UV/IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:794;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"Blanc neutre horticole\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1406;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"Blue & Red\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10592;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"Blüte (45% 3000K, 45% 2100K, 10% IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14622;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Blüte (rotreich 660nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:728;a:4:{s:3:\"nbr\";i:18;s:4:\"name\";s:7:\"Complet\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15033;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:48:\"Complet (3000K, 6500K, Deep Red 660nm, IR 730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16687;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"Complet (avec ICL-300)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1441;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Croissance et floraison\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1757;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"Double Spectre\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10725;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:39:\"Dreiband 460nm/660nm/6400K Vollspektrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10729;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:4:\"EVG+\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1594;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"Floraison\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1655;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:4:\"Full\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14204;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:57:\"Full (25% 660 nm, 25% 6500K, 25% 4000K, 25% 2700K, UV/IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1781;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:13:\"Full-Spectrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13567;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"full 400-780nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:434;a:4:{s:3:\"nbr\";i:31;s:4:\"name\";s:13:\"Full Spectrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16371;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:24:\"full spectrum + deep red\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15995;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:27:\"Full Spectrum + UV + FarRed\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1650;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:29:\"Full Spectrum, Deep Red 660nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:494;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"Full spectrum 3000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13149;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"Full spectrum 4000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:17228;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:26:\"Full Spectrum SQD HybridF+\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14423;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"full UV+IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13139;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"full white + 470nm bleu Samsung LM301H\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1697;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Full White + Deep Red\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:677;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:16:\"Full white 4000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14683;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:61:\"Full X-9 dreigeteilt (blau 450nm, grün 530nm, tiefrot 660nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10747;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Gartenbau weiß/neutral\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10734;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"Gartenbauweiß ~4000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13117;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:35:\"gemischt 4000K weiß und 3000K warm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1862;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:12:\"HWhite + RGB\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14291;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:8:\"Infrarot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14902;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Kombiniertes UVA/UVB/IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16365;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:35:\"Komplett Samsung LM301H EVO + Osram\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12285;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:26:\"nahe am natürlichen Licht\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10490;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:21:\"neutrales Gartenweiß\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10739;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"neutrales Gartenweiß\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10749;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"neutrales Gartenweiß (~4000K)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13728;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"Nur grün\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14273;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:8:\"Nur UV-A\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14092;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"Optimierte IR-Blüte (2100K und 730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16451;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Optimiert für Wachstum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10944;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"PhysioSpec Indoor™ full (380-780 nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10926;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"R-spec Vollzyklus\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14296;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"reines Infrarot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1753;a:5:{s:3:\"nbr\";i:2;s:4:\"name\";s:5:\"Rouge\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:14595;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:33:\"RSPEC blütenoptimiert (mehr Rot)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12175;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:55:\"Samsung Bi-Spektrum (Wachstum + natürliche Wiedergabe)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13852;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:44:\"Samsung pflanzenzentriert mit Peak bei 437nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16146;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"semis, boutures et croissance (6500K)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1667;a:5:{s:3:\"nbr\";i:2;s:4:\"name\";s:10:\"Tripartite\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:14062;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"Ultraviolett (365nm) und 6500K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13983;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"UV (365nm) + 6500K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14376;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:19:\"UV+IR, Vollspektrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14275;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:4:\"UV-A\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1640;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"UV-A + UVB\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14903;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:39:\"UVA (~380nm), UVB (~310nm), IR (~730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14884;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:24:\"UVA/UVB/IR optimiert X-9\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12900;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"UVA 365nm + 385nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14763;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:9:\"UV bis IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:924;a:5:{s:3:\"nbr\";i:1;s:4:\"name\";s:4:\"Vert\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:14839;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:39:\"voll (660-665nm, 730-740nm, 3000-6500K)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15438;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"Voll (4000K weiß + 660nm rot)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13594;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:20:\"voll (Samsung/Osram)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14688;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"Voll (TOP BIN 4000K weiße LEDs und 660nm rote LEDs)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16547;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:26:\"Voll (UV 395nm, rot 660nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16129;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"voll 380-780nm reich an blau/rot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14843;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"Voll 400-700 nm (PAR) + IR 730-740 nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13492;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:26:\"voll 400-780nm mit Fernrot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10773;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:39:\"voll 3000K/5000K + rot 660nm, IR und UV\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14861;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:26:\"Volles PAR 400-700 nm + IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13571;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"volles PAR mit Fernrot/UV (400-780 nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10837;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"volles Spektrum Wachstum/Blüte\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10444;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:12:\"Vollspektrum\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14409;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:47:\"Vollspektrum (31% 660nm, 23% 6500K/4000K/2700K)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12744;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:35:\"Vollspektrum (380-760 nm mit UV/IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16057;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:67:\"Vollspektrum (380-780nm mit blauen Spitzen 450nm, rot 660nm, IR/UV)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15020;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:32:\"Vollspektrum (3000K+4000K+660nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15064;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:36:\"Vollspektrum (3000K + 4000K + 660nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15070;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:41:\"Vollspektrum (3000K, 6500K, 660nm, 730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15062;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:52:\"Vollspektrum (3000K, 6500K, tiefrot 660nm, IR 730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13917;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:29:\"Vollspektrum (3000K-660nm+IR)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13930;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"Vollspektrum (3000K/6500K/660nm/730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14795;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"Vollspektrum (inkl. Fernrot)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13945;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:63:\"Vollspektrum (Samsung LM310B 3000K/4000K, Osram 660nm Deep Red)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13841;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:31:\"Vollspektrum (UV/Rot enthalten)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10467;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:30:\"Vollspektrum (Wachstum/Blüte)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13251;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"Vollspektrum (weiß 4000K + rot 660nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14445;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:67:\"Vollspektrum (Weiß 6500K, Tiefrot 660nm, UVA 385nm, Fernrot 730nm)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13086;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"Vollspektrum +\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15918;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:17:\"Vollspektrum + IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16074;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"Vollspektrum 380-780nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10461;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"Vollspektrum 400-780 nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10637;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:18:\"Vollspektrum 3000K\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14930;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:35:\"Vollspektrum angereichert Hyper Rot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15521;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:37:\"Vollspektrum angereichert mit Tiefrot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16370;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:14:\"Vollspektrum F\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14223;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:24:\"Vollspektrum für Blüte\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13832;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:27:\"Vollspektrum mit 437nm Peak\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14181;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:55:\"Vollspektrum mit 440 nm blauen und 660 nm roten Spitzen\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14669;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"Vollspektrum mit LEDStar 660nm TOP BIN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15252;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"Vollspektrum mit separaten UV/IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16061;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:22:\"Vollspektrum mit UV/IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13950;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:40:\"Vollspektrum optimiertes Wachstum/Blüte\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13924;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:53:\"Vollspektrum Samsung LM301B (3500K + 660nm + IR + UV)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14325;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:42:\"Vollspektrum Samsung TOP BIN mit UV und IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15470;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:32:\"Vollspektrum Wachstum und Blüte\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13163;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"Vollspektrum weiß + tiefrot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14439;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:28:\"vollspektrum weiß + tiefrot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14957;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:34:\"Vollspektrum weiß + tiefrot 660nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13725;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:10:\"voll UV+IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:15016;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:10:\"Vollzyklus\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10501;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"weiß\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12929;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:23:\"weiß + Tiefrot (Rspec)\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14831;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:21:\"weiß + tiefrot 660nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16652;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:27:\"Weiß, Tiefrot, Fernrot, UV\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:13246;a:4:{s:3:\"nbr\";i:2;s:4:\"name\";s:23:\"weiß 4000K + rot 660nm\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14271;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:38:\"Zweikanal mit Philips/Osram, UV und IR\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12171;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:45:\"zweiphasig rot/blau mit weiß, grün und gelb\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:16:\"Spectre lumineux\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:12;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:7;s:6:\"values\";a:1:{i:11301;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:15:\"3 AAA-Batterien\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:12:\"Alimentation\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}i:13;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";i:27;s:6:\"values\";a:1:{i:10504;a:4:{s:3:\"nbr\";i:1;s:4:\"name\";s:5:\"grün\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:7:\"Couleur\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:0;}}}") |
2.558 ms | 1 | /modules/ps_facetedsearch/src/Filters/Block.php:211 | ||
| 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 `myshop_configuration` c LEFT JOIN `myshop_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2.367 ms | 4450 | /classes/Configuration.php:162 | ||
| 16 | SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module FROM `myshop_module` m INNER JOIN myshop_module_shop module_shop ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1) INNER JOIN `myshop_hook_module` `hm` ON hm.`id_module` = m.`id_module` INNER JOIN `myshop_hook` `h` ON hm.`id_hook` = h.`id_hook` LEFT JOIN `myshop_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` |
2.040 ms | 2160 | Yes | Yes | /classes/Hook.php:1481 |
| 95 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 106 ORDER BY vl.`value` ASC |
1.963 ms | 305 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 145 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 164 ORDER BY vl.`value` ASC |
1.726 ms | 192 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 64 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 164 ORDER BY vl.`value` ASC |
1.696 ms | 192 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 192 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=105)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
1.341 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 191 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=70)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
1.299 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 147 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=27)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
1.262 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 99 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=15)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
1.245 ms | 1728 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 110 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 11 ORDER BY vl.`value` ASC |
1.218 ms | 178 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 194 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=248)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
1.212 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 98 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 15 ORDER BY agl.`name` ASC, a.`position` ASC |
1.206 ms | 1 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 69 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_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 myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) |
1.203 ms | 10368 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 67 | SELECT SQL_NO_CACHE p.id_product 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
1.184 ms | 192 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 148 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=158)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
1.150 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 92 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 14 ORDER BY agl.`name` ASC, a.`position` ASC |
1.135 ms | 81 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 150 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=28)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
1.105 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 193 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=198)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
1.094 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 151 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=94)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
1.085 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 190 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 70 ORDER BY agl.`name` ASC, a.`position` ASC |
1.083 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 179 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=33)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
1.077 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 15 | SELECT SQL_NO_CACHE lower(name) as name FROM `myshop_hook` h WHERE (h.active = 1) |
1.074 ms | 1276 | /classes/Hook.php:1589 | ||
| 198 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=36)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
1.064 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 176 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 30 ORDER BY agl.`name` ASC, a.`position` ASC |
1.023 ms | 75 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 77 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND cg.id_group='1' AND c.level_depth<=3 AND c.nleft>35 AND c.nright<66 GROUP BY cp.id_category |
1.018 ms | 1728 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 21 | SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang FROM `myshop_meta` m LEFT JOIN `myshop_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 ) ORDER BY LENGTH(ml.url_rewrite) DESC |
1.007 ms | 285 | Yes | /classes/Dispatcher.php:623 | |
| 125 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=180)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
1.006 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 182 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=34)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.999 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 196 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=192)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.999 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 70 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) |
0.997 ms | 5184 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 195 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=194)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.981 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 101 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=16)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.974 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 143 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=26)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.974 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 174 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=142)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.973 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 169 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=82)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.972 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 202 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=42)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.970 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 141 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=25)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.965 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 107 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=108)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.962 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 139 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=95)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.957 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 86 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY p.id_manufacturer |
0.956 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 189 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=69)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.955 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 62 | 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 `myshop_attribute_group` ag INNER JOIN myshop_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 `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `myshop_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 4) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
0.949 ms | 57 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:137 |
| 200 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=71)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.943 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 135 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=116)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.927 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 109 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=11)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.924 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 183 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=38)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.924 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 157 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=136)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.920 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 93 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=14)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.918 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 175 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=20)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.916 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 113 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=19)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.913 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 170 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=127)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.913 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 96 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=66)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.912 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 137 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=24)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.909 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 79 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=9)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.905 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 76 | SELECT SQL_NO_CACHE c.`id_category`, cl.`name` FROM `myshop_category` c INNER JOIN myshop_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `myshop_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE 1 AND `id_lang` = 4 AND c.`active` = 1 ORDER BY c.nleft, c.position |
0.896 ms | 164 | Yes | /classes/Category.php:738 | |
| 218 | SELECT SQL_NO_CACHE c.*, cl.* FROM `myshop_category` c INNER JOIN myshop_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `myshop_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 LEFT JOIN `myshop_category_group` cg ON c.`id_category` = cg.`id_category` RIGHT JOIN `myshop_category` c2 ON c2.`id_category` = 116 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright` WHERE 1 AND c.`level_depth` <= 6 AND `id_lang` = 4 AND c.`active` = 1 AND cg.`id_group` IN (1) GROUP BY c.`id_category` ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.895 ms | 164 | Yes | Yes | /classes/Category.php:809 |
| 71 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) |
0.893 ms | 5184 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 172 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=104)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.893 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 87 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY p.condition |
0.889 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 171 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=172)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.881 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 115 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=20)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.881 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 122 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=23)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.880 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 203 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=45)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.870 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 177 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=30)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.863 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 134 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=181)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.856 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 180 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=37)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.855 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 83 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=137)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.850 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 94 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=106)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.850 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 132 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=86)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.849 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 158 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=117)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.847 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 162 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=29)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.845 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 117 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=21)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.835 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 167 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC |
0.830 ms | 64 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 153 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=176)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.824 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 131 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=93)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.823 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 129 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=84)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.819 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 163 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=178)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.819 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 120 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=22)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.809 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 184 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=27)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.809 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 118 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=63)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.801 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 166 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=7)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.797 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 124 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=145)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.791 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 168 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=110)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.791 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 72 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((p.on_sale=1)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) |
0.788 ms | 864 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 126 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=1)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.787 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 154 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=122)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.781 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 102 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=89)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.780 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 80 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=21)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.779 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 155 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=87)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.779 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 0 | SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main FROM myshop_shop_url su LEFT JOIN myshop_shop s ON (s.id_shop = su.id_shop) WHERE (su.domain = 'www.hydroparadise.com' OR su.domain_ssl = 'www.hydroparadise.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.766 ms | 1 | Yes | /classes/shop/Shop.php:1372 | |
| 128 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=125)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.765 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 104 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=17)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.764 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 84 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=26)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.764 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 173 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=157)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.761 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 138 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=165)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.759 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 89 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=147)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.749 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 106 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=18)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY pac.id_attribute |
0.747 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 152 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=74)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.746 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 73 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND p.date_add>'2026-03-30 00:00:00' |
0.743 ms | 864 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 127 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=161)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.739 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 136 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 24 ORDER BY agl.`name` ASC, a.`position` ASC |
0.727 ms | 30 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 160 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=49)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.727 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 81 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=8)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.723 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 159 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=129)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.714 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 164 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=96)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.711 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 186 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=39)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.699 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 91 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=64)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.698 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 161 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 29 ORDER BY agl.`name` ASC, a.`position` ASC |
0.693 ms | 37 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 74 | 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p LEFT JOIN myshop_specific_price sp ON (
sp.id_product = p.id_product AND
sp.id_shop IN (0, 1) AND
sp.id_currency IN (0, 1) AND
sp.id_country IN (0, 8) AND
sp.id_group IN (0, 1) AND
sp.from_quantity = 1 AND
sp.reduction > 0 AND
sp.id_customer = 0 AND
sp.id_cart = 0 AND
(sp.from = '0000-00-00 00:00:00' OR '2026-04-18 05:01:34' >= sp.from) AND
(sp.to = '0000-00-00 00:00:00' OR '2026-04-18 05:01:34' <= sp.to)
) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sp.reduction>0)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) |
0.664 ms | 9504 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 111 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=83)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.657 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 156 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=121)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.650 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 90 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=109)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.641 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 82 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=19)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.637 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 123 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=179)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.628 ms | 2592 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 41 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1 LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.626 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 61 | SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM myshop_layered_category WHERE controller = 'category' AND id_category = 116 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC |
0.623 ms | 97 | Yes | Yes | /modules/ps_facetedsearch/src/Filters/Provider.php:61 |
| 18 | SELECT SQL_NO_CACHE `id_hook`, `name` FROM `myshop_hook` |
0.620 ms | 1276 | /classes/Hook.php:1549 | ||
| 165 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=97)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.618 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 181 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 34 ORDER BY agl.`name` ASC, a.`position` ASC |
0.598 ms | 29 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 146 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 27 ORDER BY agl.`name` ASC, a.`position` ASC |
0.597 ms | 5 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 6 | SELECT SQL_NO_CACHE * FROM `myshop_country` a LEFT JOIN `myshop_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2 LEFT JOIN `myshop_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 8) LIMIT 1 |
0.590 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 197 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 36 ORDER BY agl.`name` ASC, a.`position` ASC |
0.573 ms | 5 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 142 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 26 ORDER BY agl.`name` ASC, a.`position` ASC |
0.562 ms | 27 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 39 | 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 `myshop_category` c INNER JOIN myshop_category_shop category_shop ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN `myshop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4 AND cl.id_shop = 1 ) LEFT JOIN `myshop_category_group` cg ON (cg.`id_category` = c.`id_category`) WHERE `id_parent` = 116 AND `active` = 1 AND cg.`id_group` =1 GROUP BY c.`id_category` ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.556 ms | 4 | Yes | Yes | /classes/Category.php:934 |
| 130 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=128)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.551 ms | 864 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 149 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 28 ORDER BY agl.`name` ASC, a.`position` ASC |
0.549 ms | 8 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 185 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 27 ORDER BY vl.`value` ASC |
0.545 ms | 23 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 85 | SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description` FROM `myshop_manufacturer` m INNER JOIN myshop_manufacturer_shop manufacturer_shop ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `myshop_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 4)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.542 ms | 85 | Yes | /classes/Manufacturer.php:185 | |
| 12 | SELECT SQL_NO_CACHE `id_lang` FROM `myshop_lang` WHERE `iso_code` = 'de' LIMIT 1 |
0.541 ms | 4 | /classes/Language.php:824 | ||
| 100 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 16 ORDER BY agl.`name` ASC, a.`position` ASC |
0.529 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 4 | SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl FROM myshop_shop s LEFT JOIN myshop_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.527 ms | 1 | /classes/shop/Shop.php:199 | ||
| 112 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 19 ORDER BY agl.`name` ASC, a.`position` ASC |
0.525 ms | 25 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 75 | SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM myshop_product p INNER JOIN myshop_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 = 8) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 |
0.502 ms | 16 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 17 | SELECT SQL_NO_CACHE `name`, `alias` FROM `myshop_hook_alias` |
0.499 ms | 87 | /classes/Hook.php:300 | ||
| 108 | SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 4) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 108 ORDER BY vl.`value` ASC |
0.493 ms | 26 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:204 | |
| 140 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 25 ORDER BY agl.`name` ASC, a.`position` ASC |
0.485 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 187 | SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 GROUP BY p.id_product) p INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=40)) AND ((fp_1.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) GROUP BY fp.id_feature_value |
0.473 ms | 1728 | Yes | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | |
| 201 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 42 ORDER BY agl.`name` ASC, a.`position` ASC |
0.470 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 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 myshop_shop_group gs LEFT JOIN myshop_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN myshop_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.460 ms | 1 | Yes | /classes/shop/Shop.php:696 | |
| 199 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 71 ORDER BY agl.`name` ASC, a.`position` ASC |
0.450 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 119 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 22 ORDER BY agl.`name` ASC, a.`position` ASC |
0.438 ms | 10 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 88 | SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM myshop_product p INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (1577, 870, 1753, 1376, 1667, 924))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=35 AND c.nright<=66 |
0.429 ms | 16 | /modules/ps_facetedsearch/src/Adapter/MySQL.php:85 | ||
| 116 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 21 ORDER BY agl.`name` ASC, a.`position` ASC |
0.429 ms | 7 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 105 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 18 ORDER BY agl.`name` ASC, a.`position` ASC |
0.414 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 178 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 33 ORDER BY agl.`name` ASC, a.`position` ASC |
0.412 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 19 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `myshop_module` m LEFT JOIN `myshop_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.408 ms | 60 | /classes/module/Module.php:330 | ||
| 55 | SELECT SQL_NO_CACHE * FROM `myshop_category` a0 LEFT JOIN `myshop_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`) WHERE (a0.`nleft` < 35) AND (a0.`nright` > 66) AND (a1.`id_lang` = 4) AND (a1.`id_shop` = 1) ORDER BY a0.`nleft` asc |
0.408 ms | 18 | /classes/PrestaShopCollection.php:361 | ||
| 11 | SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `myshop_lang` l JOIN myshop_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.387 ms | 4 | /classes/Language.php:1186 | ||
| 121 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 23 ORDER BY agl.`name` ASC, a.`position` ASC |
0.382 ms | 3 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 188 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 69 ORDER BY agl.`name` ASC, a.`position` ASC |
0.382 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 43 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3 LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.373 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 114 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 20 ORDER BY agl.`name` ASC, a.`position` ASC |
0.372 ms | 4 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 78 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 9 ORDER BY agl.`name` ASC, a.`position` ASC |
0.371 ms | 0 | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | ||
| 22 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4 LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.366 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 3 | SELECT SQL_NO_CACHE * FROM `myshop_shop` a WHERE (a.`id_shop` = 1) LIMIT 1 |
0.363 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 5 | SELECT SQL_NO_CACHE l.*, ls.`id_shop` FROM `myshop_lang` l LEFT JOIN `myshop_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.348 ms | 4 | /classes/Language.php:1050 | ||
| 26 | SELECT SQL_NO_CACHE `id_lang` FROM `myshop_lang` WHERE `locale` = 'de-de' OR `language_code` = 'de-de' LIMIT 1 |
0.340 ms | 4 | /classes/Language.php:853 | ||
| 29 | SELECT SQL_NO_CACHE * FROM `myshop_currency` a LEFT JOIN `myshop_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4 LEFT JOIN `myshop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.334 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 103 | 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `myshop_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 17 ORDER BY agl.`name` ASC, a.`position` ASC |
0.324 ms | 2 | Yes | /modules/ps_facetedsearch/src/Filters/DataAccessor.php:96 | |
| 205 | SELECT SQL_NO_CACHE 1 FROM myshop_cart_product cp INNER JOIN myshop_product p ON (p.id_product = cp.id_product) INNER JOIN myshop_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.316 ms | 1 | /classes/Cart.php:4353 | ||
| 24 | SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop` FROM `myshop_module` m LEFT JOIN `myshop_module_shop` ms ON m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1 |
0.293 ms | 60 | /classes/module/Module.php:330 | ||
| 28 | SELECT SQL_NO_CACHE c.id_currency FROM `myshop_currency` c WHERE (iso_code = 'EUR') LIMIT 1 |
0.290 ms | 1 | /classes/Currency.php:873 | ||
| 213 | SELECT SQL_NO_CACHE * FROM `myshop_posquickmenu` pr LEFT JOIN myshop_posquickmenu_lang prl ON (pr.id_quickmenu = prl.id_quickmenu) WHERE prl.id_lang = "4" AND prl.id_shop = "1" AND pr.status = 1 ORDER BY pr.position |
0.288 ms | 3 | Yes | /modules/posquickmenu/classes/QuickmenuActivity.php:230 | |
| 25 | SELECT SQL_NO_CACHE * FROM `myshop_currency` c ORDER BY `iso_code` ASC |
0.267 ms | 1 | Yes | /classes/Currency.php:689 | |
| 65 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 116) LIMIT 1 |
0.264 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 13 | SELECT SQL_NO_CACHE * FROM `myshop_lang` a LEFT JOIN `myshop_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 4) LIMIT 1 |
0.264 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 206 | SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `myshop_currency` c LEFT JOIN myshop_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.261 ms | 1 | /classes/Currency.php:1102 | ||
| 44 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5 LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.254 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 58 | SELECT SQL_NO_CACHE SUM(`quantity`) FROM `myshop_cart_product` WHERE `id_cart` = 0 LIMIT 1 |
0.251 ms | 1 | /classes/Cart.php:1391 | ||
| 27 | SELECT SQL_NO_CACHE value FROM `myshop_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.248 ms | 1 | /classes/shop/Shop.php:1191 | ||
| 8 | SELECT SQL_NO_CACHE * FROM `myshop_lang` a LEFT JOIN `myshop_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 5) LIMIT 1 |
0.241 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 66 | SELECT SQL_NO_CACHE * FROM `myshop_category_lang` WHERE `id_category` = 116 AND `id_shop` = 1 |
0.233 ms | 5 | /src/Adapter/EntityMapper.php:62 | ||
| 68 | SELECT SQL_NO_CACHE data FROM myshop_layered_filter_block WHERE hash="48fa84f789b00aa04e5126aac179fb7e" LIMIT 1 |
0.229 ms | 1 | /modules/ps_facetedsearch/src/Filters/Block.php:186 | ||
| 20 | SELECT SQL_NO_CACHE name, alias FROM `myshop_hook_alias` |
0.229 ms | 87 | /classes/Hook.php:352 | ||
| 10 | SELECT SQL_NO_CACHE domain, domain_ssl FROM myshop_shop_url WHERE main = 1 AND id_shop = 1 LIMIT 1 |
0.228 ms | 1 | /classes/shop/ShopUrl.php:162 | ||
| 215 | SELECT SQL_NO_CACHE * FROM `myshop_image_type` |
0.225 ms | 7 | /classes/ImageType.php:141 | ||
| 59 | SELECT SQL_NO_CACHE p.id_smart_blog_post FROM `myshop_smart_blog_post_lang` p WHERE p.link_rewrite = "" |
0.224 ms | 24 | /modules/smartblog/smartblog.php:2143 | ||
| 223 | SELECT SQL_NO_CACHE c.*, cl.* FROM `myshop_category` c LEFT JOIN `myshop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 35 AND c.`nright` >= 66 AND c.`nleft` >= 2 AND c.`nright` <= 329 ORDER BY `nleft` DESC |
0.224 ms | 18 | /classes/Category.php:1603 | ||
| 30 | SELECT SQL_NO_CACHE `id_lang` FROM `myshop_lang` WHERE `locale` = 'de-de' OR `language_code` = 'de-de' LIMIT 1 |
0.220 ms | 4 | /classes/Language.php:853 | ||
| 42 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2 LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
0.216 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 45 | SELECT SQL_NO_CACHE * FROM `myshop_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.216 ms | 7 | Yes | /classes/ImageType.php:89 | |
| 34 | SELECT SQL_NO_CACHE * FROM `myshop_group` a LEFT JOIN `myshop_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1 WHERE (a.`id_group` = 1) LIMIT 1 |
0.214 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 7 | SELECT SQL_NO_CACHE * FROM `myshop_shop_group` a WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.213 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 48 | SELECT SQL_NO_CACHE * FROM `myshop_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.208 ms | 7 | Yes | /classes/ImageType.php:89 | |
| 31 | SELECT SQL_NO_CACHE * FROM `myshop_currency` a LEFT JOIN `myshop_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1 WHERE (a.`id_currency` = 1) LIMIT 1 |
0.205 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 32 | SELECT SQL_NO_CACHE * FROM `myshop_currency_lang` WHERE `id_currency` = 1 |
0.203 ms | 5 | /src/Adapter/EntityMapper.php:62 | ||
| 219 | SELECT SQL_NO_CACHE DISTINCT c.* FROM `myshop_category` c LEFT JOIN `myshop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4) WHERE `level_depth` = 1 |
0.203 ms | 5 | /classes/Category.php:2230 | ||
| 60 | SELECT SQL_NO_CACHE `id_category` FROM `myshop_category_shop` WHERE `id_category` = 116 AND `id_shop` = 1 LIMIT 1 |
0.196 ms | 1 | /classes/Category.php:2438 | ||
| 56 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "posquickmenu" LIMIT 1 |
0.191 ms | 1 | /classes/module/Module.php:2773 | ||
| 33 | SELECT SQL_NO_CACHE id_shop FROM `myshop_currency_shop` WHERE `id_currency` = 1 AND id_shop = 1 LIMIT 1 |
0.190 ms | 1 | /classes/ObjectModel.php:1581 | ||
| 221 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `myshop_category` c LEFT JOIN `myshop_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`id_category` = 116 LIMIT 1 |
0.190 ms | 1 | /classes/Category.php:1588 | ||
| 214 | SELECT SQL_NO_CACHE count(id_wishlist_product) FROM myshop_poswishlist w, myshop_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1 |
0.184 ms | 1 | /modules/posquickmenu/posquickmenu.php:383 | ||
| 23 | SELECT SQL_NO_CACHE * FROM `myshop_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.183 ms | 1 | /classes/module/Module.php:2163 | ||
| 220 | SELECT SQL_NO_CACHE * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4 LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.170 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 37 | SELECT SQL_NO_CACHE `id_category` FROM `myshop_category_shop` WHERE `id_category` = 116 AND `id_shop` = 1 LIMIT 1 |
0.166 ms | 1 | /classes/Category.php:2438 | ||
| 50 | SELECT SQL_NO_CACHE format FROM `myshop_address_format` WHERE `id_country` = 8 LIMIT 1 |
0.165 ms | 1 | /classes/AddressFormat.php:632 | ||
| 224 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "posfakeorder" LIMIT 1 |
0.163 ms | 1 | /classes/module/Module.php:2773 | ||
| 40 | SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM myshop_shop s |
0.159 ms | 1 | /classes/shop/Shop.php:902 | ||
| 38 | SELECT SQL_NO_CACHE ctg.`id_group` FROM myshop_category_group ctg WHERE ctg.`id_category` = 116 AND ctg.`id_group` = 1 LIMIT 1 |
0.158 ms | 1 | /classes/Category.php:1757 | ||
| 53 | SELECT SQL_NO_CACHE * FROM `myshop_country_lang` WHERE `id_country` = 8 |
0.152 ms | 5 | /src/Adapter/EntityMapper.php:62 | ||
| 207 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "poswishlist" LIMIT 1 |
0.146 ms | 1 | /classes/module/Module.php:2773 | ||
| 47 | SELECT SQL_NO_CACHE * FROM `myshop_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.144 ms | 7 | Yes | /classes/ImageType.php:89 | |
| 217 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 93 AND `id_shop` = 1 LIMIT 1 |
0.144 ms | 1 | /classes/module/Module.php:2262 | ||
| 54 | SELECT SQL_NO_CACHE id_required_field, object_name, field_name FROM myshop_required_field |
0.142 ms | 1 | /classes/ObjectModel.php:1446 | ||
| 49 | SELECT SQL_NO_CACHE * FROM `myshop_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.141 ms | 7 | Yes | /classes/ImageType.php:89 | |
| 57 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 118 AND `id_shop` = 1 LIMIT 1 |
0.141 ms | 1 | /classes/module/Module.php:2262 | ||
| 9 | SELECT SQL_NO_CACHE id_shop FROM `myshop_lang_shop` WHERE `id_lang` = 5 AND id_shop = 1 LIMIT 1 |
0.139 ms | 1 | /classes/ObjectModel.php:1581 | ||
| 216 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.139 ms | 1 | /classes/module/Module.php:2773 | ||
| 14 | SELECT SQL_NO_CACHE id_shop FROM `myshop_lang_shop` WHERE `id_lang` = 4 AND id_shop = 1 LIMIT 1 |
0.137 ms | 1 | /classes/ObjectModel.php:1581 | ||
| 225 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1 |
0.136 ms | 1 | /classes/module/Module.php:2262 | ||
| 35 | SELECT SQL_NO_CACHE * FROM `myshop_group_lang` WHERE `id_group` = 1 |
0.136 ms | 5 | /src/Adapter/EntityMapper.php:62 | ||
| 46 | SELECT SQL_NO_CACHE * FROM `myshop_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.133 ms | 7 | Yes | /classes/ImageType.php:89 | |
| 36 | SELECT SQL_NO_CACHE id_shop FROM `myshop_group_shop` WHERE `id_group` = 1 AND id_shop = 1 LIMIT 1 |
0.130 ms | 1 | /classes/ObjectModel.php:1581 | ||
| 52 | SELECT SQL_NO_CACHE * FROM `myshop_country` a LEFT JOIN `myshop_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1 WHERE (a.`id_country` = 8) LIMIT 1 |
0.130 ms | 1 | /src/Adapter/EntityMapper.php:54 | ||
| 228 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "pospopup" LIMIT 1 |
0.130 ms | 1 | /classes/module/Module.php:2773 | ||
| 226 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "poscookielaw" LIMIT 1 |
0.128 ms | 1 | /classes/module/Module.php:2773 | ||
| 227 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 111 AND `id_shop` = 1 LIMIT 1 |
0.125 ms | 1 | /classes/module/Module.php:2262 | ||
| 229 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.122 ms | 1 | /classes/module/Module.php:2262 | ||
| 212 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 119 AND `id_shop` = 1 LIMIT 1 |
0.116 ms | 1 | /classes/module/Module.php:2262 | ||
| 211 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "posshoppingcart" LIMIT 1 |
0.113 ms | 1 | /classes/module/Module.php:2773 | ||
| 208 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 106 AND `id_shop` = 1 LIMIT 1 |
0.112 ms | 1 | /classes/module/Module.php:2262 | ||
| 222 | SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `myshop_category` c WHERE c.`id_category` = 2 LIMIT 1 |
0.110 ms | 1 | /classes/Category.php:1594 | ||
| 210 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module_shop` WHERE `id_module` = 107 AND `id_shop` = 1 LIMIT 1 |
0.102 ms | 1 | /classes/module/Module.php:2262 | ||
| 51 | SELECT SQL_NO_CACHE `need_identification_number` FROM `myshop_country` WHERE `id_country` = 8 LIMIT 1 |
0.098 ms | 1 | /classes/Country.php:389 | ||
| 209 | SELECT SQL_NO_CACHE `id_module` FROM `myshop_module` WHERE `name` = "poscompare" LIMIT 1 |
0.085 ms | 1 | /classes/module/Module.php:2773 |
| 64 queries |
SELECT fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value 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 INNER JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN myshop_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
|
| 25 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 `myshop_attribute_group` ag INNER JOIN `myshop_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `myshop_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `myshop_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN myshop_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 myshop_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `myshop_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
|
| 25 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, cp.position FROM myshop_product p LEFT JOIN myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN myshop_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 myshop_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN myshop_category_product cp ON (p.id_product = cp.id_product) INNER JOIN myshop_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN myshop_category c ON (cp.id_category = c.id_category AND c.active=XX) LEFT JOIN myshop_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN myshop_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value 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 myshop_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN myshop_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN myshop_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN myshop_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((a.id_attribute_group=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX))) GROUP BY pac.id_attribute
|
| 8 queries |
SELECT `id_module` FROM `myshop_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX |
| 8 queries |
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `myshop_feature_value` v LEFT JOIN `myshop_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `myshop_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC |
| 6 queries |
SELECT * FROM `myshop_category` a LEFT JOIN `myshop_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX LEFT JOIN `myshop_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX |
| 2 queries |
SELECT * FROM `myshop_lang` a LEFT JOIN `myshop_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX WHERE (a.`id_lang` = XX) LIMIT XX |
| 2 queries |
SELECT id_shop FROM `myshop_lang_shop` WHERE `id_lang` = XX AND id_shop = XX LIMIT XX |
| 2 queries |
SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `myshop_module` m
LEFT JOIN `myshop_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = XX
|
| 2 queries |
SELECT `id_lang` FROM `myshop_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT XX
|
| 2 queries |
SELECT `id_category` FROM `myshop_category_shop` WHERE `id_category` = XX AND `id_shop` = XX LIMIT XX |
| 264 feature_product |
| 128 product_attribute |
| 128 product_attribute_combination |
| 119 category |
| 106 category_group |
| 104 stock_available |
| 104 category_product |
| 103 product |
| 103 product_shop |
| 100 product_sale |
| 50 attribute |
| 26 attribute_group |
| 26 attribute_group_shop |
| 26 attribute_group_lang |
| 25 attribute_lang |
| 25 attribute_shop |
| 25 layered_indexable_attribute_lang_value |
| 14 category_lang |
| 12 category_shop |
| 11 module |
| 11 module_shop |
| 8 feature_value |
| 8 feature_value_lang |
| 8 layered_indexable_feature_value_lang_value |
| 7 lang |
| 6 lang_shop |
| 6 image_type |
| 5 shop |
| 5 currency |
| 4 shop_url |
| 4 currency_shop |
| 3 country |
| 3 hook |
| 2 shop_group |
| 2 configuration |
| 2 country_lang |
| 2 country_shop |
| 2 hook_alias |
| 2 currency_lang |
| 2 group_shop |
| 2 cart_product |
| 1 configuration_lang |
| 1 hook_module |
| 1 module_group |
| 1 meta |
| 1 meta_lang |
| 1 hook_module_exceptions |
| 1 group |
| 1 group_lang |
| 1 address_format |
| 1 required_field |
| 1 smart_blog_post_lang |
| 1 layered_category |
| 1 layered_indexable_attribute_group |
| 1 layered_indexable_attribute_group_lang_value |
| 1 feature |
| 1 feature_shop |
| 1 feature_lang |
| 1 layered_indexable_feature |
| 1 layered_indexable_feature_lang_value |
| 1 layered_filter_block |
| 1 specific_price |
| 1 layered_price_index |
| 1 manufacturer |
| 1 manufacturer_shop |
| 1 manufacturer_lang |
| 1 posquickmenu |
| 1 posquickmenu_lang |
| 1 poswishlist |
| Name | Instances | Source |
|---|---|---|
| Category | 13 |
/controllers/front/listing/CategoryController.php:67 (__construct) [id: 116]
/classes/Meta.php:344 (__construct) [id: 116] /classes/Link.php:396 (__construct) [id: 116] /classes/Link.php:396 (__construct) [id: 116] /classes/Link.php:396 (__construct) [id: 116] /classes/Link.php:396 (__construct) [id: 116] /classes/Link.php:396 (__construct) [id: 116] /classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ] /classes/PrestaShopCollection.php:363 (hydrateCollection) [id: ] /modules/ps_facetedsearch/src/Product/Search.php:365 (__construct) [id: 116] /modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 116] /src/Adapter/Presenter/Category/CategoryLazyArray.php:92 (__construct) [id: 116] /modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2] |
| Country | 3 |
/config/config.inc.php:135 (__construct) [id: 8]
/classes/AddressFormat.php:382 (__construct) [id: 8] /classes/controller/FrontController.php:1719 (__construct) [id: 8] |
| Language | 3 |
/config/config.inc.php:200 (__construct) [id: 5]
/classes/Tools.php:639 (__construct) [id: 4] /classes/Tools.php:533 (__construct) [id: 4] |
| Currency | 2 |
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct) [id: 1]
/classes/Tools.php:688 (getCurrencyInstance) [id: 1] |
| Shop | 1 |
/config/config.inc.php:103 (initialize) [id: 1]
|
| ShopGroup | 1 |
/classes/shop/Shop.php:542 (__construct) [id: 1]
|
| Customer | 1 |
/config/config.inc.php:253 (__construct) [id: ]
|
| Cart | 1 |
/classes/controller/FrontController.php:439 (__construct) [id: ]
|
| Group | 1 |
/classes/Cart.php:261 (getCurrent) [id: 1]
|
| Gender | 1 |
/classes/controller/FrontController.php:1636 (__construct) [id: 0]
|
| Risk | 1 |
/classes/controller/FrontController.php:1639 (__construct) [id: ]
|
| Address | 1 |
/classes/shop/Shop.php:467 (__construct) [id: ]
|
| AddressFormat | 1 |
/classes/controller/FrontController.php:1713 (generateAddress) [id: ]
|
| State | 1 |
/classes/controller/FrontController.php:1718 (__construct) [id: 0]
|
| # | Filename |
|---|---|
| 0 | /index.php |
| 1 | /config/config.inc.php |
| 2 | /config/defines.inc.php |
| 3 | /config/autoload.php |
| 4 | /vendor/autoload.php |
| 5 | /vendor/composer/autoload_real.php |
| 6 | /vendor/composer/platform_check.php |
| 7 | /vendor/composer/ClassLoader.php |
| 8 | /vendor/composer/autoload_static.php |
| 9 | /vendor/symfony/deprecation-contracts/function.php |
| 10 | /vendor/symfony/polyfill-mbstring/bootstrap.php |
| 11 | /vendor/symfony/polyfill-mbstring/bootstrap80.php |
| 12 | /vendor/symfony/polyfill-ctype/bootstrap.php |
| 13 | /vendor/symfony/polyfill-ctype/bootstrap80.php |
| 14 | /vendor/symfony/polyfill-php83/bootstrap.php |
| 15 | /vendor/symfony/polyfill-php83/bootstrap81.php |
| 16 | /vendor/symfony/var-dumper/Resources/functions/dump.php |
| 17 | /vendor/symfony/polyfill-intl-normalizer/bootstrap.php |
| 18 | /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php |
| 19 | /vendor/twig/twig/src/Resources/core.php |
| 20 | /vendor/twig/twig/src/Resources/debug.php |
| 21 | /vendor/twig/twig/src/Resources/escaper.php |
| 22 | /vendor/twig/twig/src/Resources/string_loader.php |
| 23 | /vendor/symfony/polyfill-intl-grapheme/bootstrap.php |
| 24 | /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php |
| 25 | /vendor/symfony/string/Resources/functions.php |
| 26 | /vendor/symfony/polyfill-intl-idn/bootstrap.php |
| 27 | /vendor/symfony/clock/Resources/now.php |
| 28 | /vendor/symfony/polyfill-php80/bootstrap.php |
| 29 | /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
| 30 | /vendor/jakeasmith/http_build_url/src/http_build_url.php |
| 31 | /vendor/symfony/polyfill-intl-icu/bootstrap.php |
| 32 | /vendor/ircmaxell/password-compat/lib/password.php |
| 33 | /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php |
| 34 | /vendor/symfony/polyfill-php73/bootstrap.php |
| 35 | /vendor/symfony/translation/Resources/functions.php |
| 36 | /src/Core/Version.php |
| 37 | /config/alias.php |
| 38 | /vendor/prestashop/autoload/src/PrestashopAutoload.php |
| 39 | /vendor/prestashop/autoload/src/LegacyClassLoader.php |
| 40 | /vendor/symfony/filesystem/Filesystem.php |
| 41 | /vendor/prestashop/autoload/src/Autoloader.php |
| 42 | /config/bootstrap.php |
| 43 | /src/Core/ContainerBuilder.php |
| 44 | /src/Core/Foundation/IoC/Container.php |
| 45 | /src/Adapter/ServiceLocator.php |
| 46 | /var/cache/prod/appParameters.php |
| 49 | /var/cache/prod/class_index.php |
| 50 | /classes/controller/Controller.php |
| 52 | /classes/ObjectModel.php |
| 53 | /src/Core/Foundation/Database/EntityInterface.php |
| 55 | /classes/db/Db.php |
| 57 | /classes/Hook.php |
| 59 | /classes/module/Module.php |
| 60 | /src/Core/Module/Legacy/ModuleInterface.php |
| 62 | /classes/Tools.php |
| 63 | /classes/Context.php |
| 64 | /classes/shop/Shop.php |
| 65 | /src/Core/Security/PasswordGenerator.php |
| 66 | /classes/db/DbPDO.php |
| 67 | /classes/AddressFormat.php |
| 68 | /classes/Configuration.php |
| 69 | /src/Core/Domain/Shop/ValueObject/ShopConstraint.php |
| 70 | /classes/Validate.php |
| 71 | /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php |
| 72 | /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php |
| 73 | /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php |
| 74 | /vendor/symfony/form/AbstractType.php |
| 75 | /vendor/symfony/form/FormTypeInterface.php |
| 76 | /classes/cache/Cache.php |
| 77 | /src/Adapter/EntityMapper.php |
| 78 | /classes/db/DbQuery.php |
| 79 | /src/Core/Addon/Theme/ThemeManagerBuilder.php |
| 80 | /vendor/psr/log/src/NullLogger.php |
| 81 | /vendor/psr/log/src/AbstractLogger.php |
| 82 | /vendor/psr/log/src/LoggerTrait.php |
| 83 | /vendor/psr/log/src/LoggerInterface.php |
| 84 | /src/Core/Context/ApiClientContext.php |
| 85 | /src/Adapter/Configuration.php |
| 86 | /vendor/symfony/http-foundation/ParameterBag.php |
| 87 | /src/Core/Domain/Configuration/ShopConfigurationInterface.php |
| 88 | /src/Core/ConfigurationInterface.php |
| 89 | /src/Core/Addon/Theme/ThemeRepository.php |
| 90 | /src/Core/Addon/AddonRepositoryInterface.php |
| 91 | /src/Core/Addon/Theme/Theme.php |
| 92 | /src/Core/Addon/AddonInterface.php |
| 93 | /src/Core/Util/ArrayFinder.php |
| 94 | /vendor/symfony/property-access/PropertyAccess.php |
| 95 | /vendor/symfony/property-access/PropertyAccessorBuilder.php |
| 96 | /vendor/symfony/property-access/PropertyAccessor.php |
| 97 | /vendor/symfony/property-access/PropertyAccessorInterface.php |
| 98 | /vendor/symfony/property-info/Extractor/ReflectionExtractor.php |
| 99 | /vendor/symfony/property-info/PropertyListExtractorInterface.php |
| 100 | /vendor/symfony/property-info/PropertyTypeExtractorInterface.php |
| 101 | /vendor/symfony/property-info/PropertyAccessExtractorInterface.php |
| 102 | /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php |
| 103 | /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php |
| 104 | /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php |
| 105 | /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php |
| 106 | /vendor/symfony/property-info/Type.php |
| 107 | /vendor/symfony/string/Inflector/EnglishInflector.php |
| 108 | /vendor/symfony/string/Inflector/InflectorInterface.php |
| 109 | /vendor/symfony/property-access/PropertyPath.php |
| 110 | /vendor/symfony/property-access/PropertyPathInterface.php |
| 111 | /vendor/symfony/property-access/PropertyPathIteratorInterface.php |
| 112 | /config/defines_uri.inc.php |
| 113 | /classes/Language.php |
| 114 | /src/Core/Language/LanguageInterface.php |
| 115 | /classes/Country.php |
| 116 | /classes/PrestaShopCollection.php |
| 117 | /classes/shop/ShopGroup.php |
| 118 | /classes/Cookie.php |
| 119 | /src/Core/Http/CookieOptions.php |
| 120 | /classes/PhpEncryption.php |
| 121 | /classes/PhpEncryptionEngine.php |
| 122 | /vendor/defuse/php-encryption/src/Key.php |
| 123 | /vendor/defuse/php-encryption/src/Encoding.php |
| 124 | /vendor/defuse/php-encryption/src/Core.php |
| 125 | /vendor/defuse/php-encryption/src/Crypto.php |
| 126 | /vendor/defuse/php-encryption/src/KeyOrPassword.php |
| 127 | /vendor/defuse/php-encryption/src/RuntimeTests.php |
| 128 | /vendor/defuse/php-encryption/src/DerivedKeys.php |
| 129 | /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php |
| 130 | /vendor/defuse/php-encryption/src/Exception/CryptoException.php |
| 131 | /src/Core/Session/SessionHandler.php |
| 132 | /src/Core/Session/SessionHandlerInterface.php |
| 133 | /vendor/symfony/http-foundation/Session/Session.php |
| 134 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php |
| 135 | /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php |
| 136 | /vendor/symfony/http-foundation/Session/SessionBagInterface.php |
| 137 | /vendor/symfony/http-foundation/Session/Flash/FlashBag.php |
| 138 | /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php |
| 139 | /vendor/symfony/http-foundation/Session/SessionBagProxy.php |
| 140 | /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php |
| 141 | /vendor/symfony/http-foundation/Session/SessionInterface.php |
| 142 | /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php |
| 143 | /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php |
| 144 | /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php |
| 145 | /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php |
| 146 | /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php |
| 147 | /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php |
| 148 | /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php |
| 149 | /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php |
| 150 | /config/smarty.config.inc.php |
| 151 | /vendor/smarty/smarty/libs/Smarty.class.php |
| 152 | /vendor/smarty/smarty/libs/functions.php |
| 153 | /vendor/smarty/smarty/libs/Autoloader.php |
| 154 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
| 155 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
| 156 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
| 157 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
| 158 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php |
| 159 | /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php |
| 160 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php |
| 161 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
| 162 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
| 163 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php |
| 164 | /classes/ImageManager.php |
| 165 | /classes/Product.php |
| 166 | /classes/Profile.php |
| 167 | /classes/Tab.php |
| 168 | /config/smartyfront.config.inc.php |
| 169 | /classes/Smarty/SmartyResourceModule.php |
| 170 | /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php |
| 171 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php |
| 172 | /classes/Smarty/SmartyResourceParent.php |
| 173 | /classes/Smarty/SmartyLazyRegister.php |
| 174 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php |
| 175 | /vendor/smarty/smarty/libs/plugins/modifier.truncate.php |
| 176 | /classes/Customer.php |
| 177 | /classes/Group.php |
| 178 | /classes/Link.php |
| 179 | /classes/shop/ShopUrl.php |
| 180 | /app/FrontKernel.php |
| 181 | /app/AppKernel.php |
| 182 | /vendor/symfony/http-kernel/Kernel.php |
| 183 | /vendor/symfony/config/ConfigCache.php |
| 184 | /vendor/symfony/config/ResourceCheckerConfigCache.php |
| 185 | /vendor/symfony/config/ConfigCacheInterface.php |
| 186 | /vendor/symfony/http-kernel/KernelInterface.php |
| 187 | /vendor/symfony/http-kernel/HttpKernelInterface.php |
| 188 | /vendor/symfony/http-kernel/RebootableInterface.php |
| 189 | /vendor/symfony/http-kernel/TerminableInterface.php |
| 190 | /vendor/symfony/dotenv/Dotenv.php |
| 191 | /classes/Dispatcher.php |
| 192 | /vendor/symfony/http-foundation/Request.php |
| 193 | /vendor/symfony/http-foundation/AcceptHeader.php |
| 194 | /vendor/symfony/http-foundation/AcceptHeaderItem.php |
| 195 | /vendor/symfony/http-foundation/FileBag.php |
| 196 | /vendor/symfony/http-foundation/HeaderBag.php |
| 197 | /vendor/symfony/http-foundation/HeaderUtils.php |
| 198 | /vendor/symfony/http-foundation/InputBag.php |
| 199 | /vendor/symfony/http-foundation/ServerBag.php |
| 200 | /src/Adapter/SymfonyContainer.php |
| 201 | /config/db_slave_server.inc.php |
| 202 | /src/Adapter/ContainerBuilder.php |
| 203 | /src/Adapter/Environment.php |
| 204 | /src/Core/EnvironmentInterface.php |
| 205 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php |
| 206 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php |
| 207 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php |
| 208 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php |
| 209 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php |
| 210 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php |
| 211 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php |
| 212 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php |
| 213 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php |
| 214 | /vendor/symfony/cache/Adapter/ArrayAdapter.php |
| 215 | /vendor/psr/log/src/LoggerAwareTrait.php |
| 216 | /vendor/symfony/cache/Adapter/AdapterInterface.php |
| 217 | /vendor/symfony/cache/CacheItem.php |
| 218 | /vendor/symfony/cache-contracts/ItemInterface.php |
| 219 | /vendor/psr/cache/src/CacheItemInterface.php |
| 220 | /vendor/psr/cache/src/CacheItemPoolInterface.php |
| 221 | /vendor/symfony/cache-contracts/CacheInterface.php |
| 222 | /vendor/psr/log/src/LoggerAwareInterface.php |
| 223 | /vendor/symfony/cache/ResettableInterface.php |
| 224 | /vendor/symfony/service-contracts/ResetInterface.php |
| 225 | /vendor/doctrine/orm/src/Tools/Setup.php |
| 226 | /vendor/doctrine/deprecations/src/Deprecation.php |
| 227 | /vendor/doctrine/orm/src/Configuration.php |
| 228 | /vendor/doctrine/dbal/src/Configuration.php |
| 229 | /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php |
| 230 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php |
| 231 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php |
| 232 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
| 233 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php |
| 234 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php |
| 235 | /vendor/doctrine/lexer/src/AbstractLexer.php |
| 236 | /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php |
| 237 | /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php |
| 238 | /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php |
| 239 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php |
| 240 | /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php |
| 241 | /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php |
| 242 | /vendor/symfony/cache/Adapter/FilesystemAdapter.php |
| 243 | /vendor/symfony/cache/Adapter/AbstractAdapter.php |
| 244 | /vendor/symfony/cache/Traits/AbstractAdapterTrait.php |
| 245 | /vendor/symfony/cache/Traits/ContractsTrait.php |
| 246 | /vendor/symfony/cache-contracts/CacheTrait.php |
| 247 | /vendor/psr/cache/src/InvalidArgumentException.php |
| 248 | /vendor/psr/cache/src/CacheException.php |
| 249 | /vendor/symfony/cache/Traits/FilesystemTrait.php |
| 250 | /vendor/symfony/cache/Traits/FilesystemCommonTrait.php |
| 251 | /vendor/symfony/cache/PruneableInterface.php |
| 252 | /vendor/symfony/cache/Marshaller/DefaultMarshaller.php |
| 253 | /vendor/symfony/cache/Marshaller/MarshallerInterface.php |
| 254 | /src/Adapter/Module/Repository/CachedModuleRepository.php |
| 255 | /src/Adapter/Module/Repository/ModuleRepository.php |
| 256 | /src/Core/Repository/AbstractObjectModelRepository.php |
| 257 | /vendor/symfony/cache/LockRegistry.php |
| 258 | /modules/ocpricetracker/vendor/autoload.php |
| 259 | /modules/ps_advertising/vendor/autoload.php |
| 260 | /modules/ps_advertising/vendor/composer/autoload_real.php |
| 261 | /modules/ps_advertising/vendor/composer/autoload_static.php |
| 262 | /modules/stripe_official/vendor/autoload.php |
| 263 | /modules/stripe_official/vendor/composer/autoload_real.php |
| 264 | /modules/stripe_official/vendor/composer/platform_check.php |
| 265 | /modules/stripe_official/vendor/composer/autoload_static.php |
| 266 | /modules/ps_accounts/vendor/autoload.php |
| 267 | /modules/ps_accounts/vendor/composer/autoload_real.php |
| 268 | /modules/ps_accounts/vendor/composer/platform_check.php |
| 269 | /modules/ps_accounts/vendor/composer/autoload_static.php |
| 270 | /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php |
| 271 | /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php |
| 272 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php |
| 273 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php |
| 274 | /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php |
| 275 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php |
| 276 | /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php |
| 277 | /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php |
| 278 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php |
| 279 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php |
| 280 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php |
| 281 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php |
| 282 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php |
| 283 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php |
| 284 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php |
| 285 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php |
| 286 | /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php |
| 287 | /modules/nkmgls/vendor/autoload.php |
| 288 | /modules/nkmgls/vendor/composer/autoload_real.php |
| 289 | /modules/nkmgls/vendor/composer/platform_check.php |
| 290 | /modules/nkmgls/vendor/composer/autoload_static.php |
| 291 | /modules/nkmgls/vendor/nukium/gls-prestashop/lib/NkmHelper.php |
| 292 | /modules/ps_categoryproducts/vendor/autoload.php |
| 293 | /modules/ps_categoryproducts/vendor/composer/autoload_real.php |
| 294 | /modules/ps_categoryproducts/vendor/composer/autoload_static.php |
| 295 | /modules/ps_eventbus/vendor/autoload.php |
| 296 | /modules/ps_eventbus/vendor/composer/autoload_real.php |
| 297 | /modules/ps_eventbus/vendor/composer/autoload_static.php |
| 298 | /var/cache/prod/FrontContainer.php |
| 299 | /src/Adapter/Container/LegacyContainer.php |
| 300 | /vendor/symfony/dependency-injection/Container.php |
| 301 | /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php |
| 302 | /vendor/symfony/dependency-injection/Argument/ServiceLocator.php |
| 303 | /vendor/symfony/dependency-injection/ServiceLocator.php |
| 304 | /vendor/symfony/service-contracts/ServiceLocatorTrait.php |
| 305 | /vendor/psr/container/src/ContainerExceptionInterface.php |
| 306 | /vendor/psr/container/src/NotFoundExceptionInterface.php |
| 307 | /vendor/symfony/service-contracts/ServiceProviderInterface.php |
| 308 | /vendor/psr/container/src/ContainerInterface.php |
| 309 | /vendor/symfony/dependency-injection/ContainerInterface.php |
| 310 | /src/Adapter/Container/LegacyContainerInterface.php |
| 311 | /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php |
| 312 | /vendor/doctrine/orm/src/EntityRepository.php |
| 313 | /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php |
| 314 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php |
| 315 | /vendor/symfony/var-exporter/LazyProxyTrait.php |
| 316 | /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php |
| 317 | /vendor/symfony/var-exporter/LazyObjectInterface.php |
| 318 | /vendor/symfony/var-exporter/Internal/Hydrator.php |
| 319 | /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php |
| 320 | /vendor/symfony/var-exporter/Internal/LazyObjectState.php |
| 321 | /src/PrestaShopBundle/Entity/Repository/ShipmentRepository.php |
| 322 | /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php |
| 323 | /vendor/symfony/var-exporter/LazyGhostTrait.php |
| 324 | /src/Core/FeatureFlag/FeatureFlagManager.php |
| 325 | /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php |
| 326 | /src/Core/FeatureFlag/Layer/DbLayer.php |
| 327 | /src/Core/FeatureFlag/TypeLayerInterface.php |
| 328 | /src/Core/FeatureFlag/Layer/DotEnvLayer.php |
| 329 | /src/Core/FeatureFlag/Layer/EnvLayer.php |
| 330 | /src/Core/FeatureFlag/Layer/QueryLayer.php |
| 331 | /vendor/symfony/http-foundation/RequestStack.php |
| 332 | /vendor/doctrine/orm/src/EntityManager.php |
| 333 | /vendor/doctrine/orm/src/EntityManagerInterface.php |
| 334 | /vendor/doctrine/persistence/src/Persistence/ObjectManager.php |
| 335 | /src/Core/Hook/HookModuleFilter.php |
| 336 | /src/Core/Hook/HookModuleFilterInterface.php |
| 337 | /modules/smartblog/smartblog.php |
| 338 | /modules/smartblog/classes/BlogCategory.php |
| 339 | /modules/smartblog/classes/BlogImageType.php |
| 340 | /modules/smartblog/classes/BlogTag.php |
| 341 | /modules/smartblog/classes/SmartBlogPost.php |
| 342 | /modules/smartblog/classes/SmartBlogHelperTreeCategories.php |
| 343 | /classes/tree/Tree.php |
| 344 | /modules/smartblog/classes/Blogcomment.php |
| 345 | /modules/smartblog/classes/BlogPostCategory.php |
| 346 | /modules/smartblog/classes/SmartBlogLink.php |
| 347 | /src/Core/Security/Hashing.php |
| 348 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php |
| 349 | /vendor/smarty/smarty/libs/sysplugins/smarty_data.php |
| 350 | /src/PrestaShopBundle/Translation/TranslatorComponent.php |
| 351 | /vendor/symfony/translation/Translator.php |
| 352 | /vendor/symfony/translation/MessageCatalogue.php |
| 353 | /vendor/symfony/translation/MessageCatalogueInterface.php |
| 354 | /vendor/symfony/translation/MetadataAwareInterface.php |
| 355 | /vendor/symfony/translation/CatalogueMetadataAwareInterface.php |
| 356 | /vendor/symfony/translation-contracts/TranslatorInterface.php |
| 357 | /vendor/symfony/translation/TranslatorBagInterface.php |
| 358 | /vendor/symfony/translation-contracts/LocaleAwareInterface.php |
| 359 | /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php |
| 360 | /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php |
| 361 | /src/PrestaShopBundle/Translation/TranslatorInterface.php |
| 362 | /vendor/symfony/translation/Formatter/MessageFormatter.php |
| 363 | /vendor/symfony/translation/Formatter/IntlFormatter.php |
| 364 | /vendor/symfony/translation/Formatter/IntlFormatterInterface.php |
| 365 | /vendor/symfony/translation/Formatter/MessageFormatterInterface.php |
| 366 | /vendor/symfony/translation/IdentityTranslator.php |
| 367 | /vendor/symfony/translation-contracts/TranslatorTrait.php |
| 368 | /vendor/symfony/config/ConfigCacheFactory.php |
| 369 | /vendor/symfony/config/ConfigCacheFactoryInterface.php |
| 370 | /var/cache/prod/translations/catalogue.de-DE.NXhscRe.php |
| 371 | /src/PrestaShopBundle/Translation/DomainNormalizer.php |
| 372 | /src/Adapter/Localization/LegacyTranslator.php |
| 373 | /classes/Translate.php |
| 374 | /controllers/front/listing/CategoryController.php |
| 375 | /classes/controller/ProductListingFrontController.php |
| 376 | /classes/controller/ProductPresentingFrontController.php |
| 377 | /classes/controller/FrontController.php |
| 378 | /src/Adapter/Presenter/Object/ObjectPresenter.php |
| 379 | /src/Adapter/Presenter/PresenterInterface.php |
| 380 | /src/Adapter/Presenter/Cart/CartPresenter.php |
| 381 | /src/Adapter/Image/ImageRetriever.php |
| 382 | /classes/tax/TaxConfiguration.php |
| 383 | /classes/Smarty/TemplateFinder.php |
| 384 | /classes/assets/StylesheetManager.php |
| 385 | /classes/assets/AbstractAssetManager.php |
| 386 | /src/Adapter/Assets/AssetUrlGeneratorTrait.php |
| 387 | /classes/assets/JavascriptManager.php |
| 388 | /classes/assets/CccReducer.php |
| 389 | /override/classes/Category.php |
| 390 | /classes/Category.php |
| 391 | /src/Core/Domain/Category/ValueObject/RedirectType.php |
| 392 | /src/Core/Domain/Category/CategorySettings.php |
| 393 | /src/Core/Domain/Category/SeoSettings.php |
| 394 | /classes/webservice/WebserviceRequest.php |
| 395 | /modules/stripe_official/stripe_official.php |
| 396 | /classes/PaymentModule.php |
| 397 | /modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php |
| 398 | /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php |
| 399 | /modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php |
| 400 | /modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php |
| 401 | /modules/stripe_official/classes/services/PrestashopTranslationService.php |
| 402 | /modules/stripe_official/smarty/plugins/modifier.stripelreplace.php |
| 403 | /modules/stripe_official/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php |
| 404 | /src/Core/Localization/Locale/Repository.php |
| 405 | /src/Core/Localization/Locale/RepositoryInterface.php |
| 406 | /src/Core/Localization/CLDR/LocaleRepository.php |
| 407 | /src/Core/Localization/CLDR/LocaleDataSource.php |
| 408 | /src/Core/Localization/CLDR/DataLayer/LocaleCache.php |
| 409 | /src/Core/Data/Layer/AbstractDataLayer.php |
| 410 | /src/Core/Localization/CLDR/LocaleDataLayerInterface.php |
| 411 | /src/Core/Localization/CLDR/DataLayer/LocaleReference.php |
| 412 | /src/Core/Localization/CLDR/Reader.php |
| 413 | /src/Core/Localization/CLDR/ReaderInterface.php |
| 414 | /src/Core/Localization/Currency/Repository.php |
| 415 | /src/Core/Localization/Currency/RepositoryInterface.php |
| 416 | /src/Core/Localization/Currency/CurrencyDataSource.php |
| 417 | /src/Core/Localization/Currency/DataSourceInterface.php |
| 418 | /src/Core/Localization/Currency/DataLayer/CurrencyCache.php |
| 419 | /src/Core/Localization/Currency/CurrencyDataLayerInterface.php |
| 420 | /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php |
| 421 | /src/Adapter/Currency/CurrencyDataProvider.php |
| 422 | /src/Core/Currency/CurrencyDataProviderInterface.php |
| 423 | /src/Adapter/LegacyContext.php |
| 424 | /src/Adapter/Tools.php |
| 425 | /src/Core/Localization/Currency/DataLayer/CurrencyReference.php |
| 426 | /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php |
| 427 | /vendor/prestashop/decimal/src/Operation/Rounding.php |
| 428 | /src/Core/Localization/Locale.php |
| 429 | /src/Core/Localization/LocaleInterface.php |
| 430 | /src/Core/Localization/Specification/Price.php |
| 431 | /src/Core/Localization/Specification/Number.php |
| 432 | /src/Core/Localization/Specification/NumberInterface.php |
| 433 | /src/Core/Localization/Specification/Factory.php |
| 434 | /src/Core/Localization/CLDR/LocaleData.php |
| 435 | /src/Core/Localization/CLDR/NumberSymbolsData.php |
| 436 | /src/Core/Localization/CLDR/CurrencyData.php |
| 437 | /src/Core/Localization/CLDR/Locale.php |
| 438 | /src/Core/Localization/CLDR/LocaleInterface.php |
| 439 | /src/Core/Localization/Specification/NumberSymbolList.php |
| 440 | /classes/Currency.php |
| 441 | /src/Core/Localization/Currency/LocalizedCurrencyId.php |
| 442 | /src/Core/Localization/Currency/CurrencyData.php |
| 443 | /src/Core/Localization/Currency/CurrencyCollection.php |
| 444 | /src/Core/Localization/Currency.php |
| 445 | /src/Core/Localization/CurrencyInterface.php |
| 446 | /src/Core/Localization/Specification/NumberCollection.php |
| 447 | /src/Core/Localization/Number/Formatter.php |
| 448 | /classes/Cart.php |
| 449 | /src/Adapter/AddressFactory.php |
| 450 | /classes/CartRule.php |
| 451 | /src/Core/Domain/Product/ValueObject/RedirectType.php |
| 452 | /src/Core/Util/DateTime/DateTime.php |
| 453 | /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php |
| 454 | /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php |
| 455 | /src/Core/Domain/Product/ValueObject/DeliveryTimeNoteType.php |
| 456 | /src/Core/Domain/Product/ValueObject/ProductType.php |
| 457 | /src/Core/Domain/Product/ValueObject/Reference.php |
| 458 | /src/Core/Domain/Product/ValueObject/Gtin.php |
| 459 | /src/Core/Domain/Product/ValueObject/Isbn.php |
| 460 | /src/Core/Domain/Product/ValueObject/Upc.php |
| 461 | /src/Core/Domain/Product/ProductSettings.php |
| 462 | /src/Adapter/Presenter/Category/CategoryPresenter.php |
| 463 | /src/Adapter/Presenter/Category/CategoryLazyArray.php |
| 464 | /src/Adapter/Presenter/AbstractLazyArray.php |
| 465 | /src/Adapter/Presenter/LazyArrayAttribute.php |
| 466 | /src/Core/Util/Inflector.php |
| 467 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php |
| 468 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php |
| 469 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php |
| 470 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php |
| 471 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php |
| 472 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php |
| 473 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php |
| 474 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php |
| 475 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php |
| 476 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php |
| 477 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php |
| 478 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php |
| 479 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php |
| 480 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php |
| 481 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php |
| 482 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php |
| 483 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php |
| 484 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php |
| 485 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php |
| 486 | /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php |
| 487 | /src/Core/Domain/Shop/ValueObject/ShopId.php |
| 488 | /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php |
| 489 | /modules/ps_socialfollow/ps_socialfollow.php |
| 490 | /src/Core/Module/WidgetInterface.php |
| 491 | /modules/ps_emailsubscription/ps_emailsubscription.php |
| 492 | /classes/Media.php |
| 493 | /modules/ps_emailalerts/ps_emailalerts.php |
| 494 | /modules/ps_emailalerts/MailAlert.php |
| 495 | /modules/posquickmenu/posquickmenu.php |
| 496 | /modules/posquickmenu/classes/QuickmenuActivity.php |
| 497 | /modules/nkmgls/nkmgls.php |
| 498 | /modules/nkmgls/controllers/admin/AdminGlsOrderController.php |
| 499 | /modules/nkmgls/src/Helper/AbstractLegacyAdminController.php |
| 500 | /classes/controller/ModuleAdminController.php |
| 501 | /classes/controller/AdminController.php |
| 502 | /modules/nkmgls/controllers/admin/AdminGlsAjaxController.php |
| 503 | /modules/nkmgls/src/Helper/JsonReponseLegacyTrait.php |
| 504 | /modules/nkmgls/controllers/admin/AdminGlsLabelController.php |
| 505 | /modules/nkmgls/controllers/admin/AdminGlsPackingListController.php |
| 506 | /classes/module/CarrierModule.php |
| 507 | /modules/nkmgls/vendor/nukium/gls-common/src/Value/GlsValue.php |
| 508 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Init/PrestashopGlsInit.php |
| 509 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Init/GlsInit.php |
| 510 | /modules/nkmgls/vendor/nukium/gls-common/src/Util/ServiceInstantiationTrait.php |
| 511 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Container.php |
| 512 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ContainerInterface.php |
| 513 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Init/ShipItAdapterResolutionInit.php |
| 514 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Init/PrestashopAdapterInit.php |
| 515 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Init/AdapterInitInterface.php |
| 516 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Translator/TranslatorFactory.php |
| 517 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Translator/PrestashopTranslator.php |
| 518 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Translator/TranslatorInterface.php |
| 519 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Utility/UtilityFactory.php |
| 520 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Utility/PrestashopUtility.php |
| 521 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Utility/Component/DefaultUtility.php |
| 522 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/EntityManager/EntityManagerFactory.php |
| 523 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/EntityManager/PrestashopEntityManager.php |
| 524 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/EntityManager/EntityManagerInterface.php |
| 525 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Repository/Cache/CacheRepositoryFactory.php |
| 526 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Repository/Cache/PrestashopCacheRepository.php |
| 527 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Repository/AbstractRepository.php |
| 528 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Repository/Cache/CacheRepositoryInterface.php |
| 529 | /modules/nkmgls/vendor/nukium/gls-prestashop/classes/GlsCacheClass.php |
| 530 | /modules/nkmgls/vendor/nukium/gls-common/src/Entity/CacheInterface.php |
| 531 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Address/AddressHandlerFactory.php |
| 532 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/DTO/Adapter/Address/PrestashopAddressHandler.php |
| 533 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Address/AddressHandler.php |
| 534 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Carrier/CarrierHandlerFactory.php |
| 535 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/DTO/Adapter/Carrier/PrestashopCarrierHandler.php |
| 536 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/Adapter/Carrier/CarrierHandler.php |
| 537 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Helper/ModuleHelper.php |
| 538 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Config/PrestashopConfig.php |
| 539 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Config/ConfigInterface.php |
| 540 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Repository/Carrier/PrestashopCarrierRepository.php |
| 541 | /classes/Carrier.php |
| 542 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Routine/GlsCarrierRoutine.php |
| 543 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/Entity/Cache/CacheHandlerFactory.php |
| 544 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/Entity/Cache/PrestashopCacheHandler.php |
| 545 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/Entity/Cache/CacheHandler.php |
| 546 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Config/ConfigFactory.php |
| 547 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Shop/ShopFactory.php |
| 548 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Adapter/Shop/PrestashopShop.php |
| 549 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Shop/ShopInterface.php |
| 550 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/ShipIt/Adapter/Component/PrestashopLabelComponent.php |
| 551 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/LabelComponent.php |
| 552 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/ShipItComponentInterface.php |
| 553 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Helper/StringHelper.php |
| 554 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/ShipItAdapterResolution.php |
| 555 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/NoShipItAdapter.php |
| 556 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/ShipItAdapterInterface.php |
| 557 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/LabelAdapter.php |
| 558 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/AbstractAdapter.php |
| 559 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/AuthErrorComponent.php |
| 560 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/DefaultErrorComponent.php |
| 561 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Logger/LoggerFactory.php |
| 562 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Adapter/Logger/Component/DefaultLogger.php |
| 563 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/LabelInternationalComponent.php |
| 564 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Routine/ShipItErrorRoutine.php |
| 565 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/API/ShipmentApi.php |
| 566 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/HttpClient/LegacyClient.php |
| 567 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/Legacy/GlsApiHandler.php |
| 568 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/HttpClient/GlsCurlClient.php |
| 569 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Helper/GlsHelper.php |
| 570 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/LabelErrorComponent.php |
| 571 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/RelayAdapter.php |
| 572 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/RelayComponent.php |
| 573 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/TrackingAdapter.php |
| 574 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/ShipIt/Adapter/Component/TrackingComponent.php |
| 575 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/API/TrackingApi.php |
| 576 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Handler/Carrier/GlsExpressHandler.php |
| 577 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Helper/FtpHelper.php |
| 578 | /modules/nkmgls/vendor/nukium/gls-prestashop/src/Service/Helper/EnvHelper.php |
| 579 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Routine/AllowedServicesRoutine.php |
| 580 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/DataLoader/AllowedServicesLoader.php |
| 581 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Handler/DTO/GLS/AllowedServicesHandler.php |
| 582 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/API/AllowedServicesApi.php |
| 583 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/Routine/CacheRoutine.php |
| 584 | /modules/nkmgls/vendor/nukium/gls-common/src/Service/DataLoader/CacheLoader.php |
| 585 | /src/Adapter/Presenter/Cart/CartLazyArray.php |
| 586 | /src/Adapter/Product/PriceFormatter.php |
| 587 | /src/Adapter/Presenter/Cart/CartProductPresenter.php |
| 588 | /src/Adapter/Presenter/Product/ProductPresenter.php |
| 589 | /src/Adapter/Product/ProductColorsRetriever.php |
| 590 | /src/Adapter/HookManager.php |
| 591 | /classes/Gender.php |
| 592 | /src/Core/Domain/Title/ValueObject/Gender.php |
| 593 | /classes/Risk.php |
| 594 | /classes/Meta.php |
| 595 | /classes/Address.php |
| 596 | /classes/ImageType.php |
| 597 | /classes/State.php |
| 598 | /src/Core/Security/PasswordPolicyConfiguration.php |
| 599 | /src/Core/Configuration/DataConfigurationInterface.php |
| 600 | /src/Core/Filter/FrontEndObject/MainFilter.php |
| 601 | /src/Core/Filter/FilterInterface.php |
| 602 | /src/Core/Filter/FrontEndObject/CartFilter.php |
| 603 | /src/Core/Filter/HashMapWhitelistFilter.php |
| 604 | /src/Core/Filter/CollectionFilter.php |
| 605 | /src/Core/Filter/FrontEndObject/ProductFilter.php |
| 606 | /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php |
| 607 | /src/Core/Filter/FrontEndObject/CustomerFilter.php |
| 608 | /src/Core/Filter/FrontEndObject/ShopFilter.php |
| 609 | /src/Core/Filter/FrontEndObject/ConfigurationFilter.php |
| 610 | /classes/ProductAssembler.php |
| 611 | /src/Core/Product/Search/ProductSearchContext.php |
| 612 | /modules/posthemeoptions/posthemeoptions.php |
| 613 | /modules/poswishlist/poswishlist.php |
| 614 | /modules/poswishlist/classes/WishListClass.php |
| 615 | /modules/poscompare/poscompare.php |
| 616 | /modules/posproductcomments/posproductcomments.php |
| 617 | /modules/posrotatorimg/posrotatorimg.php |
| 618 | /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
| 619 | /var/cache/prod/smarty/compile/theme_optima/94/d7/f3/94d7f3eb2f01333ce1aff69acd6935acad35ac2d_2.file.rotator_header.tpl.php |
| 620 | /modules/possearchproducts/possearchproducts.php |
| 621 | /modules/possearchproducts/src/PosSearchCore.php |
| 622 | /classes/Search.php |
| 623 | /modules/possearchproducts/src/PosSearchProvider.php |
| 624 | /src/Core/Product/Search/ProductSearchProviderInterface.php |
| 625 | /modules/poscookielaw/poscookielaw.php |
| 626 | /var/cache/prod/smarty/compile/theme_optima/c1/21/dc/c121dc747bddbaf538e8140a1bb78c9909844e65_2.file.cookielaw-header.tpl.php |
| 627 | /modules/posfakeorder/posfakeorder.php |
| 628 | /classes/ProductPresenterFactory.php |
| 629 | /src/Core/Product/ProductPresentationSettings.php |
| 630 | /src/Adapter/Presenter/Product/ProductListingPresenter.php |
| 631 | /modules/posmegamenu/posmegamenu.php |
| 632 | /modules/posmegamenu/classes/PosMegamenuClass.php |
| 633 | /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php |
| 634 | /modules/posmegamenu/classes/PosMegamenuSubmenuRowClass.php |
| 635 | /modules/posmegamenu/classes/PosMegamenuSubmenuColumnClass.php |
| 636 | /modules/posmegamenu/classes/PosMegamenuSubmenuItemClass.php |
| 637 | /modules/posmegamenu/sql/posSampleDataMenu.php |
| 638 | /modules/posvegamenu/posvegamenu.php |
| 639 | /modules/posvegamenu/classes/PosVegamenuClass.php |
| 640 | /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php |
| 641 | /modules/posvegamenu/classes/PosVegamenuSubmenuRowClass.php |
| 642 | /modules/posvegamenu/classes/PosVegamenuSubmenuColumnClass.php |
| 643 | /modules/posvegamenu/classes/PosVegamenuSubmenuItemClass.php |
| 644 | /modules/posvegamenu/sql/posSampleDataVerMenu.php |
| 645 | /var/cache/prod/smarty/compile/theme_optima/77/f8/1c/77f81c78bda6049ed1f045b0d2230e93f7cd146c_2.file.posquickmenu-header.tpl.php |
| 646 | /modules/posshoppingcart/posshoppingcart.php |
| 647 | /modules/possizechart/possizechart.php |
| 648 | /modules/stripe_official/classes/services/StripeDisplayHeaderService.php |
| 649 | /modules/ocpricetracker/ocpricetracker.php |
| 650 | /src/Core/Product/Search/ProductSearchQuery.php |
| 651 | /src/Core/Product/Search/SortOrder.php |
| 652 | /modules/ps_facetedsearch/ps_facetedsearch.php |
| 653 | /modules/ps_facetedsearch/src/HookDispatcher.php |
| 654 | /modules/ps_facetedsearch/src/Hook/Attribute.php |
| 655 | /modules/ps_facetedsearch/src/Hook/AbstractHook.php |
| 656 | /modules/ps_facetedsearch/src/Hook/AttributeGroup.php |
| 657 | /modules/ps_facetedsearch/src/Hook/Category.php |
| 658 | /modules/ps_facetedsearch/src/Hook/Configuration.php |
| 659 | /modules/ps_facetedsearch/src/Hook/Design.php |
| 660 | /modules/ps_facetedsearch/src/Hook/Feature.php |
| 661 | /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php |
| 662 | /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php |
| 663 | /modules/ps_facetedsearch/src/Hook/FeatureValue.php |
| 664 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php |
| 665 | /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php |
| 666 | /modules/ps_facetedsearch/src/Hook/Product.php |
| 667 | /modules/ps_facetedsearch/src/Hook/ProductSearch.php |
| 668 | /modules/ps_facetedsearch/src/Hook/SpecificPrice.php |
| 669 | /modules/ps_facetedsearch/src/Filters/Provider.php |
| 670 | /modules/ps_facetedsearch/src/URLSerializer.php |
| 671 | /modules/ps_facetedsearch/src/Filters/DataAccessor.php |
| 672 | /modules/ps_facetedsearch/src/Product/SearchProvider.php |
| 673 | /src/Core/Product/Search/FacetsRendererInterface.php |
| 674 | /modules/ps_facetedsearch/src/Filters/Converter.php |
| 675 | /modules/ps_facetedsearch/src/Product/SearchFactory.php |
| 676 | /src/Core/Product/Search/ProductSearchResult.php |
| 677 | /classes/Combination.php |
| 678 | /modules/ps_facetedsearch/src/Product/Search.php |
| 679 | /modules/ps_facetedsearch/src/Adapter/MySQL.php |
| 680 | /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php |
| 681 | /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php |
| 682 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php |
| 683 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php |
| 684 | /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php |
| 685 | /modules/ps_facetedsearch/src/Filters/Products.php |
| 686 | /classes/stock/StockAvailable.php |
| 687 | /modules/ps_facetedsearch/src/Filters/Block.php |
| 688 | /modules/ps_facetedsearch/src/Definition/Availability.php |
| 689 | /override/classes/Manufacturer.php |
| 690 | /classes/Manufacturer.php |
| 691 | /src/Core/Util/String/StringModifier.php |
| 692 | /src/Core/Util/String/StringModifierInterface.php |
| 693 | /src/Core/Product/Search/Facet.php |
| 694 | /src/Core/Product/Search/Filter.php |
| 695 | /vendor/prestashop/decimal/src/DecimalNumber.php |
| 696 | /vendor/prestashop/decimal/src/Builder.php |
| 697 | /src/Core/Product/Search/FacetCollection.php |
| 698 | /var/cache/prod/smarty/compile/theme_optima/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php |
| 699 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php |
| 700 | /vendor/smarty/smarty/libs/plugins/modifier.count.php |
| 701 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php |
| 702 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php |
| 703 | /var/cache/prod/smarty/compile/theme_optima/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php |
| 704 | /src/Core/Product/Search/Pagination.php |
| 705 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/22/78/51/22785140d54f0bc4dac137d922bfee7647d7f79c_2.file.category.tpl.php |
| 706 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/16/8a/d3/168ad37b05f2a0806f1d91875d88737871803a50_2.file.product-list.tpl.php |
| 707 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5a/7e/5e/5a7e5e3195da7b409f17174d40dbb82147ecde72_2.file.left_column.tpl.php |
| 708 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/b1/5a/0a/b15a0af88b4b6187a521dd2ed2e5f0dade470c79_2.file.layout-left-column.tpl.php |
| 709 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a3/70/b8/a370b8d4f469db3369076fc3d4710f4883e80f5f_2.file.layout-both-columns.tpl.php |
| 710 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/53/d6/76/53d6767ea19e4c2543d78a363170789525e4ad95_2.file.head.tpl.php |
| 711 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/62/f5/38/62f538dc81bece37af57ed71b91ee31d22405731_2.file.head-jsonld.tpl.php |
| 712 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/4d/d0/be/4dd0be58489deb92da386a7a7ee026a25ea7a6e8_2.file.product-list-jsonld.tpl.php |
| 713 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/80/8f/d9/808fd91eee893bd171565c93fb7324ea0e4f47ad_2.file.pagination-seo.tpl.php |
| 714 | /vendor/smarty/smarty/libs/plugins/modifier.replace.php |
| 715 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/ad/c1/32/adc132587c51adcb69ea707b298d4560ed37b465_2.file.stylesheets.tpl.php |
| 716 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/c0/93/43/c09343f803a09ecd0b626865d1b9ddacce55145d_2.file.javascript.tpl.php |
| 717 | /classes/ProductDownload.php |
| 718 | /src/Core/Localization/CLDR/ComputingPrecision.php |
| 719 | /src/Core/Localization/CLDR/ComputingPrecisionInterface.php |
| 720 | /src/Adapter/ContainerFinder.php |
| 721 | /src/Core/Cart/Calculator.php |
| 722 | /src/Core/Cart/CartRowCollection.php |
| 723 | /src/Core/Cart/Fees.php |
| 724 | /src/Core/Cart/AmountImmutable.php |
| 725 | /src/Core/Cart/CartRuleCollection.php |
| 726 | /src/Core/Cart/CartRuleCalculator.php |
| 727 | /src/Adapter/Product/PriceCalculator.php |
| 728 | /override/classes/order/Order.php |
| 729 | /classes/order/Order.php |
| 730 | /src/Core/Cart/CartRow.php |
| 731 | /var/cache/prod/smarty/compile/theme_optima/15/df/06/15df06e3f3c3f7bb81fbe41ffa62f0889fa72c4f_2.module.posquickmenuviewstemplateshookposquickmenu.tpl.php |
| 732 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a0/b9/f1/a0b9f19b1f37abfcb775df8693f9928e39f6818e_2.file.product-activation.tpl.php |
| 733 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a2/88/89/a28889f15aeb351e5fa225ff4f61acec6b7644f2_2.file.header.tpl.php |
| 734 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php |
| 735 | /src/Core/Image/ImageFormatConfiguration.php |
| 736 | /src/Core/Image/ImageFormatConfigurationInterface.php |
| 737 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/11/40/75/114075e1c1c378ccfc3e23cbbbd49d99a873d5f0_2.file.breadcrumb.tpl.php |
| 738 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f0/0a/18/f00a18cff942805aad005c278c36f68c42afeb9e_2.file.notifications.tpl.php |
| 739 | /modules/ps_categorytree/ps_categorytree.php |
| 740 | /var/cache/prod/smarty/compile/theme_optima/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php |
| 741 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php |
| 742 | /var/cache/prod/smarty/compile/theme_optima/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php |
| 743 | /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php |
| 744 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/88/fb/02/88fb020c5fd207c1e18c5087ecf4be506d6a18e3_2.file.not-found.tpl.php |
| 745 | /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/73/f6/5b/73f65ba335813014b5371f5e391888424adf345d_2.file.footer.tpl.php |
| 746 | /var/cache/prod/smarty/compile/theme_optima/6c/f9/c9/6cf9c91bfa3db2a0479c2ddd1097cd848853e1a3_2.module.posfakeorderposfakeorder.tpl.php |
| 747 | /var/cache/prod/smarty/compile/theme_optima/49/f2/cb/49f2cb7ff9badc39d7b8e8ae207c133dda0ef4ac_2.module.poscookielawviewstemplateshookposcookielaw.tpl.php |
| 748 | /modules/pospopup/pospopup.php |