Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Product family

Color

Sort by

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

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.42ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.41ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.36ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.53ms
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.47ms
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.82ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.87ms
SELECT * FROM `config`
0.60ms
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` = 'mid-season-sale-30selection' LIMIT 1
0.62ms
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` = '60' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.48ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '100' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.17ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.33ms
SELECT * FROM `categories_links` WHERE `category_id` = '60' ORDER BY `position` ASC
38.25ms
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` = 60 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
7.23ms
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` = 60 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
5.95ms
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` = 60 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
56.65ms
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` = 60 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 31 OFFSET 0
0.10ms
SELECT FOUND_ROWS()
1.30ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `webstore_id` ASC
1.95ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `position` ASC
0.45ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '10', '7', '5', '4', '6', '1', '2') ORDER BY `singular` ASC
0.59ms
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 ('10', '59', '3', '18', '23', '7', '8', '21', '25', '26', '11', '27', '22', '64', '19', '20') ORDER BY `singular` ASC
0.83ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44', '62', '23', '40', '42', '39', '33', '64', '5', '45', '34', '46', '43', '47', '25', '37', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.59ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `name` ASC
1.02ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `name` ASC
2.45ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `position` ASC
6.62ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28900', '28884', '28133', '28480', '28892', '27172', '28481', '28551', '28893', '27173', '28433', '28297', '28901', '28427', '28885', '28560', '28439', '28134', '26059', '28363', '28902', '28425', '28886', '28561', '28552', '28437', '28135', '28482', '28894', '27174', '28431', '28298', '28895', '27175', '28430', '28299', '26058', '28362', '28903', '28424', '28887', '28562', '28553', '28436', '28136', '28483', '28904', '28423', '28888', '28563', '28554', '28435', '28137', '28484', '28896', '27176', '28429', '28300', '28931', '26057', '28361', '28432', '28301', '28932', '26060', '28364', '28426', '28564', '28555', '28438', '28138', '28485', '28565', '27177', '28556', '28440', '28139', '28486', '28905', '28889', '28434', '28302', '28933', '26061', '28365', '28428', '28897', '28934', '28360', '28898', '28566', '27178', '28557', '28487', '28890', '28906', '28891', '28907', '26799', '28935', '28071', '28764', '28899', '28755', '28567', '27179', '28558', '28568', '27156', '28559', '28936', '28724', '28765', '28756', '27795', '28207', '28614', '28221', '28651', '26800', '28715', '23826', '28650', '28714', '28723', '28264', '27157', '27794', '28206', '28613', '28220', '27793', '28205', '26801', '28612', '23827', '28219', '28649', '28766', '28757', '28713', '28722', '28652', '28265', '27158', '28716', '28725', '28169', '27796', '28208', '28596', '28222', '28615', '28168', '27797', '28767', '28209', '28758', '28595', '28223', '28616', '28653', '28717', '26802', '23828', '28167', '28266', '28594', '27159', '28597', '26803', '23829', '28768', '28759', '28170', '28267', '27160', '28760', '26804', '23830', '28769', '27161', '26805', '23831', '28770', '28761', '27162', '26806', '28072', '28771', '28762', '27163', '26669', '26668', '26667', '26670', '26671', '28763', '26807')
0.82ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '4', '80', '45', '94', '5', '95', '46', '81', '7', '8', '47', '96', '11', '82', '10', '48', '97', '83', '13', '14', '112', '98', '17', '113', '84', '16', '85', '49', '124', '19', '20', '114', '115', '185', '50', '86', '22', '51', '62', '116', '87', '88', '63', '117', '40', '64', '41', '65', '42', '66', '43', '67', '90', '91', '132', '68', '92', '69', '93', '70', '71', '72', '73', '74', '75', '76', '77', '125', '126', '127', '128', '156', '130') ORDER BY `position` ASC
0.70ms
SELECT `products`.*, `products_items`.`id` AS `pivot_id`, `products_items`.`parent_id` AS `pivot_parent_id`, `products_items`.`item_id` AS `pivot_item_id`, `products_items`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `products_items` ON `products`.`id` = `products_items`.`item_id` WHERE `products_items`.`parent_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.08ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') GROUP BY `articles`.`id`
0.49ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
272.87ms
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.35ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
532.07ms
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.74ms
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
11.13ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7160) ASC LIMIT 3
5.96ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7160) ASC LIMIT 3
0.43ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.89ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.12ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.78ms
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-16 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,994.95ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,496.80ms
+ 1,496.79ms
View #2 - components.page-header
1,536.30ms
+ 39.51ms
View #3 - components.button
1,536.97ms
+ 0.67ms
View #4 - components.button
1,537.37ms
+ 0.40ms
View #5 - components.facets
1,537.64ms
+ 0.26ms
View #6 - components.filters
1,538.20ms
+ 0.56ms
View #7 - components.close-button
1,538.66ms
+ 0.45ms
View #8 - components.accordion.wrapper
1,538.98ms
+ 0.32ms
View #9 - components.accordion.bodies.filters.list
1,539.02ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,540.82ms
+ 1.81ms
View #11 - components.accordion.bodies.filters.colors
1,540.87ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,541.51ms
+ 0.64ms
View #13 - components.accordion.bodies.filters.list
1,541.55ms
+ 0.04ms
View #14 - components.button
1,541.86ms
+ 0.31ms
View #15 - components.button
1,542.17ms
+ 0.32ms
View #16 - components.button
1,542.45ms
+ 0.28ms
View #17 - components.button
1,542.74ms
+ 0.29ms
View #18 - catalog.partials.products-listing
1,543.05ms
+ 0.31ms
View #19 - components.product-card
1,543.36ms
+ 0.30ms
View #20 - components.add-to-wishlist
1,592.86ms
+ 49.50ms
View #21 - components.product-card
1,595.02ms
+ 2.16ms
View #22 - components.add-to-wishlist
1,599.83ms
+ 4.81ms
View #23 - components.product-card
1,601.63ms
+ 1.80ms
View #24 - components.add-to-wishlist
1,606.65ms
+ 5.02ms
View #25 - components.product-card
1,608.52ms
+ 1.87ms
View #26 - components.add-to-wishlist
1,613.43ms
+ 4.91ms
View #27 - components.product-card
1,615.32ms
+ 1.89ms
View #28 - components.add-to-wishlist
1,620.41ms
+ 5.09ms
View #29 - components.product-card
1,622.34ms
+ 1.93ms
View #30 - components.add-to-wishlist
1,627.57ms
+ 5.23ms
View #31 - components.product-card
1,629.38ms
+ 1.81ms
View #32 - components.add-to-wishlist
1,633.80ms
+ 4.42ms
View #33 - components.product-card
1,635.62ms
+ 1.81ms
View #34 - components.add-to-wishlist
1,639.79ms
+ 4.18ms
View #35 - components.product-card
1,641.55ms
+ 1.75ms
View #36 - components.add-to-wishlist
1,645.40ms
+ 3.86ms
View #37 - components.product-card
1,647.10ms
+ 1.70ms
View #38 - components.add-to-wishlist
1,650.99ms
+ 3.88ms
View #39 - components.product-card
1,652.72ms
+ 1.73ms
View #40 - components.add-to-wishlist
1,656.37ms
+ 3.65ms
View #41 - components.product-card
1,658.11ms
+ 1.74ms
View #42 - components.add-to-wishlist
1,661.95ms
+ 3.83ms
View #43 - components.product-card
1,663.73ms
+ 1.79ms
View #44 - components.add-to-wishlist
1,667.34ms
+ 3.60ms
View #45 - components.product-card
1,669.11ms
+ 1.78ms
View #46 - components.add-to-wishlist
1,673.33ms
+ 4.22ms
View #47 - components.product-card
1,675.06ms
+ 1.73ms
View #48 - components.add-to-wishlist
1,679.76ms
+ 4.70ms
View #49 - components.product-card
1,681.47ms
+ 1.70ms
View #50 - components.add-to-wishlist
1,685.07ms
+ 3.61ms
View #51 - components.product-card
1,686.77ms
+ 1.70ms
View #52 - components.add-to-wishlist
1,690.67ms
+ 3.90ms
View #53 - components.product-card
1,692.41ms
+ 1.74ms
View #54 - components.add-to-wishlist
1,696.56ms
+ 4.14ms
View #55 - components.product-card
1,698.29ms
+ 1.73ms
View #56 - components.add-to-wishlist
1,702.79ms
+ 4.50ms
View #57 - components.catalog-push
1,704.61ms
+ 1.82ms
View #58 - components.product-card
1,705.76ms
+ 1.15ms
View #59 - components.add-to-wishlist
1,710.11ms
+ 4.35ms
View #60 - components.product-card
1,711.88ms
+ 1.77ms
View #61 - components.add-to-wishlist
1,724.49ms
+ 12.61ms
View #62 - components.product-card
1,726.40ms
+ 1.91ms
View #63 - components.add-to-wishlist
1,729.98ms
+ 3.58ms
View #64 - components.product-card
1,732.13ms
+ 2.15ms
View #65 - components.add-to-wishlist
1,736.23ms
+ 4.10ms
View #66 - components.product-card
1,738.01ms
+ 1.78ms
View #67 - components.add-to-wishlist
1,742.12ms
+ 4.11ms
View #68 - components.product-card
1,743.93ms
+ 1.81ms
View #69 - components.add-to-wishlist
1,748.24ms
+ 4.31ms
View #70 - components.product-card
1,750.07ms
+ 1.83ms
View #71 - components.add-to-wishlist
1,754.37ms
+ 4.30ms
View #72 - components.product-card
1,756.22ms
+ 1.85ms
View #73 - components.add-to-wishlist
1,760.22ms
+ 4.00ms
View #74 - components.product-card
1,762.09ms
+ 1.87ms
View #75 - components.add-to-wishlist
1,766.10ms
+ 4.01ms
View #76 - components.product-card
1,768.00ms
+ 1.90ms
View #77 - components.add-to-wishlist
1,772.27ms
+ 4.28ms
View #78 - components.product-card
1,774.11ms
+ 1.84ms
View #79 - components.add-to-wishlist
1,778.66ms
+ 4.55ms
View #80 - components.product-card
1,780.48ms
+ 1.82ms
View #81 - components.add-to-wishlist
1,784.41ms
+ 3.94ms
View #82 - components.pagination
1,786.28ms
+ 1.87ms
View #83 - components.button
1,787.28ms
+ 0.99ms
View #84 - components.recently-viewed
1,787.67ms
+ 0.39ms
View #85 - components.product-related
1,799.00ms
+ 11.33ms
View #86 - components.seo-footer
1,799.37ms
+ 0.37ms
View #87 - components.facets
1,800.59ms
+ 1.22ms
View #88 - modules.seo-links
1,800.88ms
+ 0.28ms
View #89 - layout.layout
1,801.19ms
+ 0.31ms
View #90 - layout.meta
1,826.76ms
+ 25.57ms
View #91 - modules.notification
1,906.93ms
+ 80.17ms
View #92 - modules.header
1,907.84ms
+ 0.91ms
View #93 - modules.menu
1,908.62ms
+ 0.79ms
View #94 - components.menu-first-level
1,909.18ms
+ 0.55ms
View #95 - components.menu-second-level
1,911.44ms
+ 2.26ms
View #96 - components.menu-pushes
1,915.68ms
+ 4.24ms
View #97 - components.menu-pushes
1,931.29ms
+ 15.61ms
View #98 - components.menu-pushes
1,944.65ms
+ 13.36ms
View #99 - components.menu-pushes
1,946.71ms
+ 2.06ms
View #100 - components.menu-pushes
1,948.15ms
+ 1.44ms
View #101 - svg.logo
1,948.98ms
+ 0.83ms
View #102 - modules.messages
1,950.17ms
+ 1.18ms
View #103 - modules.breadcrumbs
1,950.58ms
+ 0.42ms
View #104 - modules.footer
1,950.93ms
+ 0.35ms
View #105 - components.reinsurance-support
1,951.36ms
+ 0.43ms
View #106 - components.field
1,951.93ms
+ 0.57ms
View #107 - components.csrf-field
1,952.25ms
+ 0.32ms
View #108 - components.button
1,952.45ms
+ 0.20ms
View #109 - components.footer-links
1,952.86ms
+ 0.41ms
View #110 - modules.panel
1,955.84ms
+ 2.98ms
View #111 - modules.popin
1,956.03ms
+ 0.20ms
View #112 - modules.blueshift-popin
1,956.25ms
+ 0.21ms
View #113 - modules.search-panel
1,957.23ms
+ 0.98ms
View #114 - catalog.search-form
1,957.55ms
+ 0.32ms
View #115 - components.field
1,958.01ms
+ 0.47ms
View #116 - modules.toaster
1,958.76ms
+ 0.75ms
View #117 - layout.overlay
1,958.91ms
+ 0.15ms
View #118 - modules.webstore-switcher
1,961.02ms
+ 2.11ms
View #119 - components.close-button
1,961.46ms
+ 0.44ms
View #120 - components.native-select
1,961.94ms
+ 0.48ms
View #121 - components.native-select
1,962.47ms
+ 0.52ms
View #122 - components.button
1,962.75ms
+ 0.29ms
View #123 - components.button
1,963.09ms
+ 0.33ms
View #124 - helpers.grid
1,963.46ms
+ 0.37ms
View #125 - modules.loading-bar
1,963.69ms
+ 0.23ms
View #126 - 3rdparties.didomi
1,991.06ms
+ 27.37ms
View #127 - 3rdparties.gtm
1,991.30ms
+ 0.24ms
View #128 - 3rdparties.abtasty.main
1,991.52ms
+ 0.22ms
View #129 - 3rdparties.abtasty.tracking
1,991.77ms
+ 0.25ms
View #130 - 3rdparties.blueshift
1,992.02ms
+ 0.25ms
View #131 - 3rdparties.sizebay.main
1,992.42ms
+ 0.40ms
View #132 - 3rdparties.sizebay.tracking
1,992.65ms
+ 0.23ms
View #133 - 3rdparties.gsi
1,992.89ms
+ 0.24ms
View #134 - 3rdparties.applepay
1,993.02ms
+ 0.13ms
View #135 - 3rdparties.alma
1,993.27ms
+ 0.26ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
1,995.00ms
+ 1.73ms
... 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) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=44db0a5c717fae4ef8df2a391e76d660bbf5b804%2BDG69CunUKC5FixLJXYjLDYrcYOild25vcfexDrOt; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 33484
REDIRECT_URL string(38) /en/c-mid-season-sale-30selection.html
REDIRECT_QUERY_STRING string(38) /en/c-mid-season-sale-30selection.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /en/c-mid-season-sale-30selection.html
REQUEST_URI string(38) /en/c-mid-season-sale-30selection.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784157816.996
REQUEST_TIME int 1784157816
HTTPS string(2) on
... array(3)
csrf_token string(40) gZcVtqaLuYBSbT67DbAvBdOwMhI3qqoxsjPL9myr
cart string(12) Order object
last_category string(15) stdClass object