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.37ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
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.37ms
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.20ms
SELECT * FROM `languages`
0.38ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.67ms
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.42ms
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.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.27ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
23.79ms
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.97ms
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
5.46ms
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
3.68ms
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`
30.64ms
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 32
0.15ms
SELECT FOUND_ROWS()
1.31ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `webstore_id` ASC
1.67ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '6', '4', '7', '14', '9', '10') ORDER BY `singular` ASC
0.54ms
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 ('18', '7', '23', '20', '4', '42', '21', '54', '59', '58', '31', '32', '44', '55') ORDER BY `singular` ASC
0.75ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('40', '33', '42', '26', '67', '34', '39', '71', '25', '60', '62', '61', '13', '16', '5', '31', '63') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.67ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `name` ASC
0.80ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `name` ASC
3.25ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `position` ASC
4.53ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27428', '6496', '26203', '28009', '17238', '27429', '6971', '6967', '6495', '23624', '22303', '28010', '17237', '6972', '6968', '21101', '26038', '25086', '28604', '22288', '26036', '28185', '27604', '19382', '26046', '23625', '13191', '28011', '17236', '6973', '6969', '29251', '21099', '28356', '17235', '26468', '6974', '6970', '29250', '21098', '28355', '22289', '28603', '26035', '28184', '27605', '19383', '26045', '23626', '13192', '28012', '3802', '26034', '28183', '27606', '19384', '26044', '23627', '13193', '28013', '17234', '6975', '6965', '29249', '28354', '18187', '21097', '3801', '22290', '28602', '4916', '26469', '6966', '29252', '28357', '18188', '21100', '2753', '22291', '28605', '2760', '26470', '2775', '26037', '28186', '27607', '19385', '26047', '23628', '13194', '17233', '6976', '20739', '26048', '23629', '13195', '17232', '4913', '1768', '29253', '28358', '18189', '21102', '2756', '22292', '2761', '26471', '28014', '2771', '26039', '27608', '18190', '2754', '22293', '2759', '26472', '28015', '2776', '27609', '18191', '2758', '22294', '2762', '26473', '28016', '2772', '27610', '2757', '22295', '2763', '26474', '2773', '27611', '18192', '18193', '2755', '22296', '2764', '26475', '2774', '27612', '25068', '27890', '25069', '26648', '26649', '27891', '27892', '26650', '26651', '27893', '23082', '27004', '23081', '27003', '26652', '23080', '27002', '27894', '23083', '27005', '27895', '23084', '27006', '26653', '26654', '27896', '27897', '27323', '26674', '26673', '27322', '27321', '26672', '26675', '27324', '26676', '27325')
0.61ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '103', '94', '45', '104', '95', '80', '46', '105', '106', '208', '96', '81', '47', '112', '97', '82', '48', '107', '108', '98', '113', '83', '124', '109', '114', '84', '49', '115', '85', '50', '116', '86', '51', '117', '87', '118', '88', '129', '63', '187', '65', '67', '69', '90', '91', '71', '92', '93', '73', '123', '75', '77', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.51ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.94ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
152.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` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.72ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
229.89ms
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.66ms
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
5.22ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
13.49ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.33ms
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.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.27ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.25ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.47ms
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.37ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
1.01ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.03ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.66ms
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,088.51ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
755.29ms
+ 755.29ms
View #2 - components.page-header
789.73ms
+ 34.44ms
View #3 - components.filters
790.31ms
+ 0.58ms
View #4 - components.close-button
790.65ms
+ 0.35ms
View #5 - components.accordion.wrapper
790.88ms
+ 0.23ms
View #6 - components.accordion.bodies.filters.list
790.91ms
+ 0.03ms
View #7 - components.accordion.wrapper
792.16ms
+ 1.25ms
View #8 - components.accordion.bodies.filters.colors
792.22ms
+ 0.05ms
View #9 - components.accordion.wrapper
792.71ms
+ 0.49ms
View #10 - components.accordion.bodies.filters.list
792.74ms
+ 0.03ms
View #11 - components.button
792.94ms
+ 0.20ms
View #12 - components.button
793.21ms
+ 0.26ms
View #13 - components.button
793.39ms
+ 0.18ms
View #14 - components.button
793.56ms
+ 0.17ms
View #15 - components.pagination
793.76ms
+ 0.20ms
View #16 - components.button
793.96ms
+ 0.20ms
View #17 - catalog.partials.products-listing
794.16ms
+ 0.20ms
View #18 - components.product-card
794.36ms
+ 0.20ms
View #19 - components.add-to-wishlist
831.98ms
+ 37.62ms
View #20 - components.product-card
833.76ms
+ 1.78ms
View #21 - components.add-to-wishlist
837.06ms
+ 3.30ms
View #22 - components.product-card
838.28ms
+ 1.22ms
View #23 - components.add-to-wishlist
841.04ms
+ 2.76ms
View #24 - components.product-card
842.62ms
+ 1.57ms
View #25 - components.add-to-wishlist
845.31ms
+ 2.69ms
View #26 - components.product-card
846.80ms
+ 1.49ms
View #27 - components.add-to-wishlist
849.31ms
+ 2.51ms
View #28 - components.product-card
850.53ms
+ 1.21ms
View #29 - components.add-to-wishlist
853.40ms
+ 2.87ms
View #30 - components.product-card
854.61ms
+ 1.22ms
View #31 - components.add-to-wishlist
857.38ms
+ 2.77ms
View #32 - components.product-card
858.73ms
+ 1.34ms
View #33 - components.add-to-wishlist
861.39ms
+ 2.67ms
View #34 - components.product-card
862.76ms
+ 1.37ms
View #35 - components.add-to-wishlist
865.39ms
+ 2.63ms
View #36 - components.product-card
866.82ms
+ 1.43ms
View #37 - components.add-to-wishlist
868.75ms
+ 1.93ms
View #38 - components.product-card
870.23ms
+ 1.48ms
View #39 - components.add-to-wishlist
873.27ms
+ 3.04ms
View #40 - components.product-card
874.66ms
+ 1.39ms
View #41 - components.add-to-wishlist
877.50ms
+ 2.83ms
View #42 - components.product-card
878.69ms
+ 1.19ms
View #43 - components.add-to-wishlist
881.52ms
+ 2.83ms
View #44 - components.product-card
882.87ms
+ 1.35ms
View #45 - components.add-to-wishlist
885.75ms
+ 2.88ms
View #46 - components.product-card
887.05ms
+ 1.31ms
View #47 - components.add-to-wishlist
889.41ms
+ 2.36ms
View #48 - components.product-card
890.56ms
+ 1.15ms
View #49 - components.add-to-wishlist
893.46ms
+ 2.90ms
View #50 - components.product-card
894.70ms
+ 1.24ms
View #51 - components.add-to-wishlist
896.98ms
+ 2.28ms
View #52 - components.product-card
898.31ms
+ 1.34ms
View #53 - components.add-to-wishlist
901.18ms
+ 2.87ms
View #54 - components.product-card
903.32ms
+ 2.14ms
View #55 - components.add-to-wishlist
905.34ms
+ 2.02ms
View #56 - components.product-card
906.73ms
+ 1.39ms
View #57 - components.add-to-wishlist
909.17ms
+ 2.44ms
View #58 - components.product-card
910.31ms
+ 1.14ms
View #59 - components.add-to-wishlist
912.30ms
+ 1.99ms
View #60 - components.product-card
913.59ms
+ 1.29ms
View #61 - components.add-to-wishlist
916.15ms
+ 2.56ms
View #62 - components.product-card
917.48ms
+ 1.33ms
View #63 - components.add-to-wishlist
919.88ms
+ 2.40ms
View #64 - components.product-card
921.06ms
+ 1.18ms
View #65 - components.add-to-wishlist
923.85ms
+ 2.79ms
View #66 - components.product-card
925.25ms
+ 1.39ms
View #67 - components.add-to-wishlist
927.67ms
+ 2.42ms
View #68 - components.product-card
928.95ms
+ 1.28ms
View #69 - components.add-to-wishlist
931.68ms
+ 2.73ms
View #70 - components.product-card
932.93ms
+ 1.25ms
View #71 - components.add-to-wishlist
935.49ms
+ 2.56ms
View #72 - components.product-card
936.81ms
+ 1.32ms
View #73 - components.add-to-wishlist
939.51ms
+ 2.70ms
View #74 - components.product-card
940.96ms
+ 1.45ms
View #75 - components.add-to-wishlist
943.66ms
+ 2.69ms
View #76 - components.product-card
945.00ms
+ 1.34ms
View #77 - components.add-to-wishlist
947.81ms
+ 2.82ms
View #78 - components.product-card
949.13ms
+ 1.32ms
View #79 - components.add-to-wishlist
959.74ms
+ 10.61ms
View #80 - components.product-card
961.23ms
+ 1.49ms
View #81 - components.add-to-wishlist
963.81ms
+ 2.58ms
View #82 - components.pagination
965.14ms
+ 1.33ms
View #83 - components.button
965.47ms
+ 0.33ms
View #84 - components.recently-viewed
965.96ms
+ 0.48ms
View #85 - components.product-related
974.58ms
+ 8.62ms
View #86 - components.seo-footer
974.87ms
+ 0.30ms
View #87 - modules.seo-links
975.75ms
+ 0.88ms
View #88 - layout.layout
976.03ms
+ 0.28ms
View #89 - layout.meta
976.65ms
+ 0.62ms
View #90 - modules.notification
1,032.17ms
+ 55.51ms
View #91 - modules.header
1,032.94ms
+ 0.77ms
View #92 - modules.menu
1,033.49ms
+ 0.55ms
View #93 - components.menu-first-level
1,033.92ms
+ 0.43ms
View #94 - components.menu-second-level
1,035.95ms
+ 2.03ms
View #95 - components.menu-pushes
1,040.67ms
+ 4.72ms
View #96 - components.menu-pushes
1,045.83ms
+ 5.17ms
View #97 - components.menu-pushes
1,049.19ms
+ 3.35ms
View #98 - components.menu-pushes
1,052.78ms
+ 3.60ms
View #99 - components.menu-pushes
1,053.94ms
+ 1.15ms
View #100 - components.menu-pushes
1,054.95ms
+ 1.02ms
View #101 - svg.logo
1,055.62ms
+ 0.67ms
View #102 - modules.messages
1,056.40ms
+ 0.78ms
View #103 - modules.breadcrumbs
1,056.77ms
+ 0.37ms
View #104 - modules.footer
1,056.96ms
+ 0.19ms
View #105 - components.reinsurance-support
1,057.24ms
+ 0.27ms
View #106 - components.field
1,057.59ms
+ 0.35ms
View #107 - components.csrf-field
1,057.82ms
+ 0.23ms
View #108 - components.button
1,057.94ms
+ 0.12ms
View #109 - components.footer-links
1,058.13ms
+ 0.19ms
View #110 - modules.panel
1,060.09ms
+ 1.96ms
View #111 - modules.popin
1,060.25ms
+ 0.16ms
View #112 - modules.blueshift-popin
1,060.40ms
+ 0.15ms
View #113 - modules.search-panel
1,061.01ms
+ 0.61ms
View #114 - catalog.search-form
1,061.25ms
+ 0.24ms
View #115 - components.field
1,061.57ms
+ 0.32ms
View #116 - modules.toaster
1,062.42ms
+ 0.85ms
View #117 - layout.overlay
1,062.76ms
+ 0.34ms
View #118 - modules.webstore-switcher
1,064.26ms
+ 1.50ms
View #119 - components.close-button
1,064.56ms
+ 0.30ms
View #120 - components.native-select
1,064.88ms
+ 0.31ms
View #121 - components.native-select
1,065.23ms
+ 0.35ms
View #122 - components.button
1,065.48ms
+ 0.26ms
View #123 - components.button
1,065.71ms
+ 0.23ms
View #124 - helpers.grid
1,065.90ms
+ 0.19ms
View #125 - modules.loading-bar
1,066.05ms
+ 0.15ms
View #126 - 3rdparties.didomi
1,084.32ms
+ 18.27ms
View #127 - 3rdparties.gtm
1,084.53ms
+ 0.20ms
View #128 - 3rdparties.abtasty.main
1,084.65ms
+ 0.13ms
View #129 - 3rdparties.abtasty.tracking
1,084.76ms
+ 0.10ms
View #130 - 3rdparties.blueshift
1,084.98ms
+ 0.22ms
View #131 - 3rdparties.sizebay.main
1,085.38ms
+ 0.40ms
View #132 - 3rdparties.sizebay.tracking
1,085.58ms
+ 0.20ms
View #133 - 3rdparties.gsi
1,085.76ms
+ 0.18ms
View #134 - 3rdparties.applepay
1,085.85ms
+ 0.09ms
View #135 - 3rdparties.alma
1,086.09ms
+ 0.25ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
1,088.55ms
+ 2.46ms
... 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) 46978
REDIRECT_URL string(22) /en/c-sustainable.html
REDIRECT_QUERY_STRING string(29) /en/c-sustainable.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(29) /en/c-sustainable.html&page=2
REQUEST_URI string(29) /en/c-sustainable.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788348971.929
REQUEST_TIME int 1788348971
HTTPS string(2) on
... array(3)
csrf_token string(40) AY4ECzWFNxIZa5EGhZzBzeF7Dqr07I2paW0yQ1av
last_category string(15) stdClass object
cart string(12) Order object