New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available
31 products

Filters

Color

Size

Style

Sort by

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.35ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.48ms
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.27ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.62ms
SELECT * FROM `config`
0.48ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'formal-occasion-suit' LIMIT 1
0.31ms
SELECT `colors`.*, `color_meta_category`.`id` AS `pivot_id`, `color_meta_category`.`category_id` AS `pivot_category_id`, `color_meta_category`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_meta_category` ON `colors`.`id` = `color_meta_category`.`color_id` WHERE `color_meta_category`.`category_id` = '234'
0.28ms
SELECT `seo_types`.*, `meta_category_seo_type`.`id` AS `pivot_id`, `meta_category_seo_type`.`category_id` AS `pivot_category_id`, `meta_category_seo_type`.`seo_id` AS `pivot_seo_id` FROM `seo_types` INNER JOIN `meta_category_seo_type` ON `seo_types`.`id` = `meta_category_seo_type`.`seo_id` WHERE `meta_category_seo_type`.`category_id` = '234'
0.26ms
SELECT `styles`.*, `meta_category_style`.`id` AS `pivot_id`, `meta_category_style`.`category_id` AS `pivot_category_id`, `meta_category_style`.`style_id` AS `pivot_style_id` FROM `styles` INNER JOIN `meta_category_style` ON `styles`.`id` = `meta_category_style`.`style_id` WHERE `meta_category_style`.`category_id` = '234'
0.26ms
SELECT `tags`.*, `meta_category_tag`.`id` AS `pivot_id`, `meta_category_tag`.`category_id` AS `pivot_category_id`, `meta_category_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `meta_category_tag` ON `tags`.`id` = `meta_category_tag`.`tag_id` WHERE `meta_category_tag`.`category_id` = '234'
8.42ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8') GROUP BY `products`.`id` ORDER BY RAND(34) ASC) q
2.53ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products`.`seo_id` IN ('8') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
989.14ms
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 `products` AS `p2` ON `p2`.`id` = `products_items`.`parent_id` LEFT JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (18) WHERE `sizes`.`name` <> 'TU' AND (`products`.`seo_id` IN ('8') OR `p2`.`seo_id` IN ('8')) AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
2.37ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products`.`seo_id` IN ('8') GROUP BY `styles`.`id`
10.58ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8') GROUP BY `products`.`id` ORDER BY RAND(34) ASC LIMIT 32 OFFSET 0
0.13ms
SELECT FOUND_ROWS()
1.15ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `webstore_id` ASC
1.27ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `position` ASC
0.31ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1') ORDER BY `singular` ASC
0.32ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('8') ORDER BY `singular` ASC
0.40ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('64', '28', '76', '75', '66') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.74ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `name` ASC
0.81ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `name` ASC
1.48ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY `position` ASC
2.78ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27461', '27475', '27489', '29348', '27496', '29314', '29330', '29358', '29365', '29340', '27527', '29306', '20830', '29322', '29359', '29366', '29341', '27528', '29307', '20831', '29323', '27462', '27476', '27490', '29349', '27497', '29315', '29331', '27463', '27477', '27491', '29350', '27498', '29316', '29332', '29360', '29367', '29342', '27529', '29308', '20832', '29324', '29368', '29343', '27530', '29309', '20833', '29325', '27464', '27478', '27492', '29351', '27499', '29317', '29333', '29361', '27493', '29352', '27500', '29318', '29334', '29362', '29369', '29344', '27531', '29310', '20834', '29326', '27465', '27479', '27532', '29370', '29311', '20835', '29327', '27466', '27480', '27494', '29353', '27501', '29319', '29335', '29363', '27435', '29345', '29320', '29336', '29364', '27436', '29346', '27533', '29371', '29312', '20836', '29328', '27467', '27481', '27495', '29354', '27502', '29355', '27503', '29321', '29337', '27437', '29347', '29372', '29313', '29329', '27438', '29356', '29338', '29357', '29339', '27439')
0.37ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
1.00ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.02ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5628', '5629', '5463', '5808', '5810', '5999', '6000', '6001', '5630', '5634', '6003', '5633', '5446', '5631', '5626', '4669', '5978', '5984', '5981', '5444', '5983', '5803', '4853', '5607', '5362', '5599', '5613', '5602', '5598', '5608', '5614') ORDER BY `webstore_id` ASC
1.69ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5628', '5629', '5463', '5808', '5810', '5999', '6000', '6001', '5630', '5634', '6003', '5633', '5446', '5631', '5626', '4669', '5978', '5984', '5981', '5444', '5983', '5803', '4853', '5607', '5362', '5599', '5613', '5602', '5598', '5608', '5614') ORDER BY `position` ASC
4.12ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28021', '29708', '29741', '29715', '28056', '28009', '27164', '28855', '28870', '28029', '29723', '28041', '23534', '27247', '29724', '28042', '23535', '27248', '28022', '29709', '29716', '29742', '28057', '28064', '28010', '27165', '28856', '28871', '28030', '28058', '28065', '28011', '27166', '28857', '28872', '28031', '29725', '28043', '23536', '27249', '28023', '29710', '29717', '29743', '29726', '28044', '23537', '27250', '28024', '29711', '29718', '27834', '29744', '28059', '28066', '28012', '27167', '28858', '28873', '28032', '28060', '28067', '27168', '28013', '28859', '28874', '28033', '29727', '28045', '23538', '27251', '28025', '29712', '29719', '27835', '29745', '27836', '23539', '27252', '28026', '29713', '29720', '29746', '28061', '28068', '27169', '28014', '28860', '28875', '27837', '28034', '29728', '28046', '27170', '28015', '28861', '28876', '27838', '28035', '29729', '28047', '23540', '27253', '28027', '29714', '29721', '29747', '28062', '28069', '28028', '29722', '29748', '28063', '27171', '28016', '27839', '28036', '29730', '28048', '23541', '27254', '29731', '23542', '29732', '29591', '29576', '27931', '29599', '29552', '27854', '27898', '23357', '28039', '27890', '28819', '24205', '26648', '27148', '29553', '27855', '27899', '23358', '28038', '29592', '29577', '27932', '27939', '29600', '24206', '26649', '27149', '27891', '28820', '28037', '27933', '27940', '28040', '29601', '29554', '27856', '27900', '23359', '29593', '29578', '27892', '28821', '24207', '26650', '27150', '27857', '27901', '23360', '29594', '29579', '27934', '27941', '29602', '29555', '24208', '26651', '27151', '27893', '28822', '27935', '27942', '29603', '29556', '27858', '27902', '23361', '29595', '29580', '27894', '28823', '24209', '26652', '27152', '23362', '29596', '29581', '27936', '27943', '29604', '29557', '27859', '27903', '26653', '27153', '27895', '28824', '24210', '29605', '29558', '27860', '27904', '23363', '29597', '29582', '27937', '27944', '28825', '24211', '26654', '27154', '27896', '29598', '29583', '27938', '29606', '29559', '27861', '27905', '23364', '27897', '27155', '23365', '29584', '27842', '27841', '27840', '27843')
0.54ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '54', '48', '55', '56', '49', '57', '50', '58', '51', '59', '52', '53', '62', '152', '63', '64', '153', '65', '154', '66', '155', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '125', '126', '127', '128') ORDER BY `position` ASC
1.35ms
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 ('5517', '5827', '5927', '5639', '5451', '5512', '5635', '6015', '5637', '5508', '5521', '5514', '5928', '5930', '6009', '5642', '5932', '5925', '4714', '5926', '5645', '5516', '5931', '5646', '5826', '6010', '5929', '5641', '5644', '6012', '4136') GROUP BY `articles`.`id`
0.94ms
SELECT `meta_categories`.*, `meta_categories_xlinking`.`id` AS `pivot_id`, `meta_categories_xlinking`.`parent_id` AS `pivot_parent_id`, `meta_categories_xlinking`.`child_id` AS `pivot_child_id` FROM `meta_categories` INNER JOIN `meta_categories_xlinking` ON `meta_categories`.`id` = `meta_categories_xlinking`.`child_id` WHERE `meta_categories_xlinking`.`parent_id` = '234' AND `is_enabled` = '1' ORDER BY RAND(34334) ASC
7.04ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' AND `id` <> '234' ORDER BY RAND(34334) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.32ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.20ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.29ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.23ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.32ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.49ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
1.19ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.75ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.29ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.58ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
163.62ms
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 ('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.39ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
235.84ms
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.99ms
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
Name Running Time (ms) Difference
default_timer
2,269.59ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
1,297.69ms
+ 1,297.69ms
View #2 - components.page-header
1,342.83ms
+ 45.14ms
View #3 - components.button
1,355.37ms
+ 12.54ms
View #4 - components.button
1,355.75ms
+ 0.39ms
View #5 - components.filters
1,357.02ms
+ 1.27ms
View #6 - components.close-button
1,357.44ms
+ 0.42ms
View #7 - components.accordion.wrapper
1,357.71ms
+ 0.28ms
View #8 - components.accordion.bodies.filters.colors
1,357.74ms
+ 0.03ms
View #9 - components.accordion.wrapper
1,358.91ms
+ 1.17ms
View #10 - components.accordion.bodies.filters.sizes
1,358.95ms
+ 0.04ms
View #11 - components.accordion.wrapper
1,359.41ms
+ 0.46ms
View #12 - components.accordion.bodies.filters.list
1,359.44ms
+ 0.03ms
View #13 - components.accordion.wrapper
1,359.77ms
+ 0.33ms
View #14 - components.accordion.bodies.filters.list
1,359.80ms
+ 0.03ms
View #15 - components.button
1,360.46ms
+ 0.66ms
View #16 - components.button
1,361.25ms
+ 0.79ms
View #17 - components.button
1,361.69ms
+ 0.45ms
View #18 - components.button
1,362.08ms
+ 0.39ms
View #19 - catalog.partials.products-listing
1,362.41ms
+ 0.33ms
View #20 - components.product-card
1,362.67ms
+ 0.26ms
View #21 - components.add-to-wishlist
1,398.13ms
+ 35.47ms
View #22 - components.product-card
1,400.07ms
+ 1.93ms
View #23 - components.add-to-wishlist
1,404.19ms
+ 4.12ms
View #24 - components.product-card
1,405.91ms
+ 1.71ms
View #25 - components.add-to-wishlist
1,409.07ms
+ 3.16ms
View #26 - components.product-card
1,411.07ms
+ 2.00ms
View #27 - components.add-to-wishlist
1,415.02ms
+ 3.95ms
View #28 - components.product-card
1,416.83ms
+ 1.81ms
View #29 - components.add-to-wishlist
1,421.41ms
+ 4.57ms
View #30 - components.product-card
1,423.78ms
+ 2.37ms
View #31 - components.add-to-wishlist
1,435.58ms
+ 11.80ms
View #32 - components.product-card
1,437.32ms
+ 1.74ms
View #33 - components.add-to-wishlist
1,441.36ms
+ 4.04ms
View #34 - components.product-card
1,443.06ms
+ 1.70ms
View #35 - components.add-to-wishlist
1,446.76ms
+ 3.70ms
View #36 - components.product-card
1,449.06ms
+ 2.30ms
View #37 - components.add-to-wishlist
1,453.20ms
+ 4.14ms
View #38 - components.product-card
1,454.90ms
+ 1.70ms
View #39 - components.add-to-wishlist
1,457.66ms
+ 2.76ms
View #40 - components.product-card
1,459.46ms
+ 1.80ms
View #41 - components.add-to-wishlist
1,462.50ms
+ 3.03ms
View #42 - components.product-card
1,463.90ms
+ 1.41ms
View #43 - components.add-to-wishlist
1,467.47ms
+ 3.57ms
View #44 - components.product-card
1,468.97ms
+ 1.50ms
View #45 - components.add-to-wishlist
1,472.33ms
+ 3.36ms
View #46 - components.product-card
1,473.66ms
+ 1.33ms
View #47 - components.add-to-wishlist
1,476.85ms
+ 3.18ms
View #48 - components.product-card
1,478.20ms
+ 1.35ms
View #49 - components.add-to-wishlist
1,481.87ms
+ 3.67ms
View #50 - components.product-card
1,483.40ms
+ 1.52ms
View #51 - components.add-to-wishlist
1,486.69ms
+ 3.29ms
View #52 - components.product-card
1,488.35ms
+ 1.66ms
View #53 - components.add-to-wishlist
1,491.43ms
+ 3.08ms
View #54 - components.product-card
1,492.82ms
+ 1.39ms
View #55 - components.add-to-wishlist
1,495.65ms
+ 2.83ms
View #56 - components.product-card
1,497.04ms
+ 1.39ms
View #57 - components.add-to-wishlist
1,501.64ms
+ 4.60ms
View #58 - components.product-card
1,503.24ms
+ 1.60ms
View #59 - components.add-to-wishlist
1,506.04ms
+ 2.80ms
View #60 - components.product-card
1,507.48ms
+ 1.44ms
View #61 - components.add-to-wishlist
1,511.06ms
+ 3.58ms
View #62 - components.product-card
1,512.74ms
+ 1.68ms
View #63 - components.add-to-wishlist
1,515.68ms
+ 2.94ms
View #64 - components.product-card
1,517.15ms
+ 1.47ms
View #65 - components.add-to-wishlist
1,520.27ms
+ 3.12ms
View #66 - components.product-card
1,521.75ms
+ 1.48ms
View #67 - components.add-to-wishlist
1,525.35ms
+ 3.60ms
View #68 - components.product-card
1,527.06ms
+ 1.70ms
View #69 - components.add-to-wishlist
1,531.59ms
+ 4.54ms
View #70 - components.product-card
1,533.98ms
+ 2.38ms
View #71 - components.add-to-wishlist
1,538.70ms
+ 4.72ms
View #72 - components.product-card
1,540.46ms
+ 1.77ms
View #73 - components.add-to-wishlist
1,543.53ms
+ 3.07ms
View #74 - components.product-card
1,544.97ms
+ 1.44ms
View #75 - components.add-to-wishlist
1,548.84ms
+ 3.87ms
View #76 - components.product-card
1,550.60ms
+ 1.76ms
View #77 - components.add-to-wishlist
1,564.90ms
+ 14.31ms
View #78 - components.product-card
1,566.59ms
+ 1.69ms
View #79 - components.add-to-wishlist
1,572.58ms
+ 5.99ms
View #80 - components.product-card
1,574.31ms
+ 1.73ms
View #81 - components.add-to-wishlist
1,577.52ms
+ 3.21ms
View #82 - components.seo-footer
1,578.92ms
+ 1.40ms
View #83 - components.button
1,579.58ms
+ 0.66ms
View #84 - components.button
1,579.82ms
+ 0.24ms
View #85 - layout.layout
1,580.76ms
+ 0.93ms
View #86 - layout.meta
1,581.69ms
+ 0.93ms
View #87 - modules.notification
1,713.50ms
+ 131.81ms
View #88 - modules.header
1,714.30ms
+ 0.80ms
View #89 - modules.menu
2,175.97ms
+ 461.67ms
View #90 - components.menu-first-level
2,176.71ms
+ 0.74ms
View #91 - components.menu-second-level
2,180.36ms
+ 3.65ms
View #92 - components.menu-pushes
2,188.61ms
+ 8.25ms
View #93 - components.menu-pushes
2,195.15ms
+ 6.54ms
View #94 - components.menu-pushes
2,200.53ms
+ 5.39ms
View #95 - components.menu-pushes
2,205.03ms
+ 4.50ms
View #96 - components.menu-pushes
2,206.56ms
+ 1.52ms
View #97 - components.menu-pushes
2,208.31ms
+ 1.75ms
View #98 - svg.logo
2,208.97ms
+ 0.65ms
View #99 - modules.messages
2,209.65ms
+ 0.68ms
View #100 - modules.breadcrumbs
2,210.71ms
+ 1.06ms
View #101 - modules.footer
2,211.48ms
+ 0.77ms
View #102 - components.reinsurance-support
2,212.18ms
+ 0.71ms
View #103 - components.field
2,212.66ms
+ 0.47ms
View #104 - components.csrf-field
2,212.92ms
+ 0.26ms
View #105 - components.button
2,213.10ms
+ 0.18ms
View #106 - components.footer-links
2,213.30ms
+ 0.21ms
View #107 - modules.panel
2,216.62ms
+ 3.32ms
View #108 - modules.popin
2,216.85ms
+ 0.23ms
View #109 - modules.blueshift-popin
2,216.99ms
+ 0.14ms
View #110 - modules.search-panel
2,217.65ms
+ 0.66ms
View #111 - catalog.search-form
2,218.05ms
+ 0.40ms
View #112 - components.field
2,218.46ms
+ 0.40ms
View #113 - modules.toaster
2,218.97ms
+ 0.52ms
View #114 - layout.overlay
2,219.09ms
+ 0.12ms
View #115 - modules.webstore-switcher
2,220.51ms
+ 1.42ms
View #116 - components.close-button
2,220.87ms
+ 0.37ms
View #117 - components.native-select
2,221.27ms
+ 0.40ms
View #118 - components.native-select
2,221.67ms
+ 0.40ms
View #119 - components.button
2,221.84ms
+ 0.17ms
View #120 - components.button
2,222.04ms
+ 0.21ms
View #121 - helpers.grid
2,222.29ms
+ 0.25ms
View #122 - modules.loading-bar
2,222.43ms
+ 0.14ms
View #123 - 3rdparties.didomi
2,266.59ms
+ 44.16ms
View #124 - 3rdparties.gtm
2,266.81ms
+ 0.22ms
View #125 - 3rdparties.abtasty.main
2,266.94ms
+ 0.13ms
View #126 - 3rdparties.abtasty.tracking
2,267.06ms
+ 0.12ms
View #127 - 3rdparties.blueshift
2,267.26ms
+ 0.20ms
View #128 - 3rdparties.sizebay.main
2,267.59ms
+ 0.33ms
View #129 - 3rdparties.sizebay.tracking
2,267.81ms
+ 0.22ms
View #130 - 3rdparties.gsi
2,268.06ms
+ 0.25ms
View #131 - 3rdparties.applepay
2,268.15ms
+ 0.10ms
View #132 - 3rdparties.alma
2,268.35ms
+ 0.20ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
2,269.62ms
+ 1.27ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(13) 216.73.217.39
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.2
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 51676
REDIRECT_URL string(31) /en/m-formal-occasion-suit.html
REDIRECT_QUERY_STRING string(31) /en/m-formal-occasion-suit.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(31) /en/m-formal-occasion-suit.html
REQUEST_URI string(31) /en/m-formal-occasion-suit.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786971620.39
REQUEST_TIME int 1786971620
HTTPS string(2) on
... array(2)
csrf_token string(40) PLwfQn41SVpIfv3ci7nacMDW45jzZLFDPGka2pyX
cart string(12) Order object