Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Color

Size

Product type

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.44ms
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.32ms
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.21ms
SELECT * FROM `languages`
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.73ms
SELECT * FROM `config`
0.52ms
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` = 'mid-season-sale-suits' LIMIT 1
0.47ms
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` = '34' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.36ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '100' AND `webstore_id` = '1' ORDER BY `position` ASC
0.34ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.48ms
SELECT * FROM `categories_links` WHERE `category_id` = '34' ORDER BY `position` ASC
7.99ms
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` = 34 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
3.07ms
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` = 34 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
38.89ms
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` = 34 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` = 34 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
3.05ms
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` = 34 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` = 1 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
9.13ms
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` = 34 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()
1.00ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `webstore_id` ASC
1.14ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `position` ASC
0.33ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '2', '5', '4') ORDER BY `singular` ASC
0.38ms
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', '22', '15', '18') ORDER BY `singular` ASC
0.38ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('64', '28', '66', '39', '76') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.99ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `name` ASC
0.72ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `name` ASC
1.14ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY `position` ASC
2.12ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28473', '28480', '28496', '27034', '28503', '28319', '28510', '28488', '28133', '28142', '28839', '28489', '28134', '28143', '28840', '28460', '28474', '25026', '28481', '28497', '28297', '27035', '28504', '28320', '28511', '25027', '28482', '28498', '28298', '27036', '28505', '28321', '28512', '28490', '28135', '28144', '28841', '28461', '28475', '28136', '28145', '28842', '28462', '28476', '25028', '28483', '28499', '28299', '27037', '28506', '28322', '28513', '28491', '28514', '28492', '28137', '28843', '28146', '28463', '28477', '25029', '28484', '28500', '28300', '27038', '28507', '28323', '28464', '28478', '28455', '25030', '28485', '28501', '28301', '27039', '28508', '28324', '28515', '28493', '28138', '28147', '28494', '28139', '28148', '28465', '28479', '28456', '25031', '28486', '28502', '28302', '27040', '28509', '28325', '28516', '28844', '28457', '28487', '27041', '28517', '28845', '28495', '28458', '28846', '28459', '28264', '28265', '28266', '28267')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '2', '44', '4', '45', '5', '8', '7', '46', '10', '47', '11', '13', '48', '14', '16', '17', '19', '20', '49', '22', '50', '25', '51', '28', '65', '67', '69', '71') ORDER BY `position` ASC
0.85ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.91ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5805', '5812', '5813', '5814', '5807', '5695', '5809', '5694', '5447', '5692', '5429', '5386', '5795', '5382', '5428', '5794', '5691', '5791', '5445', '5684', '5790', '5796') ORDER BY `webstore_id` ASC
1.60ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5805', '5812', '5813', '5814', '5807', '5695', '5809', '5694', '5447', '5692', '5429', '5386', '5795', '5382', '5428', '5794', '5691', '5791', '5445', '5684', '5790', '5796') ORDER BY `position` ASC
3.87ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27172', '28303', '28892', '28831', '28862', '27050', '26942', '28289', '28311', '28900', '28847', '28884', '26943', '28290', '28312', '28901', '28848', '28885', '27173', '28304', '28893', '28832', '28863', '27051', '27174', '28305', '28894', '28833', '28864', '27052', '26944', '28291', '28313', '28902', '28849', '28886', '28292', '28314', '28903', '28850', '28887', '27175', '28306', '28895', '28834', '28865', '27053', '26945', '27176', '28307', '28896', '28835', '28866', '27054', '26946', '28293', '28315', '28904', '28851', '28888', '28294', '28316', '28905', '28852', '28889', '27177', '28308', '28897', '28836', '28867', '27055', '26947', '28898', '28837', '28868', '27056', '26948', '28295', '28317', '28906', '28853', '28890', '27178', '28309', '28907', '28854', '28891', '27179', '28310', '28764', '28755', '28899', '28838', '28869', '27057', '26799', '26949', '28296', '28318', '28772', '26950', '28281', '28731', '26837', '28739', '28234', '27156', '27042', '27058', '26800', '28773', '27059', '26951', '28765', '28756', '28740', '28235', '27157', '27043', '28282', '28732', '26838', '28766', '28757', '26801', '28774', '28283', '28733', '26839', '28741', '28236', '27158', '27044', '28775', '28767', '28758', '26802', '28742', '28237', '27159', '27045', '28284', '28734', '26840', '28768', '28759', '26803', '28776', '28285', '28735', '26841', '27160', '28238', '27046', '28743', '28777', '28769', '28760', '26804', '27161', '28239', '27047', '28744', '28736', '28286', '26842', '28770', '28761', '26805', '28778', '26843', '27162', '28240', '27048', '28745', '28737', '28287', '28779', '28771', '28762', '26806', '27049', '28746', '28738', '28288', '27163', '28241', '28763', '26807')
0.40ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '52', '63', '64', '53', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
1.27ms
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 ('5725', '5833', '5013', '5661', '5728', '5693', '5729', '5724', '5722', '5430', '5427', '5696', '5688', '5824', '5829', '5828', '5664', '5825', '5726', '5424', '5835', '5832', '5806', '5823', '5834', '5721', '5638', '5727') GROUP BY `articles`.`id`
0.30ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
114.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.67ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.42ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
166.39ms
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` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.57ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
4.82ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7134) ASC LIMIT 3
4.27ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7134) ASC LIMIT 3
0.24ms
SELECT `code`, `taxes` FROM `countries`
0.36ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.67ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.91ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.58ms
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-06-16 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.23ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,052.38ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
655.24ms
+ 655.24ms
View #2 - components.page-header
688.87ms
+ 33.62ms
View #3 - components.button
689.31ms
+ 0.44ms
View #4 - components.button
689.68ms
+ 0.38ms
View #5 - components.facets
689.87ms
+ 0.18ms
View #6 - components.filters
690.21ms
+ 0.34ms
View #7 - components.close-button
690.52ms
+ 0.31ms
View #8 - components.accordion.wrapper
690.74ms
+ 0.22ms
View #9 - components.accordion.bodies.filters.colors
690.77ms
+ 0.03ms
View #10 - components.accordion.wrapper
691.87ms
+ 1.10ms
View #11 - components.accordion.bodies.filters.sizes
691.90ms
+ 0.03ms
View #12 - components.accordion.wrapper
692.40ms
+ 0.50ms
View #13 - components.accordion.bodies.filters.list
692.43ms
+ 0.03ms
View #14 - components.accordion.wrapper
692.78ms
+ 0.35ms
View #15 - components.accordion.bodies.filters.list
692.81ms
+ 0.03ms
View #16 - components.button
692.99ms
+ 0.18ms
View #17 - components.button
693.19ms
+ 0.19ms
View #18 - components.button
693.35ms
+ 0.16ms
View #19 - components.button
693.51ms
+ 0.16ms
View #20 - catalog.partials.products-listing
693.77ms
+ 0.25ms
View #21 - components.product-card
693.97ms
+ 0.20ms
View #22 - components.add-to-wishlist
729.10ms
+ 35.13ms
View #23 - components.product-card
730.58ms
+ 1.49ms
View #24 - components.add-to-wishlist
734.02ms
+ 3.43ms
View #25 - components.product-card
735.32ms
+ 1.31ms
View #26 - components.add-to-wishlist
737.79ms
+ 2.47ms
View #27 - components.product-card
738.90ms
+ 1.11ms
View #28 - components.add-to-wishlist
741.42ms
+ 2.52ms
View #29 - components.product-card
742.58ms
+ 1.16ms
View #30 - components.add-to-wishlist
745.03ms
+ 2.45ms
View #31 - components.product-card
746.10ms
+ 1.07ms
View #32 - components.add-to-wishlist
748.46ms
+ 2.35ms
View #33 - components.product-card
749.72ms
+ 1.26ms
View #34 - components.add-to-wishlist
752.41ms
+ 2.69ms
View #35 - components.product-card
753.52ms
+ 1.11ms
View #36 - components.add-to-wishlist
756.05ms
+ 2.53ms
View #37 - components.product-card
757.12ms
+ 1.08ms
View #38 - components.add-to-wishlist
759.59ms
+ 2.47ms
View #39 - components.product-card
760.67ms
+ 1.08ms
View #40 - components.add-to-wishlist
764.17ms
+ 3.50ms
View #41 - components.product-card
765.46ms
+ 1.29ms
View #42 - components.add-to-wishlist
768.10ms
+ 2.64ms
View #43 - components.product-card
770.54ms
+ 2.44ms
View #44 - components.add-to-wishlist
773.47ms
+ 2.94ms
View #45 - components.product-card
774.76ms
+ 1.29ms
View #46 - components.add-to-wishlist
776.91ms
+ 2.15ms
View #47 - components.product-card
778.03ms
+ 1.12ms
View #48 - components.add-to-wishlist
781.52ms
+ 3.49ms
View #49 - components.product-card
782.91ms
+ 1.39ms
View #50 - components.add-to-wishlist
786.72ms
+ 3.81ms
View #51 - components.product-card
788.07ms
+ 1.35ms
View #52 - components.add-to-wishlist
791.74ms
+ 3.67ms
View #53 - components.product-card
793.20ms
+ 1.46ms
View #54 - components.add-to-wishlist
795.80ms
+ 2.60ms
View #55 - components.product-card
796.88ms
+ 1.08ms
View #56 - components.add-to-wishlist
800.42ms
+ 3.54ms
View #57 - components.product-card
801.80ms
+ 1.38ms
View #58 - components.add-to-wishlist
804.58ms
+ 2.78ms
View #59 - components.catalog-push
805.68ms
+ 1.10ms
View #60 - components.product-card
806.44ms
+ 0.76ms
View #61 - components.add-to-wishlist
810.26ms
+ 3.82ms
View #62 - components.product-card
811.60ms
+ 1.34ms
View #63 - components.add-to-wishlist
815.24ms
+ 3.64ms
View #64 - components.product-card
816.79ms
+ 1.55ms
View #65 - components.add-to-wishlist
820.40ms
+ 3.61ms
View #66 - components.product-card
821.80ms
+ 1.40ms
View #67 - components.add-to-wishlist
832.98ms
+ 11.18ms
View #68 - components.product-card
834.24ms
+ 1.26ms
View #69 - components.add-to-wishlist
837.66ms
+ 3.42ms
View #70 - components.product-card
839.02ms
+ 1.36ms
View #71 - components.add-to-wishlist
842.51ms
+ 3.49ms
View #72 - components.product-card
843.94ms
+ 1.43ms
View #73 - components.add-to-wishlist
846.30ms
+ 2.36ms
View #74 - components.product-card
847.70ms
+ 1.40ms
View #75 - components.add-to-wishlist
851.12ms
+ 3.42ms
View #76 - components.product-card
852.47ms
+ 1.35ms
View #77 - components.add-to-wishlist
855.11ms
+ 2.64ms
View #78 - components.pagination
856.25ms
+ 1.14ms
View #79 - components.recently-viewed
856.89ms
+ 0.65ms
View #80 - components.product-related
862.78ms
+ 5.88ms
View #81 - components.seo-footer
863.06ms
+ 0.28ms
View #82 - components.facets
863.78ms
+ 0.72ms
View #83 - components.button
864.10ms
+ 0.32ms
View #84 - components.button
864.33ms
+ 0.23ms
View #85 - modules.seo-links
864.48ms
+ 0.16ms
View #86 - layout.layout
864.70ms
+ 0.22ms
View #87 - layout.meta
900.56ms
+ 35.86ms
View #88 - modules.notification
983.69ms
+ 83.13ms
View #89 - modules.header
990.21ms
+ 6.53ms
View #90 - modules.menu
990.85ms
+ 0.63ms
View #91 - components.menu-first-level
991.20ms
+ 0.35ms
View #92 - components.menu-second-level
992.77ms
+ 1.57ms
View #93 - components.menu-pushes
995.32ms
+ 2.54ms
View #94 - components.menu-pushes
999.91ms
+ 4.59ms
View #95 - components.menu-pushes
1,003.65ms
+ 3.75ms
View #96 - components.menu-pushes
1,004.82ms
+ 1.17ms
View #97 - components.menu-pushes
1,005.66ms
+ 0.84ms
View #98 - svg.logo
1,006.19ms
+ 0.53ms
View #99 - modules.messages
1,006.75ms
+ 0.56ms
View #100 - modules.breadcrumbs
1,007.07ms
+ 0.32ms
View #101 - modules.footer
1,007.24ms
+ 0.17ms
View #102 - components.reinsurance-support
1,007.49ms
+ 0.25ms
View #103 - components.field
1,007.84ms
+ 0.35ms
View #104 - components.csrf-field
1,008.04ms
+ 0.21ms
View #105 - components.button
1,008.15ms
+ 0.11ms
View #106 - components.footer-links
1,008.33ms
+ 0.18ms
View #107 - modules.panel
1,009.86ms
+ 1.52ms
View #108 - modules.popin
1,009.99ms
+ 0.13ms
View #109 - modules.blueshift-popin
1,010.12ms
+ 0.13ms
View #110 - modules.search-panel
1,010.72ms
+ 0.59ms
View #111 - catalog.search-form
1,010.94ms
+ 0.22ms
View #112 - components.field
1,011.21ms
+ 0.27ms
View #113 - modules.toaster
1,011.72ms
+ 0.51ms
View #114 - layout.overlay
1,011.86ms
+ 0.14ms
View #115 - modules.webstore-switcher
1,013.24ms
+ 1.38ms
View #116 - components.close-button
1,013.52ms
+ 0.28ms
View #117 - components.native-select
1,013.91ms
+ 0.39ms
View #118 - components.native-select
1,014.23ms
+ 0.32ms
View #119 - components.button
1,014.38ms
+ 0.16ms
View #120 - components.button
1,014.59ms
+ 0.20ms
View #121 - helpers.grid
1,014.84ms
+ 0.25ms
View #122 - modules.loading-bar
1,014.95ms
+ 0.11ms
View #123 - 3rdparties.didomi
1,049.80ms
+ 34.85ms
View #124 - 3rdparties.gtm
1,050.00ms
+ 0.20ms
View #125 - 3rdparties.abtasty.main
1,050.11ms
+ 0.11ms
View #126 - 3rdparties.abtasty.tracking
1,050.22ms
+ 0.11ms
View #127 - 3rdparties.blueshift
1,050.40ms
+ 0.18ms
View #128 - 3rdparties.sizebay.main
1,050.71ms
+ 0.31ms
View #129 - 3rdparties.sizebay.tracking
1,050.88ms
+ 0.17ms
View #130 - 3rdparties.gsi
1,051.04ms
+ 0.17ms
View #131 - 3rdparties.applepay
1,051.13ms
+ 0.08ms
View #132 - 3rdparties.alma
1,051.31ms
+ 0.18ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
1,052.48ms
+ 1.17ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
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) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
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) 35402
REDIRECT_URL string(32) /en/c-mid-season-sale-suits.html
REDIRECT_QUERY_STRING string(32) /en/c-mid-season-sale-suits.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(32) /en/c-mid-season-sale-suits.html
REQUEST_URI string(32) /en/c-mid-season-sale-suits.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784161495.151
REQUEST_TIME int 1784161495
HTTPS string(2) on
... array(3)
csrf_token string(40) AO97AMrgLQbfLOpJDtC4lYB3A9VekmdBroL9yZ3w
last_category string(15) stdClass object
cart string(12) Order object