Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Famille de produits

Couleur

Trier par

La flanelle, douceur et confort

La flanelle, douceur et confort

La flanelle est un tissu en laine reconnaissable par un duvet souple e...

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.45ms
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.33ms
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.22ms
SELECT * FROM `languages`
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.77ms
SELECT * FROM `config`
0.90ms
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` = 'tailoring' LIMIT 1
0.94ms
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.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '83' AND `webstore_id` = '1' ORDER BY `position` ASC
0.40ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.21ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.51ms
SELECT * FROM `categories_links` WHERE `category_id` = '153' ORDER BY `position` ASC
26.53ms
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
4.28ms
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
3.49ms
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`
28.52ms
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 30 OFFSET 0
0.18ms
SELECT FOUND_ROWS()
1.05ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') ORDER BY `webstore_id` ASC
1.26ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') ORDER BY `position` ASC
0.43ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '10', '7', '1', '6', '3', '8', '9') ORDER BY `singular` ASC
0.49ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('23', '18', '59', '21', '8', '7', '26', '19', '17', '57', '9', '38') ORDER BY `singular` ASC
0.49ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('42', '39', '62', '5', '28', '34', '46', '44', '40', '47', '59', '51', '33', '48', '25', '73', '24') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.20ms
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 ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') ORDER BY `name` ASC
0.78ms
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 ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') ORDER BY `name` ASC
1.65ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') ORDER BY `position` ASC
3.17ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28540', '28847', '28921', '28862', '28536', '28551', '28848', '28863', '28918', '28374', '28399', '28409', '28575', '28864', '28124', '28552', '28849', '28553', '28850', '28917', '28373', '28398', '28408', '28576', '28865', '28123', '28606', '28397', '28407', '28577', '28866', '28122', '28554', '28851', '28916', '28372', '18187', '28555', '28919', '28375', '18188', '28607', '28400', '28410', '28578', '28125', '28411', '28579', '28126', '28852', '28556', '28867', '28376', '28920', '18189', '28608', '28401', '28557', '28868', '18190', '28609', '28580', '28853', '28854', '28558', '28869', '18191', '28787', '28610', '28812', '28731', '18192', '28611', '28739', '28559', '21665', '28788', '24464', '28813', '18193', '28636', '28646', '28207', '28635', '28645', '28206', '21664', '28732', '24463', '28740', '24462', '28634', '28789', '28644', '28205', '28814', '21663', '28181', '28647', '28208', '21666', '28165', '28741', '24465', '28161', '28733', '28637', '28160', '28790', '28815', '28638', '28180', '28648', '28209', '21667', '28164', '24466', '28163', '28734', '28159', '28742', '28179', '28182', '28791', '28166', '28816', '28162', '28743', '28735', '28792', '28817', '28736', '28744', '28793', '28818', '28745', '28737', '28738', '28746', '28753', '28752', '28751', '28754')
0.60ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '44', '122', '80', '45', '95', '81', '46', '82', '47', '96', '112', '97', '83', '48', '84', '98', '113', '124', '85', '49', '114', '86', '50', '115', '51', '87', '116', '62', '63', '117', '88', '40', '64', '118', '41', '65', '42', '66', '90', '43', '67', '91', '68', '132', '92', '69', '93', '70', '71', '72', '73', '74', '75', '77', '125', '126', '127', '128') ORDER BY `position` ASC
0.70ms
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 ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.45ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5692', '5695', '5813', '5691', '5684', '5382') ORDER BY `webstore_id` ASC
0.66ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5692', '5695', '5813', '5691', '5684', '5382') ORDER BY `position` ASC
1.10ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28311', '28289', '28892', '28290', '28893', '28312', '28313', '28894', '28291', '28895', '28292', '28314', '28315', '28896', '28293', '28897', '28294', '28316', '28317', '28898', '28295', '28318', '28899', '26799', '28296', '28281', '28234', '26800', '28235', '28282', '26801', '28283', '28236', '26802', '28237', '28284', '26803', '28285', '28238', '26804', '28239', '28286', '26805', '28287', '28240', '26806', '28288', '28241', '26807')
0.42ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
1.52ms
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 ('5807', '5791', '3525', '5713', '5833', '5672', '5678', '5771', '5828', '5668', '5802', '4294', '5816', '5798', '5764', '5809', '5790', '5748', '5754', '4914', '5706', '5793', '5659', '5769', '5667', '5817', '5757', '5823', '5744', '5711') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
116.41ms
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.98ms
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.40ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
305.24ms
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.65ms
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
6.94ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7253) ASC LIMIT 3
7.21ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7253) ASC LIMIT 3
0.29ms
SELECT `code`, `taxes` FROM `countries`
0.44ms
SELECT * FROM `seo_types`
0.35ms
SELECT * FROM `styles`
0.86ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.20ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.76ms
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-15 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.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,200.31ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
735.24ms
+ 735.23ms
View #2 - components.page-header
773.69ms
+ 38.46ms
View #3 - components.facets
774.25ms
+ 0.55ms
View #4 - components.filters
775.59ms
+ 1.35ms
View #5 - components.close-button
776.15ms
+ 0.56ms
View #6 - components.accordion.wrapper
776.56ms
+ 0.41ms
View #7 - components.accordion.bodies.filters.list
776.61ms
+ 0.04ms
View #8 - components.accordion.wrapper
778.68ms
+ 2.07ms
View #9 - components.accordion.bodies.filters.colors
778.73ms
+ 0.05ms
View #10 - components.accordion.wrapper
779.92ms
+ 1.19ms
View #11 - components.accordion.bodies.filters.list
779.96ms
+ 0.05ms
View #12 - components.button
780.24ms
+ 0.28ms
View #13 - components.button
780.61ms
+ 0.37ms
View #14 - components.button
780.94ms
+ 0.33ms
View #15 - components.button
781.25ms
+ 0.31ms
View #16 - catalog.partials.products-listing
781.58ms
+ 0.33ms
View #17 - components.product-card
781.96ms
+ 0.38ms
View #18 - components.add-to-wishlist
831.70ms
+ 49.74ms
View #19 - components.product-card
833.70ms
+ 2.01ms
View #20 - components.add-to-wishlist
838.86ms
+ 5.16ms
View #21 - components.product-card
840.60ms
+ 1.73ms
View #22 - components.add-to-wishlist
845.35ms
+ 4.75ms
View #23 - components.product-card
847.10ms
+ 1.76ms
View #24 - components.add-to-wishlist
851.73ms
+ 4.63ms
View #25 - components.product-card
853.43ms
+ 1.70ms
View #26 - components.add-to-wishlist
859.39ms
+ 5.96ms
View #27 - components.product-card
861.49ms
+ 2.10ms
View #28 - components.add-to-wishlist
865.77ms
+ 4.29ms
View #29 - components.product-card
867.51ms
+ 1.74ms
View #30 - components.add-to-wishlist
871.22ms
+ 3.71ms
View #31 - components.catalog-push
872.84ms
+ 1.62ms
View #32 - components.button
874.80ms
+ 1.96ms
View #33 - components.button
875.17ms
+ 0.37ms
View #34 - components.product-card
875.49ms
+ 0.32ms
View #35 - components.add-to-wishlist
879.28ms
+ 3.79ms
View #36 - components.product-card
880.88ms
+ 1.60ms
View #37 - components.add-to-wishlist
886.20ms
+ 5.32ms
View #38 - components.product-card
888.44ms
+ 2.25ms
View #39 - components.add-to-wishlist
891.96ms
+ 3.52ms
View #40 - components.product-card
893.58ms
+ 1.62ms
View #41 - components.add-to-wishlist
897.40ms
+ 3.82ms
View #42 - components.product-card
899.18ms
+ 1.79ms
View #43 - components.add-to-wishlist
902.99ms
+ 3.80ms
View #44 - components.product-card
904.62ms
+ 1.64ms
View #45 - components.add-to-wishlist
908.32ms
+ 3.69ms
View #46 - components.product-card
909.94ms
+ 1.63ms
View #47 - components.add-to-wishlist
913.85ms
+ 3.90ms
View #48 - components.product-card
915.52ms
+ 1.67ms
View #49 - components.add-to-wishlist
919.31ms
+ 3.79ms
View #50 - components.product-card
920.94ms
+ 1.63ms
View #51 - components.add-to-wishlist
924.88ms
+ 3.94ms
View #52 - components.product-card
926.55ms
+ 1.67ms
View #53 - components.add-to-wishlist
930.72ms
+ 4.17ms
View #54 - components.product-card
932.36ms
+ 1.63ms
View #55 - components.add-to-wishlist
935.10ms
+ 2.74ms
View #56 - components.product-card
936.70ms
+ 1.61ms
View #57 - components.add-to-wishlist
940.98ms
+ 4.27ms
View #58 - components.product-card
942.60ms
+ 1.62ms
View #59 - components.add-to-wishlist
954.67ms
+ 12.07ms
View #60 - components.product-card
956.45ms
+ 1.78ms
View #61 - components.add-to-wishlist
960.31ms
+ 3.86ms
View #62 - components.product-card
961.98ms
+ 1.67ms
View #63 - components.add-to-wishlist
965.74ms
+ 3.76ms
View #64 - components.catalog-push
967.52ms
+ 1.78ms
View #65 - components.button
968.38ms
+ 0.86ms
View #66 - components.product-card
968.74ms
+ 0.36ms
View #67 - components.add-to-wishlist
972.31ms
+ 3.56ms
View #68 - components.product-card
973.96ms
+ 1.66ms
View #69 - components.add-to-wishlist
977.74ms
+ 3.77ms
View #70 - components.product-card
979.49ms
+ 1.75ms
View #71 - components.add-to-wishlist
982.97ms
+ 3.48ms
View #72 - components.product-card
984.60ms
+ 1.63ms
View #73 - components.add-to-wishlist
987.94ms
+ 3.33ms
View #74 - components.product-card
989.56ms
+ 1.62ms
View #75 - components.add-to-wishlist
993.27ms
+ 3.72ms
View #76 - components.product-card
994.93ms
+ 1.65ms
View #77 - components.add-to-wishlist
1,000.30ms
+ 5.37ms
View #78 - components.product-card
1,002.30ms
+ 2.00ms
View #79 - components.add-to-wishlist
1,004.94ms
+ 2.64ms
View #80 - components.product-card
1,006.56ms
+ 1.62ms
View #81 - components.add-to-wishlist
1,010.36ms
+ 3.81ms
View #82 - components.pagination
1,012.14ms
+ 1.78ms
View #83 - components.button
1,013.11ms
+ 0.96ms
View #84 - components.recently-viewed
1,013.43ms
+ 0.32ms
View #85 - components.product-related
1,022.44ms
+ 9.01ms
View #86 - components.seo-footer
1,022.80ms
+ 0.36ms
View #87 - components.facets
1,023.89ms
+ 1.09ms
View #88 - modules.seo-links
1,024.13ms
+ 0.25ms
View #89 - components.button
1,024.57ms
+ 0.44ms
View #90 - components.button
1,025.05ms
+ 0.48ms
View #91 - components.button
1,025.45ms
+ 0.40ms
View #92 - layout.layout
1,025.79ms
+ 0.34ms
View #93 - layout.meta
1,050.56ms
+ 24.77ms
View #94 - modules.notification
1,130.54ms
+ 79.98ms
View #95 - modules.header
1,131.37ms
+ 0.83ms
View #96 - modules.menu
1,132.10ms
+ 0.73ms
View #97 - components.menu-first-level
1,132.64ms
+ 0.54ms
View #98 - components.menu-second-level
1,134.98ms
+ 2.34ms
View #99 - components.menu-pushes
1,139.04ms
+ 4.06ms
View #100 - components.menu-pushes
1,146.64ms
+ 7.60ms
View #101 - components.menu-pushes
1,152.27ms
+ 5.63ms
View #102 - components.menu-pushes
1,154.29ms
+ 2.02ms
View #103 - components.menu-pushes
1,155.59ms
+ 1.30ms
View #104 - svg.logo
1,156.46ms
+ 0.87ms
View #105 - modules.messages
1,157.48ms
+ 1.02ms
View #106 - modules.breadcrumbs
1,157.93ms
+ 0.45ms
View #107 - modules.footer
1,158.20ms
+ 0.27ms
View #108 - components.reinsurance-support
1,158.68ms
+ 0.48ms
View #109 - components.field
1,159.25ms
+ 0.56ms
View #110 - components.csrf-field
1,159.65ms
+ 0.40ms
View #111 - components.button
1,159.83ms
+ 0.19ms
View #112 - components.footer-links
1,160.10ms
+ 0.27ms
View #113 - modules.panel
1,162.55ms
+ 2.45ms
View #114 - modules.popin
1,162.74ms
+ 0.19ms
View #115 - modules.blueshift-popin
1,162.93ms
+ 0.19ms
View #116 - modules.search-panel
1,164.00ms
+ 1.07ms
View #117 - catalog.search-form
1,164.38ms
+ 0.39ms
View #118 - components.field
1,164.78ms
+ 0.39ms
View #119 - modules.toaster
1,165.46ms
+ 0.69ms
View #120 - layout.overlay
1,165.61ms
+ 0.15ms
View #121 - modules.webstore-switcher
1,167.85ms
+ 2.24ms
View #122 - components.close-button
1,168.19ms
+ 0.34ms
View #123 - components.native-select
1,168.66ms
+ 0.47ms
View #124 - components.native-select
1,169.13ms
+ 0.47ms
View #125 - components.button
1,169.40ms
+ 0.27ms
View #126 - components.button
1,169.71ms
+ 0.31ms
View #127 - helpers.grid
1,169.99ms
+ 0.28ms
View #128 - modules.loading-bar
1,170.17ms
+ 0.17ms
View #129 - 3rdparties.didomi
1,195.52ms
+ 25.35ms
View #130 - 3rdparties.gtm
1,195.77ms
+ 0.25ms
View #131 - 3rdparties.abtasty.main
1,195.96ms
+ 0.19ms
View #132 - 3rdparties.abtasty.tracking
1,196.10ms
+ 0.14ms
View #133 - 3rdparties.blueshift
1,196.34ms
+ 0.24ms
View #134 - 3rdparties.sizebay.main
1,196.83ms
+ 0.48ms
View #135 - 3rdparties.sizebay.tracking
1,197.05ms
+ 0.22ms
View #136 - 3rdparties.gsi
1,197.28ms
+ 0.23ms
View #137 - 3rdparties.applepay
1,197.40ms
+ 0.13ms
View #138 - 3rdparties.alma
1,198.98ms
+ 1.58ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
1,200.37ms
+ 1.39ms
... 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) 52066
REDIRECT_URL string(20) /fr/c-tailoring.html
REDIRECT_QUERY_STRING string(20) /fr/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) /fr/c-tailoring.html
REQUEST_URI string(20) /fr/c-tailoring.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784148233.507
REQUEST_TIME int 1784148233
HTTPS string(2) on
... array(3)
csrf_token string(40) 6uir6i0bwwWt39mfmTlPQAwQcMVcy3W8MhdZDlnH
last_category string(15) stdClass object
cart string(12) Order object