Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Color

Size

Product type

Sort by

Semi-traditional manufacturing

Semi-traditional manufacturing

All tailoring pieces are crafted with a semi-traditional construction,...

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.45ms
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.35ms
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.17ms
SELECT * FROM `languages`
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.61ms
SELECT * FROM `config`
0.51ms
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` NOT IN ('5', '6', '4')) AND `slug_en` = 'mens-suit-and-waistcoats' LIMIT 1
0.47ms
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` = '8' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.40ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '75' AND `webstore_id` = '1' ORDER BY `position` ASC
0.34ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.19ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.30ms
SELECT * FROM `categories_links` WHERE `category_id` = '8' ORDER BY `position` ASC
10.51ms
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` = 8 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
3.33ms
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` = 8 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
49.25ms
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` = 8 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` = 8 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
3.43ms
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` = 8 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
11.79ms
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` = 8 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 30 OFFSET 0
0.24ms
SELECT FOUND_ROWS()
1.05ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') ORDER BY `webstore_id` ASC
1.29ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') ORDER BY `position` ASC
0.37ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '2') ORDER BY `singular` ASC
0.35ms
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', '15', '22') 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', '11', '66', '76') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.18ms
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 ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') ORDER BY `name` ASC
0.74ms
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 ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') ORDER BY `name` ASC
0.95ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') ORDER BY `position` ASC
1.62ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28466', '28473', '28480', '27489', '27563', '28133', '28142', '27034', '28503', '28510', '28143', '27035', '28504', '28511', '28460', '28467', '28474', '28481', '27490', '27564', '28134', '28461', '28468', '28475', '28482', '27491', '27565', '28135', '28144', '27036', '28505', '28512', '27037', '28506', '28513', '28462', '28469', '28476', '28483', '27492', '27566', '28136', '28145', '28470', '28477', '28484', '27493', '27567', '28137', '28146', '27038', '28507', '28514', '28463', '27039', '28508', '28515', '28464', '28471', '28478', '28485', '27494', '27568', '28138', '28147', '28486', '27495', '27569', '28139', '28148', '27040', '28509', '28516', '28465', '28472', '28479', '28517', '28487', '27041')
0.34ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22') ORDER BY `position` ASC
0.96ms
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 ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.10ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5810', '5695', '5807', '5806', '5814', '5813', '5812', '5805', '5851', '5850', '5885', '5808', '5809', '5429', '5400', '5694', '4666', '5463', '5790', '5795', '5796', '5178', '5849', '5009', '4669', '5382', '5386', '5794', '5691', '4853', '5803', '5362', '5684', '5791', '5428', '3590') ORDER BY `webstore_id` ASC
2.05ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5810', '5695', '5807', '5806', '5814', '5813', '5812', '5805', '5851', '5850', '5885', '5808', '5809', '5429', '5400', '5694', '4666', '5463', '5790', '5795', '5796', '5178', '5849', '5009', '4669', '5382', '5386', '5794', '5691', '4853', '5803', '5362', '5684', '5791', '5428', '3590') ORDER BY `position` ASC
4.57ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28855', '26942', '28311', '28839', '29007', '28998', '28862', '27247', '28892', '28847', '28303', '23534', '28831', '28870', '28884', '28900', '27050', '25836', '29137', '28871', '28885', '28901', '27051', '25837', '28856', '26943', '28312', '28840', '29008', '28999', '28863', '27248', '28893', '28848', '28304', '23535', '28832', '29009', '29000', '28864', '27249', '28894', '28849', '28305', '23536', '28833', '29138', '28872', '28886', '28902', '27052', '25838', '28857', '26944', '28313', '28841', '28873', '28887', '28903', '27053', '25839', '28858', '26945', '28314', '28842', '29010', '29001', '28865', '27250', '28895', '28850', '28306', '23537', '28834', '29139', '27251', '28896', '28851', '28307', '23538', '28835', '29140', '28874', '28888', '28904', '27054', '25840', '28859', '26946', '28315', '28843', '29011', '18459', '29002', '28866', '18460', '27055', '25841', '28860', '26947', '28316', '28844', '29012', '29003', '28867', '27252', '28897', '28852', '28308', '23539', '28836', '18461', '29141', '28875', '28889', '28905', '28853', '28309', '23540', '28837', '18462', '29142', '28876', '28890', '28906', '27056', '25842', '27253', '26948', '28317', '28845', '28861', '29013', '29004', '28868', '28898', '26799', '28846', '27254', '26949', '28318', '29014', '29005', '28869', '28899', '28764', '28755', '28854', '23357', '28310', '23541', '28838', '18463', '28891', '28907', '27057', '28772', '28739', '28281', '23542', '18464', '28989', '27058', '27042', '28819', '24205', '24998', '28234', '23348', '26950', '28731', '29015', '29006', '26648', '26837', '23358', '28773', '26800', '27059', '28765', '28756', '26951', '26649', '26838', '28740', '28282', '28990', '27043', '28820', '24206', '24999', '28235', '23349', '28732', '28766', '28757', '23359', '28774', '26801', '28991', '27044', '28821', '24207', '25000', '28236', '23350', '28733', '26650', '26839', '28741', '28283', '28775', '26802', '28767', '28758', '23360', '26651', '26840', '28742', '28284', '28992', '27045', '28822', '24208', '25001', '28237', '23351', '28734', '28768', '28759', '23361', '28776', '26803', '28993', '27046', '28823', '24209', '25002', '28238', '23352', '28735', '26652', '26841', '28743', '28285', '28777', '26804', '28769', '28760', '23362', '26653', '26842', '28744', '28286', '28994', '27047', '28824', '24210', '28736', '25003', '28239', '23353', '28770', '28761', '23363', '28778', '26805', '27048', '24211', '28825', '28737', '25004', '28240', '23354', '26654', '26843', '28745', '28287', '28995', '28779', '26806', '28771', '28762', '23364', '28746', '28288', '28996', '27049', '28738', '25076', '28241', '25077', '28997', '25078', '28763', '23365', '26807')
0.50ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '112', '113', '49', '114', '50', '115', '62', '51', '116', '63', '52', '117', '64', '53', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
1.12ms
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 ('5725', '5827', '5835', '5729', '5661', '5424', '5834', '4714', '5543', '5832', '5886', '5855', '5724', '5179', '5831', '5430', '5427', '5723', '5854', '5728', '5833', '5824', '5516', '5828', '5664', '5829', '5826', '5646', '5825', '5722') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
179.48ms
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.74ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.30ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
169.17ms
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` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.55ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
4.37ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7108) ASC LIMIT 3
4.25ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7108) ASC LIMIT 3
0.35ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.67ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.45ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
3.06ms
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` WHERE `is_enabled` = '1' AND `products`.`id` IN ('5278', '5869') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5278, 5869) ASC
0.44ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5278', '5869') ORDER BY `webstore_id` ASC
0.32ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5278', '5869') ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('12', '7') ORDER BY `singular` ASC
0.36ms
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 ('5278', '5869') ORDER BY `name` ASC
0.29ms
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 ('12', '36') ORDER BY `singular` ASC
0.31ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('18', '32') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.33ms
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 ('5278', '5869') ORDER BY `name` ASC
0.36ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5278', '5869') ORDER BY `position` ASC
0.40ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26224', '29068', '29067', '29066', '29069', '29070')
0.25ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '95', '96', '97', '98', '124') ORDER BY `position` ASC
0.32ms
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 ('5278', '5869') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
1,270.26ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
776.90ms
+ 776.90ms
View #2 - components.page-header
821.96ms
+ 45.06ms
View #3 - components.facets
822.34ms
+ 0.39ms
View #4 - components.filters
822.71ms
+ 0.36ms
View #5 - components.close-button
823.02ms
+ 0.31ms
View #6 - components.accordion.wrapper
823.24ms
+ 0.22ms
View #7 - components.accordion.bodies.filters.colors
823.27ms
+ 0.03ms
View #8 - components.accordion.wrapper
824.33ms
+ 1.06ms
View #9 - components.accordion.bodies.filters.sizes
824.36ms
+ 0.03ms
View #10 - components.accordion.wrapper
824.73ms
+ 0.37ms
View #11 - components.accordion.bodies.filters.list
824.75ms
+ 0.02ms
View #12 - components.accordion.wrapper
825.00ms
+ 0.25ms
View #13 - components.accordion.bodies.filters.list
825.02ms
+ 0.02ms
View #14 - components.button
825.20ms
+ 0.17ms
View #15 - components.button
825.43ms
+ 0.23ms
View #16 - components.button
825.61ms
+ 0.18ms
View #17 - components.button
825.80ms
+ 0.20ms
View #18 - catalog.partials.products-listing
825.99ms
+ 0.19ms
View #19 - components.product-card
826.19ms
+ 0.20ms
View #20 - components.add-to-wishlist
862.49ms
+ 36.30ms
View #21 - components.product-card
863.94ms
+ 1.45ms
View #22 - components.add-to-wishlist
867.31ms
+ 3.36ms
View #23 - components.product-card
868.64ms
+ 1.33ms
View #24 - components.add-to-wishlist
872.02ms
+ 3.38ms
View #25 - components.product-card
873.30ms
+ 1.28ms
View #26 - components.add-to-wishlist
875.97ms
+ 2.67ms
View #27 - components.product-card
877.08ms
+ 1.11ms
View #28 - components.add-to-wishlist
879.60ms
+ 2.52ms
View #29 - components.product-card
880.72ms
+ 1.13ms
View #30 - components.add-to-wishlist
884.42ms
+ 3.70ms
View #31 - components.product-card
886.17ms
+ 1.74ms
View #32 - components.add-to-wishlist
889.75ms
+ 3.58ms
View #33 - components.catalog-push
891.21ms
+ 1.46ms
View #34 - components.button
891.99ms
+ 0.78ms
View #35 - components.button
892.22ms
+ 0.24ms
View #36 - components.product-card
892.42ms
+ 0.20ms
View #37 - components.add-to-wishlist
895.92ms
+ 3.50ms
View #38 - components.product-card
897.26ms
+ 1.35ms
View #39 - components.add-to-wishlist
899.95ms
+ 2.69ms
View #40 - components.product-card
901.13ms
+ 1.18ms
View #41 - components.add-to-wishlist
904.59ms
+ 3.46ms
View #42 - components.product-card
905.87ms
+ 1.28ms
View #43 - components.add-to-wishlist
909.01ms
+ 3.14ms
View #44 - components.product-card
910.36ms
+ 1.35ms
View #45 - components.add-to-wishlist
914.07ms
+ 3.70ms
View #46 - components.product-card
915.51ms
+ 1.44ms
View #47 - components.add-to-wishlist
918.14ms
+ 2.63ms
View #48 - components.product-card
919.17ms
+ 1.04ms
View #49 - components.add-to-wishlist
922.94ms
+ 3.77ms
View #50 - components.product-card
924.40ms
+ 1.46ms
View #51 - components.add-to-wishlist
927.91ms
+ 3.50ms
View #52 - components.product-card
929.17ms
+ 1.27ms
View #53 - components.add-to-wishlist
932.73ms
+ 3.56ms
View #54 - components.product-card
934.02ms
+ 1.29ms
View #55 - components.add-to-wishlist
936.57ms
+ 2.55ms
View #56 - components.product-card
937.63ms
+ 1.06ms
View #57 - components.add-to-wishlist
940.21ms
+ 2.58ms
View #58 - components.product-card
941.34ms
+ 1.13ms
View #59 - components.add-to-wishlist
944.78ms
+ 3.44ms
View #60 - components.product-card
946.25ms
+ 1.48ms
View #61 - components.add-to-wishlist
948.73ms
+ 2.47ms
View #62 - components.product-card
949.89ms
+ 1.17ms
View #63 - components.add-to-wishlist
962.00ms
+ 12.10ms
View #64 - components.product-card
963.33ms
+ 1.33ms
View #65 - components.add-to-wishlist
966.89ms
+ 3.56ms
View #66 - components.product-card
968.23ms
+ 1.34ms
View #67 - components.add-to-wishlist
971.00ms
+ 2.77ms
View #68 - components.product-card
972.13ms
+ 1.13ms
View #69 - components.add-to-wishlist
975.48ms
+ 3.35ms
View #70 - components.product-card
976.94ms
+ 1.46ms
View #71 - components.add-to-wishlist
979.43ms
+ 2.49ms
View #72 - components.product-card
980.58ms
+ 1.15ms
View #73 - components.add-to-wishlist
984.12ms
+ 3.54ms
View #74 - components.catalog-push
985.41ms
+ 1.29ms
View #75 - components.product-card
986.01ms
+ 0.59ms
View #76 - components.add-to-wishlist
989.57ms
+ 3.56ms
View #77 - components.product-card
991.06ms
+ 1.49ms
View #78 - components.add-to-wishlist
994.39ms
+ 3.34ms
View #79 - components.product-card
995.65ms
+ 1.26ms
View #80 - components.add-to-wishlist
999.09ms
+ 3.44ms
View #81 - components.product-card
1,000.43ms
+ 1.34ms
View #82 - components.add-to-wishlist
1,002.99ms
+ 2.56ms
View #83 - components.pagination
1,004.11ms
+ 1.12ms
View #84 - components.button
1,004.74ms
+ 0.63ms
View #85 - components.recently-viewed
1,004.96ms
+ 0.22ms
View #86 - components.product-related
1,023.81ms
+ 18.85ms
View #87 - components.product-card
1,024.01ms
+ 0.20ms
View #88 - components.add-to-wishlist
1,025.90ms
+ 1.89ms
View #89 - components.product-card
1,027.00ms
+ 1.11ms
View #90 - components.add-to-wishlist
1,029.30ms
+ 2.29ms
View #91 - components.seo-footer
1,030.68ms
+ 1.38ms
View #92 - components.facets
1,031.34ms
+ 0.66ms
View #93 - components.button
1,031.52ms
+ 0.18ms
View #94 - components.button
1,031.73ms
+ 0.22ms
View #95 - modules.seo-links
1,031.91ms
+ 0.17ms
View #96 - layout.layout
1,032.13ms
+ 0.23ms
View #97 - layout.meta
1,073.50ms
+ 41.37ms
View #98 - modules.notification
1,192.97ms
+ 119.47ms
View #99 - modules.header
1,200.61ms
+ 7.64ms
View #100 - modules.menu
1,201.33ms
+ 0.72ms
View #101 - components.menu-first-level
1,201.81ms
+ 0.48ms
View #102 - components.menu-second-level
1,203.21ms
+ 1.41ms
View #103 - components.menu-pushes
1,205.54ms
+ 2.33ms
View #104 - components.menu-pushes
1,210.05ms
+ 4.50ms
View #105 - components.menu-pushes
1,213.54ms
+ 3.49ms
View #106 - components.menu-pushes
1,214.68ms
+ 1.14ms
View #107 - components.menu-pushes
1,215.46ms
+ 0.79ms
View #108 - svg.logo
1,215.98ms
+ 0.52ms
View #109 - modules.messages
1,216.54ms
+ 0.56ms
View #110 - modules.breadcrumbs
1,216.89ms
+ 0.35ms
View #111 - modules.footer
1,217.07ms
+ 0.18ms
View #112 - components.reinsurance-support
1,217.32ms
+ 0.25ms
View #113 - components.field
1,217.72ms
+ 0.40ms
View #114 - components.csrf-field
1,217.96ms
+ 0.24ms
View #115 - components.button
1,218.08ms
+ 0.12ms
View #116 - components.footer-links
1,218.26ms
+ 0.19ms
View #117 - modules.panel
1,219.67ms
+ 1.41ms
View #118 - modules.popin
1,219.81ms
+ 0.14ms
View #119 - modules.blueshift-popin
1,219.96ms
+ 0.14ms
View #120 - modules.search-panel
1,220.58ms
+ 0.62ms
View #121 - catalog.search-form
1,220.85ms
+ 0.27ms
View #122 - components.field
1,221.19ms
+ 0.34ms
View #123 - modules.toaster
1,221.73ms
+ 0.54ms
View #124 - layout.overlay
1,221.84ms
+ 0.11ms
View #125 - modules.webstore-switcher
1,223.07ms
+ 1.23ms
View #126 - components.close-button
1,223.31ms
+ 0.24ms
View #127 - components.native-select
1,223.61ms
+ 0.29ms
View #128 - components.native-select
1,223.94ms
+ 0.33ms
View #129 - components.button
1,224.10ms
+ 0.16ms
View #130 - components.button
1,224.30ms
+ 0.21ms
View #131 - helpers.grid
1,224.54ms
+ 0.24ms
View #132 - modules.loading-bar
1,224.66ms
+ 0.12ms
View #133 - 3rdparties.didomi
1,267.11ms
+ 42.45ms
View #134 - 3rdparties.gtm
1,267.31ms
+ 0.21ms
View #135 - 3rdparties.abtasty.main
1,267.42ms
+ 0.11ms
View #136 - 3rdparties.abtasty.tracking
1,267.52ms
+ 0.09ms
View #137 - 3rdparties.blueshift
1,267.70ms
+ 0.18ms
View #138 - 3rdparties.sizebay.main
1,267.99ms
+ 0.30ms
View #139 - 3rdparties.sizebay.tracking
1,268.14ms
+ 0.15ms
View #140 - 3rdparties.gsi
1,268.29ms
+ 0.15ms
View #141 - 3rdparties.applepay
1,268.37ms
+ 0.08ms
View #142 - 3rdparties.alma
1,268.53ms
+ 0.16ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
1,270.31ms
+ 1.78ms
... array(40)
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_COOKIE string(201) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=94130e032b5ae79414369163cd5024c63cd0e1ce%2BKDsqBXYef9e5im0dH1GTCfFZE1YHRxHQ2nN45quy; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
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) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
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.3
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) 35878
REDIRECT_URL string(35) /en/c-mens-suit-and-waistcoats.html
REDIRECT_QUERY_STRING string(35) /en/c-mens-suit-and-waistcoats.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(35) /en/c-mens-suit-and-waistcoats.html
REQUEST_URI string(35) /en/c-mens-suit-and-waistcoats.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151139.584
REQUEST_TIME int 1784151139
HTTPS string(2) on
... array(4)
csrf_token string(40) iwRp0R9OSBTo14bEJdoThy62aRZx7wPfrZzusn0q
recently_viewed array(2)
0 int 5278
1 int 5869
cart string(12) Order object
last_category string(15) stdClass object