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

Filtres

Famille de produits

Couleur

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.42ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.22ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.59ms
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.15ms
SELECT * FROM `languages`
0.35ms
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.95ms
SELECT * FROM `config`
0.49ms
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` = 'guide-cadeaux-exception' 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` = '141' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '94' AND `webstore_id` = '1' ORDER BY `position` ASC
0.19ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.43ms
SELECT * FROM `categories_links` WHERE `category_id` = '141' ORDER BY `position` ASC
15.02ms
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` = 141 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
5.06ms
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` = 141 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
4.84ms
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` = 141 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
16.29ms
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` = 141 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.14ms
SELECT FOUND_ROWS()
1.38ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') ORDER BY `webstore_id` ASC
2.04ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') ORDER BY `position` ASC
0.34ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '7', '5', '4', '1', '10', '6', '9') 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 ('17', '21', '18', '23', '76', '3', '19', '8', '59', '10', '7', '50', '78', '20', '38') ORDER BY `singular` ASC
0.51ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('48', '25', '40', '43', '49', '23', '44', '5', '28', '62', '76', '64', '33', '73', '39', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.49ms
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 ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') 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 ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') ORDER BY `name` ASC
2.18ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') ORDER BY `position` ASC
5.96ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28133', '28900', '26555', '28921', '28466', '27434', '28427', '28467', '28120', '28134', '28901', '25987', '26556', '24009', '28902', '25985', '28374', '26557', '28384', '28425', '28468', '28118', '28404', '28124', '28409', '28135', '28117', '28403', '28123', '28408', '28136', '24010', '28903', '25984', '28373', '26558', '28383', '28424', '28469', '28931', '25983', '28372', '26559', '28382', '28423', '28470', '28116', '28402', '28122', '28407', '28137', '24011', '28904', '18187', '28125', '28410', '28138', '24012', '18188', '28932', '25986', '28375', '26560', '28385', '28426', '28471', '28119', '28405', '28376', '26561', '28386', '28428', '28472', '28905', '28121', '28406', '28126', '28411', '28139', '24013', '18189', '28933', '25988', '24014', '18190', '28934', '26562', '28906', '28787', '28755', '28812', '28907', '25072', '18191', '28935', '26563', '25071', '18192', '28936', '24205', '28683', '28231', '28715', '28788', '28756', '28813', '18193', '24464', '28641', '28669', '28706', '24463', '28640', '28668', '28705', '28682', '28230', '28714', '24206', '28713', '28681', '24462', '28639', '28667', '28704', '28789', '28229', '28757', '28814', '28642', '28670', '28707', '28232', '24207', '28716', '28684', '24465', '28790', '24466', '28758', '28815', '28643', '28671', '28708', '28233', '28717', '26564', '24208', '28791', '28759', '28816', '24209', '28792', '28760', '28817', '24210', '28793', '28761', '28818', '24211', '28762', '28749', '28748', '28747', '28750', '28763')
0.78ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '44', '31', '122', '94', '4', '45', '32', '81', '46', '95', '33', '7', '96', '10', '82', '47', '34', '112', '97', '35', '13', '83', '48', '98', '16', '84', '113', '36', '124', '37', '19', '49', '85', '114', '86', '115', '38', '50', '62', '51', '87', '116', '39', '88', '117', '63', '40', '64', '118', '41', '65', '42', '66', '43', '67', '68', '132', '218', '69', '70', '71', '72', '73', '74', '75', '76', '125', '126', '127', '128', '130') ORDER BY `position` ASC
0.73ms
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 ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.45ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5807', '5813', '5791', '5382') ORDER BY `webstore_id` ASC
0.69ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5807', '5813', '5791', '5382') ORDER BY `position` ASC
1.45ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28847', '28892', '28893', '28848', '28849', '28894', '28895', '28850', '28851', '28896', '28897', '28852', '28853', '28898', '28854', '26799', '28899', '28739', '26800', '28740', '26801', '28741', '26802', '28742', '26803', '28743', '26804', '28744', '26805', '28745', '26806', '28746', '26807')
0.39ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
2.61ms
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 ('4914', '5706', '5794', '5814', '5779', '5658', '5770', '5713', '5829', '3525', '5784', '5712', '5822', '5798', '5786', '5659', '5792', '5723', '5661', '4815', '5507', '4853', '5776', '5708', '5833', '5222', '5683', '5716', '5817', '5802', '5348') GROUP BY `articles`.`id`
0.37ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
216.95ms
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.87ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
314.33ms
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.71ms
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
7.74ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7241) ASC LIMIT 3
6.65ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7241) ASC LIMIT 3
0.28ms
SELECT `code`, `taxes` FROM `countries`
0.41ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.94ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.83ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.07ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-15 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
0.25ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,406.93ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
923.06ms
+ 923.06ms
View #2 - components.page-header
969.38ms
+ 46.32ms
View #3 - components.button
969.88ms
+ 0.49ms
View #4 - components.button
970.28ms
+ 0.40ms
View #5 - components.facets
970.54ms
+ 0.27ms
View #6 - components.filters
970.98ms
+ 0.43ms
View #7 - components.close-button
971.52ms
+ 0.54ms
View #8 - components.accordion.wrapper
971.84ms
+ 0.32ms
View #9 - components.accordion.bodies.filters.list
971.88ms
+ 0.04ms
View #10 - components.accordion.wrapper
973.49ms
+ 1.61ms
View #11 - components.accordion.bodies.filters.colors
973.53ms
+ 0.04ms
View #12 - components.accordion.wrapper
974.20ms
+ 0.67ms
View #13 - components.accordion.bodies.filters.list
974.25ms
+ 0.05ms
View #14 - components.button
974.53ms
+ 0.29ms
View #15 - components.button
974.85ms
+ 0.31ms
View #16 - components.button
975.14ms
+ 0.30ms
View #17 - components.button
975.47ms
+ 0.33ms
View #18 - catalog.partials.products-listing
975.79ms
+ 0.32ms
View #19 - components.product-card
976.09ms
+ 0.30ms
View #20 - components.add-to-wishlist
1,025.65ms
+ 49.55ms
View #21 - components.product-card
1,027.69ms
+ 2.05ms
View #22 - components.add-to-wishlist
1,032.48ms
+ 4.79ms
View #23 - components.product-card
1,034.45ms
+ 1.97ms
View #24 - components.add-to-wishlist
1,039.23ms
+ 4.78ms
View #25 - components.product-card
1,040.92ms
+ 1.69ms
View #26 - components.add-to-wishlist
1,046.55ms
+ 5.63ms
View #27 - components.product-card
1,048.33ms
+ 1.78ms
View #28 - components.add-to-wishlist
1,053.00ms
+ 4.67ms
View #29 - components.product-card
1,054.83ms
+ 1.83ms
View #30 - components.add-to-wishlist
1,059.56ms
+ 4.73ms
View #31 - components.product-card
1,061.46ms
+ 1.89ms
View #32 - components.add-to-wishlist
1,065.40ms
+ 3.95ms
View #33 - components.catalog-push
1,067.00ms
+ 1.60ms
View #34 - components.product-card
1,068.10ms
+ 1.10ms
View #35 - components.add-to-wishlist
1,071.59ms
+ 3.49ms
View #36 - components.product-card
1,073.15ms
+ 1.56ms
View #37 - components.add-to-wishlist
1,078.96ms
+ 5.81ms
View #38 - components.product-card
1,081.16ms
+ 2.20ms
View #39 - components.add-to-wishlist
1,085.43ms
+ 4.28ms
View #40 - components.product-card
1,087.15ms
+ 1.72ms
View #41 - components.add-to-wishlist
1,091.08ms
+ 3.93ms
View #42 - components.product-card
1,092.76ms
+ 1.68ms
View #43 - components.add-to-wishlist
1,096.44ms
+ 3.68ms
View #44 - components.product-card
1,098.08ms
+ 1.64ms
View #45 - components.add-to-wishlist
1,101.89ms
+ 3.82ms
View #46 - components.product-card
1,103.57ms
+ 1.68ms
View #47 - components.add-to-wishlist
1,108.09ms
+ 4.52ms
View #48 - components.product-card
1,109.75ms
+ 1.66ms
View #49 - components.add-to-wishlist
1,113.65ms
+ 3.90ms
View #50 - components.product-card
1,115.36ms
+ 1.71ms
View #51 - components.add-to-wishlist
1,118.91ms
+ 3.55ms
View #52 - components.product-card
1,120.53ms
+ 1.61ms
View #53 - components.add-to-wishlist
1,124.08ms
+ 3.56ms
View #54 - components.product-card
1,125.66ms
+ 1.58ms
View #55 - components.add-to-wishlist
1,129.68ms
+ 4.02ms
View #56 - components.product-card
1,131.35ms
+ 1.67ms
View #57 - components.add-to-wishlist
1,135.61ms
+ 4.26ms
View #58 - components.product-card
1,137.23ms
+ 1.62ms
View #59 - components.add-to-wishlist
1,141.50ms
+ 4.28ms
View #60 - components.product-card
1,143.52ms
+ 2.01ms
View #61 - components.add-to-wishlist
1,146.91ms
+ 3.39ms
View #62 - components.product-card
1,148.50ms
+ 1.59ms
View #63 - components.add-to-wishlist
1,152.56ms
+ 4.06ms
View #64 - components.product-card
1,154.26ms
+ 1.70ms
View #65 - components.add-to-wishlist
1,158.00ms
+ 3.74ms
View #66 - components.product-card
1,159.76ms
+ 1.76ms
View #67 - components.add-to-wishlist
1,163.45ms
+ 3.69ms
View #68 - components.product-card
1,165.18ms
+ 1.73ms
View #69 - components.add-to-wishlist
1,170.74ms
+ 5.56ms
View #70 - components.product-card
1,172.76ms
+ 2.01ms
View #71 - components.add-to-wishlist
1,187.41ms
+ 14.65ms
View #72 - components.product-card
1,189.15ms
+ 1.74ms
View #73 - components.add-to-wishlist
1,193.06ms
+ 3.91ms
View #74 - components.product-card
1,194.88ms
+ 1.82ms
View #75 - components.add-to-wishlist
1,199.00ms
+ 4.11ms
View #76 - components.product-card
1,200.56ms
+ 1.57ms
View #77 - components.add-to-wishlist
1,203.90ms
+ 3.33ms
View #78 - components.product-card
1,205.55ms
+ 1.65ms
View #79 - components.add-to-wishlist
1,209.29ms
+ 3.73ms
View #80 - components.product-card
1,210.83ms
+ 1.55ms
View #81 - components.add-to-wishlist
1,215.39ms
+ 4.55ms
View #82 - components.pagination
1,216.98ms
+ 1.59ms
View #83 - components.button
1,217.82ms
+ 0.85ms
View #84 - components.recently-viewed
1,218.18ms
+ 0.35ms
View #85 - components.product-related
1,226.26ms
+ 8.08ms
View #86 - components.seo-footer
1,226.56ms
+ 0.30ms
View #87 - modules.seo-links
1,227.54ms
+ 0.97ms
View #88 - components.button
1,227.99ms
+ 0.46ms
View #89 - components.button
1,228.45ms
+ 0.46ms
View #90 - components.button
1,228.83ms
+ 0.38ms
View #91 - layout.layout
1,229.37ms
+ 0.54ms
View #92 - layout.meta
1,255.77ms
+ 26.39ms
View #93 - modules.notification
1,334.48ms
+ 78.71ms
View #94 - modules.header
1,335.34ms
+ 0.87ms
View #95 - modules.menu
1,336.09ms
+ 0.75ms
View #96 - components.menu-first-level
1,336.68ms
+ 0.60ms
View #97 - components.menu-second-level
1,338.88ms
+ 2.19ms
View #98 - components.menu-pushes
1,342.94ms
+ 4.06ms
View #99 - components.menu-pushes
1,349.84ms
+ 6.90ms
View #100 - components.menu-pushes
1,356.06ms
+ 6.22ms
View #101 - components.menu-pushes
1,357.85ms
+ 1.79ms
View #102 - components.menu-pushes
1,359.09ms
+ 1.23ms
View #103 - svg.logo
1,359.94ms
+ 0.85ms
View #104 - modules.messages
1,360.77ms
+ 0.84ms
View #105 - modules.breadcrumbs
1,361.22ms
+ 0.44ms
View #106 - modules.footer
1,361.53ms
+ 0.31ms
View #107 - components.reinsurance-support
1,361.92ms
+ 0.39ms
View #108 - components.field
1,362.56ms
+ 0.65ms
View #109 - components.csrf-field
1,362.98ms
+ 0.41ms
View #110 - components.button
1,363.34ms
+ 0.36ms
View #111 - components.footer-links
1,363.66ms
+ 0.32ms
View #112 - modules.panel
1,366.16ms
+ 2.50ms
View #113 - modules.popin
1,366.37ms
+ 0.21ms
View #114 - modules.blueshift-popin
1,366.55ms
+ 0.19ms
View #115 - modules.search-panel
1,367.64ms
+ 1.09ms
View #116 - catalog.search-form
1,367.99ms
+ 0.35ms
View #117 - components.field
1,368.42ms
+ 0.43ms
View #118 - modules.toaster
1,369.15ms
+ 0.73ms
View #119 - layout.overlay
1,369.30ms
+ 0.15ms
View #120 - modules.webstore-switcher
1,371.38ms
+ 2.08ms
View #121 - components.close-button
1,371.74ms
+ 0.36ms
View #122 - components.native-select
1,372.17ms
+ 0.43ms
View #123 - components.native-select
1,372.65ms
+ 0.48ms
View #124 - components.button
1,372.92ms
+ 0.27ms
View #125 - components.button
1,373.21ms
+ 0.29ms
View #126 - helpers.grid
1,373.46ms
+ 0.25ms
View #127 - modules.loading-bar
1,373.61ms
+ 0.15ms
View #128 - 3rdparties.didomi
1,403.20ms
+ 29.59ms
View #129 - 3rdparties.gtm
1,403.52ms
+ 0.32ms
View #130 - 3rdparties.abtasty.main
1,403.75ms
+ 0.23ms
View #131 - 3rdparties.abtasty.tracking
1,403.92ms
+ 0.16ms
View #132 - 3rdparties.blueshift
1,404.25ms
+ 0.33ms
View #133 - 3rdparties.sizebay.main
1,404.73ms
+ 0.48ms
View #134 - 3rdparties.sizebay.tracking
1,404.96ms
+ 0.23ms
View #135 - 3rdparties.gsi
1,405.20ms
+ 0.24ms
View #136 - 3rdparties.applepay
1,405.33ms
+ 0.13ms
View #137 - 3rdparties.alma
1,405.59ms
+ 0.25ms
View #138 - path: /var/www/html/laravel/profiling/template.blade.php
1,406.98ms
+ 1.39ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 37870
REDIRECT_URL string(34) /fr/c-guide-cadeaux-exception.html
REDIRECT_QUERY_STRING string(34) /fr/c-guide-cadeaux-exception.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(34) /fr/c-guide-cadeaux-exception.html
REQUEST_URI string(34) /fr/c-guide-cadeaux-exception.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784148310.788
REQUEST_TIME int 1784148310
HTTPS string(2) on
... array(3)
csrf_token string(40) ywdIP6mL50ZA9pjjeSfgJYVaMM3oTQDgtX1WOlTB
last_category string(15) stdClass object
cart string(12) Order object