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

Filters

Product family

Color

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.65ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.39ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.31ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.56ms
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.41ms
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.19ms
SELECT * FROM `languages`
0.38ms
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.96ms
SELECT * FROM `config`
0.62ms
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_en` = 'men-clothing' LIMIT 1
0.68ms
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` = '84' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.79ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.52ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.65ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.18ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.68ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
108.95ms
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` = 84 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
14.15ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
11.53ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
100.42ms
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` = 84 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.10ms
SELECT FOUND_ROWS()
1.83ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `webstore_id` ASC
3.27ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `position` ASC
0.86ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '1', '8', '9', '6', '7', '10', '2') ORDER BY `singular` ASC
0.74ms
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 ('23', '18', '15', '9', '8', '30', '7', '20', '22', '57', '44', '49') ORDER BY `singular` ASC
2.02ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('42', '39', '64', '50', '43', '40', '15', '35', '26', '59', '76', '31', '41', '28', '52') ORDER BY ISNULL(pos) ASC, `pos` ASC
9.63ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `name` ASC
1.62ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `name` ASC
3.42ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `position` ASC
19.11ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29733', '29708', '27489', '29715', '19069', '27563', '28998', '6489', '23534', '29330', '27232', '19075', '29723', '6766', '29322', '22367', '27233', '29724', '29323', '29734', '29709', '27490', '29716', '27564', '28999', '23535', '29331', '29717', '19797', '27565', '29000', '29097', '23536', '23599', '29332', '27234', '29725', '29773', '29261', '29324', '29735', '29710', '27491', '29260', '29325', '29736', '29711', '27492', '29718', '19798', '27566', '29001', '29098', '23537', '23600', '29333', '27235', '29772', '29726', '29099', '23538', '29106', '23601', '29334', '27236', '29771', '29727', '29259', '29326', '29737', '29712', '27493', '29719', '19799', '27567', '29002', '29262', '29327', '27494', '19800', '27568', '29100', '29107', '23602', '29335', '27237', '29774', '23603', '29336', '27238', '29738', '29713', '29720', '29003', '29263', '23539', '29328', '27495', '19801', '27569', '29728', '29101', '29108', '19802', '29729', '29102', '29109', '23604', '29337', '27239', '29739', '29714', '29721', '29004', '23540', '29329', '29338', '29740', '29722', '29005', '23541', '19803', '29730', '29103', '29110', '23605', '19804', '29731', '29104', '29111', '23606', '29339', '29006', '23542', '19805', '29732', '29105', '25070', '29599', '23357', '29591', '29552', '24998', '29592', '29553', '29568', '29600', '23358', '24999', '29601', '23359', '29593', '29554', '29569', '25000', '29594', '29555', '29570', '29602', '23360', '25001', '29603', '23361', '29595', '29556', '29571', '25002', '29596', '29557', '29572', '23362', '29604', '25003', '23363', '29605', '29597', '29558', '29573', '25004', '29574', '23364', '29606', '29598', '29559', '25076', '29575', '23365', '25077', '25078', '29680', '29679', '29678', '29681', '29682')
1.14ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '121', '122', '2', '5', '45', '4', '46', '80', '7', '8', '95', '96', '10', '47', '81', '11', '82', '48', '112', '13', '14', '97', '98', '16', '83', '113', '17', '84', '19', '20', '49', '124', '114', '85', '50', '115', '22', '23', '25', '51', '86', '116', '87', '52', '117', '28', '88', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.74ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.43ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6005', '5977') ORDER BY `webstore_id` ASC
0.57ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6005', '5977') ORDER BY `position` ASC
0.57ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29759', '29758', '29757', '29760', '29761', '29550', '29549', '29548', '29551')
0.36ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('152', '153', '154', '155', '157', '125', '126', '127', '128') ORDER BY `position` ASC
3.93ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') GROUP BY `articles`.`id`
0.54ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
326.30ms
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.90ms
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.30ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
646.47ms
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.85ms
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
3.78ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
9.84ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
0.40ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
1.04ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.03ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.89ms
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-08-03 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
2,697.68ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
2,030.15ms
+ 2,030.14ms
View #2 - components.page-header
2,097.27ms
+ 67.12ms
View #3 - components.facets
2,097.84ms
+ 0.57ms
View #4 - components.filters
2,098.38ms
+ 0.54ms
View #5 - components.close-button
2,098.94ms
+ 0.57ms
View #6 - components.accordion.wrapper
2,099.29ms
+ 0.34ms
View #7 - components.accordion.bodies.filters.list
2,099.33ms
+ 0.04ms
View #8 - components.accordion.wrapper
2,101.13ms
+ 1.81ms
View #9 - components.accordion.bodies.filters.colors
2,101.18ms
+ 0.05ms
View #10 - components.accordion.wrapper
2,102.00ms
+ 0.82ms
View #11 - components.accordion.bodies.filters.list
2,102.05ms
+ 0.05ms
View #12 - components.button
2,102.36ms
+ 0.30ms
View #13 - components.button
2,102.76ms
+ 0.41ms
View #14 - components.button
2,103.08ms
+ 0.32ms
View #15 - components.button
2,103.39ms
+ 0.31ms
View #16 - catalog.partials.products-listing
2,103.73ms
+ 0.34ms
View #17 - components.product-card
2,104.06ms
+ 0.33ms
View #18 - components.add-to-wishlist
2,169.63ms
+ 65.57ms
View #19 - components.product-card
2,174.69ms
+ 5.06ms
View #20 - components.add-to-wishlist
2,187.08ms
+ 12.40ms
View #21 - components.product-card
2,189.37ms
+ 2.28ms
View #22 - components.add-to-wishlist
2,194.03ms
+ 4.66ms
View #23 - components.product-card
2,203.92ms
+ 9.90ms
View #24 - components.add-to-wishlist
2,206.98ms
+ 3.06ms
View #25 - components.product-card
2,208.84ms
+ 1.86ms
View #26 - components.add-to-wishlist
2,221.72ms
+ 12.88ms
View #27 - components.product-card
2,224.01ms
+ 2.28ms
View #28 - components.add-to-wishlist
2,228.49ms
+ 4.48ms
View #29 - components.product-card
2,230.67ms
+ 2.18ms
View #30 - components.add-to-wishlist
2,233.62ms
+ 2.94ms
View #31 - components.catalog-push
2,235.51ms
+ 1.89ms
View #32 - components.button
2,236.75ms
+ 1.25ms
View #33 - components.product-card
2,237.13ms
+ 0.38ms
View #34 - components.add-to-wishlist
2,241.88ms
+ 4.76ms
View #35 - components.product-card
2,243.99ms
+ 2.11ms
View #36 - components.add-to-wishlist
2,246.98ms
+ 2.99ms
View #37 - components.product-card
2,248.78ms
+ 1.80ms
View #38 - components.add-to-wishlist
2,253.40ms
+ 4.62ms
View #39 - components.product-card
2,255.62ms
+ 2.22ms
View #40 - components.add-to-wishlist
2,269.46ms
+ 13.84ms
View #41 - components.product-card
2,271.69ms
+ 2.23ms
View #42 - components.add-to-wishlist
2,276.04ms
+ 4.35ms
View #43 - components.product-card
2,278.28ms
+ 2.24ms
View #44 - components.add-to-wishlist
2,282.86ms
+ 4.58ms
View #45 - components.product-card
2,285.02ms
+ 2.17ms
View #46 - components.add-to-wishlist
2,287.82ms
+ 2.79ms
View #47 - components.product-card
2,289.79ms
+ 1.97ms
View #48 - components.add-to-wishlist
2,294.21ms
+ 4.42ms
View #49 - components.product-card
2,296.11ms
+ 1.90ms
View #50 - components.add-to-wishlist
2,300.57ms
+ 4.45ms
View #51 - components.product-card
2,302.73ms
+ 2.17ms
View #52 - components.add-to-wishlist
2,307.18ms
+ 4.45ms
View #53 - components.product-card
2,309.42ms
+ 2.24ms
View #54 - components.add-to-wishlist
2,314.09ms
+ 4.66ms
View #55 - components.catalog-push
2,316.02ms
+ 1.94ms
View #56 - components.button
2,316.91ms
+ 0.89ms
View #57 - components.product-card
2,317.29ms
+ 0.38ms
View #58 - components.add-to-wishlist
2,321.93ms
+ 4.64ms
View #59 - components.product-card
2,324.10ms
+ 2.18ms
View #60 - components.add-to-wishlist
2,328.61ms
+ 4.50ms
View #61 - components.product-card
2,331.38ms
+ 2.78ms
View #62 - components.add-to-wishlist
2,336.02ms
+ 4.64ms
View #63 - components.product-card
2,338.31ms
+ 2.30ms
View #64 - components.add-to-wishlist
2,343.72ms
+ 5.41ms
View #65 - components.product-card
2,346.26ms
+ 2.54ms
View #66 - components.add-to-wishlist
2,351.19ms
+ 4.93ms
View #67 - components.product-card
2,354.14ms
+ 2.95ms
View #68 - components.add-to-wishlist
2,359.35ms
+ 5.21ms
View #69 - components.product-card
2,361.63ms
+ 2.27ms
View #70 - components.add-to-wishlist
2,366.13ms
+ 4.50ms
View #71 - components.product-card
2,368.60ms
+ 2.47ms
View #72 - components.add-to-wishlist
2,375.11ms
+ 6.51ms
View #73 - components.product-card
2,377.70ms
+ 2.59ms
View #74 - components.add-to-wishlist
2,383.63ms
+ 5.92ms
View #75 - components.product-card
2,387.14ms
+ 3.51ms
View #76 - components.add-to-wishlist
2,390.76ms
+ 3.62ms
View #77 - components.product-card
2,393.55ms
+ 2.79ms
View #78 - components.add-to-wishlist
2,400.29ms
+ 6.75ms
View #79 - components.product-card
2,402.36ms
+ 2.06ms
View #80 - components.add-to-wishlist
2,408.14ms
+ 5.79ms
View #81 - components.pagination
2,410.81ms
+ 2.67ms
View #82 - components.button
2,411.89ms
+ 1.08ms
View #83 - components.recently-viewed
2,412.32ms
+ 0.42ms
View #84 - components.product-related
2,422.56ms
+ 10.25ms
View #85 - components.seo-footer
2,422.94ms
+ 0.38ms
View #86 - components.facets
2,423.95ms
+ 1.01ms
View #87 - modules.seo-links
2,424.24ms
+ 0.28ms
View #88 - layout.layout
2,425.24ms
+ 1.00ms
View #89 - layout.meta
2,426.22ms
+ 0.98ms
View #90 - modules.notification
2,557.28ms
+ 131.06ms
View #91 - modules.header
2,558.28ms
+ 1.01ms
View #92 - modules.menu
2,559.18ms
+ 0.90ms
View #93 - components.menu-first-level
2,559.95ms
+ 0.76ms
View #94 - components.menu-second-level
2,564.23ms
+ 4.29ms
View #95 - components.menu-pushes
2,575.00ms
+ 10.76ms
View #96 - components.menu-pushes
2,586.52ms
+ 11.52ms
View #97 - components.menu-pushes
2,593.38ms
+ 6.86ms
View #98 - components.menu-pushes
2,602.36ms
+ 8.98ms
View #99 - components.menu-pushes
2,604.37ms
+ 2.01ms
View #100 - components.menu-pushes
2,606.02ms
+ 1.65ms
View #101 - svg.logo
2,607.18ms
+ 1.17ms
View #102 - modules.messages
2,608.05ms
+ 0.87ms
View #103 - modules.breadcrumbs
2,608.54ms
+ 0.49ms
View #104 - modules.footer
2,608.80ms
+ 0.26ms
View #105 - components.reinsurance-support
2,609.20ms
+ 0.40ms
View #106 - components.field
2,609.77ms
+ 0.57ms
View #107 - components.csrf-field
2,610.09ms
+ 0.32ms
View #108 - components.button
2,610.28ms
+ 0.19ms
View #109 - components.footer-links
2,610.65ms
+ 0.37ms
View #110 - modules.panel
2,613.83ms
+ 3.18ms
View #111 - modules.popin
2,614.07ms
+ 0.24ms
View #112 - modules.blueshift-popin
2,614.25ms
+ 0.18ms
View #113 - modules.search-panel
2,615.32ms
+ 1.07ms
View #114 - catalog.search-form
2,615.71ms
+ 0.39ms
View #115 - components.field
2,616.21ms
+ 0.50ms
View #116 - modules.toaster
2,616.99ms
+ 0.78ms
View #117 - layout.overlay
2,617.17ms
+ 0.18ms
View #118 - modules.webstore-switcher
2,619.57ms
+ 2.40ms
View #119 - components.close-button
2,620.18ms
+ 0.61ms
View #120 - components.native-select
2,620.96ms
+ 0.78ms
View #121 - components.native-select
2,621.64ms
+ 0.68ms
View #122 - components.button
2,622.08ms
+ 0.44ms
View #123 - components.button
2,622.49ms
+ 0.41ms
View #124 - helpers.grid
2,622.81ms
+ 0.32ms
View #125 - modules.loading-bar
2,623.00ms
+ 0.19ms
View #126 - 3rdparties.didomi
2,692.48ms
+ 69.48ms
View #127 - 3rdparties.gtm
2,692.75ms
+ 0.28ms
View #128 - 3rdparties.abtasty.main
2,692.93ms
+ 0.18ms
View #129 - 3rdparties.abtasty.tracking
2,693.08ms
+ 0.15ms
View #130 - 3rdparties.blueshift
2,693.35ms
+ 0.27ms
View #131 - 3rdparties.sizebay.main
2,693.80ms
+ 0.45ms
View #132 - 3rdparties.sizebay.tracking
2,694.03ms
+ 0.23ms
View #133 - 3rdparties.gsi
2,694.27ms
+ 0.24ms
View #134 - 3rdparties.applepay
2,694.71ms
+ 0.44ms
View #135 - 3rdparties.alma
2,695.11ms
+ 0.40ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
2,697.77ms
+ 2.66ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=8d70f108201bf5064c1c7c7509679d2a52a7f8ff%2BuI0PFJmHTz01kotdJzvfzLm4Dr8CBf5DeM4sxjZp
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) 48512
REDIRECT_URL string(23) /en/c-men-clothing.html
REDIRECT_QUERY_STRING string(23) /en/c-men-clothing.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(23) /en/c-men-clothing.html
REQUEST_URI string(23) /en/c-men-clothing.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788334682.859
REQUEST_TIME int 1788334682
HTTPS string(2) on
... array(3)
csrf_token string(40) FtFohgON8zjwcaVG2IghtaLSSvfr8bdqlBXjO1kx
cart string(12) Order object
last_category string(15) stdClass object