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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.35ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.62ms
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.47ms
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.25ms
SELECT * FROM `languages`
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.51ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.01ms
SELECT * FROM `config`
0.68ms
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-formal-shirts' LIMIT 1
0.63ms
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` = '25' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.55ms
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` = '6' LIMIT 1
0.43ms
SELECT * FROM `categories_links` WHERE `category_id` = '25' ORDER BY `position` ASC
28.08ms
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` = 25 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
8.24ms
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` = 25 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
96.92ms
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` = 25 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` = 25 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
4.32ms
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` = 25 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` = 6 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
18.85ms
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` = 25 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.12ms
SELECT FOUND_ROWS()
0.96ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') ORDER BY `webstore_id` ASC
1.21ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') ORDER BY `position` ASC
0.26ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('6') ORDER BY `singular` ASC
0.45ms
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 ('7') ORDER BY `singular` ASC
0.39ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('34', '33', '35') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.51ms
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 ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') ORDER BY `name` ASC
0.81ms
SELECT `colors`.*, `color_product`.`id` AS `pivot_id`, `color_product`.`product_id` AS `pivot_product_id`, `color_product`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_product` ON `colors`.`id` = `color_product`.`color_id` WHERE `color_product`.`product_id` IN ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') ORDER BY `name` ASC
1.43ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') ORDER BY `position` ASC
3.45ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29187', '29424', '25520', '23599', '27604', '27595', '27579', '28545', '27580', '29455', '29188', '29425', '25521', '23600', '27605', '27596', '23601', '27606', '27597', '28546', '27581', '29456', '29189', '29426', '25522', '28547', '27582', '29457', '29190', '29427', '25523', '23602', '27607', '27598', '27608', '27599', '28548', '27583', '29458', '29191', '29428', '25524', '23603', '28549', '27584', '29459', '29192', '29429', '25525', '23604', '27609', '27600', '28550', '27585', '29460', '25526', '29193', '29430', '23605', '27610', '27601', '25527', '29194', '29431', '23606', '27611', '27602', '27586', '25528', '29195', '29432', '25070', '27612', '27603', '26275', '29198', '29440', '29463', '29445', '29203', '27642', '29468', '29491', '27647', '29473', '28181', '29487', '27690', '27004', '29478', '29453', '28177', '29483', '29031', '29449', '23082', '29486', '27689', '27003', '29477', '29452', '28176', '29482', '29030', '29448', '23081', '26274', '29197', '29439', '29462', '29444', '29202', '27641', '29467', '29490', '27646', '29472', '28180', '29443', '29201', '27640', '29466', '29489', '27645', '29471', '28179', '29485', '27688', '27002', '29476', '29451', '28175', '29481', '29029', '29447', '23080', '26273', '29196', '29438', '29461', '29454', '28178', '29484', '29032', '29450', '23083', '29441', '26276', '29199', '29464', '29446', '29204', '27643', '29469', '29492', '27648', '29474', '28182', '29488', '27691', '27005', '29479', '29470', '27649', '29475', '27692', '27006', '29480', '29033', '29205', '23084', '29442', '26277', '29200', '29465', '27644', '28359')
0.50ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('80', '81', '82', '83', '84', '85', '86', '87', '88', '90', '91', '92', '93', '123', '212') ORDER BY `position` ASC
0.59ms
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 ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.04ms
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 ('5959', '5556', '5414', '5555', '5952', '5903', '5753', '5548', '5547', '5106', '5861', '5298', '5545', '4710', '4605', '5905', '5672', '5566', '5965', '5964', '5963', '5904', '5962', '5961', '5960', '5958', '5957', '5956', '5955', '5954', '5671') GROUP BY `articles`.`id`
0.37ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
259.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` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.80ms
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.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
407.87ms
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.93ms
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.86ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8125) ASC LIMIT 3
9.72ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8125) ASC LIMIT 3
0.27ms
SELECT `code`, `taxes` FROM `countries`
0.31ms
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.18ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.27ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.29ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.29ms
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.40ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.90ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.78ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.13ms
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
0.33ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,694.97ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,195.01ms
+ 1,195.01ms
View #2 - components.page-header
1,233.44ms
+ 38.43ms
View #3 - components.button
1,234.10ms
+ 0.66ms
View #4 - components.button
1,234.51ms
+ 0.41ms
View #5 - components.facets
1,234.77ms
+ 0.26ms
View #6 - components.filters
1,235.83ms
+ 1.06ms
View #7 - components.close-button
1,236.34ms
+ 0.51ms
View #8 - components.accordion.wrapper
1,236.69ms
+ 0.34ms
View #9 - components.accordion.bodies.filters.colors
1,236.73ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,238.48ms
+ 1.75ms
View #11 - components.accordion.bodies.filters.sizes
1,238.52ms
+ 0.05ms
View #12 - components.accordion.wrapper
1,239.38ms
+ 0.85ms
View #13 - components.accordion.bodies.filters.list
1,239.47ms
+ 0.09ms
View #14 - components.accordion.wrapper
1,239.88ms
+ 0.42ms
View #15 - components.accordion.bodies.filters.list
1,239.92ms
+ 0.04ms
View #16 - components.button
1,240.21ms
+ 0.29ms
View #17 - components.button
1,240.53ms
+ 0.32ms
View #18 - components.button
1,240.81ms
+ 0.28ms
View #19 - components.button
1,241.10ms
+ 0.29ms
View #20 - catalog.partials.products-listing
1,241.43ms
+ 0.33ms
View #21 - components.product-card
1,241.81ms
+ 0.38ms
View #22 - components.add-to-wishlist
1,292.50ms
+ 50.69ms
View #23 - components.product-card
1,296.27ms
+ 3.77ms
View #24 - components.add-to-wishlist
1,300.86ms
+ 4.59ms
View #25 - components.product-card
1,303.33ms
+ 2.47ms
View #26 - components.add-to-wishlist
1,307.53ms
+ 4.20ms
View #27 - components.product-card
1,309.72ms
+ 2.18ms
View #28 - components.add-to-wishlist
1,314.07ms
+ 4.35ms
View #29 - components.product-card
1,316.21ms
+ 2.14ms
View #30 - components.add-to-wishlist
1,320.79ms
+ 4.58ms
View #31 - components.product-card
1,323.06ms
+ 2.27ms
View #32 - components.add-to-wishlist
1,327.82ms
+ 4.76ms
View #33 - components.product-card
1,329.94ms
+ 2.12ms
View #34 - components.add-to-wishlist
1,334.26ms
+ 4.32ms
View #35 - components.catalog-push
1,336.34ms
+ 2.07ms
View #36 - components.button
1,337.65ms
+ 1.31ms
View #37 - components.product-card
1,338.03ms
+ 0.37ms
View #38 - components.add-to-wishlist
1,342.44ms
+ 4.42ms
View #39 - components.product-card
1,344.61ms
+ 2.17ms
View #40 - components.add-to-wishlist
1,349.03ms
+ 4.41ms
View #41 - components.product-card
1,351.09ms
+ 2.06ms
View #42 - components.add-to-wishlist
1,355.79ms
+ 4.70ms
View #43 - components.product-card
1,357.95ms
+ 2.15ms
View #44 - components.add-to-wishlist
1,361.97ms
+ 4.02ms
View #45 - components.product-card
1,364.24ms
+ 2.27ms
View #46 - components.add-to-wishlist
1,368.28ms
+ 4.04ms
View #47 - components.product-card
1,370.38ms
+ 2.10ms
View #48 - components.add-to-wishlist
1,374.72ms
+ 4.34ms
View #49 - components.product-card
1,376.90ms
+ 2.18ms
View #50 - components.add-to-wishlist
1,381.52ms
+ 4.63ms
View #51 - components.product-card
1,383.80ms
+ 2.28ms
View #52 - components.add-to-wishlist
1,387.84ms
+ 4.03ms
View #53 - components.product-card
1,389.96ms
+ 2.12ms
View #54 - components.add-to-wishlist
1,394.56ms
+ 4.60ms
View #55 - components.product-card
1,397.18ms
+ 2.62ms
View #56 - components.add-to-wishlist
1,401.25ms
+ 4.07ms
View #57 - components.product-card
1,403.61ms
+ 2.36ms
View #58 - components.add-to-wishlist
1,407.68ms
+ 4.08ms
View #59 - components.product-card
1,409.83ms
+ 2.15ms
View #60 - components.add-to-wishlist
1,414.07ms
+ 4.24ms
View #61 - components.product-card
1,416.21ms
+ 2.15ms
View #62 - components.add-to-wishlist
1,420.14ms
+ 3.93ms
View #63 - components.product-card
1,422.51ms
+ 2.37ms
View #64 - components.add-to-wishlist
1,426.47ms
+ 3.96ms
View #65 - components.product-card
1,428.89ms
+ 2.42ms
View #66 - components.add-to-wishlist
1,433.15ms
+ 4.26ms
View #67 - components.product-card
1,435.73ms
+ 2.58ms
View #68 - components.add-to-wishlist
1,439.97ms
+ 4.24ms
View #69 - components.product-card
1,442.16ms
+ 2.19ms
View #70 - components.add-to-wishlist
1,455.99ms
+ 13.83ms
View #71 - components.product-card
1,458.16ms
+ 2.17ms
View #72 - components.add-to-wishlist
1,462.35ms
+ 4.18ms
View #73 - components.product-card
1,465.00ms
+ 2.65ms
View #74 - components.add-to-wishlist
1,469.28ms
+ 4.28ms
View #75 - components.product-card
1,471.51ms
+ 2.24ms
View #76 - components.add-to-wishlist
1,475.68ms
+ 4.17ms
View #77 - components.product-card
1,478.17ms
+ 2.49ms
View #78 - components.add-to-wishlist
1,482.41ms
+ 4.24ms
View #79 - components.product-card
1,484.78ms
+ 2.37ms
View #80 - components.add-to-wishlist
1,489.54ms
+ 4.76ms
View #81 - components.product-card
1,492.08ms
+ 2.54ms
View #82 - components.add-to-wishlist
1,496.91ms
+ 4.82ms
View #83 - components.product-card
1,499.54ms
+ 2.63ms
View #84 - components.add-to-wishlist
1,503.81ms
+ 4.28ms
View #85 - components.pagination
1,506.52ms
+ 2.71ms
View #86 - components.button
1,507.71ms
+ 1.19ms
View #87 - components.recently-viewed
1,508.09ms
+ 0.38ms
View #88 - components.product-related
1,519.14ms
+ 11.06ms
View #89 - components.seo-footer
1,519.54ms
+ 0.40ms
View #90 - components.facets
1,520.50ms
+ 0.96ms
View #91 - components.button
1,520.81ms
+ 0.31ms
View #92 - components.button
1,521.16ms
+ 0.35ms
View #93 - modules.seo-links
1,521.58ms
+ 0.42ms
View #94 - layout.layout
1,521.87ms
+ 0.29ms
View #95 - layout.meta
1,522.74ms
+ 0.86ms
View #96 - modules.notification
1,605.84ms
+ 83.10ms
View #97 - modules.header
1,606.99ms
+ 1.15ms
View #98 - modules.menu
1,608.13ms
+ 1.14ms
View #99 - components.menu-first-level
1,608.92ms
+ 0.79ms
View #100 - components.menu-second-level
1,612.61ms
+ 3.69ms
View #101 - components.menu-pushes
1,621.00ms
+ 8.39ms
View #102 - components.menu-pushes
1,630.18ms
+ 9.18ms
View #103 - components.menu-pushes
1,635.87ms
+ 5.69ms
View #104 - components.menu-pushes
1,642.76ms
+ 6.89ms
View #105 - components.menu-pushes
1,644.77ms
+ 2.01ms
View #106 - components.menu-pushes
1,646.37ms
+ 1.60ms
View #107 - svg.logo
1,647.26ms
+ 0.90ms
View #108 - modules.messages
1,648.25ms
+ 0.99ms
View #109 - modules.breadcrumbs
1,648.76ms
+ 0.51ms
View #110 - modules.footer
1,649.04ms
+ 0.28ms
View #111 - components.reinsurance-support
1,649.46ms
+ 0.42ms
View #112 - components.field
1,650.14ms
+ 0.68ms
View #113 - components.csrf-field
1,650.49ms
+ 0.34ms
View #114 - components.button
1,650.68ms
+ 0.19ms
View #115 - components.footer-links
1,651.11ms
+ 0.44ms
View #116 - modules.panel
1,654.82ms
+ 3.71ms
View #117 - modules.popin
1,655.07ms
+ 0.25ms
View #118 - modules.blueshift-popin
1,655.29ms
+ 0.23ms
View #119 - modules.search-panel
1,656.40ms
+ 1.11ms
View #120 - catalog.search-form
1,656.78ms
+ 0.38ms
View #121 - components.field
1,657.30ms
+ 0.51ms
View #122 - modules.toaster
1,658.05ms
+ 0.76ms
View #123 - layout.overlay
1,658.23ms
+ 0.18ms
View #124 - modules.webstore-switcher
1,660.69ms
+ 2.46ms
View #125 - components.close-button
1,661.09ms
+ 0.40ms
View #126 - components.native-select
1,661.68ms
+ 0.59ms
View #127 - components.native-select
1,662.43ms
+ 0.75ms
View #128 - components.button
1,662.76ms
+ 0.33ms
View #129 - components.button
1,663.11ms
+ 0.35ms
View #130 - helpers.grid
1,663.48ms
+ 0.38ms
View #131 - modules.loading-bar
1,663.66ms
+ 0.18ms
View #132 - 3rdparties.didomi
1,690.10ms
+ 26.44ms
View #133 - 3rdparties.gtm
1,690.40ms
+ 0.29ms
View #134 - 3rdparties.abtasty.main
1,690.59ms
+ 0.20ms
View #135 - 3rdparties.abtasty.tracking
1,690.78ms
+ 0.18ms
View #136 - 3rdparties.blueshift
1,691.05ms
+ 0.28ms
View #137 - 3rdparties.sizebay.main
1,691.53ms
+ 0.48ms
View #138 - 3rdparties.sizebay.tracking
1,692.00ms
+ 0.47ms
View #139 - 3rdparties.gsi
1,692.29ms
+ 0.29ms
View #140 - 3rdparties.applepay
1,692.44ms
+ 0.15ms
View #141 - 3rdparties.alma
1,692.73ms
+ 0.29ms
View #142 - path: /var/www/html/laravel/profiling/template.blade.php
1,695.02ms
+ 2.29ms
... 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(54) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 52452
REDIRECT_URL string(29) /en/s-mens-formal-shirts.html
REDIRECT_QUERY_STRING string(29) /en/s-mens-formal-shirts.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(29) /en/s-mens-formal-shirts.html
REQUEST_URI string(29) /en/s-mens-formal-shirts.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786967512.117
REQUEST_TIME int 1786967512
HTTPS string(2) on
... array(3)
csrf_token string(40) mCeRp7lolPfdNJS1KFnfwGUFBH0itpq0apBgagFb
last_category string(15) stdClass object
cart string(12) Order object