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.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.46ms
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.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.64ms
SELECT * FROM `config`
0.50ms
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.48ms
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.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.29ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
21.54ms
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.71ms
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
4.20ms
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.85ms
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`
29.40ms
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.14ms
SELECT FOUND_ROWS()
1.01ms
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.88ms
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.69ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '14', '9', '4', '5', '10', '1', '6') ORDER BY `singular` ASC
0.67ms
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
1.52ms
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.43ms
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.81ms
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.97ms
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
4.22ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27433', '27430', '26942', '26204', '27489', '27549', '27431', '27247', '22772', '27248', '22773', '25987', '28120', '26032', '26943', '26026', '27490', '27550', '13176', '26944', '26059', '29246', '26024', '27491', '27551', '27249', '28369', '22774', '25985', '28118', '26030', '28363', '28368', '22775', '25984', '28117', '26029', '28362', '13177', '26945', '26058', '29245', '26460', '26023', '27492', '27552', '27250', '26946', '26057', '29244', '26022', '17540', '27493', '18459', '27547', '27251', '28367', '25983', '26461', '22776', '28116', '26028', '28361', '13178', '3800', '25986', '26462', '28119', '26031', '28364', '13179', '2765', '26060', '29247', '26025', '17541', '27494', '18460', '27548', '28370', '22777', '26027', '17542', '27495', '18461', '28371', '25988', '26947', '26463', '28121', '26033', '28365', '13180', '2767', '27252', '26061', '29248', '28360', '2766', '27253', '22778', '17543', '18462', '28366', '26948', '26464', '18463', '26949', '26465', '2769', '27254', '22779', '17544', '2768', '22780', '17545', '18464', '26950', '26466', '26951', '26467', '2770', '17546', '28071', '22682', '26837', '23826', '22683', '26838', '23827', '22684', '26839', '23828', '22685', '27637', '26840', '26270', '26275', '26269', '26274', '23829', '27636', '22686', '27635', '26268', '26273', '26841', '26271', '22687', '26276', '27638', '23830', '26842', '26272', '26277', '27639', '28359', '23831', '22688', '26843', '28072', '22689', '28070', '26757', '26664', '26669', '26755', '26663', '26668', '26754', '26667', '26753', '26662', '26665', '26670', '26756', '26671', '26758', '26666')
0.58ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '1', '103', '45', '94', '4', '104', '95', '46', '7', '105', '96', '47', '208', '10', '106', '48', '97', '112', '13', '107', '98', '113', '16', '108', '49', '124', '114', '19', '185', '115', '50', '116', '51', '117', '52', '53', '118', '62', '63', '64', '65', '66', '67', '68', '90', '69', '91', '70', '92', '71', '93', '72', '73', '123', '212', '74', '75', '76', '131', '186', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.59ms
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.41ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5386') ORDER BY `webstore_id` ASC
0.50ms
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.65ms
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.36ms
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
3.17ms
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`
1.16ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
273.13ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.91ms
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.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
455.77ms
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
1.04ms
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
3.91ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
9.97ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.24ms
SELECT `code`, `taxes` FROM `countries`
0.32ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.18ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.27ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.20ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.38ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.42ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
1.05ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.26ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.24ms
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
0.25ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,799.75ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,196.65ms
+ 1,196.65ms
View #2 - components.page-header
1,255.11ms
+ 58.45ms
View #3 - components.filters
1,255.93ms
+ 0.83ms
View #4 - components.close-button
1,256.51ms
+ 0.58ms
View #5 - components.accordion.wrapper
1,257.23ms
+ 0.72ms
View #6 - components.accordion.bodies.filters.list
1,257.29ms
+ 0.06ms
View #7 - components.accordion.wrapper
1,259.40ms
+ 2.12ms
View #8 - components.accordion.bodies.filters.colors
1,259.45ms
+ 0.05ms
View #9 - components.accordion.wrapper
1,260.19ms
+ 0.73ms
View #10 - components.accordion.bodies.filters.list
1,260.23ms
+ 0.05ms
View #11 - components.button
1,260.53ms
+ 0.30ms
View #12 - components.button
1,260.93ms
+ 0.41ms
View #13 - components.button
1,261.31ms
+ 0.37ms
View #14 - components.button
1,261.64ms
+ 0.33ms
View #15 - catalog.partials.products-listing
1,261.99ms
+ 0.35ms
View #16 - components.product-card
1,262.30ms
+ 0.31ms
View #17 - components.add-to-wishlist
1,313.34ms
+ 51.04ms
View #18 - components.product-card
1,316.00ms
+ 2.66ms
View #19 - components.add-to-wishlist
1,320.70ms
+ 4.70ms
View #20 - components.product-card
1,323.25ms
+ 2.55ms
View #21 - components.add-to-wishlist
1,326.64ms
+ 3.39ms
View #22 - components.product-card
1,328.67ms
+ 2.04ms
View #23 - components.add-to-wishlist
1,333.48ms
+ 4.80ms
View #24 - components.product-card
1,335.73ms
+ 2.25ms
View #25 - components.add-to-wishlist
1,340.24ms
+ 4.51ms
View #26 - components.product-card
1,343.00ms
+ 2.77ms
View #27 - components.add-to-wishlist
1,347.89ms
+ 4.88ms
View #28 - components.product-card
1,349.81ms
+ 1.92ms
View #29 - components.add-to-wishlist
1,354.35ms
+ 4.53ms
View #30 - components.product-card
1,356.90ms
+ 2.55ms
View #31 - components.add-to-wishlist
1,361.72ms
+ 4.82ms
View #32 - components.product-card
1,364.70ms
+ 2.98ms
View #33 - components.add-to-wishlist
1,370.76ms
+ 6.05ms
View #34 - components.product-card
1,374.97ms
+ 4.21ms
View #35 - components.add-to-wishlist
1,380.53ms
+ 5.57ms
View #36 - components.product-card
1,383.18ms
+ 2.65ms
View #37 - components.add-to-wishlist
1,387.34ms
+ 4.16ms
View #38 - components.product-card
1,389.60ms
+ 2.26ms
View #39 - components.add-to-wishlist
1,393.38ms
+ 3.78ms
View #40 - components.product-card
1,395.72ms
+ 2.34ms
View #41 - components.add-to-wishlist
1,400.46ms
+ 4.74ms
View #42 - components.product-card
1,402.68ms
+ 2.22ms
View #43 - components.add-to-wishlist
1,407.10ms
+ 4.42ms
View #44 - components.product-card
1,409.30ms
+ 2.20ms
View #45 - components.add-to-wishlist
1,414.24ms
+ 4.94ms
View #46 - components.product-card
1,417.28ms
+ 3.04ms
View #47 - components.add-to-wishlist
1,422.44ms
+ 5.16ms
View #48 - components.product-card
1,424.71ms
+ 2.28ms
View #49 - components.add-to-wishlist
1,428.83ms
+ 4.12ms
View #50 - components.product-card
1,430.74ms
+ 1.91ms
View #51 - components.add-to-wishlist
1,437.02ms
+ 6.28ms
View #52 - components.product-card
1,439.72ms
+ 2.69ms
View #53 - components.add-to-wishlist
1,444.82ms
+ 5.10ms
View #54 - components.product-card
1,447.28ms
+ 2.46ms
View #55 - components.add-to-wishlist
1,450.32ms
+ 3.04ms
View #56 - components.product-card
1,452.85ms
+ 2.53ms
View #57 - components.add-to-wishlist
1,458.20ms
+ 5.35ms
View #58 - components.product-card
1,460.18ms
+ 1.98ms
View #59 - components.add-to-wishlist
1,464.44ms
+ 4.26ms
View #60 - components.product-card
1,467.16ms
+ 2.72ms
View #61 - components.add-to-wishlist
1,471.86ms
+ 4.70ms
View #62 - components.product-card
1,474.30ms
+ 2.43ms
View #63 - components.add-to-wishlist
1,480.30ms
+ 6.00ms
View #64 - components.product-card
1,482.59ms
+ 2.29ms
View #65 - components.add-to-wishlist
1,499.47ms
+ 16.88ms
View #66 - components.product-card
1,501.69ms
+ 2.22ms
View #67 - components.add-to-wishlist
1,509.20ms
+ 7.51ms
View #68 - components.product-card
1,512.70ms
+ 3.50ms
View #69 - components.add-to-wishlist
1,518.88ms
+ 6.17ms
View #70 - components.product-card
1,521.67ms
+ 2.80ms
View #71 - components.add-to-wishlist
1,527.79ms
+ 6.12ms
View #72 - components.product-card
1,530.64ms
+ 2.84ms
View #73 - components.add-to-wishlist
1,536.73ms
+ 6.09ms
View #74 - components.product-card
1,539.34ms
+ 2.61ms
View #75 - components.add-to-wishlist
1,543.89ms
+ 4.55ms
View #76 - components.product-card
1,546.26ms
+ 2.37ms
View #77 - components.add-to-wishlist
1,551.47ms
+ 5.21ms
View #78 - components.product-card
1,553.45ms
+ 1.98ms
View #79 - components.add-to-wishlist
1,560.24ms
+ 6.79ms
View #80 - components.pagination
1,562.70ms
+ 2.46ms
View #81 - components.button
1,563.86ms
+ 1.15ms
View #82 - components.recently-viewed
1,564.25ms
+ 0.39ms
View #83 - components.product-related
1,575.19ms
+ 10.94ms
View #84 - components.seo-footer
1,575.55ms
+ 0.36ms
View #85 - modules.seo-links
1,577.48ms
+ 1.93ms
View #86 - layout.layout
1,578.77ms
+ 1.30ms
View #87 - layout.meta
1,579.84ms
+ 1.06ms
View #88 - modules.notification
1,693.52ms
+ 113.68ms
View #89 - modules.header
1,694.62ms
+ 1.10ms
View #90 - modules.menu
1,695.66ms
+ 1.03ms
View #91 - components.menu-first-level
1,697.03ms
+ 1.38ms
View #92 - components.menu-second-level
1,700.76ms
+ 3.72ms
View #93 - components.menu-pushes
1,711.03ms
+ 10.28ms
View #94 - components.menu-pushes
1,723.54ms
+ 12.50ms
View #95 - components.menu-pushes
1,732.60ms
+ 9.06ms
View #96 - components.menu-pushes
1,739.84ms
+ 7.25ms
View #97 - components.menu-pushes
1,742.97ms
+ 3.13ms
View #98 - components.menu-pushes
1,745.72ms
+ 2.74ms
View #99 - svg.logo
1,747.50ms
+ 1.78ms
View #100 - modules.messages
1,749.29ms
+ 1.79ms
View #101 - modules.breadcrumbs
1,749.86ms
+ 0.57ms
View #102 - modules.footer
1,750.16ms
+ 0.30ms
View #103 - components.reinsurance-support
1,750.59ms
+ 0.42ms
View #104 - components.field
1,751.20ms
+ 0.61ms
View #105 - components.csrf-field
1,751.53ms
+ 0.34ms
View #106 - components.button
1,751.74ms
+ 0.20ms
View #107 - components.footer-links
1,752.03ms
+ 0.30ms
View #108 - modules.panel
1,756.00ms
+ 3.97ms
View #109 - modules.popin
1,756.24ms
+ 0.24ms
View #110 - modules.blueshift-popin
1,756.49ms
+ 0.25ms
View #111 - modules.search-panel
1,757.65ms
+ 1.16ms
View #112 - catalog.search-form
1,758.22ms
+ 0.57ms
View #113 - components.field
1,758.81ms
+ 0.59ms
View #114 - modules.toaster
1,759.81ms
+ 1.00ms
View #115 - layout.overlay
1,760.20ms
+ 0.39ms
View #116 - modules.webstore-switcher
1,762.68ms
+ 2.47ms
View #117 - components.close-button
1,763.12ms
+ 0.45ms
View #118 - components.native-select
1,763.63ms
+ 0.51ms
View #119 - components.native-select
1,764.16ms
+ 0.52ms
View #120 - components.button
1,764.44ms
+ 0.28ms
View #121 - components.button
1,764.79ms
+ 0.35ms
View #122 - helpers.grid
1,765.09ms
+ 0.30ms
View #123 - modules.loading-bar
1,765.31ms
+ 0.21ms
View #124 - 3rdparties.didomi
1,794.50ms
+ 29.19ms
View #125 - 3rdparties.gtm
1,794.77ms
+ 0.27ms
View #126 - 3rdparties.abtasty.main
1,794.96ms
+ 0.20ms
View #127 - 3rdparties.abtasty.tracking
1,795.12ms
+ 0.15ms
View #128 - 3rdparties.blueshift
1,795.45ms
+ 0.33ms
View #129 - 3rdparties.sizebay.main
1,795.97ms
+ 0.52ms
View #130 - 3rdparties.sizebay.tracking
1,796.25ms
+ 0.28ms
View #131 - 3rdparties.gsi
1,796.76ms
+ 0.51ms
View #132 - 3rdparties.applepay
1,797.05ms
+ 0.29ms
View #133 - 3rdparties.alma
1,797.45ms
+ 0.40ms
View #134 - path: /var/www/html/laravel/profiling/template.blade.php
1,799.80ms
+ 2.35ms
... 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.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) 56868
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 1788344475.841
REQUEST_TIME int 1788344475
HTTPS string(2) on
... array(3)
csrf_token string(40) lsnd4HscRKw08QXF6WIVamuCluvMLGCU6heoWaJR
last_category string(15) stdClass object
cart string(12) Order object