New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available
77 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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
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.38ms
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.30ms
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.73ms
SELECT * FROM `config`
0.33ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'men-full-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` = '99'
0.31ms
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` = '99'
0.24ms
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` = '99'
0.31ms
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` = '99'
19.57ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8') GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
4.30ms
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 WHERE `products`.`seo_id` IN ('8') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
11.81ms
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` WHERE `sizes`.`name` <> 'TU' AND (`products`.`seo_id` IN ('8') OR `p2`.`seo_id` IN ('8')) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
6.24ms
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 WHERE `products`.`seo_id` IN ('8') GROUP BY `styles`.`id`
22.36ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8') GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 0
0.14ms
SELECT FOUND_ROWS()
1.09ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') ORDER BY `webstore_id` ASC
1.43ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') ORDER BY `position` ASC
0.33ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1') ORDER BY `singular` ASC
0.33ms
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.46ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('28', '75', '64', '76', '66') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.29ms
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 ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') 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 ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') ORDER BY `name` ASC
1.12ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') ORDER BY `position` ASC
2.24ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29348', '27461', '27468', '28488', '27489', '27504', '29373', '28480', '27512', '20830', '28133', '28460', '28481', '27513', '20831', '28134', '29349', '27462', '27469', '28489', '27490', '27505', '29374', '27463', '27470', '28490', '27491', '27506', '29375', '28461', '28482', '27514', '20832', '28135', '29350', '28462', '28483', '27515', '20833', '28136', '29351', '27464', '27471', '28491', '27492', '27507', '29376', '27472', '28492', '27493', '27508', '29377', '28463', '28484', '27516', '20834', '28137', '29352', '27465', '28455', '27435', '28485', '27517', '20835', '28138', '29353', '27466', '27473', '28493', '27494', '27509', '29378', '29301', '28464', '27510', '29379', '29302', '28465', '28456', '27436', '28486', '27518', '28139', '20836', '29354', '27467', '27474', '28494', '27495', '29355', '28495', '27511', '29380', '29303', '28457', '27437', '28487', '29304', '28458', '27438', '29356', '29305', '28459', '27439', '29357')
0.38ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
1.04ms
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 ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.00ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5180', '5429', '5484', '6003', '5694', '5808', '5804', '5999', '6001', '6002', '6005', '5400', '5186', '5184', '5392', '5190', '5387', '5984', '5980', '4853', '5977', '4213', '5981', '5381', '5983', '5789', '4915', '5691', '5191', '5361', '5428', '5386', '5481') ORDER BY `webstore_id` ASC
1.98ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5180', '5429', '5484', '6003', '5694', '5808', '5804', '5999', '6001', '6002', '6005', '5400', '5186', '5184', '5392', '5190', '5387', '5984', '5980', '4853', '5977', '4213', '5981', '5381', '5983', '5789', '4915', '5691', '5191', '5361', '5428', '5386', '5481') ORDER BY `position` ASC
4.12ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29741', '29708', '29723', '25843', '25857', '26881', '29733', '27050', '26942', '28855', '28303', '27051', '26943', '28856', '28304', '29742', '29709', '29724', '25844', '25858', '27350', '26882', '29734', '29725', '25845', '25859', '27351', '26883', '29735', '27052', '26944', '28857', '28305', '29743', '29710', '27053', '26945', '28858', '28306', '29744', '29711', '29726', '25846', '25860', '27352', '26884', '29736', '25847', '25861', '27353', '26885', '29737', '27054', '26946', '28859', '28307', '29745', '29712', '29727', '26947', '28860', '28308', '29746', '26844', '29713', '29728', '25864', '25848', '25862', '27354', '25874', '26886', '28826', '29738', '27055', '27355', '25875', '26887', '28827', '29739', '27056', '26948', '28861', '28309', '29747', '26845', '29714', '29729', '25865', '25849', '25863', '28310', '26846', '29730', '25866', '25876', '29748', '26888', '28828', '29740', '27057', '26949', '27058', '26950', '26847', '29731', '25867', '25877', '26889', '28829', '26848', '29732', '25868', '25878', '26890', '28830', '27059', '26951', '29591', '29576', '26792', '29599', '24205', '26837', '27042', '28281', '21253', '29759', '29600', '27326', '29758', '29592', '26793', '29577', '29568', '21254', '24206', '26838', '27043', '29757', '28282', '29578', '26794', '29569', '29760', '29601', '27327', '29593', '26839', '27044', '28283', '29761', '21255', '24207', '27328', '29594', '29579', '26795', '29570', '29602', '21256', '24208', '26840', '27045', '28284', '29603', '27329', '29595', '29580', '26796', '29571', '28285', '21257', '24209', '26841', '27046', '29596', '29581', '26797', '29572', '29604', '27330', '24467', '21258', '24210', '26842', '27047', '28726', '28286', '25879', '26643', '29605', '27331', '29597', '29582', '26798', '29573', '28287', '25880', '26644', '24468', '23688', '24211', '26843', '27048', '28727', '29598', '29583', '29574', '29606', '27049', '28728', '28288', '25881', '26645', '24469', '29584', '29575', '25882', '26646', '24470', '28729', '28730', '25883', '26647', '24471', '29550', '29549', '29548', '29551')
1.24ms
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.47ms
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 ('6012', '5512', '6013', '5726', '5430', '5722', '5516', '5417', '5421', '6009', '5661', '4136', '5643', '5192', '5181', '5187', '5826', '5519', '6015', '5185', '5824', '5518', '5424', '6014', '5721', '5508', '5725', '5924', '5933', '5930', '5838', '5513') GROUP BY `articles`.`id`
1.16ms
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` = '99' AND `is_enabled` = '1' ORDER BY RAND(36199) ASC
0.29ms
SELECT `code`, `taxes` FROM `countries`
0.40ms
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.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.28ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.21ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.28ms
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.43ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.74ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.80ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
156.72ms
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.71ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
227.50ms
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.65ms
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
1,252.19ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
341.46ms
+ 341.46ms
View #2 - components.page-header
385.09ms
+ 43.63ms
View #3 - components.button
398.64ms
+ 13.55ms
View #4 - components.button
399.02ms
+ 0.38ms
View #5 - components.filters
399.41ms
+ 0.39ms
View #6 - components.close-button
399.71ms
+ 0.30ms
View #7 - components.accordion.wrapper
399.92ms
+ 0.22ms
View #8 - components.accordion.bodies.filters.colors
399.95ms
+ 0.03ms
View #9 - components.accordion.wrapper
401.07ms
+ 1.12ms
View #10 - components.accordion.bodies.filters.sizes
401.11ms
+ 0.05ms
View #11 - components.accordion.wrapper
401.62ms
+ 0.51ms
View #12 - components.accordion.bodies.filters.list
401.65ms
+ 0.03ms
View #13 - components.accordion.wrapper
402.02ms
+ 0.37ms
View #14 - components.accordion.bodies.filters.list
402.05ms
+ 0.03ms
View #15 - components.button
402.29ms
+ 0.23ms
View #16 - components.button
402.49ms
+ 0.21ms
View #17 - components.button
402.68ms
+ 0.19ms
View #18 - components.button
402.86ms
+ 0.18ms
View #19 - catalog.partials.products-listing
403.07ms
+ 0.21ms
View #20 - components.product-card
403.36ms
+ 0.30ms
View #21 - components.add-to-wishlist
434.91ms
+ 31.55ms
View #22 - components.product-card
436.94ms
+ 2.03ms
View #23 - components.add-to-wishlist
439.77ms
+ 2.83ms
View #24 - components.product-card
441.12ms
+ 1.36ms
View #25 - components.add-to-wishlist
445.03ms
+ 3.91ms
View #26 - components.product-card
447.64ms
+ 2.61ms
View #27 - components.add-to-wishlist
450.55ms
+ 2.91ms
View #28 - components.product-card
451.97ms
+ 1.42ms
View #29 - components.add-to-wishlist
455.78ms
+ 3.80ms
View #30 - components.product-card
457.68ms
+ 1.91ms
View #31 - components.add-to-wishlist
460.64ms
+ 2.96ms
View #32 - components.product-card
462.26ms
+ 1.62ms
View #33 - components.add-to-wishlist
465.47ms
+ 3.21ms
View #34 - components.product-card
467.00ms
+ 1.52ms
View #35 - components.add-to-wishlist
470.40ms
+ 3.40ms
View #36 - components.product-card
471.84ms
+ 1.44ms
View #37 - components.add-to-wishlist
475.98ms
+ 4.15ms
View #38 - components.product-card
477.51ms
+ 1.53ms
View #39 - components.add-to-wishlist
488.59ms
+ 11.08ms
View #40 - components.product-card
490.22ms
+ 1.63ms
View #41 - components.add-to-wishlist
492.92ms
+ 2.70ms
View #42 - components.product-card
494.33ms
+ 1.41ms
View #43 - components.add-to-wishlist
497.48ms
+ 3.15ms
View #44 - components.product-card
498.71ms
+ 1.23ms
View #45 - components.add-to-wishlist
502.58ms
+ 3.88ms
View #46 - components.product-card
504.42ms
+ 1.83ms
View #47 - components.add-to-wishlist
507.95ms
+ 3.53ms
View #48 - components.product-card
509.55ms
+ 1.60ms
View #49 - components.add-to-wishlist
514.02ms
+ 4.48ms
View #50 - components.product-card
515.48ms
+ 1.45ms
View #51 - components.add-to-wishlist
519.55ms
+ 4.07ms
View #52 - components.product-card
521.01ms
+ 1.46ms
View #53 - components.add-to-wishlist
525.05ms
+ 4.04ms
View #54 - components.product-card
526.85ms
+ 1.80ms
View #55 - components.add-to-wishlist
530.51ms
+ 3.65ms
View #56 - components.product-card
532.03ms
+ 1.52ms
View #57 - components.add-to-wishlist
537.25ms
+ 5.23ms
View #58 - components.product-card
539.32ms
+ 2.07ms
View #59 - components.add-to-wishlist
543.80ms
+ 4.48ms
View #60 - components.product-card
545.58ms
+ 1.78ms
View #61 - components.add-to-wishlist
549.90ms
+ 4.31ms
View #62 - components.product-card
551.61ms
+ 1.71ms
View #63 - components.add-to-wishlist
554.61ms
+ 3.00ms
View #64 - components.product-card
556.03ms
+ 1.42ms
View #65 - components.add-to-wishlist
560.08ms
+ 4.05ms
View #66 - components.product-card
561.73ms
+ 1.64ms
View #67 - components.add-to-wishlist
565.03ms
+ 3.30ms
View #68 - components.product-card
566.76ms
+ 1.73ms
View #69 - components.add-to-wishlist
569.32ms
+ 2.56ms
View #70 - components.product-card
570.68ms
+ 1.35ms
View #71 - components.add-to-wishlist
573.30ms
+ 2.62ms
View #72 - components.product-card
574.69ms
+ 1.39ms
View #73 - components.add-to-wishlist
578.14ms
+ 3.45ms
View #74 - components.product-card
579.56ms
+ 1.42ms
View #75 - components.add-to-wishlist
582.55ms
+ 2.98ms
View #76 - components.product-card
583.97ms
+ 1.42ms
View #77 - components.add-to-wishlist
587.08ms
+ 3.11ms
View #78 - components.product-card
588.85ms
+ 1.77ms
View #79 - components.add-to-wishlist
592.99ms
+ 4.14ms
View #80 - components.product-card
594.52ms
+ 1.53ms
View #81 - components.add-to-wishlist
598.68ms
+ 4.16ms
View #82 - components.product-card
600.38ms
+ 1.71ms
View #83 - components.add-to-wishlist
603.37ms
+ 2.98ms
View #84 - components.seo-footer
604.82ms
+ 1.45ms
View #85 - components.pagination
605.08ms
+ 0.26ms
View #86 - components.button
605.76ms
+ 0.67ms
View #87 - components.button
606.55ms
+ 0.79ms
View #88 - components.button
606.82ms
+ 0.28ms
View #89 - layout.layout
607.15ms
+ 0.32ms
View #90 - layout.meta
608.10ms
+ 0.95ms
View #91 - modules.notification
726.51ms
+ 118.41ms
View #92 - modules.header
734.51ms
+ 8.00ms
View #93 - modules.menu
1,174.43ms
+ 439.91ms
View #94 - components.menu-first-level
1,175.14ms
+ 0.71ms
View #95 - components.menu-second-level
1,178.16ms
+ 3.02ms
View #96 - components.menu-pushes
1,183.49ms
+ 5.33ms
View #97 - components.menu-pushes
1,189.02ms
+ 5.54ms
View #98 - components.menu-pushes
1,192.52ms
+ 3.49ms
View #99 - components.menu-pushes
1,196.33ms
+ 3.82ms
View #100 - components.menu-pushes
1,197.59ms
+ 1.25ms
View #101 - components.menu-pushes
1,198.55ms
+ 0.96ms
View #102 - svg.logo
1,199.09ms
+ 0.55ms
View #103 - modules.messages
1,199.70ms
+ 0.60ms
View #104 - modules.breadcrumbs
1,200.05ms
+ 0.36ms
View #105 - modules.footer
1,200.23ms
+ 0.18ms
View #106 - components.reinsurance-support
1,200.50ms
+ 0.26ms
View #107 - components.field
1,200.83ms
+ 0.34ms
View #108 - components.csrf-field
1,201.07ms
+ 0.24ms
View #109 - components.button
1,201.20ms
+ 0.12ms
View #110 - components.footer-links
1,201.39ms
+ 0.19ms
View #111 - modules.panel
1,203.45ms
+ 2.06ms
View #112 - modules.popin
1,203.62ms
+ 0.17ms
View #113 - modules.blueshift-popin
1,203.74ms
+ 0.12ms
View #114 - modules.search-panel
1,204.35ms
+ 0.61ms
View #115 - catalog.search-form
1,204.59ms
+ 0.24ms
View #116 - components.field
1,204.90ms
+ 0.30ms
View #117 - modules.toaster
1,205.38ms
+ 0.49ms
View #118 - layout.overlay
1,205.54ms
+ 0.15ms
View #119 - modules.webstore-switcher
1,207.07ms
+ 1.53ms
View #120 - components.close-button
1,207.35ms
+ 0.28ms
View #121 - components.native-select
1,207.76ms
+ 0.41ms
View #122 - components.native-select
1,208.15ms
+ 0.39ms
View #123 - components.button
1,208.31ms
+ 0.17ms
View #124 - components.button
1,208.51ms
+ 0.20ms
View #125 - helpers.grid
1,208.69ms
+ 0.18ms
View #126 - modules.loading-bar
1,208.80ms
+ 0.11ms
View #127 - 3rdparties.didomi
1,247.97ms
+ 39.17ms
View #128 - 3rdparties.gtm
1,248.20ms
+ 0.23ms
View #129 - 3rdparties.abtasty.main
1,248.33ms
+ 0.13ms
View #130 - 3rdparties.abtasty.tracking
1,248.43ms
+ 0.10ms
View #131 - 3rdparties.blueshift
1,248.61ms
+ 0.17ms
View #132 - 3rdparties.sizebay.main
1,248.93ms
+ 0.32ms
View #133 - 3rdparties.sizebay.tracking
1,249.08ms
+ 0.15ms
View #134 - 3rdparties.gsi
1,249.26ms
+ 0.18ms
View #135 - 3rdparties.applepay
1,249.35ms
+ 0.09ms
View #136 - 3rdparties.alma
1,249.53ms
+ 0.18ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
1,252.23ms
+ 2.71ms
... 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(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) 35682
REDIRECT_URL string(24) /en/m-men-full-suit.html
REDIRECT_QUERY_STRING string(24) /en/m-men-full-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-men-full-suit.html
REQUEST_URI string(24) /en/m-men-full-suit.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788343248.183
REQUEST_TIME int 1788343248
HTTPS string(2) on
... array(2)
csrf_token string(40) cWUSMIpZKPY3OA4Zo04d10lHx5qyoQk7R91D3x8W
cart string(12) Order object