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

Filters

Color

Size

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.47ms
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.36ms
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.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.64ms
SELECT * FROM `config`
0.36ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'wool-men-suit' LIMIT 1
0.32ms
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` = '224'
0.30ms
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` = '224'
0.28ms
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` = '224'
0.25ms
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` = '224'
13.20ms
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 (84) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8', '15') GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
2.94ms
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 (84) WHERE `products`.`seo_id` IN ('8', '15') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
1,034.70ms
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 (84) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (84) WHERE `sizes`.`name` <> 'TU' AND (`products`.`seo_id` IN ('8', '15') OR `p2`.`seo_id` IN ('8', '15')) AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
21.35ms
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 (84) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8', '15') GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 0
0.16ms
SELECT FOUND_ROWS()
1.23ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '5179') ORDER BY `webstore_id` ASC
1.29ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '5179') ORDER BY `position` ASC
0.33ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1') ORDER BY `singular` ASC
0.43ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('8') ORDER BY `singular` ASC
0.44ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('28', '64', '76', '66', '75') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.53ms
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 ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '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 ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '5179') ORDER BY `name` ASC
1.35ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '5179') ORDER BY `position` ASC
3.02ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29314', '29340', '26127', '27461', '27475', '28488', '27504', '20830', '27527', '25128', '29358', '29373', '29330', '28466', '28473', '28480', '27512', '27519', '29374', '29331', '28467', '28474', '28481', '27513', '27520', '29341', '26128', '29315', '27462', '27476', '28489', '27505', '20831', '27528', '25129', '29359', '29316', '27463', '27477', '28490', '27506', '20832', '27529', '25130', '29360', '29375', '29332', '28468', '28475', '28482', '27514', '27521', '29342', '26129', '28469', '28476', '28483', '27515', '27522', '29343', '26130', '29317', '27464', '27478', '28491', '27507', '20833', '27530', '25131', '29361', '29376', '29333', '27465', '27479', '28492', '27508', '20834', '27531', '25132', '29362', '29377', '29334', '28470', '28477', '28484', '27516', '27523', '29344', '26131', '29318', '28485', '27517', '27435', '27524', '29345', '26132', '29319', '27466', '28455', '27480', '28493', '27509', '20835', '27532', '25133', '29363', '29378', '29301', '29335', '28471', '28478', '27510', '20836', '27533', '25134', '29364', '29379', '29302', '29336', '28472', '28479', '28486', '27518', '27436', '27525', '29346', '26133', '29320', '27467', '28456', '27481', '28494', '27526', '29347', '29321', '28457', '28495', '27511', '28948', '29380', '29303', '29337', '28487', '27437', '29304', '29338', '27438', '28458', '28459', '29305', '29339', '27439')
0.36ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
0.94ms
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 ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '5179') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.84ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5626', '5429', '5809', '5387', '5184', '5182', '5810', '5178', '6001', '5463', '5790', '5803', '5362', '5607', '5428', '5361', '4853', '4214', '4666', '4669', '5984') ORDER BY `webstore_id` ASC
1.34ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5626', '5429', '5809', '5387', '5184', '5182', '5810', '5178', '6001', '5463', '5790', '5803', '5362', '5607', '5428', '5361', '4853', '4214', '4666', '4669', '5984') ORDER BY `position` ASC
3.18ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28009', '27247', '28862', '29723', '23534', '25836', '25850', '25857', '27050', '28870', '25851', '25858', '27051', '28871', '27248', '28010', '28863', '29724', '23535', '25837', '28011', '28864', '29725', '23536', '25838', '25852', '25859', '27052', '28872', '27249', '28873', '27250', '28012', '28865', '29726', '23537', '25839', '25853', '25860', '27053', '29727', '23538', '25840', '25854', '25861', '27054', '28874', '27251', '28013', '28866', '27252', '28014', '28867', '29728', '23539', '25841', '25855', '25862', '27055', '28875', '26844', '23540', '25842', '25856', '25863', '27056', '28876', '26845', '27253', '28015', '28868', '29729', '27254', '28016', '28869', '29730', '23541', '27057', '26846', '23542', '27058', '26847', '29731', '29732', '27059', '26848', '23357', '29599', '28819', '27042', '21259', '24205', '23348', '27890', '28731', '26648', '23358', '29600', '28732', '26649', '28820', '27043', '21260', '24206', '23349', '27891', '23359', '29601', '28821', '27044', '21261', '24207', '23350', '27892', '28733', '26650', '29602', '23360', '26651', '28822', '27045', '21262', '24208', '27893', '23351', '28734', '23361', '29603', '21263', '24209', '27894', '23352', '28735', '26652', '28823', '27046', '23362', '29604', '26653', '28824', '27047', '21264', '24210', '27895', '26643', '23353', '28736', '23363', '29605', '23689', '24211', '27896', '26644', '23354', '28737', '26654', '28825', '27048', '23364', '29606', '27049', '27897', '26645', '28738', '23365', '26646', '26647')
0.49ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151') ORDER BY `position` ASC
1.68ms
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 ('5635', '6012', '4714', '5929', '5514', '5185', '5417', '5926', '5721', '5430', '5827', '5723', '5725', '5519', '5724', '5518', '4136', '5928', '5508', '5933', '5512', '5248', '5726', '5521', '5825', '5520', '5931', '5025', '5183', '5924', '5646', '5179') GROUP BY `articles`.`id`
0.86ms
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` = '224' AND `is_enabled` = '1' ORDER BY RAND(36324) ASC
6.76ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' AND `id` <> '224' ORDER BY RAND(36324) ASC LIMIT 3
0.56ms
SELECT * FROM `seo_types`
0.46ms
SELECT * FROM `styles`
0.83ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.34ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
149.05ms
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.70ms
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
460.38ms
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
1.18ms
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,549.06ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
1,336.07ms
+ 1,336.07ms
View #2 - components.page-header
1,376.79ms
+ 40.72ms
View #3 - components.button
1,390.81ms
+ 14.02ms
View #4 - components.button
1,391.23ms
+ 0.41ms
View #5 - components.filters
1,391.61ms
+ 0.38ms
View #6 - components.close-button
1,391.93ms
+ 0.32ms
View #7 - components.accordion.wrapper
1,392.15ms
+ 0.22ms
View #8 - components.accordion.bodies.filters.colors
1,392.18ms
+ 0.03ms
View #9 - components.accordion.wrapper
1,393.41ms
+ 1.24ms
View #10 - components.accordion.bodies.filters.sizes
1,393.45ms
+ 0.04ms
View #11 - components.accordion.wrapper
1,393.84ms
+ 0.39ms
View #12 - components.accordion.bodies.filters.list
1,393.86ms
+ 0.03ms
View #13 - components.button
1,394.14ms
+ 0.28ms
View #14 - components.button
1,394.36ms
+ 0.22ms
View #15 - components.button
1,394.54ms
+ 0.17ms
View #16 - components.button
1,394.71ms
+ 0.17ms
View #17 - catalog.partials.products-listing
1,394.93ms
+ 0.23ms
View #18 - components.product-card
1,395.14ms
+ 0.21ms
View #19 - components.add-to-wishlist
1,430.45ms
+ 35.31ms
View #20 - components.product-card
1,432.38ms
+ 1.92ms
View #21 - components.add-to-wishlist
1,436.36ms
+ 3.98ms
View #22 - components.product-card
1,438.17ms
+ 1.81ms
View #23 - components.add-to-wishlist
1,442.70ms
+ 4.54ms
View #24 - components.product-card
1,444.40ms
+ 1.69ms
View #25 - components.add-to-wishlist
1,447.56ms
+ 3.16ms
View #26 - components.product-card
1,448.93ms
+ 1.37ms
View #27 - components.add-to-wishlist
1,451.92ms
+ 2.99ms
View #28 - components.product-card
1,453.35ms
+ 1.43ms
View #29 - components.add-to-wishlist
1,456.94ms
+ 3.60ms
View #30 - components.product-card
1,458.58ms
+ 1.64ms
View #31 - components.add-to-wishlist
1,462.11ms
+ 3.53ms
View #32 - components.product-card
1,463.51ms
+ 1.40ms
View #33 - components.add-to-wishlist
1,466.40ms
+ 2.89ms
View #34 - components.product-card
1,467.77ms
+ 1.36ms
View #35 - components.add-to-wishlist
1,470.88ms
+ 3.11ms
View #36 - components.product-card
1,472.35ms
+ 1.47ms
View #37 - components.add-to-wishlist
1,476.30ms
+ 3.95ms
View #38 - components.product-card
1,478.15ms
+ 1.85ms
View #39 - components.add-to-wishlist
1,482.04ms
+ 3.89ms
View #40 - components.product-card
1,483.71ms
+ 1.67ms
View #41 - components.add-to-wishlist
1,486.53ms
+ 2.82ms
View #42 - components.product-card
1,487.98ms
+ 1.45ms
View #43 - components.add-to-wishlist
1,491.18ms
+ 3.20ms
View #44 - components.product-card
1,492.65ms
+ 1.47ms
View #45 - components.add-to-wishlist
1,503.74ms
+ 11.09ms
View #46 - components.product-card
1,505.78ms
+ 2.04ms
View #47 - components.add-to-wishlist
1,508.87ms
+ 3.09ms
View #48 - components.product-card
1,510.69ms
+ 1.82ms
View #49 - components.add-to-wishlist
1,513.77ms
+ 3.08ms
View #50 - components.product-card
1,515.24ms
+ 1.47ms
View #51 - components.add-to-wishlist
1,518.36ms
+ 3.12ms
View #52 - components.product-card
1,519.77ms
+ 1.40ms
View #53 - components.add-to-wishlist
1,523.24ms
+ 3.47ms
View #54 - components.product-card
1,524.62ms
+ 1.38ms
View #55 - components.add-to-wishlist
1,527.38ms
+ 2.76ms
View #56 - components.product-card
1,528.80ms
+ 1.42ms
View #57 - components.add-to-wishlist
1,532.17ms
+ 3.37ms
View #58 - components.product-card
1,533.62ms
+ 1.45ms
View #59 - components.add-to-wishlist
1,536.52ms
+ 2.90ms
View #60 - components.product-card
1,537.98ms
+ 1.46ms
View #61 - components.add-to-wishlist
1,541.03ms
+ 3.06ms
View #62 - components.product-card
1,542.27ms
+ 1.23ms
View #63 - components.add-to-wishlist
1,545.20ms
+ 2.93ms
View #64 - components.product-card
1,546.64ms
+ 1.44ms
View #65 - components.add-to-wishlist
1,549.69ms
+ 3.05ms
View #66 - components.product-card
1,551.15ms
+ 1.46ms
View #67 - components.add-to-wishlist
1,555.02ms
+ 3.87ms
View #68 - components.product-card
1,557.15ms
+ 2.13ms
View #69 - components.add-to-wishlist
1,560.57ms
+ 3.43ms
View #70 - components.product-card
1,562.06ms
+ 1.49ms
View #71 - components.add-to-wishlist
1,564.85ms
+ 2.79ms
View #72 - components.product-card
1,566.31ms
+ 1.46ms
View #73 - components.add-to-wishlist
1,569.28ms
+ 2.97ms
View #74 - components.product-card
1,570.71ms
+ 1.43ms
View #75 - components.add-to-wishlist
1,573.94ms
+ 3.24ms
View #76 - components.product-card
1,575.49ms
+ 1.55ms
View #77 - components.add-to-wishlist
1,578.17ms
+ 2.67ms
View #78 - components.product-card
1,579.84ms
+ 1.68ms
View #79 - components.add-to-wishlist
1,583.55ms
+ 3.71ms
View #80 - components.product-card
1,585.17ms
+ 1.62ms
View #81 - components.add-to-wishlist
1,588.50ms
+ 3.33ms
View #82 - components.seo-footer
1,590.16ms
+ 1.66ms
View #83 - components.pagination
1,590.46ms
+ 0.29ms
View #84 - components.button
1,591.06ms
+ 0.61ms
View #85 - components.button
1,591.70ms
+ 0.63ms
View #86 - components.button
1,591.92ms
+ 0.22ms
View #87 - layout.layout
1,592.16ms
+ 0.24ms
View #88 - layout.meta
1,592.67ms
+ 0.51ms
View #89 - modules.notification
1,703.84ms
+ 111.18ms
View #90 - modules.header
1,704.67ms
+ 0.83ms
View #91 - modules.menu
2,405.36ms
+ 700.69ms
View #92 - components.menu-first-level
2,406.98ms
+ 1.62ms
View #93 - components.menu-second-level
2,413.63ms
+ 6.65ms
View #94 - components.menu-pushes
2,425.35ms
+ 11.72ms
View #95 - components.menu-pushes
2,436.92ms
+ 11.57ms
View #96 - components.menu-pushes
2,444.54ms
+ 7.62ms
View #97 - components.menu-pushes
2,451.86ms
+ 7.32ms
View #98 - components.menu-pushes
2,453.82ms
+ 1.96ms
View #99 - components.menu-pushes
2,456.22ms
+ 2.39ms
View #100 - svg.logo
2,457.39ms
+ 1.17ms
View #101 - modules.messages
2,458.44ms
+ 1.05ms
View #102 - modules.breadcrumbs
2,458.95ms
+ 0.51ms
View #103 - modules.footer
2,459.30ms
+ 0.35ms
View #104 - components.reinsurance-support
2,459.73ms
+ 0.43ms
View #105 - components.field
2,460.47ms
+ 0.74ms
View #106 - components.csrf-field
2,460.81ms
+ 0.34ms
View #107 - components.button
2,461.12ms
+ 0.31ms
View #108 - components.footer-links
2,461.44ms
+ 0.32ms
View #109 - modules.panel
2,466.27ms
+ 4.83ms
View #110 - modules.popin
2,466.68ms
+ 0.40ms
View #111 - modules.blueshift-popin
2,466.90ms
+ 0.22ms
View #112 - modules.search-panel
2,467.90ms
+ 1.00ms
View #113 - catalog.search-form
2,468.31ms
+ 0.41ms
View #114 - components.field
2,468.92ms
+ 0.62ms
View #115 - modules.toaster
2,469.86ms
+ 0.94ms
View #116 - layout.overlay
2,470.03ms
+ 0.17ms
View #117 - modules.webstore-switcher
2,472.14ms
+ 2.10ms
View #118 - components.close-button
2,472.54ms
+ 0.41ms
View #119 - components.native-select
2,473.14ms
+ 0.60ms
View #120 - components.native-select
2,473.70ms
+ 0.56ms
View #121 - components.button
2,473.99ms
+ 0.28ms
View #122 - components.button
2,474.32ms
+ 0.33ms
View #123 - helpers.grid
2,475.07ms
+ 0.75ms
View #124 - modules.loading-bar
2,475.27ms
+ 0.20ms
View #125 - 3rdparties.didomi
2,543.64ms
+ 68.37ms
View #126 - 3rdparties.gtm
2,544.17ms
+ 0.53ms
View #127 - 3rdparties.abtasty.main
2,544.39ms
+ 0.22ms
View #128 - 3rdparties.abtasty.tracking
2,544.73ms
+ 0.34ms
View #129 - 3rdparties.blueshift
2,545.14ms
+ 0.41ms
View #130 - 3rdparties.sizebay.main
2,545.79ms
+ 0.66ms
View #131 - 3rdparties.sizebay.tracking
2,546.08ms
+ 0.29ms
View #132 - 3rdparties.gsi
2,546.44ms
+ 0.36ms
View #133 - 3rdparties.applepay
2,546.61ms
+ 0.17ms
View #134 - 3rdparties.alma
2,547.20ms
+ 0.59ms
View #135 - path: /var/www/html/laravel/profiling/template.blade.php
2,549.12ms
+ 1.92ms
... 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(349) fursac=9c225bebaf2faf8a32c335845d3923535e01e29e%2B0XAdaFnU7sGDytUMT112
fursac=9c225bebaf2faf8a32c335845d3923535e01e29e%2B0XAdaFnU7sGDytUMT112gCMeKWqERFNfdFGBthpp; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=9c225bebaf2faf8a32c335845d3923535e01e29e%2B0XAdaFnU7sGDytUMT112gCMeKWqERFNfdFGBthpp
HTTP_X_FORWARDED_FOR string(14) 216.73.216.200
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) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
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) 56554
REDIRECT_URL string(24) /en/m-wool-men-suit.html
REDIRECT_QUERY_STRING string(24) /en/m-wool-men-suit.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(24) /en/m-wool-men-suit.html
REQUEST_URI string(24) /en/m-wool-men-suit.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788344154.199
REQUEST_TIME int 1788344154
HTTPS string(2) on
... array(2)
csrf_token string(40) 8YLFutegRnFj8QuPUemgsrrgO5uWcVBlZWHNbdBd
cart string(12) Order object