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

Filtres

Couleur

Taille

Type de produit

Trier par

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

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.37ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.35ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.55ms
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.43ms
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.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.41ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.10ms
SELECT * FROM `config`
0.63ms
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` = 'veste-homme' LIMIT 1
0.60ms
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` = '12' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.51ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '83' AND `webstore_id` = '1' ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '4' LIMIT 1
0.28ms
SELECT * FROM `categories_links` WHERE `category_id` = '12' ORDER BY `position` ASC
16.01ms
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` = 12 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
5.69ms
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` = 12 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
112.51ms
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` = 12 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` = 12 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
6.18ms
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` = 12 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 4 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
17.72ms
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` = 12 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 29 OFFSET 0
0.11ms
SELECT FOUND_ROWS()
1.35ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') ORDER BY `webstore_id` ASC
1.63ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') ORDER BY `position` ASC
0.34ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '1', '2') ORDER BY `singular` ASC
0.43ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('23', '22', '15', '61') ORDER BY `singular` ASC
0.42ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '42', '66') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.25ms
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 ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') ORDER BY `name` ASC
1.32ms
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 ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') ORDER BY `name` ASC
2.56ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') ORDER BY `position` ASC
6.01ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28326', '28884', '28900', '29007', '27050', '28831', '28855', '27172', '28142', '28862', '28289', '28311', '29050', '28892', '25836', '28908', '28839', '25857', '26942', '28847', '27247', '28870', '28303', '29042', '28319', '28877', '28840', '25858', '26943', '28848', '27248', '28871', '28304', '29043', '28320', '28878', '28327', '28885', '28901', '29008', '27051', '28832', '29137', '28856', '27173', '28143', '28863', '24658', '28290', '28312', '29051', '29058', '28893', '25837', '28909', '29138', '28857', '27174', '28144', '28864', '24659', '28291', '28313', '29052', '29059', '28894', '25838', '28910', '28841', '25859', '26944', '28849', '27249', '28872', '28305', '29044', '28321', '28879', '28328', '28886', '28902', '29009', '27052', '28833', '28850', '27250', '28873', '28306', '29045', '28322', '28880', '28329', '28887', '28903', '29010', '27053', '28834', '29139', '28842', '28858', '27175', '28145', '28865', '24660', '28292', '28314', '29053', '29060', '28895', '25839', '28911', '25860', '26945', '28843', '28859', '27176', '28146', '28866', '24661', '28293', '28315', '29054', '29061', '28896', '25840', '28912', '25861', '26946', '28851', '27251', '28874', '28881', '28307', '29046', '28323', '28330', '28888', '28904', '29011', '27054', '28835', '29140', '28324', '28147', '28148', '28852', '27252', '28875', '28882', '28308', '29047', '28331', '28889', '28905', '29012', '27055', '28836', '29141', '28844', '28860', '27177', '28867', '28325', '24662', '28294', '28316', '29055', '29062', '28897', '25841', '28913', '25862', '26947', '27178', '28868', '29056', '24663', '28295', '28317', '29063', '28898', '25842', '28914', '25863', '26948', '28853', '27253', '28876', '28883', '28309', '29048', '28332', '28890', '28906', '29013', '27056', '28837', '29142', '28845', '28861', '28310', '29049', '27057', '28891', '28907', '29014', '28838', '28846', '27179', '28869', '29057', '28296', '28318', '28899', '28915', '26949', '28854', '27254', '26950', '27058', '29015', '26951', '27059')
0.42ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '2', '45', '5', '4', '46', '7', '8', '47', '11', '10', '48', '13', '14', '17', '16', '19', '49', '20', '50', '51', '52', '53') ORDER BY `position` ASC
0.64ms
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 ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.66ms
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 ('5805', '5692', '5812', '5814', '5815', '5885', '5811', '5806', '5810', '5463', '5807', '5695', '5664', '4944', '5863', '5178', '5808', '5851', '5696', '5184', '5864', '5694', '5447', '5429', '5813', '5400', '5865', '5809', '5697') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
214.59ms
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.96ms
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.30ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
306.62ms
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.76ms
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.65ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7112) ASC LIMIT 3
5.96ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7112) ASC LIMIT 3
0.34ms
SELECT `code`, `taxes` FROM `countries`
0.55ms
SELECT * FROM `seo_types`
0.36ms
SELECT * FROM `styles`
0.95ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.13ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.39ms
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.27ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,413.07ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,044.00ms
+ 1,044.00ms
View #2 - components.page-header
1,081.43ms
+ 37.43ms
View #3 - components.facets
1,081.97ms
+ 0.54ms
View #4 - components.filters
1,100.14ms
+ 18.17ms
View #5 - components.close-button
1,100.67ms
+ 0.53ms
View #6 - components.accordion.wrapper
1,101.07ms
+ 0.40ms
View #7 - components.accordion.bodies.filters.colors
1,101.12ms
+ 0.05ms
View #8 - components.accordion.wrapper
1,102.77ms
+ 1.64ms
View #9 - components.accordion.bodies.filters.sizes
1,102.81ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,103.71ms
+ 0.90ms
View #11 - components.accordion.bodies.filters.list
1,103.75ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,104.14ms
+ 0.39ms
View #13 - components.accordion.bodies.filters.list
1,104.22ms
+ 0.08ms
View #14 - components.button
1,104.49ms
+ 0.27ms
View #15 - components.button
1,104.92ms
+ 0.43ms
View #16 - components.button
1,105.26ms
+ 0.34ms
View #17 - components.button
1,105.54ms
+ 0.28ms
View #18 - catalog.partials.products-listing
1,105.87ms
+ 0.33ms
View #19 - components.product-card
1,106.19ms
+ 0.32ms
View #20 - components.add-to-wishlist
1,157.39ms
+ 51.20ms
View #21 - components.product-card
1,159.49ms
+ 2.10ms
View #22 - components.add-to-wishlist
1,163.40ms
+ 3.90ms
View #23 - components.product-card
1,165.21ms
+ 1.82ms
View #24 - components.add-to-wishlist
1,169.26ms
+ 4.05ms
View #25 - components.product-card
1,170.83ms
+ 1.56ms
View #26 - components.add-to-wishlist
1,175.14ms
+ 4.31ms
View #27 - components.product-card
1,176.24ms
+ 1.10ms
View #28 - components.add-to-wishlist
1,179.10ms
+ 2.86ms
View #29 - components.product-card
1,180.27ms
+ 1.17ms
View #30 - components.add-to-wishlist
1,182.57ms
+ 2.30ms
View #31 - components.product-card
1,183.64ms
+ 1.06ms
View #32 - components.add-to-wishlist
1,186.75ms
+ 3.11ms
View #33 - components.catalog-push
1,188.28ms
+ 1.53ms
View #34 - components.product-card
1,189.40ms
+ 1.12ms
View #35 - components.add-to-wishlist
1,193.34ms
+ 3.94ms
View #36 - components.product-card
1,194.95ms
+ 1.62ms
View #37 - components.add-to-wishlist
1,198.77ms
+ 3.82ms
View #38 - components.product-card
1,199.86ms
+ 1.09ms
View #39 - components.add-to-wishlist
1,202.51ms
+ 2.65ms
View #40 - components.product-card
1,203.57ms
+ 1.05ms
View #41 - components.add-to-wishlist
1,206.10ms
+ 2.53ms
View #42 - components.product-card
1,207.17ms
+ 1.07ms
View #43 - components.add-to-wishlist
1,209.83ms
+ 2.66ms
View #44 - components.product-card
1,210.82ms
+ 0.99ms
View #45 - components.add-to-wishlist
1,213.20ms
+ 2.39ms
View #46 - components.product-card
1,214.25ms
+ 1.05ms
View #47 - components.add-to-wishlist
1,216.60ms
+ 2.35ms
View #48 - components.product-card
1,217.66ms
+ 1.06ms
View #49 - components.add-to-wishlist
1,220.07ms
+ 2.41ms
View #50 - components.product-card
1,221.08ms
+ 1.01ms
View #51 - components.add-to-wishlist
1,223.52ms
+ 2.45ms
View #52 - components.product-card
1,224.60ms
+ 1.08ms
View #53 - components.add-to-wishlist
1,227.13ms
+ 2.53ms
View #54 - components.product-card
1,228.21ms
+ 1.08ms
View #55 - components.add-to-wishlist
1,230.68ms
+ 2.47ms
View #56 - components.catalog-push
1,231.65ms
+ 0.97ms
View #57 - components.button
1,232.15ms
+ 0.51ms
View #58 - components.product-card
1,232.38ms
+ 0.22ms
View #59 - components.add-to-wishlist
1,234.77ms
+ 2.40ms
View #60 - components.product-card
1,235.86ms
+ 1.09ms
View #61 - components.add-to-wishlist
1,238.33ms
+ 2.47ms
View #62 - components.product-card
1,239.33ms
+ 1.00ms
View #63 - components.add-to-wishlist
1,247.51ms
+ 8.19ms
View #64 - components.product-card
1,248.71ms
+ 1.20ms
View #65 - components.add-to-wishlist
1,251.18ms
+ 2.47ms
View #66 - components.product-card
1,252.18ms
+ 1.00ms
View #67 - components.add-to-wishlist
1,254.65ms
+ 2.48ms
View #68 - components.product-card
1,255.69ms
+ 1.04ms
View #69 - components.add-to-wishlist
1,258.46ms
+ 2.77ms
View #70 - components.product-card
1,259.44ms
+ 0.98ms
View #71 - components.add-to-wishlist
1,261.88ms
+ 2.44ms
View #72 - components.product-card
1,262.86ms
+ 0.97ms
View #73 - components.add-to-wishlist
1,265.68ms
+ 2.83ms
View #74 - components.product-card
1,266.72ms
+ 1.03ms
View #75 - components.add-to-wishlist
1,269.14ms
+ 2.42ms
View #76 - components.product-card
1,270.12ms
+ 0.98ms
View #77 - components.add-to-wishlist
1,272.52ms
+ 2.40ms
View #78 - components.product-card
1,273.64ms
+ 1.12ms
View #79 - components.add-to-wishlist
1,275.91ms
+ 2.27ms
View #80 - components.catalog-push
1,276.86ms
+ 0.94ms
View #81 - components.button
1,277.41ms
+ 0.55ms
View #82 - components.button
1,277.65ms
+ 0.24ms
View #83 - components.pagination
1,277.95ms
+ 0.30ms
View #84 - components.button
1,278.62ms
+ 0.67ms
View #85 - components.recently-viewed
1,278.83ms
+ 0.21ms
View #86 - components.product-related
1,284.04ms
+ 5.22ms
View #87 - components.seo-footer
1,284.28ms
+ 0.24ms
View #88 - components.facets
1,284.99ms
+ 0.71ms
View #89 - components.button
1,285.21ms
+ 0.22ms
View #90 - components.button
1,285.42ms
+ 0.21ms
View #91 - modules.seo-links
1,285.59ms
+ 0.17ms
View #92 - components.button
1,285.89ms
+ 0.30ms
View #93 - components.button
1,286.15ms
+ 0.26ms
View #94 - components.button
1,286.39ms
+ 0.23ms
View #95 - layout.layout
1,286.65ms
+ 0.27ms
View #96 - layout.meta
1,305.32ms
+ 18.67ms
View #97 - modules.notification
1,361.25ms
+ 55.94ms
View #98 - modules.header
1,361.85ms
+ 0.60ms
View #99 - modules.menu
1,362.34ms
+ 0.49ms
View #100 - components.menu-first-level
1,362.69ms
+ 0.35ms
View #101 - components.menu-second-level
1,364.03ms
+ 1.34ms
View #102 - components.menu-pushes
1,366.45ms
+ 2.42ms
View #103 - components.menu-pushes
1,371.53ms
+ 5.08ms
View #104 - components.menu-pushes
1,375.31ms
+ 3.78ms
View #105 - components.menu-pushes
1,376.44ms
+ 1.13ms
View #106 - components.menu-pushes
1,377.36ms
+ 0.92ms
View #107 - svg.logo
1,377.95ms
+ 0.60ms
View #108 - modules.messages
1,378.54ms
+ 0.58ms
View #109 - modules.breadcrumbs
1,378.86ms
+ 0.32ms
View #110 - modules.footer
1,379.05ms
+ 0.19ms
View #111 - components.reinsurance-support
1,379.34ms
+ 0.29ms
View #112 - components.field
1,379.69ms
+ 0.35ms
View #113 - components.csrf-field
1,379.91ms
+ 0.22ms
View #114 - components.button
1,380.02ms
+ 0.11ms
View #115 - components.footer-links
1,380.22ms
+ 0.20ms
View #116 - modules.panel
1,381.68ms
+ 1.46ms
View #117 - modules.popin
1,381.81ms
+ 0.13ms
View #118 - modules.blueshift-popin
1,381.92ms
+ 0.11ms
View #119 - modules.search-panel
1,382.52ms
+ 0.59ms
View #120 - catalog.search-form
1,382.74ms
+ 0.23ms
View #121 - components.field
1,383.01ms
+ 0.26ms
View #122 - modules.toaster
1,383.51ms
+ 0.50ms
View #123 - layout.overlay
1,383.62ms
+ 0.11ms
View #124 - modules.webstore-switcher
1,384.99ms
+ 1.37ms
View #125 - components.close-button
1,385.30ms
+ 0.31ms
View #126 - components.native-select
1,385.60ms
+ 0.30ms
View #127 - components.native-select
1,385.90ms
+ 0.30ms
View #128 - components.button
1,386.07ms
+ 0.17ms
View #129 - components.button
1,386.26ms
+ 0.19ms
View #130 - helpers.grid
1,386.49ms
+ 0.23ms
View #131 - modules.loading-bar
1,386.78ms
+ 0.29ms
View #132 - 3rdparties.didomi
1,409.51ms
+ 22.73ms
View #133 - 3rdparties.gtm
1,409.74ms
+ 0.23ms
View #134 - 3rdparties.abtasty.main
1,409.91ms
+ 0.17ms
View #135 - 3rdparties.abtasty.tracking
1,410.05ms
+ 0.14ms
View #136 - 3rdparties.blueshift
1,410.30ms
+ 0.25ms
View #137 - 3rdparties.sizebay.main
1,410.69ms
+ 0.39ms
View #138 - 3rdparties.sizebay.tracking
1,410.91ms
+ 0.23ms
View #139 - 3rdparties.gsi
1,411.14ms
+ 0.23ms
View #140 - 3rdparties.applepay
1,411.27ms
+ 0.13ms
View #141 - 3rdparties.alma
1,411.52ms
+ 0.25ms
View #142 - path: /var/www/html/laravel/profiling/template.blade.php
1,413.12ms
+ 1.60ms
... 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) 51092
REDIRECT_URL string(22) /fr/c-veste-homme.html
REDIRECT_QUERY_STRING string(22) /fr/c-veste-homme.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(22) /fr/c-veste-homme.html
REQUEST_URI string(22) /fr/c-veste-homme.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784148365.362
REQUEST_TIME int 1784148365
HTTPS string(2) on
... array(3)
csrf_token string(40) P71lm3Ldak8pqR43SXBXQKC3idYZpajxBAuvbt5U
last_category string(15) stdClass object
cart string(12) Order object