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

Filters

Product family

Color

Sort by

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.48ms
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.34ms
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.19ms
SELECT * FROM `languages`
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.63ms
SELECT * FROM `config`
0.56ms
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` = 'sustainable' LIMIT 1
0.33ms
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` = '144' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.21ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.24ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
21.73ms
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` = 144 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.72ms
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` = 144 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3.84ms
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` = 144 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` = 3 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
2.98ms
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` = 144 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
22.89ms
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` = 144 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 32 OFFSET 0
0.15ms
SELECT FOUND_ROWS()
1.17ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `webstore_id` ASC
1.17ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '14', '9', '4', '5', '10', '1', '6') ORDER BY `singular` ASC
0.48ms
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 ('20', '4', '31', '23', '18', '58', '21', '8', '3', '38', '7', '27', '55', '61', '42', '54', '57') ORDER BY `singular` ASC
0.60ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('26', '67', '13', '42', '39', '61', '25', '76', '23', '73', '34', '37', '63', '5', '71', '60', '40', '28', '32', '59') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.32ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `name` ASC
0.82ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `name` ASC
1.82ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `position` ASC
3.58ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('22772', '27433', '27430', '26942', '26204', '27489', '27549', '27431', '27247', '26943', '27490', '26026', '27550', '27248', '22773', '25987', '28120', '26032', '22774', '25985', '28118', '28363', '26030', '13176', '26944', '26059', '29246', '27491', '26024', '27551', '27249', '28369', '27492', '26023', '27552', '27250', '28368', '22775', '25984', '28117', '28362', '26029', '13177', '26945', '26058', '26460', '29245', '28361', '26028', '13178', '3800', '26946', '26057', '29244', '27493', '26022', '17540', '18459', '27547', '27251', '28367', '26461', '22776', '25983', '28116', '18460', '27548', '28370', '26462', '25986', '28119', '28364', '26031', '13179', '2765', '26060', '29247', '27494', '26025', '17541', '28365', '26033', '13180', '2767', '27252', '26061', '29248', '22777', '27495', '26027', '17542', '18461', '28371', '26463', '25988', '26947', '28121', '28366', '26464', '26948', '28360', '27253', '2766', '22778', '17543', '18462', '27254', '2769', '22779', '17544', '18463', '26465', '26949', '26466', '26950', '2768', '22780', '17545', '18464', '17546', '26467', '26951', '2770', '28071', '22682', '26837', '23826', '22683', '26838', '22684', '23827', '26839', '23828', '22685', '26270', '26275', '27637', '26840', '26269', '26274', '23829', '27636', '22686', '26273', '26841', '27635', '26268', '23830', '26271', '22687', '26276', '27638', '26277', '27639', '26842', '26272', '28359', '23831', '22688', '26843', '28072', '22689', '28070', '26757', '26664', '26669', '26755', '26668', '26754', '26663', '26662', '26667', '26753', '26756', '26665', '26670', '26666', '26671', '26758')
0.59ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '122', '1', '103', '45', '4', '94', '104', '46', '95', '7', '105', '10', '96', '106', '47', '208', '97', '112', '48', '13', '107', '113', '108', '98', '16', '124', '114', '49', '19', '185', '115', '50', '51', '116', '117', '52', '118', '53', '62', '63', '64', '65', '66', '67', '68', '90', '69', '91', '70', '92', '71', '72', '93', '123', '73', '212', '74', '75', '76', '131', '186', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.56ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.35ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5386') ORDER BY `webstore_id` ASC
0.45ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5386') ORDER BY `position` ASC
0.57ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26942', '26943', '26944', '26945', '26946', '26947', '26948', '26949', '26950', '26951', '26837', '26838', '26839', '26840', '26841', '26842', '26843')
0.33ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '63', '65', '67', '69', '71', '73', '75') ORDER BY `position` ASC
1.81ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
148.36ms
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 ('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.45ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
223.37ms
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.72ms
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
2.47ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
6.47ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.37ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
0.69ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.70ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.52ms
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,030.91ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
700.09ms
+ 700.09ms
View #2 - components.page-header
741.93ms
+ 41.84ms
View #3 - components.filters
742.53ms
+ 0.60ms
View #4 - components.close-button
742.86ms
+ 0.34ms
View #5 - components.accordion.wrapper
743.10ms
+ 0.23ms
View #6 - components.accordion.bodies.filters.list
743.13ms
+ 0.03ms
View #7 - components.accordion.wrapper
744.22ms
+ 1.10ms
View #8 - components.accordion.bodies.filters.colors
744.26ms
+ 0.03ms
View #9 - components.accordion.wrapper
744.65ms
+ 0.39ms
View #10 - components.accordion.bodies.filters.list
744.68ms
+ 0.03ms
View #11 - components.button
744.86ms
+ 0.18ms
View #12 - components.button
745.09ms
+ 0.23ms
View #13 - components.button
745.28ms
+ 0.19ms
View #14 - components.button
745.45ms
+ 0.17ms
View #15 - catalog.partials.products-listing
745.65ms
+ 0.20ms
View #16 - components.product-card
745.85ms
+ 0.20ms
View #17 - components.add-to-wishlist
775.73ms
+ 29.88ms
View #18 - components.product-card
777.33ms
+ 1.60ms
View #19 - components.add-to-wishlist
779.78ms
+ 2.45ms
View #20 - components.product-card
781.06ms
+ 1.29ms
View #21 - components.add-to-wishlist
783.00ms
+ 1.93ms
View #22 - components.product-card
784.07ms
+ 1.07ms
View #23 - components.add-to-wishlist
786.90ms
+ 2.84ms
View #24 - components.product-card
788.21ms
+ 1.30ms
View #25 - components.add-to-wishlist
790.80ms
+ 2.60ms
View #26 - components.product-card
792.14ms
+ 1.34ms
View #27 - components.add-to-wishlist
794.99ms
+ 2.85ms
View #28 - components.product-card
796.24ms
+ 1.25ms
View #29 - components.add-to-wishlist
798.73ms
+ 2.49ms
View #30 - components.product-card
800.02ms
+ 1.29ms
View #31 - components.add-to-wishlist
802.67ms
+ 2.65ms
View #32 - components.product-card
803.96ms
+ 1.29ms
View #33 - components.add-to-wishlist
806.93ms
+ 2.96ms
View #34 - components.product-card
808.30ms
+ 1.38ms
View #35 - components.add-to-wishlist
811.02ms
+ 2.72ms
View #36 - components.product-card
812.44ms
+ 1.42ms
View #37 - components.add-to-wishlist
814.82ms
+ 2.38ms
View #38 - components.product-card
816.06ms
+ 1.24ms
View #39 - components.add-to-wishlist
818.25ms
+ 2.19ms
View #40 - components.product-card
819.47ms
+ 1.21ms
View #41 - components.add-to-wishlist
822.38ms
+ 2.91ms
View #42 - components.product-card
823.58ms
+ 1.20ms
View #43 - components.add-to-wishlist
826.06ms
+ 2.48ms
View #44 - components.product-card
827.42ms
+ 1.36ms
View #45 - components.add-to-wishlist
830.12ms
+ 2.70ms
View #46 - components.product-card
831.59ms
+ 1.47ms
View #47 - components.add-to-wishlist
834.20ms
+ 2.61ms
View #48 - components.product-card
835.52ms
+ 1.32ms
View #49 - components.add-to-wishlist
837.93ms
+ 2.41ms
View #50 - components.product-card
839.08ms
+ 1.15ms
View #51 - components.add-to-wishlist
841.65ms
+ 2.56ms
View #52 - components.product-card
842.79ms
+ 1.15ms
View #53 - components.add-to-wishlist
845.38ms
+ 2.59ms
View #54 - components.product-card
846.72ms
+ 1.34ms
View #55 - components.add-to-wishlist
848.64ms
+ 1.92ms
View #56 - components.product-card
849.68ms
+ 1.04ms
View #57 - components.add-to-wishlist
852.27ms
+ 2.59ms
View #58 - components.product-card
853.36ms
+ 1.09ms
View #59 - components.add-to-wishlist
855.33ms
+ 1.97ms
View #60 - components.product-card
856.40ms
+ 1.06ms
View #61 - components.add-to-wishlist
859.16ms
+ 2.76ms
View #62 - components.product-card
860.24ms
+ 1.08ms
View #63 - components.add-to-wishlist
862.92ms
+ 2.68ms
View #64 - components.product-card
864.03ms
+ 1.11ms
View #65 - components.add-to-wishlist
873.86ms
+ 9.82ms
View #66 - components.product-card
875.25ms
+ 1.39ms
View #67 - components.add-to-wishlist
879.10ms
+ 3.85ms
View #68 - components.product-card
880.71ms
+ 1.61ms
View #69 - components.add-to-wishlist
883.53ms
+ 2.82ms
View #70 - components.product-card
884.82ms
+ 1.28ms
View #71 - components.add-to-wishlist
887.33ms
+ 2.51ms
View #72 - components.product-card
888.64ms
+ 1.31ms
View #73 - components.add-to-wishlist
891.31ms
+ 2.67ms
View #74 - components.product-card
892.84ms
+ 1.53ms
View #75 - components.add-to-wishlist
895.29ms
+ 2.45ms
View #76 - components.product-card
896.43ms
+ 1.13ms
View #77 - components.add-to-wishlist
899.03ms
+ 2.60ms
View #78 - components.product-card
900.13ms
+ 1.10ms
View #79 - components.add-to-wishlist
902.66ms
+ 2.53ms
View #80 - components.pagination
903.95ms
+ 1.30ms
View #81 - components.button
904.61ms
+ 0.66ms
View #82 - components.recently-viewed
904.84ms
+ 0.23ms
View #83 - components.product-related
910.67ms
+ 5.83ms
View #84 - components.seo-footer
910.94ms
+ 0.27ms
View #85 - modules.seo-links
911.77ms
+ 0.83ms
View #86 - layout.layout
912.01ms
+ 0.24ms
View #87 - layout.meta
912.51ms
+ 0.49ms
View #88 - modules.notification
972.77ms
+ 60.26ms
View #89 - modules.header
973.43ms
+ 0.66ms
View #90 - modules.menu
973.96ms
+ 0.53ms
View #91 - components.menu-first-level
974.43ms
+ 0.47ms
View #92 - components.menu-second-level
976.25ms
+ 1.82ms
View #93 - components.menu-pushes
981.09ms
+ 4.84ms
View #94 - components.menu-pushes
986.79ms
+ 5.69ms
View #95 - components.menu-pushes
990.24ms
+ 3.45ms
View #96 - components.menu-pushes
994.19ms
+ 3.95ms
View #97 - components.menu-pushes
995.46ms
+ 1.27ms
View #98 - components.menu-pushes
996.39ms
+ 0.93ms
View #99 - svg.logo
996.97ms
+ 0.58ms
View #100 - modules.messages
997.67ms
+ 0.70ms
View #101 - modules.breadcrumbs
998.04ms
+ 0.37ms
View #102 - modules.footer
998.23ms
+ 0.19ms
View #103 - components.reinsurance-support
998.59ms
+ 0.37ms
View #104 - components.field
998.96ms
+ 0.37ms
View #105 - components.csrf-field
999.18ms
+ 0.22ms
View #106 - components.button
999.30ms
+ 0.12ms
View #107 - components.footer-links
999.51ms
+ 0.20ms
View #108 - modules.panel
1,001.51ms
+ 2.00ms
View #109 - modules.popin
1,001.70ms
+ 0.19ms
View #110 - modules.blueshift-popin
1,001.85ms
+ 0.15ms
View #111 - modules.search-panel
1,002.48ms
+ 0.63ms
View #112 - catalog.search-form
1,002.72ms
+ 0.24ms
View #113 - components.field
1,003.03ms
+ 0.31ms
View #114 - modules.toaster
1,003.52ms
+ 0.49ms
View #115 - layout.overlay
1,003.63ms
+ 0.11ms
View #116 - modules.webstore-switcher
1,004.91ms
+ 1.28ms
View #117 - components.close-button
1,005.17ms
+ 0.26ms
View #118 - components.native-select
1,005.47ms
+ 0.30ms
View #119 - components.native-select
1,005.78ms
+ 0.31ms
View #120 - components.button
1,005.97ms
+ 0.19ms
View #121 - components.button
1,006.18ms
+ 0.21ms
View #122 - helpers.grid
1,006.43ms
+ 0.25ms
View #123 - modules.loading-bar
1,006.57ms
+ 0.14ms
View #124 - 3rdparties.didomi
1,027.64ms
+ 21.08ms
View #125 - 3rdparties.gtm
1,027.88ms
+ 0.24ms
View #126 - 3rdparties.abtasty.main
1,028.02ms
+ 0.14ms
View #127 - 3rdparties.abtasty.tracking
1,028.12ms
+ 0.10ms
View #128 - 3rdparties.blueshift
1,028.31ms
+ 0.19ms
View #129 - 3rdparties.sizebay.main
1,028.64ms
+ 0.32ms
View #130 - 3rdparties.sizebay.tracking
1,028.79ms
+ 0.16ms
View #131 - 3rdparties.gsi
1,028.96ms
+ 0.16ms
View #132 - 3rdparties.applepay
1,029.04ms
+ 0.08ms
View #133 - 3rdparties.alma
1,029.24ms
+ 0.20ms
View #134 - path: /var/www/html/laravel/profiling/template.blade.php
1,030.94ms
+ 1.71ms
... 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(201) fursac=ea455536782336b68a24bce35c734ad0a823e2c3%2BrIxZbj1oouqj3VLHMNgX
fursac=ea455536782336b68a24bce35c734ad0a823e2c3%2BrIxZbj1oouqj3VLHMNgXRrluUV6BKkq0xhwCcAvM; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
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) 50742
REDIRECT_URL string(22) /en/c-sustainable.html
REDIRECT_QUERY_STRING string(22) /en/c-sustainable.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(22) /en/c-sustainable.html
REQUEST_URI string(22) /en/c-sustainable.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788346237.962
REQUEST_TIME int 1788346237
HTTPS string(2) on
... array(3)
csrf_token string(40) 9diZjzGaGFmN9XqTYO4a1vyPXalKgODsuCfYybPG
cart string(12) Order object
last_category string(15) stdClass object