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

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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.32ms
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.20ms
SELECT * FROM `languages`
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.43ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.62ms
SELECT * FROM `config`
0.47ms
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.50ms
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.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '75' AND `webstore_id` = '1' ORDER BY `position` ASC
0.39ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.46ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.34ms
SELECT * FROM `categories_links` WHERE `category_id` = '8' ORDER BY `position` ASC
10.99ms
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
4.78ms
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
73.45ms
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
4.55ms
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.55ms
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.14ms
SELECT FOUND_ROWS()
0.95ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') ORDER BY `webstore_id` ASC
1.25ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') ORDER BY `position` ASC
0.32ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '2') ORDER BY `singular` ASC
0.38ms
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', '22', '15') ORDER BY `singular` ASC
0.39ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('76', '64', '66', '28') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.49ms
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 ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') ORDER BY `name` ASC
0.82ms
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 ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') ORDER BY `name` ASC
1.20ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') ORDER BY `position` ASC
2.17ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29365', '27475', '29340', '27489', '27563', '29306', '29322', '29373', '29348', '29314', '29330', '29358', '20830', '29349', '29315', '29331', '29359', '20831', '29366', '27476', '29341', '27490', '27564', '29307', '29323', '29374', '27565', '29308', '29324', '29375', '29350', '29316', '29332', '29360', '20832', '29367', '27477', '29342', '27491', '29317', '29333', '29361', '20833', '29368', '27478', '29343', '27492', '27566', '29309', '29325', '29376', '29351', '29377', '29352', '29318', '29334', '29362', '20834', '29369', '27479', '29344', '27493', '27567', '29310', '29326', '29363', '20835', '29370', '27480', '29345', '27494', '27568', '29311', '29327', '29378', '29353', '29319', '29335', '29379', '29354', '29320', '29336', '29364', '20836', '29371', '27481', '27495', '29346', '27569', '29312', '29328', '29372', '29347', '29313', '29329', '29380', '29355', '29321', '29337', '29356', '29338', '29357', '29339')
0.35ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
0.97ms
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 ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.94ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5852', '5851', '6003', '5850', '5885', '5999', '6000', '6001', '6002', '6005', '5810', '5184', '5178', '5808', '5626', '5463', '5984', '5980', '4666', '5977', '4669', '5981', '5978', '4853', '5983', '5009', '5607', '5362', '5803', '5849') ORDER BY `webstore_id` ASC
1.87ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5852', '5851', '6003', '5850', '5885', '5999', '6000', '6001', '6002', '6005', '5810', '5184', '5178', '5808', '5626', '5463', '5984', '5980', '4666', '5977', '4669', '5981', '5978', '4853', '5983', '5009', '5607', '5362', '5803', '5849') ORDER BY `position` ASC
4.42ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28855', '29723', '29741', '28870', '25836', '25857', '29733', '28009', '29708', '27247', '29715', '29016', '29007', '28998', '23534', '29716', '29017', '29008', '29137', '28999', '23535', '28856', '29724', '29742', '28871', '25837', '25858', '29734', '28010', '29709', '27248', '28872', '25838', '25859', '29735', '28011', '29710', '27249', '29717', '29018', '29009', '29138', '29000', '23536', '28857', '29725', '29743', '29019', '29010', '29139', '29001', '23537', '28858', '29726', '29744', '28873', '25839', '25860', '29736', '28012', '29711', '27250', '29718', '25840', '25861', '29737', '28013', '29712', '27251', '29719', '29020', '29011', '29140', '29002', '23538', '28859', '29727', '29745', '28874', '29003', '23539', '28860', '29728', '29746', '28875', '25841', '25862', '28014', '29713', '27252', '29720', '29738', '29021', '29012', '29141', '25863', '28015', '29714', '27253', '29721', '29739', '29022', '29013', '29142', '29004', '23540', '28861', '29729', '29747', '28876', '25842', '23541', '29730', '29748', '28016', '27254', '29722', '29740', '29023', '29014', '29005', '29015', '29006', '23542', '29731', '29732', '29599', '23357', '29591', '29552', '29576', '28819', '27890', '28989', '26648', '29759', '24205', '24998', '23348', '29553', '29577', '29758', '29568', '29600', '23358', '29592', '24206', '24999', '23349', '28820', '27891', '29757', '28990', '26649', '29593', '29554', '29578', '29569', '29601', '23359', '29760', '28991', '26650', '29761', '24207', '25000', '23350', '28821', '27892', '29602', '23360', '29594', '29555', '29579', '29570', '24208', '25001', '23351', '28822', '27893', '28992', '26651', '29595', '29556', '29580', '29571', '29603', '23361', '26652', '24209', '28993', '25002', '23352', '28823', '27894', '29604', '23362', '29596', '29557', '29581', '29572', '24210', '28994', '25003', '23353', '28824', '27895', '26653', '29597', '29558', '29582', '29573', '29605', '23363', '26654', '24211', '28995', '25004', '23354', '28825', '27896', '29606', '23364', '29598', '29559', '29583', '29574', '25076', '27897', '28996', '29584', '29575', '23365', '28997', '25077', '25078', '29550', '29549', '29548', '29551')
0.71ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '152', '64', '153', '65', '154', '66', '155', '67', '157', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151', '125', '126', '127', '128') ORDER BY `position` ASC
1.27ms
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 ('5514', '5926', '5516', '5928', '5925', '4136', '5927', '5931', '5929', '6010', '5932', '6012', '6015', '6013', '5635', '6009', '5930', '5886', '4714', '5543', '5933', '5185', '5827', '5853', '5855', '5646', '5826', '6014', '5854', '5179') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
153.06ms
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.68ms
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.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
234.70ms
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.69ms
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
2.67ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8108) ASC LIMIT 3
6.84ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8108) ASC LIMIT 3
0.37ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.70ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.97ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.52ms
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
Name Running Time (ms) Difference
default_timer
1,289.28ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
797.34ms
+ 797.34ms
View #2 - components.page-header
843.79ms
+ 46.45ms
View #3 - components.button
856.32ms
+ 12.53ms
View #4 - components.button
856.76ms
+ 0.44ms
View #5 - components.facets
856.96ms
+ 0.20ms
View #6 - components.filters
857.40ms
+ 0.45ms
View #7 - components.close-button
857.73ms
+ 0.33ms
View #8 - components.accordion.wrapper
857.95ms
+ 0.21ms
View #9 - components.accordion.bodies.filters.colors
857.97ms
+ 0.03ms
View #10 - components.accordion.wrapper
859.18ms
+ 1.21ms
View #11 - components.accordion.bodies.filters.sizes
859.21ms
+ 0.03ms
View #12 - components.accordion.wrapper
859.61ms
+ 0.40ms
View #13 - components.accordion.bodies.filters.list
859.64ms
+ 0.03ms
View #14 - components.accordion.wrapper
859.92ms
+ 0.28ms
View #15 - components.accordion.bodies.filters.list
859.96ms
+ 0.03ms
View #16 - components.button
860.21ms
+ 0.25ms
View #17 - components.button
860.48ms
+ 0.27ms
View #18 - components.button
860.66ms
+ 0.18ms
View #19 - components.button
860.84ms
+ 0.17ms
View #20 - catalog.partials.products-listing
861.04ms
+ 0.20ms
View #21 - components.product-card
861.28ms
+ 0.24ms
View #22 - components.add-to-wishlist
899.60ms
+ 38.32ms
View #23 - components.product-card
901.43ms
+ 1.83ms
View #24 - components.add-to-wishlist
904.29ms
+ 2.85ms
View #25 - components.product-card
905.69ms
+ 1.40ms
View #26 - components.add-to-wishlist
908.71ms
+ 3.02ms
View #27 - components.product-card
910.22ms
+ 1.52ms
View #28 - components.add-to-wishlist
913.29ms
+ 3.06ms
View #29 - components.product-card
914.59ms
+ 1.31ms
View #30 - components.add-to-wishlist
917.50ms
+ 2.91ms
View #31 - components.product-card
918.74ms
+ 1.24ms
View #32 - components.add-to-wishlist
921.72ms
+ 2.98ms
View #33 - components.product-card
922.84ms
+ 1.12ms
View #34 - components.add-to-wishlist
926.19ms
+ 3.35ms
View #35 - components.catalog-push
928.06ms
+ 1.86ms
View #36 - components.button
929.00ms
+ 0.95ms
View #37 - components.button
929.67ms
+ 0.67ms
View #38 - components.product-card
929.97ms
+ 0.30ms
View #39 - components.add-to-wishlist
933.49ms
+ 3.52ms
View #40 - components.product-card
935.28ms
+ 1.79ms
View #41 - components.add-to-wishlist
939.34ms
+ 4.06ms
View #42 - components.product-card
941.74ms
+ 2.41ms
View #43 - components.add-to-wishlist
945.68ms
+ 3.93ms
View #44 - components.product-card
947.47ms
+ 1.79ms
View #45 - components.add-to-wishlist
950.63ms
+ 3.16ms
View #46 - components.product-card
953.07ms
+ 2.44ms
View #47 - components.add-to-wishlist
957.75ms
+ 4.68ms
View #48 - components.product-card
959.57ms
+ 1.82ms
View #49 - components.add-to-wishlist
963.61ms
+ 4.04ms
View #50 - components.product-card
965.21ms
+ 1.60ms
View #51 - components.add-to-wishlist
969.52ms
+ 4.30ms
View #52 - components.catalog-push
971.33ms
+ 1.81ms
View #53 - components.product-card
971.92ms
+ 0.59ms
View #54 - components.add-to-wishlist
975.83ms
+ 3.92ms
View #55 - components.product-card
977.66ms
+ 1.82ms
View #56 - components.add-to-wishlist
981.52ms
+ 3.87ms
View #57 - components.product-card
983.19ms
+ 1.66ms
View #58 - components.add-to-wishlist
986.36ms
+ 3.17ms
View #59 - components.product-card
987.74ms
+ 1.38ms
View #60 - components.add-to-wishlist
991.19ms
+ 3.45ms
View #61 - components.product-card
992.72ms
+ 1.53ms
View #62 - components.add-to-wishlist
996.43ms
+ 3.71ms
View #63 - components.product-card
998.28ms
+ 1.85ms
View #64 - components.add-to-wishlist
1,001.34ms
+ 3.06ms
View #65 - components.product-card
1,003.18ms
+ 1.85ms
View #66 - components.add-to-wishlist
1,006.28ms
+ 3.10ms
View #67 - components.product-card
1,007.71ms
+ 1.42ms
View #68 - components.add-to-wishlist
1,021.93ms
+ 14.22ms
View #69 - components.product-card
1,023.75ms
+ 1.82ms
View #70 - components.add-to-wishlist
1,027.43ms
+ 3.68ms
View #71 - components.product-card
1,029.29ms
+ 1.86ms
View #72 - components.add-to-wishlist
1,033.42ms
+ 4.13ms
View #73 - components.product-card
1,035.11ms
+ 1.69ms
View #74 - components.add-to-wishlist
1,039.19ms
+ 4.08ms
View #75 - components.product-card
1,040.77ms
+ 1.57ms
View #76 - components.add-to-wishlist
1,044.96ms
+ 4.19ms
View #77 - components.product-card
1,046.73ms
+ 1.77ms
View #78 - components.add-to-wishlist
1,050.60ms
+ 3.88ms
View #79 - components.product-card
1,052.21ms
+ 1.61ms
View #80 - components.add-to-wishlist
1,055.52ms
+ 3.31ms
View #81 - components.product-card
1,057.65ms
+ 2.13ms
View #82 - components.add-to-wishlist
1,061.78ms
+ 4.13ms
View #83 - components.product-card
1,063.21ms
+ 1.43ms
View #84 - components.add-to-wishlist
1,066.68ms
+ 3.47ms
View #85 - components.pagination
1,068.13ms
+ 1.45ms
View #86 - components.button
1,068.86ms
+ 0.73ms
View #87 - components.recently-viewed
1,069.10ms
+ 0.24ms
View #88 - components.product-related
1,074.82ms
+ 5.72ms
View #89 - components.seo-footer
1,075.10ms
+ 0.28ms
View #90 - components.facets
1,076.07ms
+ 0.96ms
View #91 - components.button
1,076.55ms
+ 0.49ms
View #92 - components.button
1,076.94ms
+ 0.39ms
View #93 - modules.seo-links
1,077.27ms
+ 0.32ms
View #94 - components.button
1,077.70ms
+ 0.44ms
View #95 - components.button
1,078.01ms
+ 0.31ms
View #96 - components.button
1,078.26ms
+ 0.25ms
View #97 - layout.layout
1,078.52ms
+ 0.25ms
View #98 - layout.meta
1,079.04ms
+ 0.53ms
View #99 - modules.notification
1,208.59ms
+ 129.55ms
View #100 - modules.header
1,209.29ms
+ 0.70ms
View #101 - modules.menu
1,209.92ms
+ 0.62ms
View #102 - components.menu-first-level
1,210.37ms
+ 0.45ms
View #103 - components.menu-second-level
1,212.42ms
+ 2.04ms
View #104 - components.menu-pushes
1,217.38ms
+ 4.96ms
View #105 - components.menu-pushes
1,223.27ms
+ 5.89ms
View #106 - components.menu-pushes
1,227.26ms
+ 3.99ms
View #107 - components.menu-pushes
1,230.91ms
+ 3.65ms
View #108 - components.menu-pushes
1,232.08ms
+ 1.17ms
View #109 - components.menu-pushes
1,233.20ms
+ 1.12ms
View #110 - svg.logo
1,234.20ms
+ 1.00ms
View #111 - modules.messages
1,234.73ms
+ 0.53ms
View #112 - modules.breadcrumbs
1,235.09ms
+ 0.35ms
View #113 - modules.footer
1,235.35ms
+ 0.26ms
View #114 - components.reinsurance-support
1,235.69ms
+ 0.34ms
View #115 - components.field
1,236.09ms
+ 0.40ms
View #116 - components.csrf-field
1,236.33ms
+ 0.24ms
View #117 - components.button
1,236.46ms
+ 0.13ms
View #118 - components.footer-links
1,236.66ms
+ 0.20ms
View #119 - modules.panel
1,238.77ms
+ 2.11ms
View #120 - modules.popin
1,238.95ms
+ 0.19ms
View #121 - modules.blueshift-popin
1,239.09ms
+ 0.14ms
View #122 - modules.search-panel
1,239.81ms
+ 0.71ms
View #123 - catalog.search-form
1,240.09ms
+ 0.28ms
View #124 - components.field
1,240.44ms
+ 0.35ms
View #125 - modules.toaster
1,240.97ms
+ 0.53ms
View #126 - layout.overlay
1,241.08ms
+ 0.11ms
View #127 - modules.webstore-switcher
1,242.39ms
+ 1.31ms
View #128 - components.close-button
1,242.66ms
+ 0.27ms
View #129 - components.native-select
1,242.96ms
+ 0.29ms
View #130 - components.native-select
1,243.47ms
+ 0.52ms
View #131 - components.button
1,243.76ms
+ 0.29ms
View #132 - components.button
1,243.99ms
+ 0.23ms
View #133 - helpers.grid
1,244.19ms
+ 0.20ms
View #134 - modules.loading-bar
1,244.31ms
+ 0.12ms
View #135 - 3rdparties.didomi
1,285.85ms
+ 41.54ms
View #136 - 3rdparties.gtm
1,286.08ms
+ 0.23ms
View #137 - 3rdparties.abtasty.main
1,286.24ms
+ 0.15ms
View #138 - 3rdparties.abtasty.tracking
1,286.34ms
+ 0.11ms
View #139 - 3rdparties.blueshift
1,286.52ms
+ 0.18ms
View #140 - 3rdparties.sizebay.main
1,286.88ms
+ 0.36ms
View #141 - 3rdparties.sizebay.tracking
1,287.05ms
+ 0.17ms
View #142 - 3rdparties.gsi
1,287.26ms
+ 0.21ms
View #143 - 3rdparties.applepay
1,287.36ms
+ 0.10ms
View #144 - 3rdparties.alma
1,287.54ms
+ 0.18ms
View #145 - path: /var/www/html/laravel/profiling/template.blade.php
1,289.33ms
+ 1.79ms
... array(41)
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(349) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=5c2aa267d28e3899530f5a0d5b7988d430b697bd%2BujrSLb4RkttV8HIy09zbMyOgYeBQLKKUqlcpxvoG; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=5c2aa267d28e3899530f5a0d5b7988d430b697bd%2BujrSLb4RkttV8HIy09zbMyOgYeBQLKKUqlcpxvoG
HTTP_REFERER string(59) https://fursac.period.paris/fr/costume-homme-separable.html
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) 54434
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 1786967508.367
REQUEST_TIME int 1786967508
HTTPS string(2) on
... array(3)
csrf_token string(40) phePt7aPbciLn5GKThq18SDdmcraSvsMWKufsGKb
cart string(12) Order object
last_category string(15) stdClass object