Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Couleur

Taille

Type de produit

Trier par

La confection semi-traditionnelle

La confection semi-traditionnelle

Toutes les pièces tailleur sont confectionnées avec un montage semi-tr...

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.37ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.51ms
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.39ms
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.23ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.67ms
SELECT * FROM `config`
0.49ms
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` = 'costume-homme-gilet-de-costume' LIMIT 1
0.59ms
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.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '75' AND `webstore_id` = '1' ORDER BY `position` ASC
0.41ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.26ms
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
11.04ms
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.81ms
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
51.91ms
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.58ms
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
12.12ms
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()
0.94ms
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.37ms
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.34ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '2') ORDER BY `singular` ASC
0.36ms
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.42ms
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.17ms
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.83ms
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.99ms
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.73ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28510', '28466', '28473', '28480', '27489', '27563', '28133', '28142', '27034', '28503', '28134', '28143', '27035', '28504', '28511', '28460', '28467', '28474', '28481', '27490', '27564', '28461', '28468', '28475', '28482', '27491', '27565', '28135', '28144', '27036', '28505', '28512', '27037', '28506', '28513', '28462', '28469', '28476', '28483', '27492', '27566', '28136', '28145', '28463', '28470', '28477', '28484', '27493', '27567', '28137', '28146', '27038', '28507', '28514', '27039', '28508', '28515', '28464', '28471', '28478', '28485', '27494', '27568', '28138', '28147', '28479', '28486', '27495', '27569', '28139', '28148', '27040', '28509', '28516', '28465', '28472', '27041', '28517', '28487')
0.40ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22') ORDER BY `position` ASC
1.05ms
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.52ms
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.34ms
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
5.03ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26942', '28870', '28884', '28900', '27247', '28855', '28311', '28839', '29007', '23534', '28998', '28862', '28892', '25836', '28303', '28831', '28847', '27050', '29008', '23535', '28999', '28863', '28893', '25837', '28304', '28832', '28848', '27051', '29137', '26943', '28871', '28885', '28901', '27248', '28856', '28312', '28840', '28872', '28886', '28902', '27249', '28857', '28313', '28841', '29009', '23536', '29000', '28864', '28894', '25838', '28305', '28833', '28849', '27052', '29138', '26944', '28895', '25839', '28306', '28834', '28850', '27053', '29139', '26945', '28873', '28887', '28903', '27250', '28858', '28314', '28842', '29010', '23537', '29001', '28865', '27251', '28859', '28315', '28843', '29011', '23538', '29002', '28866', '28896', '27054', '25840', '28307', '28835', '28851', '29140', '26946', '28874', '18459', '28888', '28904', '18460', '28852', '27055', '25841', '28308', '28836', '29141', '26947', '28875', '28889', '28905', '27252', '28860', '28316', '28844', '29012', '23539', '29003', '28867', '18461', '28897', '27253', '28317', '28845', '28861', '29013', '23540', '29004', '28868', '18462', '28898', '28853', '27056', '25842', '28309', '28837', '29142', '26948', '28876', '28890', '28906', '28854', '27057', '28310', '28838', '26799', '26949', '28891', '28907', '28772', '27254', '28318', '28846', '29014', '23357', '23541', '29005', '28869', '18463', '28899', '28764', '28755', '26648', '26837', '29015', '23542', '29006', '18464', '27058', '28281', '27042', '28739', '24205', '23348', '26950', '24998', '28989', '28819', '28234', '28731', '26951', '23358', '28765', '28756', '26800', '28773', '27059', '23349', '24999', '28990', '28820', '28235', '28732', '26649', '26838', '28282', '27043', '28740', '24206', '28774', '23359', '28766', '28757', '26801', '28283', '27044', '28741', '24207', '23350', '25000', '28991', '28821', '28236', '28733', '26650', '26839', '28767', '28758', '26802', '28775', '23360', '28992', '28822', '28237', '28734', '26651', '26840', '28742', '28284', '27045', '24208', '23351', '25001', '28776', '23361', '28768', '28759', '26803', '28743', '28285', '27046', '24209', '23352', '25002', '28993', '28823', '28238', '28735', '26652', '26841', '28769', '28760', '26804', '28777', '23362', '28824', '28239', '28736', '26653', '26842', '28744', '28286', '27047', '24210', '25003', '23353', '28994', '28778', '23363', '28770', '28761', '26805', '28745', '28287', '27048', '24211', '25004', '23354', '28995', '28825', '28240', '28737', '26654', '26843', '28762', '26806', '28779', '23364', '28771', '28241', '28738', '28746', '28288', '27049', '25076', '28996', '25077', '28997', '25078', '23365', '28763', '26807')
0.52ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '112', '113', '49', '114', '50', '115', '51', '62', '116', '63', '52', '117', '53', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
1.14ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
116.76ms
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.65ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
170.59ms
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.54ms
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.48ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7108) ASC LIMIT 3
4.53ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7108) ASC LIMIT 3
0.36ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
0.76ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.39ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.75ms
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 ('5772') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5772) ASC
0.30ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5772') ORDER BY `webstore_id` ASC
0.30ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5772') ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3') ORDER BY `singular` ASC
0.34ms
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 ('5772') ORDER BY `name` ASC
0.26ms
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 ('19') ORDER BY `singular` ASC
0.27ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.32ms
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 ('5772') ORDER BY `name` ASC
0.37ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5772') ORDER BY `position` ASC
0.32ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28651', '28650', '28649', '28652', '28653')
0.24ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('40', '41', '42', '43', '132') ORDER BY `position` ASC
0.38ms
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 ('5772') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
1,201.62ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
670.78ms
+ 670.77ms
View #2 - components.page-header
717.24ms
+ 46.47ms
View #3 - components.facets
717.62ms
+ 0.38ms
View #4 - components.filters
730.39ms
+ 12.77ms
View #5 - components.close-button
730.81ms
+ 0.43ms
View #6 - components.accordion.wrapper
731.04ms
+ 0.22ms
View #7 - components.accordion.bodies.filters.colors
731.07ms
+ 0.03ms
View #8 - components.accordion.wrapper
732.30ms
+ 1.23ms
View #9 - components.accordion.bodies.filters.sizes
732.35ms
+ 0.05ms
View #10 - components.accordion.wrapper
732.74ms
+ 0.40ms
View #11 - components.accordion.bodies.filters.list
732.77ms
+ 0.03ms
View #12 - components.accordion.wrapper
733.03ms
+ 0.26ms
View #13 - components.accordion.bodies.filters.list
733.05ms
+ 0.02ms
View #14 - components.button
733.23ms
+ 0.18ms
View #15 - components.button
733.51ms
+ 0.28ms
View #16 - components.button
733.69ms
+ 0.18ms
View #17 - components.button
733.86ms
+ 0.17ms
View #18 - catalog.partials.products-listing
734.17ms
+ 0.30ms
View #19 - components.product-card
734.40ms
+ 0.23ms
View #20 - components.add-to-wishlist
773.17ms
+ 38.78ms
View #21 - components.product-card
774.82ms
+ 1.65ms
View #22 - components.add-to-wishlist
778.39ms
+ 3.57ms
View #23 - components.product-card
779.74ms
+ 1.35ms
View #24 - components.add-to-wishlist
783.21ms
+ 3.46ms
View #25 - components.product-card
784.60ms
+ 1.39ms
View #26 - components.add-to-wishlist
787.47ms
+ 2.87ms
View #27 - components.product-card
788.57ms
+ 1.10ms
View #28 - components.add-to-wishlist
791.20ms
+ 2.63ms
View #29 - components.product-card
792.42ms
+ 1.22ms
View #30 - components.add-to-wishlist
796.21ms
+ 3.79ms
View #31 - components.product-card
797.81ms
+ 1.60ms
View #32 - components.add-to-wishlist
801.67ms
+ 3.85ms
View #33 - components.catalog-push
803.13ms
+ 1.46ms
View #34 - components.button
803.99ms
+ 0.86ms
View #35 - components.button
804.28ms
+ 0.29ms
View #36 - components.product-card
804.52ms
+ 0.24ms
View #37 - components.add-to-wishlist
808.54ms
+ 4.02ms
View #38 - components.product-card
809.95ms
+ 1.41ms
View #39 - components.add-to-wishlist
812.84ms
+ 2.89ms
View #40 - components.product-card
813.96ms
+ 1.12ms
View #41 - components.add-to-wishlist
817.69ms
+ 3.73ms
View #42 - components.product-card
819.03ms
+ 1.34ms
View #43 - components.add-to-wishlist
822.25ms
+ 3.22ms
View #44 - components.product-card
823.55ms
+ 1.30ms
View #45 - components.add-to-wishlist
827.41ms
+ 3.87ms
View #46 - components.product-card
828.71ms
+ 1.29ms
View #47 - components.add-to-wishlist
831.34ms
+ 2.64ms
View #48 - components.product-card
832.47ms
+ 1.13ms
View #49 - components.add-to-wishlist
836.42ms
+ 3.95ms
View #50 - components.product-card
837.91ms
+ 1.49ms
View #51 - components.add-to-wishlist
841.52ms
+ 3.61ms
View #52 - components.product-card
842.94ms
+ 1.42ms
View #53 - components.add-to-wishlist
846.76ms
+ 3.82ms
View #54 - components.product-card
848.10ms
+ 1.34ms
View #55 - components.add-to-wishlist
850.73ms
+ 2.63ms
View #56 - components.product-card
851.91ms
+ 1.18ms
View #57 - components.add-to-wishlist
854.62ms
+ 2.72ms
View #58 - components.product-card
855.85ms
+ 1.22ms
View #59 - components.add-to-wishlist
859.31ms
+ 3.46ms
View #60 - components.product-card
860.71ms
+ 1.40ms
View #61 - components.add-to-wishlist
863.29ms
+ 2.58ms
View #62 - components.product-card
864.54ms
+ 1.25ms
View #63 - components.add-to-wishlist
877.74ms
+ 13.20ms
View #64 - components.product-card
879.13ms
+ 1.38ms
View #65 - components.add-to-wishlist
882.83ms
+ 3.70ms
View #66 - components.product-card
884.37ms
+ 1.53ms
View #67 - components.add-to-wishlist
887.28ms
+ 2.92ms
View #68 - components.product-card
888.42ms
+ 1.13ms
View #69 - components.add-to-wishlist
891.94ms
+ 3.53ms
View #70 - components.product-card
893.31ms
+ 1.37ms
View #71 - components.add-to-wishlist
896.05ms
+ 2.75ms
View #72 - components.product-card
897.23ms
+ 1.18ms
View #73 - components.add-to-wishlist
900.74ms
+ 3.50ms
View #74 - components.catalog-push
902.11ms
+ 1.37ms
View #75 - components.product-card
902.63ms
+ 0.52ms
View #76 - components.add-to-wishlist
906.16ms
+ 3.53ms
View #77 - components.product-card
907.47ms
+ 1.32ms
View #78 - components.add-to-wishlist
910.83ms
+ 3.36ms
View #79 - components.product-card
912.17ms
+ 1.34ms
View #80 - components.add-to-wishlist
915.87ms
+ 3.70ms
View #81 - components.product-card
917.21ms
+ 1.34ms
View #82 - components.add-to-wishlist
919.64ms
+ 2.43ms
View #83 - components.pagination
921.51ms
+ 1.86ms
View #84 - components.button
922.35ms
+ 0.84ms
View #85 - components.recently-viewed
922.68ms
+ 0.33ms
View #86 - components.product-related
938.58ms
+ 15.90ms
View #87 - components.product-card
938.80ms
+ 0.22ms
View #88 - components.add-to-wishlist
941.31ms
+ 2.51ms
View #89 - components.seo-footer
942.62ms
+ 1.31ms
View #90 - components.facets
943.31ms
+ 0.69ms
View #91 - components.button
943.50ms
+ 0.19ms
View #92 - components.button
943.71ms
+ 0.22ms
View #93 - modules.seo-links
943.88ms
+ 0.16ms
View #94 - components.button
944.23ms
+ 0.35ms
View #95 - components.button
944.56ms
+ 0.33ms
View #96 - components.button
944.83ms
+ 0.27ms
View #97 - layout.layout
945.09ms
+ 0.25ms
View #98 - layout.meta
993.34ms
+ 48.25ms
View #99 - modules.notification
1,121.50ms
+ 128.16ms
View #100 - modules.header
1,129.48ms
+ 7.98ms
View #101 - modules.menu
1,130.18ms
+ 0.71ms
View #102 - components.menu-first-level
1,130.65ms
+ 0.46ms
View #103 - components.menu-second-level
1,132.22ms
+ 1.57ms
View #104 - components.menu-pushes
1,134.91ms
+ 2.70ms
View #105 - components.menu-pushes
1,139.28ms
+ 4.37ms
View #106 - components.menu-pushes
1,142.78ms
+ 3.49ms
View #107 - components.menu-pushes
1,143.93ms
+ 1.16ms
View #108 - components.menu-pushes
1,144.87ms
+ 0.93ms
View #109 - svg.logo
1,145.51ms
+ 0.65ms
View #110 - modules.messages
1,146.15ms
+ 0.64ms
View #111 - modules.breadcrumbs
1,146.50ms
+ 0.35ms
View #112 - modules.footer
1,146.69ms
+ 0.19ms
View #113 - components.reinsurance-support
1,146.95ms
+ 0.26ms
View #114 - components.field
1,147.30ms
+ 0.35ms
View #115 - components.csrf-field
1,147.52ms
+ 0.21ms
View #116 - components.button
1,147.63ms
+ 0.12ms
View #117 - components.footer-links
1,147.83ms
+ 0.20ms
View #118 - modules.panel
1,149.16ms
+ 1.33ms
View #119 - modules.popin
1,149.29ms
+ 0.13ms
View #120 - modules.blueshift-popin
1,149.40ms
+ 0.11ms
View #121 - modules.search-panel
1,150.01ms
+ 0.61ms
View #122 - catalog.search-form
1,150.31ms
+ 0.30ms
View #123 - components.field
1,150.65ms
+ 0.34ms
View #124 - modules.toaster
1,151.19ms
+ 0.54ms
View #125 - layout.overlay
1,151.29ms
+ 0.10ms
View #126 - modules.webstore-switcher
1,152.61ms
+ 1.31ms
View #127 - components.close-button
1,152.86ms
+ 0.25ms
View #128 - components.native-select
1,153.15ms
+ 0.29ms
View #129 - components.native-select
1,153.46ms
+ 0.32ms
View #130 - components.button
1,153.62ms
+ 0.16ms
View #131 - components.button
1,153.87ms
+ 0.25ms
View #132 - helpers.grid
1,154.18ms
+ 0.31ms
View #133 - modules.loading-bar
1,154.29ms
+ 0.12ms
View #134 - 3rdparties.didomi
1,197.84ms
+ 43.54ms
View #135 - 3rdparties.gtm
1,198.03ms
+ 0.19ms
View #136 - 3rdparties.abtasty.main
1,198.16ms
+ 0.13ms
View #137 - 3rdparties.abtasty.tracking
1,198.27ms
+ 0.10ms
View #138 - 3rdparties.blueshift
1,198.43ms
+ 0.17ms
View #139 - 3rdparties.sizebay.main
1,198.80ms
+ 0.37ms
View #140 - 3rdparties.sizebay.tracking
1,198.96ms
+ 0.16ms
View #141 - 3rdparties.gsi
1,199.11ms
+ 0.16ms
View #142 - 3rdparties.applepay
1,199.19ms
+ 0.08ms
View #143 - 3rdparties.alma
1,199.36ms
+ 0.17ms
View #144 - path: /var/www/html/laravel/profiling/template.blade.php
1,201.66ms
+ 2.30ms
... 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=b8c5724c34faca55ecfd75cf7b20b4a3ddab0b05%2ByXfKiBVRdKumKsAQY0gZSAOG6GCPumlDWVlmNXb4; 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) 49872
REDIRECT_URL string(41) /fr/c-costume-homme-gilet-de-costume.html
REDIRECT_QUERY_STRING string(41) /fr/c-costume-homme-gilet-de-costume.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(41) /fr/c-costume-homme-gilet-de-costume.html
REQUEST_URI string(41) /fr/c-costume-homme-gilet-de-costume.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784148595.931
REQUEST_TIME int 1784148595
HTTPS string(2) on
... array(4)
csrf_token string(40) M9Ku84FOuqY5j8izqypAidedcHjlgpKNXbwdsuqG
recently_viewed array(1)
0 int 5772
cart string(12) Order object
last_category string(15) stdClass object