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

Filters

Product family

Color

Sort by

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
1.03ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.60ms
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.65ms
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.37ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.48ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.40ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.90ms
SELECT * FROM `config`
0.64ms
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` = 'tailoring' LIMIT 1
0.70ms
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` = '153' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.94ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.28ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.35ms
SELECT * FROM `categories_links` WHERE `category_id` = '153' ORDER BY `position` ASC
87.22ms
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` = 153 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
11.61ms
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` = 153 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
8.34ms
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` = 153 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
83.50ms
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` = 153 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.11ms
SELECT FOUND_ROWS()
1.40ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') ORDER BY `webstore_id` ASC
1.25ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '9', '6', '8', '5', '4', '2', '10') ORDER BY `singular` ASC
0.66ms
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', '38', '7', '9', '18', '22', '30', '59', '15', '42') ORDER BY `singular` ASC
0.57ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('76', '73', '33', '50', '40', '35', '34', '15', '66', '51', '64', '62', '28', '12', '71') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.22ms
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 ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') ORDER BY `name` ASC
0.85ms
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 ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') ORDER BY `name` ASC
1.55ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') ORDER BY `position` ASC
3.75ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27475', '29090', '29322', '27489', '6489', '27429', '27563', '29088', '29391', '17837', '27431', '29358', '29089', '29185', '29373', '27306', '29050', '29359', '29051', '29374', '27476', '29323', '27490', '27564', '24105', '27477', '29324', '27491', '23599', '27565', '23339', '29034', '29360', '29052', '29375', '29097', '29397', '29361', '29053', '29376', '29098', '29398', '24106', '27478', '23600', '29325', '27492', '27566', '23340', '29035', '23601', '29326', '27493', '27567', '23341', '18187', '29036', '29362', '29054', '29377', '29099', '29399', '24107', '27479', '29378', '29100', '29400', '24108', '27480', '23602', '29327', '27494', '27568', '23342', '18188', '29037', '29363', '18189', '29055', '29038', '29364', '29379', '29101', '29401', '24109', '27481', '23603', '29328', '27495', '27569', '23343', '29380', '29102', '29402', '24110', '23604', '29329', '23344', '18190', '29056', '29039', '29040', '29103', '29403', '24111', '23605', '23345', '18191', '29057', '24112', '23606', '23346', '18192', '29041', '29104', '29404', '29105', '29405', '24113', '25070', '23347', '18193', '24114', '24115', '29568', '29569', '29570', '29094', '29093', '29571', '29092', '29095', '29572', '29096', '29573', '29574', '29575')
0.65ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '121', '122', '44', '4', '45', '80', '7', '46', '10', '47', '81', '82', '13', '112', '48', '16', '83', '113', '114', '49', '84', '19', '22', '85', '115', '50', '86', '116', '51', '87', '117', '88', '118', '129', '187', '64', '66', '68', '90', '91', '70', '92', '93', '72', '123', '74', '76', '130') ORDER BY `position` ASC
0.67ms
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 ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.55ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5885', '6002', '5851', '5852', '5009', '4669', '5980', '5849') ORDER BY `webstore_id` ASC
0.92ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5885', '6002', '5851', '5852', '5009', '4669', '5980', '5849') ORDER BY `position` ASC
1.99ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29733', '23534', '29016', '29007', '29734', '23535', '29017', '29008', '29137', '23536', '29018', '29009', '29138', '29735', '29736', '23537', '29019', '29010', '29139', '29020', '29011', '29140', '29737', '23538', '29738', '23539', '29021', '29012', '29141', '29022', '29013', '29142', '29739', '23540', '29740', '23541', '29023', '29014', '23542', '29015', '23357', '24998', '28989', '29568', '23358', '24999', '28990', '23359', '29569', '25000', '28991', '29570', '23360', '25001', '28992', '23361', '29571', '28993', '25002', '29572', '23362', '25003', '28994', '29573', '23363', '28995', '25004', '29574', '23364', '25076', '28996', '29575', '23365', '28997', '25077', '25078')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151') ORDER BY `position` ASC
1.61ms
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 ('5514', '5504', '5949', '5874', '5980', '5474', '5878', '5864', '5877', '68', '5853', '5933', '5943', '5931', '3525', '6013', '5862', '5516', '5875', '4714', '5543', '3452', '4710', '5854', '5901', '4834', '5502', '5886', '5873', '5927', '4665') GROUP BY `articles`.`id`
0.44ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
153.13ms
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.81ms
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.43ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
307.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.73ms
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
4.91ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9253) ASC LIMIT 3
11.24ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9253) ASC LIMIT 3
0.47ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
0.98ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.97ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.10ms
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
1,637.24ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
1,067.74ms
+ 1,067.74ms
View #2 - components.page-header
1,124.61ms
+ 56.87ms
View #3 - components.facets
1,125.20ms
+ 0.59ms
View #4 - components.filters
1,125.70ms
+ 0.49ms
View #5 - components.close-button
1,126.21ms
+ 0.51ms
View #6 - components.accordion.wrapper
1,126.56ms
+ 0.35ms
View #7 - components.accordion.bodies.filters.list
1,126.62ms
+ 0.06ms
View #8 - components.accordion.wrapper
1,128.39ms
+ 1.77ms
View #9 - components.accordion.bodies.filters.colors
1,128.44ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,129.17ms
+ 0.73ms
View #11 - components.accordion.bodies.filters.list
1,129.22ms
+ 0.05ms
View #12 - components.button
1,129.53ms
+ 0.32ms
View #13 - components.button
1,129.95ms
+ 0.41ms
View #14 - components.button
1,130.30ms
+ 0.35ms
View #15 - components.button
1,130.62ms
+ 0.32ms
View #16 - catalog.partials.products-listing
1,130.97ms
+ 0.35ms
View #17 - components.product-card
1,131.32ms
+ 0.35ms
View #18 - components.add-to-wishlist
1,184.34ms
+ 53.02ms
View #19 - components.product-card
1,186.94ms
+ 2.60ms
View #20 - components.add-to-wishlist
1,190.66ms
+ 3.72ms
View #21 - components.product-card
1,193.34ms
+ 2.68ms
View #22 - components.add-to-wishlist
1,198.53ms
+ 5.19ms
View #23 - components.product-card
1,200.93ms
+ 2.40ms
View #24 - components.add-to-wishlist
1,205.12ms
+ 4.19ms
View #25 - components.product-card
1,207.61ms
+ 2.48ms
View #26 - components.add-to-wishlist
1,214.11ms
+ 6.51ms
View #27 - components.product-card
1,216.78ms
+ 2.67ms
View #28 - components.add-to-wishlist
1,220.05ms
+ 3.27ms
View #29 - components.product-card
1,222.03ms
+ 1.97ms
View #30 - components.add-to-wishlist
1,227.46ms
+ 5.43ms
View #31 - components.catalog-push
1,229.52ms
+ 2.06ms
View #32 - components.product-card
1,230.77ms
+ 1.25ms
View #33 - components.add-to-wishlist
1,246.46ms
+ 15.69ms
View #34 - components.product-card
1,248.78ms
+ 2.32ms
View #35 - components.add-to-wishlist
1,253.09ms
+ 4.30ms
View #36 - components.product-card
1,255.89ms
+ 2.80ms
View #37 - components.add-to-wishlist
1,259.08ms
+ 3.20ms
View #38 - components.product-card
1,261.05ms
+ 1.96ms
View #39 - components.add-to-wishlist
1,268.46ms
+ 7.41ms
View #40 - components.product-card
1,270.98ms
+ 2.52ms
View #41 - components.add-to-wishlist
1,276.36ms
+ 5.38ms
View #42 - components.product-card
1,278.68ms
+ 2.32ms
View #43 - components.add-to-wishlist
1,281.93ms
+ 3.25ms
View #44 - components.product-card
1,284.36ms
+ 2.43ms
View #45 - components.add-to-wishlist
1,289.92ms
+ 5.57ms
View #46 - components.product-card
1,292.08ms
+ 2.15ms
View #47 - components.add-to-wishlist
1,296.82ms
+ 4.74ms
View #48 - components.product-card
1,298.89ms
+ 2.07ms
View #49 - components.add-to-wishlist
1,304.90ms
+ 6.01ms
View #50 - components.product-card
1,307.65ms
+ 2.75ms
View #51 - components.add-to-wishlist
1,312.17ms
+ 4.52ms
View #52 - components.product-card
1,314.19ms
+ 2.02ms
View #53 - components.add-to-wishlist
1,318.84ms
+ 4.65ms
View #54 - components.product-card
1,321.56ms
+ 2.72ms
View #55 - components.add-to-wishlist
1,324.84ms
+ 3.28ms
View #56 - components.product-card
1,327.06ms
+ 2.22ms
View #57 - components.add-to-wishlist
1,334.01ms
+ 6.95ms
View #58 - components.product-card
1,336.78ms
+ 2.77ms
View #59 - components.add-to-wishlist
1,341.62ms
+ 4.85ms
View #60 - components.product-card
1,343.81ms
+ 2.19ms
View #61 - components.add-to-wishlist
1,346.99ms
+ 3.18ms
View #62 - components.product-card
1,349.02ms
+ 2.03ms
View #63 - components.add-to-wishlist
1,354.15ms
+ 5.13ms
View #64 - components.product-card
1,356.42ms
+ 2.27ms
View #65 - components.add-to-wishlist
1,363.30ms
+ 6.88ms
View #66 - components.product-card
1,365.93ms
+ 2.63ms
View #67 - components.add-to-wishlist
1,369.19ms
+ 3.27ms
View #68 - components.product-card
1,371.39ms
+ 2.19ms
View #69 - components.add-to-wishlist
1,376.30ms
+ 4.92ms
View #70 - components.product-card
1,378.26ms
+ 1.96ms
View #71 - components.add-to-wishlist
1,381.42ms
+ 3.16ms
View #72 - components.product-card
1,383.74ms
+ 2.32ms
View #73 - components.add-to-wishlist
1,390.14ms
+ 6.39ms
View #74 - components.product-card
1,393.20ms
+ 3.07ms
View #75 - components.add-to-wishlist
1,396.47ms
+ 3.27ms
View #76 - components.product-card
1,398.70ms
+ 2.23ms
View #77 - components.add-to-wishlist
1,403.42ms
+ 4.72ms
View #78 - components.product-card
1,405.66ms
+ 2.24ms
View #79 - components.add-to-wishlist
1,411.24ms
+ 5.58ms
View #80 - components.pagination
1,414.45ms
+ 3.21ms
View #81 - components.button
1,415.48ms
+ 1.03ms
View #82 - components.recently-viewed
1,415.84ms
+ 0.36ms
View #83 - components.product-related
1,424.42ms
+ 8.58ms
View #84 - components.seo-footer
1,424.79ms
+ 0.37ms
View #85 - components.facets
1,425.77ms
+ 0.97ms
View #86 - modules.seo-links
1,426.26ms
+ 0.50ms
View #87 - layout.layout
1,426.63ms
+ 0.37ms
View #88 - layout.meta
1,427.48ms
+ 0.85ms
View #89 - modules.notification
1,536.71ms
+ 109.23ms
View #90 - modules.header
1,537.74ms
+ 1.03ms
View #91 - modules.menu
1,538.57ms
+ 0.83ms
View #92 - components.menu-first-level
1,539.23ms
+ 0.66ms
View #93 - components.menu-second-level
1,543.11ms
+ 3.89ms
View #94 - components.menu-pushes
1,553.03ms
+ 9.92ms
View #95 - components.menu-pushes
1,561.24ms
+ 8.21ms
View #96 - components.menu-pushes
1,567.56ms
+ 6.32ms
View #97 - components.menu-pushes
1,574.70ms
+ 7.14ms
View #98 - components.menu-pushes
1,576.98ms
+ 2.28ms
View #99 - components.menu-pushes
1,578.84ms
+ 1.86ms
View #100 - svg.logo
1,579.85ms
+ 1.01ms
View #101 - modules.messages
1,580.80ms
+ 0.95ms
View #102 - modules.breadcrumbs
1,581.33ms
+ 0.53ms
View #103 - modules.footer
1,581.63ms
+ 0.30ms
View #104 - components.reinsurance-support
1,582.08ms
+ 0.44ms
View #105 - components.field
1,582.71ms
+ 0.63ms
View #106 - components.csrf-field
1,583.04ms
+ 0.34ms
View #107 - components.button
1,583.26ms
+ 0.22ms
View #108 - components.footer-links
1,583.57ms
+ 0.31ms
View #109 - modules.panel
1,588.92ms
+ 5.35ms
View #110 - modules.popin
1,589.24ms
+ 0.32ms
View #111 - modules.blueshift-popin
1,589.47ms
+ 0.23ms
View #112 - modules.search-panel
1,590.68ms
+ 1.20ms
View #113 - catalog.search-form
1,591.09ms
+ 0.41ms
View #114 - components.field
1,591.71ms
+ 0.61ms
View #115 - modules.toaster
1,592.60ms
+ 0.90ms
View #116 - layout.overlay
1,592.77ms
+ 0.17ms
View #117 - modules.webstore-switcher
1,595.00ms
+ 2.22ms
View #118 - components.close-button
1,595.44ms
+ 0.45ms
View #119 - components.native-select
1,595.98ms
+ 0.53ms
View #120 - components.native-select
1,596.58ms
+ 0.61ms
View #121 - components.button
1,596.87ms
+ 0.29ms
View #122 - components.button
1,597.22ms
+ 0.36ms
View #123 - helpers.grid
1,597.67ms
+ 0.44ms
View #124 - modules.loading-bar
1,597.91ms
+ 0.25ms
View #125 - 3rdparties.didomi
1,632.79ms
+ 34.87ms
View #126 - 3rdparties.gtm
1,633.08ms
+ 0.29ms
View #127 - 3rdparties.abtasty.main
1,633.27ms
+ 0.19ms
View #128 - 3rdparties.abtasty.tracking
1,633.42ms
+ 0.16ms
View #129 - 3rdparties.blueshift
1,633.87ms
+ 0.45ms
View #130 - 3rdparties.sizebay.main
1,634.32ms
+ 0.45ms
View #131 - 3rdparties.sizebay.tracking
1,634.58ms
+ 0.26ms
View #132 - 3rdparties.gsi
1,634.97ms
+ 0.38ms
View #133 - 3rdparties.applepay
1,635.15ms
+ 0.18ms
View #134 - 3rdparties.alma
1,635.49ms
+ 0.34ms
View #135 - path: /var/www/html/laravel/profiling/template.blade.php
1,637.29ms
+ 1.80ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(349) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=a7c59e35801d7ca1f588edf90962c6b8de0a7ff9%2Bm7XMrMxCmpxIK9kuOFuCVho88beo6W8KPqBYiOnt; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=a7c59e35801d7ca1f588edf90962c6b8de0a7ff9%2Bm7XMrMxCmpxIK9kuOFuCVho88beo6W8KPqBYiOnt; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 58458
REDIRECT_URL string(20) /en/c-tailoring.html
REDIRECT_QUERY_STRING string(20) /en/c-tailoring.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(20) /en/c-tailoring.html
REQUEST_URI string(20) /en/c-tailoring.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788329701.628
REQUEST_TIME int 1788329701
HTTPS string(2) on
... array(3)
csrf_token string(40) bkEntQDkPkO6IiIiYnVFwrBPvmRJG8Cq4wtZXL3n
cart string(12) Order object
last_category string(15) stdClass object