Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible

Filtres

Couleur

Taille

Type de produit

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.37ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.38ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.40ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.54ms
SELECT `countries`.*, `country_webstore`.`id` AS `pivot_id`, `country_webstore`.`webstore_id` AS `pivot_webstore_id`, `country_webstore`.`country_id` AS `pivot_country_id` FROM `countries` INNER JOIN `country_webstore` ON `countries`.`id` = `country_webstore`.`country_id` WHERE `country_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.46ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.25ms
SELECT * FROM `languages`
0.43ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.40ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.73ms
SELECT * FROM `config`
0.61ms
SELECT `categories`.*, `categories_details`.`is_enabled` FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 WHERE (`parent_id` = '5') AND `slug` = 'costume-homme-gilet-de-costume' LIMIT 1
0.57ms
SELECT `inserts`.*, `category_insert`.`id` AS `pivot_id`, `category_insert`.`category_id` AS `pivot_category_id`, `category_insert`.`insert_id` AS `pivot_insert_id`, `category_insert`.`webstore_id` AS `pivot_webstore_id`, `category_insert`.`pos` AS `pivot_pos` FROM `inserts` INNER JOIN `category_insert` ON `inserts`.`id` = `category_insert`.`insert_id` WHERE `category_insert`.`category_id` = '19' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.48ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.40ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.33ms
SELECT * FROM `categories_links` WHERE `category_id` = '19' ORDER BY `position` ASC
16.59ms
SELECT COUNT(*)AS nb FROM (SELECT `products`.`id` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 19 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
5.12ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 19 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
94.88ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 19 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 19 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
4.80ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 19 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 1 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
18.15ms
SELECT SQL_CALC_FOUND_ROWS `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 19 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 32 OFFSET 31
0.16ms
SELECT FOUND_ROWS()
1.21ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') ORDER BY `webstore_id` ASC
1.36ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') ORDER BY `position` ASC
0.35ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1') ORDER BY `singular` ASC
0.43ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('8') ORDER BY `singular` ASC
0.44ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('64', '28', '76', '75') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.48ms
SELECT `tags`.*, `product_tag`.`id` AS `pivot_id`, `product_tag`.`product_id` AS `pivot_product_id`, `product_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `product_tag` ON `tags`.`id` = `product_tag`.`tag_id` WHERE `product_tag`.`product_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') ORDER BY `name` ASC
0.93ms
SELECT `colors`.*, `color_product`.`id` AS `pivot_id`, `color_product`.`product_id` AS `pivot_product_id`, `color_product`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_product` ON `colors`.`id` = `color_product`.`color_id` WHERE `color_product`.`product_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') ORDER BY `name` ASC
1.43ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') ORDER BY `position` ASC
2.58ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27527', '29358', '29340', '29322', '27461', '27519', '28466', '28473', '25128', '29348', '28503', '29306', '29330', '28460', '28467', '28474', '25129', '29349', '28504', '29307', '29331', '27528', '29359', '29341', '29323', '27462', '27520', '29360', '29342', '29324', '27463', '27521', '28461', '28468', '28475', '25130', '29350', '28505', '29308', '29332', '27529', '28469', '28476', '25131', '29351', '28506', '29309', '29333', '27530', '29361', '29343', '29325', '27464', '27522', '28462', '29344', '29326', '27465', '27523', '28463', '28470', '29352', '28477', '25132', '28507', '29310', '29334', '27531', '29362', '28508', '29311', '29335', '27532', '27435', '29363', '29345', '29327', '27466', '27524', '28464', '28471', '29353', '28478', '25133', '29328', '27467', '27525', '29364', '28465', '28472', '29354', '28479', '25134', '28509', '29312', '29336', '27533', '27436', '29346', '27437', '29347', '29329', '27526', '29355', '28948', '29313', '29337', '29356', '29338', '27438', '27439', '29357', '29339')
0.48ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
1.15ms
SELECT `products`.*, `products_items`.`id` AS `pivot_id`, `products_items`.`parent_id` AS `pivot_parent_id`, `products_items`.`item_id` AS `pivot_item_id`, `products_items`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `products_items` ON `products`.`id` = `products_items`.`item_id` WHERE `products_items`.`parent_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.18ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5484', '5628', '6003', '5629', '5692', '5694', '5809', '6000', '6001', '6002', '5630', '5633', '5634', '5631', '5447', '5429', '5790', '5428', '5978', '5984', '5980', '5386', '5981', '5614', '5691', '5613', '5599', '5445', '5608', '5481', '5598', '5602') ORDER BY `webstore_id` ASC
2.11ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5484', '5628', '6003', '5629', '5692', '5694', '5809', '6000', '6001', '6002', '5630', '5633', '5634', '5631', '5447', '5429', '5790', '5428', '5978', '5984', '5980', '5386', '5981', '5614', '5691', '5613', '5599', '5445', '5608', '5481', '5598', '5602') ORDER BY `position` ASC
4.08ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28041', '29741', '28289', '29723', '28029', '27172', '28056', '29715', '29733', '28303', '28862', '27050', '28021', '26942', '27173', '28057', '28064', '29716', '29734', '28304', '28863', '27051', '28022', '26943', '28030', '28042', '29742', '28290', '27350', '29724', '29743', '28291', '27351', '29725', '27174', '28058', '28065', '29717', '29735', '28305', '28864', '27052', '28023', '26944', '28031', '28043', '28306', '28865', '27053', '28024', '26945', '28032', '27834', '28044', '29744', '28292', '27352', '29726', '27175', '28059', '28066', '29718', '29736', '27353', '29727', '27176', '28060', '28067', '29719', '29737', '28307', '28866', '27054', '28025', '26946', '28033', '27835', '28045', '29745', '28293', '27836', '28026', '26947', '28034', '28046', '29746', '28294', '27354', '29728', '27837', '27177', '28061', '28068', '29720', '29738', '28308', '28867', '27055', '27838', '28062', '27178', '28069', '29739', '28309', '28868', '27056', '29721', '28027', '26948', '28035', '28047', '29747', '28295', '27355', '29729', '28048', '29748', '28296', '29730', '27839', '28063', '27179', '29740', '28310', '28869', '27057', '29722', '28028', '26949', '28036', '27058', '26950', '29731', '29732', '27059', '26951', '29599', '29576', '27898', '29552', '27854', '27931', '27156', '28731', '27042', '28039', '28281', '26837', '27326', '27855', '27932', '27939', '29600', '29577', '27899', '29553', '29568', '28038', '28282', '26838', '28037', '27157', '28732', '27043', '29601', '29578', '27900', '29554', '29569', '27327', '27856', '27933', '28040', '27940', '28733', '27044', '28283', '26839', '27158', '27857', '27934', '27941', '29602', '29579', '27901', '29555', '29570', '27328', '28284', '26840', '27159', '28734', '27045', '29571', '27329', '27858', '27935', '27942', '29603', '29580', '27902', '29556', '28285', '26841', '27160', '28735', '27046', '29604', '29581', '27903', '29557', '29572', '27330', '27859', '27936', '27943', '27161', '28736', '27047', '28286', '26842', '27331', '27860', '27937', '27944', '29605', '29582', '27904', '29558', '29573', '28287', '26843', '27162', '28737', '27048', '29606', '29583', '27905', '29559', '29574', '27861', '27938', '27163', '28738', '27049', '28288', '29584', '29575', '27842', '27841', '27840', '27843')
0.63ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '54', '48', '55', '56', '49', '57', '58', '50', '51', '59', '52', '53', '62', '63', '152', '64', '153', '65', '154', '66', '155', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '125', '126', '127', '128') ORDER BY `position` ASC
1.55ms
SELECT `articles`.`id`, (articles.qty + articles_details.qty) AS qty FROM `articles` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 WHERE `product_id` IN ('5931', '6015', '6013', '6012', '6010', '5930', '5929', '5928', '5728', '5641', '5521', '5724', '5520', '5825', '5927', '5925', '5723', '5824', '5637', '5722', '5643', '5639', '5512', '5642', '5645', '5644', '5823', '5424', '5638', '5025', '5430', '5508') GROUP BY `articles`.`id`
0.39ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
158.89ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.72ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
237.07ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.78ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
4.18ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8119) ASC LIMIT 3
6.65ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8119) ASC LIMIT 3
0.43ms
SELECT `code`, `taxes` FROM `countries`
0.34ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.22ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.29ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.31ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.30ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.36ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
0.70ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.24ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.61ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-07-18 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
0.27ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,391.13ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
874.97ms
+ 874.97ms
View #2 - components.page-header
924.94ms
+ 49.97ms
View #3 - components.button
938.48ms
+ 13.53ms
View #4 - components.button
939.20ms
+ 0.72ms
View #5 - components.facets
939.55ms
+ 0.35ms
View #6 - components.filters
940.15ms
+ 0.60ms
View #7 - components.close-button
940.51ms
+ 0.36ms
View #8 - components.accordion.wrapper
940.74ms
+ 0.23ms
View #9 - components.accordion.bodies.filters.colors
940.77ms
+ 0.03ms
View #10 - components.accordion.wrapper
942.09ms
+ 1.33ms
View #11 - components.accordion.bodies.filters.sizes
942.14ms
+ 0.05ms
View #12 - components.accordion.wrapper
942.58ms
+ 0.44ms
View #13 - components.accordion.bodies.filters.list
942.62ms
+ 0.04ms
View #14 - components.accordion.wrapper
942.97ms
+ 0.35ms
View #15 - components.accordion.bodies.filters.list
943.00ms
+ 0.04ms
View #16 - components.button
943.30ms
+ 0.30ms
View #17 - components.button
943.52ms
+ 0.22ms
View #18 - components.button
943.69ms
+ 0.17ms
View #19 - components.button
943.86ms
+ 0.17ms
View #20 - components.pagination
944.04ms
+ 0.18ms
View #21 - components.button
944.26ms
+ 0.22ms
View #22 - catalog.partials.products-listing
944.46ms
+ 0.20ms
View #23 - components.product-card
944.66ms
+ 0.20ms
View #24 - components.add-to-wishlist
985.64ms
+ 40.98ms
View #25 - components.product-card
987.33ms
+ 1.69ms
View #26 - components.add-to-wishlist
991.35ms
+ 4.02ms
View #27 - components.product-card
993.10ms
+ 1.75ms
View #28 - components.add-to-wishlist
998.03ms
+ 4.93ms
View #29 - components.product-card
1,000.08ms
+ 2.05ms
View #30 - components.add-to-wishlist
1,004.34ms
+ 4.26ms
View #31 - components.product-card
1,006.47ms
+ 2.13ms
View #32 - components.add-to-wishlist
1,010.32ms
+ 3.85ms
View #33 - components.product-card
1,012.00ms
+ 1.68ms
View #34 - components.add-to-wishlist
1,015.24ms
+ 3.24ms
View #35 - components.product-card
1,016.54ms
+ 1.29ms
View #36 - components.add-to-wishlist
1,019.58ms
+ 3.05ms
View #37 - components.product-card
1,020.85ms
+ 1.27ms
View #38 - components.add-to-wishlist
1,024.09ms
+ 3.24ms
View #39 - components.product-card
1,025.37ms
+ 1.28ms
View #40 - components.add-to-wishlist
1,028.38ms
+ 3.02ms
View #41 - components.product-card
1,029.97ms
+ 1.59ms
View #42 - components.add-to-wishlist
1,033.76ms
+ 3.79ms
View #43 - components.product-card
1,035.37ms
+ 1.61ms
View #44 - components.add-to-wishlist
1,038.33ms
+ 2.96ms
View #45 - components.product-card
1,040.06ms
+ 1.73ms
View #46 - components.add-to-wishlist
1,042.96ms
+ 2.91ms
View #47 - components.product-card
1,044.37ms
+ 1.41ms
View #48 - components.add-to-wishlist
1,047.03ms
+ 2.66ms
View #49 - components.product-card
1,048.29ms
+ 1.26ms
View #50 - components.add-to-wishlist
1,052.06ms
+ 3.78ms
View #51 - components.product-card
1,053.78ms
+ 1.71ms
View #52 - components.add-to-wishlist
1,056.52ms
+ 2.74ms
View #53 - components.product-card
1,057.73ms
+ 1.21ms
View #54 - components.add-to-wishlist
1,060.62ms
+ 2.89ms
View #55 - components.product-card
1,061.91ms
+ 1.29ms
View #56 - components.add-to-wishlist
1,064.65ms
+ 2.74ms
View #57 - components.product-card
1,065.88ms
+ 1.23ms
View #58 - components.add-to-wishlist
1,069.59ms
+ 3.70ms
View #59 - components.product-card
1,071.25ms
+ 1.67ms
View #60 - components.add-to-wishlist
1,075.01ms
+ 3.76ms
View #61 - components.product-card
1,076.55ms
+ 1.53ms
View #62 - components.add-to-wishlist
1,079.53ms
+ 2.99ms
View #63 - components.product-card
1,080.95ms
+ 1.42ms
View #64 - components.add-to-wishlist
1,084.33ms
+ 3.37ms
View #65 - components.product-card
1,085.93ms
+ 1.60ms
View #66 - components.add-to-wishlist
1,100.17ms
+ 14.24ms
View #67 - components.product-card
1,102.08ms
+ 1.91ms
View #68 - components.add-to-wishlist
1,105.18ms
+ 3.10ms
View #69 - components.product-card
1,106.60ms
+ 1.42ms
View #70 - components.add-to-wishlist
1,110.04ms
+ 3.45ms
View #71 - components.product-card
1,111.65ms
+ 1.60ms
View #72 - components.add-to-wishlist
1,115.32ms
+ 3.67ms
View #73 - components.product-card
1,116.92ms
+ 1.60ms
View #74 - components.add-to-wishlist
1,121.13ms
+ 4.21ms
View #75 - components.product-card
1,122.94ms
+ 1.81ms
View #76 - components.add-to-wishlist
1,127.35ms
+ 4.41ms
View #77 - components.product-card
1,129.03ms
+ 1.68ms
View #78 - components.add-to-wishlist
1,133.23ms
+ 4.20ms
View #79 - components.product-card
1,134.81ms
+ 1.58ms
View #80 - components.add-to-wishlist
1,138.18ms
+ 3.37ms
View #81 - components.product-card
1,139.89ms
+ 1.71ms
View #82 - components.add-to-wishlist
1,143.09ms
+ 3.20ms
View #83 - components.product-card
1,144.39ms
+ 1.30ms
View #84 - components.add-to-wishlist
1,148.15ms
+ 3.76ms
View #85 - components.product-card
1,150.05ms
+ 1.90ms
View #86 - components.add-to-wishlist
1,152.94ms
+ 2.89ms
View #87 - components.pagination
1,154.35ms
+ 1.41ms
View #88 - components.button
1,154.66ms
+ 0.31ms
View #89 - components.recently-viewed
1,154.89ms
+ 0.23ms
View #90 - components.product-related
1,160.92ms
+ 6.03ms
View #91 - components.seo-footer
1,161.19ms
+ 0.27ms
View #92 - components.facets
1,161.97ms
+ 0.78ms
View #93 - components.button
1,162.25ms
+ 0.28ms
View #94 - components.button
1,162.48ms
+ 0.24ms
View #95 - modules.seo-links
1,162.67ms
+ 0.19ms
View #96 - components.button
1,163.02ms
+ 0.36ms
View #97 - components.button
1,163.35ms
+ 0.33ms
View #98 - components.button
1,163.62ms
+ 0.27ms
View #99 - layout.layout
1,163.89ms
+ 0.27ms
View #100 - layout.meta
1,164.39ms
+ 0.49ms
View #101 - modules.notification
1,296.68ms
+ 132.30ms
View #102 - modules.header
1,305.00ms
+ 8.31ms
View #103 - modules.menu
1,305.66ms
+ 0.66ms
View #104 - components.menu-first-level
1,306.15ms
+ 0.49ms
View #105 - components.menu-second-level
1,308.62ms
+ 2.47ms
View #106 - components.menu-pushes
1,313.85ms
+ 5.23ms
View #107 - components.menu-pushes
1,318.99ms
+ 5.14ms
View #108 - components.menu-pushes
1,322.56ms
+ 3.57ms
View #109 - components.menu-pushes
1,326.81ms
+ 4.25ms
View #110 - components.menu-pushes
1,328.04ms
+ 1.23ms
View #111 - components.menu-pushes
1,329.15ms
+ 1.11ms
View #112 - svg.logo
1,329.80ms
+ 0.65ms
View #113 - modules.messages
1,330.46ms
+ 0.66ms
View #114 - modules.breadcrumbs
1,331.01ms
+ 0.55ms
View #115 - modules.footer
1,331.27ms
+ 0.26ms
View #116 - components.reinsurance-support
1,331.58ms
+ 0.31ms
View #117 - components.field
1,332.22ms
+ 0.64ms
View #118 - components.csrf-field
1,332.48ms
+ 0.27ms
View #119 - components.button
1,332.63ms
+ 0.14ms
View #120 - components.footer-links
1,332.85ms
+ 0.23ms
View #121 - modules.panel
1,335.06ms
+ 2.21ms
View #122 - modules.popin
1,335.26ms
+ 0.20ms
View #123 - modules.blueshift-popin
1,335.40ms
+ 0.14ms
View #124 - modules.search-panel
1,336.04ms
+ 0.63ms
View #125 - catalog.search-form
1,336.30ms
+ 0.27ms
View #126 - components.field
1,336.63ms
+ 0.32ms
View #127 - modules.toaster
1,337.51ms
+ 0.89ms
View #128 - layout.overlay
1,337.68ms
+ 0.17ms
View #129 - modules.webstore-switcher
1,339.36ms
+ 1.67ms
View #130 - components.close-button
1,339.67ms
+ 0.31ms
View #131 - components.native-select
1,340.00ms
+ 0.33ms
View #132 - components.native-select
1,341.08ms
+ 1.08ms
View #133 - components.button
1,341.28ms
+ 0.20ms
View #134 - components.button
1,342.07ms
+ 0.79ms
View #135 - helpers.grid
1,342.77ms
+ 0.71ms
View #136 - modules.loading-bar
1,343.04ms
+ 0.27ms
View #137 - 3rdparties.didomi
1,387.95ms
+ 44.90ms
View #138 - 3rdparties.gtm
1,388.20ms
+ 0.25ms
View #139 - 3rdparties.abtasty.main
1,388.33ms
+ 0.13ms
View #140 - 3rdparties.abtasty.tracking
1,388.44ms
+ 0.11ms
View #141 - 3rdparties.blueshift
1,388.64ms
+ 0.20ms
View #142 - 3rdparties.sizebay.main
1,389.05ms
+ 0.41ms
View #143 - 3rdparties.sizebay.tracking
1,389.23ms
+ 0.18ms
View #144 - 3rdparties.gsi
1,389.40ms
+ 0.17ms
View #145 - 3rdparties.applepay
1,389.50ms
+ 0.10ms
View #146 - 3rdparties.alma
1,389.71ms
+ 0.22ms
View #147 - path: /var/www/html/laravel/profiling/template.blade.php
1,391.20ms
+ 1.49ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(13) 216.73.217.39
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.2
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 57324
REDIRECT_URL string(41) /fr/s-costume-homme-gilet-de-costume.html
REDIRECT_QUERY_STRING string(48) /fr/s-costume-homme-gilet-de-costume.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(48) /fr/s-costume-homme-gilet-de-costume.html&page=2
REQUEST_URI string(48) /fr/s-costume-homme-gilet-de-costume.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786967829.115
REQUEST_TIME int 1786967829
HTTPS string(2) on
... array(3)
csrf_token string(40) paU0RpqW2j7NqlJa7W23xM13OsD4LzcMblUiGzgt
last_category string(15) stdClass object
cart string(12) Order object