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

Filters

Color

Size

Product type

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.47ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.63ms
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.19ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.23ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.94ms
SELECT * FROM `config`
0.57ms
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` = '5') AND `slug_en` = 'mens-blazers-jackets' LIMIT 1
0.55ms
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` = '23' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.52ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.26ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '4' LIMIT 1
0.41ms
SELECT * FROM `categories_links` WHERE `category_id` = '23' ORDER BY `position` ASC
16.85ms
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` = 23 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
7.78ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 23 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
166.29ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 23 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 23 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
7.61ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 23 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 4 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
18.45ms
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` = 23 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 31 OFFSET 0
0.15ms
SELECT FOUND_ROWS()
1.63ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') ORDER BY `webstore_id` ASC
1.79ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') ORDER BY `position` ASC
0.55ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '2') ORDER BY `singular` ASC
0.48ms
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', '22', '61') ORDER BY `singular` ASC
0.53ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '42') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.18ms
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 ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') ORDER BY `name` ASC
1.18ms
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 ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') ORDER BY `name` ASC
2.88ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') ORDER BY `position` ASC
6.61ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28870', '28041', '29042', '29741', '27172', '28303', '29723', '28021', '26942', '29698', '28326', '28855', '28862', '28056', '29050', '29733', '27164', '29708', '27232', '28289', '29715', '29749', '28009', '28029', '26863', '28057', '29051', '28064', '29734', '29058', '27165', '29709', '27233', '28290', '29716', '27350', '29750', '28010', '28030', '26864', '28871', '28042', '29043', '29742', '27173', '28304', '29724', '29137', '28022', '26943', '29699', '28327', '28856', '28863', '29743', '27174', '28305', '29725', '29138', '28023', '26944', '29700', '28328', '28857', '28864', '28058', '29052', '28065', '29735', '29059', '27166', '29710', '27234', '28291', '29717', '27351', '29751', '28011', '28031', '26865', '28872', '28043', '29044', '27167', '29711', '27235', '28292', '29718', '27352', '29752', '28012', '28032', '26866', '28873', '28044', '29045', '29744', '27175', '28306', '29726', '29139', '28024', '26945', '29701', '28329', '28858', '28865', '28059', '29053', '28066', '29736', '29060', '29727', '29140', '28025', '26946', '29702', '28330', '28859', '28866', '28060', '29054', '28067', '29737', '29061', '27168', '29712', '27236', '28293', '29719', '27353', '29753', '28013', '28033', '28307', '26867', '28874', '28045', '29046', '29745', '27176', '27237', '28014', '28034', '28308', '26868', '28875', '28046', '29047', '27238', '29746', '27177', '29728', '29141', '28026', '26947', '29703', '28331', '28860', '28867', '28061', '29055', '28068', '29738', '29062', '27169', '29713', '28294', '29720', '27354', '29754', '28332', '28861', '28868', '28062', '29056', '28069', '29739', '29063', '27170', '29714', '28295', '29721', '27355', '29755', '28015', '28035', '28309', '26869', '28876', '28047', '29048', '27239', '29747', '27178', '29729', '29142', '28027', '26948', '29704', '26870', '28048', '29049', '29748', '27179', '29730', '28028', '26949', '29705', '28869', '28063', '29057', '29740', '27171', '28296', '29722', '29756', '28016', '28036', '28310', '26871', '29731', '26950', '29706', '29732', '29707', '26951', '26872', '29759', '28039', '29758', '28038', '29757', '28037', '29760', '28040', '29761')
0.42ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '47', '11', '48', '14', '17', '49', '20', '50', '23', '51', '52', '53', '152', '153', '154', '155', '157') ORDER BY `position` ASC
0.87ms
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 ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.34ms
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 ('5998', '5865', '6005', '6004', '6003', '6002', '6001', '6000', '5999', '5697', '5885', '5634', '5810', '5809', '5694', '5808', '5633', '5864', '5863', '5484', '5631', '5630', '5629', '5628', '5692', '5400', '5626', '5447', '5446', '5390', '5461') GROUP BY `articles`.`id`
0.58ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
489.65ms
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
5.11ms
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
1.14ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
1,156.32ms
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.16ms
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.97ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8123) ASC LIMIT 3
16.37ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8123) ASC LIMIT 3
0.40ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
1.03ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.91ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.28ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-07-18 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
3,164.58ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
2,609.94ms
+ 2,609.93ms
View #2 - components.page-header
2,665.34ms
+ 55.40ms
View #3 - components.button
2,666.01ms
+ 0.67ms
View #4 - components.button
2,666.44ms
+ 0.44ms
View #5 - components.facets
2,666.70ms
+ 0.26ms
View #6 - components.filters
2,667.72ms
+ 1.02ms
View #7 - components.close-button
2,668.39ms
+ 0.67ms
View #8 - components.accordion.wrapper
2,668.76ms
+ 0.37ms
View #9 - components.accordion.bodies.filters.colors
2,668.80ms
+ 0.04ms
View #10 - components.accordion.wrapper
2,670.49ms
+ 1.69ms
View #11 - components.accordion.bodies.filters.sizes
2,670.54ms
+ 0.05ms
View #12 - components.accordion.wrapper
2,671.71ms
+ 1.17ms
View #13 - components.accordion.bodies.filters.list
2,671.75ms
+ 0.05ms
View #14 - components.accordion.wrapper
2,672.19ms
+ 0.43ms
View #15 - components.accordion.bodies.filters.list
2,672.23ms
+ 0.04ms
View #16 - components.button
2,672.63ms
+ 0.40ms
View #17 - components.button
2,672.95ms
+ 0.32ms
View #18 - components.button
2,673.25ms
+ 0.29ms
View #19 - components.button
2,673.56ms
+ 0.32ms
View #20 - catalog.partials.products-listing
2,673.90ms
+ 0.34ms
View #21 - components.product-card
2,674.21ms
+ 0.31ms
View #22 - components.add-to-wishlist
2,726.17ms
+ 51.96ms
View #23 - components.product-card
2,729.93ms
+ 3.76ms
View #24 - components.add-to-wishlist
2,734.56ms
+ 4.63ms
View #25 - components.product-card
2,737.02ms
+ 2.45ms
View #26 - components.add-to-wishlist
2,741.35ms
+ 4.34ms
View #27 - components.product-card
2,743.91ms
+ 2.56ms
View #28 - components.add-to-wishlist
2,749.24ms
+ 5.33ms
View #29 - components.product-card
2,751.72ms
+ 2.48ms
View #30 - components.add-to-wishlist
2,756.49ms
+ 4.78ms
View #31 - components.product-card
2,758.76ms
+ 2.27ms
View #32 - components.add-to-wishlist
2,763.54ms
+ 4.78ms
View #33 - components.product-card
2,765.68ms
+ 2.14ms
View #34 - components.add-to-wishlist
2,770.60ms
+ 4.91ms
View #35 - components.catalog-push
2,772.97ms
+ 2.37ms
View #36 - components.button
2,774.23ms
+ 1.26ms
View #37 - components.product-card
2,774.63ms
+ 0.40ms
View #38 - components.add-to-wishlist
2,779.36ms
+ 4.74ms
View #39 - components.product-card
2,781.61ms
+ 2.24ms
View #40 - components.add-to-wishlist
2,786.19ms
+ 4.58ms
View #41 - components.product-card
2,788.41ms
+ 2.23ms
View #42 - components.add-to-wishlist
2,802.31ms
+ 13.90ms
View #43 - components.product-card
2,804.69ms
+ 2.38ms
View #44 - components.add-to-wishlist
2,809.17ms
+ 4.48ms
View #45 - components.product-card
2,811.46ms
+ 2.29ms
View #46 - components.add-to-wishlist
2,816.40ms
+ 4.94ms
View #47 - components.product-card
2,819.02ms
+ 2.63ms
View #48 - components.add-to-wishlist
2,824.31ms
+ 5.29ms
View #49 - components.product-card
2,826.68ms
+ 2.37ms
View #50 - components.add-to-wishlist
2,831.70ms
+ 5.02ms
View #51 - components.product-card
2,834.29ms
+ 2.59ms
View #52 - components.add-to-wishlist
2,839.29ms
+ 5.00ms
View #53 - components.product-card
2,841.62ms
+ 2.33ms
View #54 - components.add-to-wishlist
2,846.69ms
+ 5.07ms
View #55 - components.product-card
2,849.17ms
+ 2.47ms
View #56 - components.add-to-wishlist
2,854.41ms
+ 5.25ms
View #57 - components.product-card
2,856.81ms
+ 2.40ms
View #58 - components.add-to-wishlist
2,861.83ms
+ 5.02ms
View #59 - components.product-card
2,864.36ms
+ 2.53ms
View #60 - components.add-to-wishlist
2,869.27ms
+ 4.91ms
View #61 - components.product-card
2,871.82ms
+ 2.55ms
View #62 - components.add-to-wishlist
2,876.45ms
+ 4.62ms
View #63 - components.product-card
2,878.86ms
+ 2.41ms
View #64 - components.add-to-wishlist
2,884.10ms
+ 5.24ms
View #65 - components.product-card
2,886.44ms
+ 2.34ms
View #66 - components.add-to-wishlist
2,890.91ms
+ 4.47ms
View #67 - components.product-card
2,893.65ms
+ 2.74ms
View #68 - components.add-to-wishlist
2,898.39ms
+ 4.74ms
View #69 - components.product-card
2,900.81ms
+ 2.42ms
View #70 - components.add-to-wishlist
2,905.79ms
+ 4.98ms
View #71 - components.product-card
2,908.18ms
+ 2.39ms
View #72 - components.add-to-wishlist
2,913.29ms
+ 5.11ms
View #73 - components.product-card
2,915.81ms
+ 2.53ms
View #74 - components.add-to-wishlist
2,920.97ms
+ 5.16ms
View #75 - components.product-card
2,923.61ms
+ 2.64ms
View #76 - components.add-to-wishlist
2,928.42ms
+ 4.81ms
View #77 - components.product-card
2,930.76ms
+ 2.35ms
View #78 - components.add-to-wishlist
2,935.59ms
+ 4.82ms
View #79 - components.product-card
2,937.86ms
+ 2.27ms
View #80 - components.add-to-wishlist
2,942.84ms
+ 4.98ms
View #81 - components.product-card
2,945.14ms
+ 2.30ms
View #82 - components.add-to-wishlist
2,950.12ms
+ 4.98ms
View #83 - components.product-card
2,952.62ms
+ 2.50ms
View #84 - components.add-to-wishlist
2,957.45ms
+ 4.83ms
View #85 - components.pagination
2,959.86ms
+ 2.40ms
View #86 - components.button
2,960.83ms
+ 0.97ms
View #87 - components.recently-viewed
2,961.26ms
+ 0.43ms
View #88 - components.product-related
2,971.72ms
+ 10.46ms
View #89 - components.seo-footer
2,972.26ms
+ 0.54ms
View #90 - components.facets
2,973.31ms
+ 1.05ms
View #91 - components.button
2,973.68ms
+ 0.38ms
View #92 - components.button
2,974.03ms
+ 0.35ms
View #93 - modules.seo-links
2,974.30ms
+ 0.27ms
View #94 - layout.layout
2,975.39ms
+ 1.09ms
View #95 - layout.meta
2,976.20ms
+ 0.81ms
View #96 - modules.notification
3,078.90ms
+ 102.70ms
View #97 - modules.header
3,079.96ms
+ 1.05ms
View #98 - modules.menu
3,080.77ms
+ 0.81ms
View #99 - components.menu-first-level
3,081.47ms
+ 0.70ms
View #100 - components.menu-second-level
3,084.81ms
+ 3.34ms
View #101 - components.menu-pushes
3,092.72ms
+ 7.92ms
View #102 - components.menu-pushes
3,100.37ms
+ 7.65ms
View #103 - components.menu-pushes
3,105.93ms
+ 5.56ms
View #104 - components.menu-pushes
3,111.38ms
+ 5.45ms
View #105 - components.menu-pushes
3,113.59ms
+ 2.22ms
View #106 - components.menu-pushes
3,115.15ms
+ 1.56ms
View #107 - svg.logo
3,116.06ms
+ 0.91ms
View #108 - modules.messages
3,116.89ms
+ 0.83ms
View #109 - modules.breadcrumbs
3,117.36ms
+ 0.47ms
View #110 - modules.footer
3,117.99ms
+ 0.63ms
View #111 - components.reinsurance-support
3,118.47ms
+ 0.48ms
View #112 - components.field
3,119.17ms
+ 0.70ms
View #113 - components.csrf-field
3,119.53ms
+ 0.36ms
View #114 - components.button
3,119.73ms
+ 0.20ms
View #115 - components.footer-links
3,120.04ms
+ 0.31ms
View #116 - modules.panel
3,123.49ms
+ 3.45ms
View #117 - modules.popin
3,123.72ms
+ 0.22ms
View #118 - modules.blueshift-popin
3,123.90ms
+ 0.18ms
View #119 - modules.search-panel
3,124.85ms
+ 0.95ms
View #120 - catalog.search-form
3,125.21ms
+ 0.36ms
View #121 - components.field
3,125.72ms
+ 0.50ms
View #122 - modules.toaster
3,126.48ms
+ 0.77ms
View #123 - layout.overlay
3,126.65ms
+ 0.16ms
View #124 - modules.webstore-switcher
3,128.96ms
+ 2.31ms
View #125 - components.close-button
3,129.41ms
+ 0.45ms
View #126 - components.native-select
3,129.91ms
+ 0.50ms
View #127 - components.native-select
3,130.46ms
+ 0.55ms
View #128 - components.button
3,130.73ms
+ 0.27ms
View #129 - components.button
3,131.14ms
+ 0.41ms
View #130 - helpers.grid
3,131.54ms
+ 0.40ms
View #131 - modules.loading-bar
3,131.77ms
+ 0.23ms
View #132 - 3rdparties.didomi
3,160.62ms
+ 28.85ms
View #133 - 3rdparties.gtm
3,160.89ms
+ 0.27ms
View #134 - 3rdparties.abtasty.main
3,161.08ms
+ 0.19ms
View #135 - 3rdparties.abtasty.tracking
3,161.23ms
+ 0.15ms
View #136 - 3rdparties.blueshift
3,161.50ms
+ 0.27ms
View #137 - 3rdparties.sizebay.main
3,162.02ms
+ 0.52ms
View #138 - 3rdparties.sizebay.tracking
3,162.30ms
+ 0.29ms
View #139 - 3rdparties.gsi
3,162.57ms
+ 0.26ms
View #140 - 3rdparties.applepay
3,162.80ms
+ 0.23ms
View #141 - 3rdparties.alma
3,163.09ms
+ 0.30ms
View #142 - path: /var/www/html/laravel/profiling/template.blade.php
3,164.63ms
+ 1.54ms
... 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=7c067128dbcc903e274856b55ceb80ebb956f487%2Bw0xdPXGtjyamNonoSzAx55RJcHFbJ0uPnh98uzgi
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) 52464
REDIRECT_URL string(31) /en/s-mens-blazers-jackets.html
REDIRECT_QUERY_STRING string(31) /en/s-mens-blazers-jackets.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/s-mens-blazers-jackets.html
REQUEST_URI string(31) /en/s-mens-blazers-jackets.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786967515.145
REQUEST_TIME int 1786967515
HTTPS string(2) on
... array(3)
csrf_token string(40) mCeRp7lolPfdNJS1KFnfwGUFBH0itpq0apBgagFb
last_category string(15) stdClass object
cart string(12) Order object