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

Filtres

Famille de produits

Couleur

Trier par

-10% sur votre première commande avec le code Bienvenue10

-10% sur votre première commande avec le code Bienvenue10

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.24ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
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.48ms
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.26ms
SELECT * FROM `languages`
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.85ms
SELECT * FROM `config`
0.47ms
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` = 'essentiels' 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` = '138' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.41ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.48ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' 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.49ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '71' AND `webstore_id` = '1' ORDER BY `position` ASC
0.21ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.25ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
63.00ms
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` = 138 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
8.78ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
6.44ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
68.80ms
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` = 138 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 30 OFFSET 0
0.09ms
SELECT FOUND_ROWS()
1.53ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `webstore_id` ASC
1.85ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `position` ASC
0.32ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '6', '5', '7', '1', '8', '14', '10', '4', '9') ORDER BY `singular` ASC
0.72ms
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', '7', '18', '20', '21', '28', '8', '9', '19', '26', '4', '25', '27', '57', '22', '31', '61', '38') ORDER BY `singular` ASC
0.67ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('48', '34', '40', '26', '47', '5', '38', '64', '33', '50', '44', '46', '45', '25', '37', '59', '13', '35', '39', '42', '73') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.34ms
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', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `name` ASC
0.94ms
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', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `name` ASC
3.02ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `position` ASC
6.84ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27431', '28480', '26203', '26782', '19069', '26771', '22772', '6967', '29016', '26760', '26783', '21101', '26032', '26772', '28446', '22773', '6968', '29017', '26761', '23914', '28481', '26038', '28560', '23599', '23912', '28482', '26036', '28561', '23600', '26784', '21099', '26030', '26773', '28444', '28124', '22774', '6969', '29018', '26762', '25625', '26774', '28443', '28123', '22775', '6970', '29019', '26763', '25624', '23911', '28483', '26035', '26785', '28562', '23601', '21098', '26029', '23910', '28484', '26034', '23602', '26786', '28563', '21097', '26028', '26775', '28442', '28122', '22776', '6965', '29020', '26764', '25623', '18459', '28125', '6966', '26765', '25626', '18460', '23913', '28485', '26037', '23603', '26787', '28564', '21100', '26031', '26776', '28445', '22777', '29021', '21102', '26033', '26777', '28447', '28126', '1768', '26766', '25627', '18461', '23915', '28486', '26039', '23604', '26788', '28565', '26767', '18462', '28487', '23605', '26789', '28566', '22778', '29022', '26778', '28441', '26799', '26779', '28255', '26768', '18463', '23606', '26790', '28567', '22779', '29023', '18464', '25070', '26791', '28568', '22780', '24998', '26780', '26769', '28207', '24464', '27800', '26800', '21665', '28256', '28646', '21664', '28645', '28206', '24463', '24999', '27799', '26801', '28257', '24462', '27798', '21663', '28644', '28205', '28647', '25000', '28208', '24465', '27801', '28151', '21666', '24466', '27802', '28150', '21667', '26802', '28648', '28258', '28209', '28149', '25001', '28259', '28152', '26803', '25002', '28153', '26804', '28260', '25003', '26805', '28261', '25004', '26806', '28262', '25076', '25077', '25078', '26669', '26668', '26667', '26670', '26671', '26807', '28263', '26770', '26759', '26781')
0.89ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '1', '54', '121', '44', '103', '55', '94', '45', '104', '4', '80', '95', '7', '81', '56', '46', '105', '57', '96', '47', '106', '10', '82', '97', '13', '83', '58', '48', '107', '112', '98', '108', '59', '113', '16', '84', '49', '124', '60', '109', '114', '19', '85', '61', '115', '22', '86', '50', '185', '62', '116', '87', '51', '117', '88', '63', '52', '40', '64', '41', '65', '66', '42', '43', '67', '90', '132', '91', '68', '92', '69', '70', '93', '71', '123', '72', '73', '74', '75', '76', '77', '78', '151', '125', '126', '127', '128', '156', '130', '225') ORDER BY `position` ASC
0.66ms
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', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.03ms
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', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
223.51ms
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
312.62ms
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.77ms
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
6.31ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
5.85ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
0.33ms
SELECT `code`, `taxes` FROM `countries`
0.46ms
SELECT * FROM `seo_types`
0.37ms
SELECT * FROM `styles`
0.90ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.01ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.00ms
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,499.67ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,033.29ms
+ 1,033.29ms
View #2 - components.page-header
1,072.85ms
+ 39.55ms
View #3 - components.filters
1,073.68ms
+ 0.84ms
View #4 - components.close-button
1,074.27ms
+ 0.59ms
View #5 - components.accordion.wrapper
1,074.64ms
+ 0.37ms
View #6 - components.accordion.bodies.filters.list
1,074.78ms
+ 0.14ms
View #7 - components.accordion.wrapper
1,076.54ms
+ 1.76ms
View #8 - components.accordion.bodies.filters.colors
1,076.58ms
+ 0.04ms
View #9 - components.accordion.wrapper
1,077.27ms
+ 0.69ms
View #10 - components.accordion.bodies.filters.list
1,077.31ms
+ 0.04ms
View #11 - components.button
1,077.58ms
+ 0.27ms
View #12 - components.button
1,078.05ms
+ 0.46ms
View #13 - components.button
1,078.32ms
+ 0.27ms
View #14 - components.button
1,078.61ms
+ 0.30ms
View #15 - catalog.partials.products-listing
1,078.93ms
+ 0.32ms
View #16 - components.product-card
1,079.21ms
+ 0.28ms
View #17 - components.add-to-wishlist
1,130.15ms
+ 50.94ms
View #18 - components.product-card
1,132.36ms
+ 2.21ms
View #19 - components.add-to-wishlist
1,136.64ms
+ 4.28ms
View #20 - components.product-card
1,138.36ms
+ 1.72ms
View #21 - components.add-to-wishlist
1,143.56ms
+ 5.20ms
View #22 - components.product-card
1,145.39ms
+ 1.82ms
View #23 - components.add-to-wishlist
1,149.22ms
+ 3.84ms
View #24 - components.product-card
1,150.87ms
+ 1.65ms
View #25 - components.add-to-wishlist
1,155.01ms
+ 4.14ms
View #26 - components.product-card
1,156.64ms
+ 1.63ms
View #27 - components.add-to-wishlist
1,161.05ms
+ 4.41ms
View #28 - components.product-card
1,162.88ms
+ 1.83ms
View #29 - components.add-to-wishlist
1,168.03ms
+ 5.16ms
View #30 - components.catalog-push
1,169.54ms
+ 1.51ms
View #31 - components.product-card
1,170.64ms
+ 1.10ms
View #32 - components.add-to-wishlist
1,175.69ms
+ 5.04ms
View #33 - components.product-card
1,177.44ms
+ 1.76ms
View #34 - components.add-to-wishlist
1,182.64ms
+ 5.19ms
View #35 - components.product-card
1,184.35ms
+ 1.71ms
View #36 - components.add-to-wishlist
1,187.15ms
+ 2.80ms
View #37 - components.product-card
1,188.77ms
+ 1.62ms
View #38 - components.add-to-wishlist
1,192.49ms
+ 3.73ms
View #39 - components.product-card
1,194.20ms
+ 1.71ms
View #40 - components.add-to-wishlist
1,197.92ms
+ 3.73ms
View #41 - components.product-card
1,199.46ms
+ 1.54ms
View #42 - components.add-to-wishlist
1,203.23ms
+ 3.77ms
View #43 - components.product-card
1,204.92ms
+ 1.68ms
View #44 - components.add-to-wishlist
1,208.52ms
+ 3.60ms
View #45 - components.product-card
1,210.00ms
+ 1.49ms
View #46 - components.add-to-wishlist
1,213.66ms
+ 3.66ms
View #47 - components.product-card
1,215.34ms
+ 1.68ms
View #48 - components.add-to-wishlist
1,218.97ms
+ 3.62ms
View #49 - components.product-card
1,220.55ms
+ 1.58ms
View #50 - components.add-to-wishlist
1,224.22ms
+ 3.67ms
View #51 - components.product-card
1,225.93ms
+ 1.72ms
View #52 - components.add-to-wishlist
1,230.34ms
+ 4.40ms
View #53 - components.product-card
1,232.08ms
+ 1.74ms
View #54 - components.add-to-wishlist
1,235.82ms
+ 3.74ms
View #55 - components.product-card
1,237.54ms
+ 1.72ms
View #56 - components.add-to-wishlist
1,241.18ms
+ 3.65ms
View #57 - components.product-card
1,242.89ms
+ 1.71ms
View #58 - components.add-to-wishlist
1,246.95ms
+ 4.06ms
View #59 - components.product-card
1,248.56ms
+ 1.61ms
View #60 - components.add-to-wishlist
1,252.18ms
+ 3.62ms
View #61 - components.catalog-push
1,253.97ms
+ 1.79ms
View #62 - components.button
1,254.97ms
+ 1.00ms
View #63 - components.product-card
1,255.36ms
+ 0.39ms
View #64 - components.add-to-wishlist
1,270.17ms
+ 14.81ms
View #65 - components.product-card
1,272.04ms
+ 1.87ms
View #66 - components.add-to-wishlist
1,274.75ms
+ 2.71ms
View #67 - components.product-card
1,276.44ms
+ 1.69ms
View #68 - components.add-to-wishlist
1,280.91ms
+ 4.47ms
View #69 - components.product-card
1,282.66ms
+ 1.76ms
View #70 - components.add-to-wishlist
1,287.28ms
+ 4.62ms
View #71 - components.product-card
1,289.04ms
+ 1.76ms
View #72 - components.add-to-wishlist
1,293.59ms
+ 4.55ms
View #73 - components.product-card
1,295.48ms
+ 1.89ms
View #74 - components.add-to-wishlist
1,298.86ms
+ 3.38ms
View #75 - components.product-card
1,300.42ms
+ 1.56ms
View #76 - components.add-to-wishlist
1,305.22ms
+ 4.80ms
View #77 - components.product-card
1,307.01ms
+ 1.79ms
View #78 - components.add-to-wishlist
1,310.04ms
+ 3.03ms
View #79 - components.pagination
1,312.15ms
+ 2.11ms
View #80 - components.button
1,313.06ms
+ 0.91ms
View #81 - components.recently-viewed
1,313.41ms
+ 0.35ms
View #82 - components.product-related
1,321.90ms
+ 8.49ms
View #83 - components.seo-footer
1,322.24ms
+ 0.34ms
View #84 - components.facets
1,323.32ms
+ 1.08ms
View #85 - modules.seo-links
1,323.60ms
+ 0.28ms
View #86 - components.button
1,330.48ms
+ 6.88ms
View #87 - components.button
1,331.00ms
+ 0.52ms
View #88 - components.button
1,333.74ms
+ 2.74ms
View #89 - layout.layout
1,336.28ms
+ 2.54ms
View #90 - layout.meta
1,364.79ms
+ 28.51ms
View #91 - modules.notification
1,448.15ms
+ 83.36ms
View #92 - modules.header
1,448.96ms
+ 0.81ms
View #93 - modules.menu
1,449.66ms
+ 0.70ms
View #94 - components.menu-first-level
1,450.24ms
+ 0.58ms
View #95 - components.menu-second-level
1,452.58ms
+ 2.34ms
View #96 - components.menu-pushes
1,456.53ms
+ 3.94ms
View #97 - components.menu-pushes
1,463.48ms
+ 6.96ms
View #98 - components.menu-pushes
1,467.51ms
+ 4.02ms
View #99 - components.menu-pushes
1,468.63ms
+ 1.12ms
View #100 - components.menu-pushes
1,469.38ms
+ 0.75ms
View #101 - svg.logo
1,469.96ms
+ 0.59ms
View #102 - modules.messages
1,470.52ms
+ 0.55ms
View #103 - modules.breadcrumbs
1,470.87ms
+ 0.36ms
View #104 - modules.footer
1,471.06ms
+ 0.19ms
View #105 - components.reinsurance-support
1,471.31ms
+ 0.25ms
View #106 - components.field
1,471.65ms
+ 0.34ms
View #107 - components.csrf-field
1,471.90ms
+ 0.25ms
View #108 - components.button
1,472.11ms
+ 0.20ms
View #109 - components.footer-links
1,472.30ms
+ 0.19ms
View #110 - modules.panel
1,473.67ms
+ 1.37ms
View #111 - modules.popin
1,473.84ms
+ 0.17ms
View #112 - modules.blueshift-popin
1,473.99ms
+ 0.15ms
View #113 - modules.search-panel
1,474.67ms
+ 0.68ms
View #114 - catalog.search-form
1,474.96ms
+ 0.29ms
View #115 - components.field
1,475.30ms
+ 0.33ms
View #116 - modules.toaster
1,475.78ms
+ 0.48ms
View #117 - layout.overlay
1,475.88ms
+ 0.11ms
View #118 - modules.webstore-switcher
1,477.19ms
+ 1.30ms
View #119 - components.close-button
1,477.47ms
+ 0.28ms
View #120 - components.native-select
1,477.76ms
+ 0.29ms
View #121 - components.native-select
1,478.15ms
+ 0.40ms
View #122 - components.button
1,478.33ms
+ 0.17ms
View #123 - components.button
1,478.53ms
+ 0.20ms
View #124 - helpers.grid
1,478.70ms
+ 0.17ms
View #125 - modules.loading-bar
1,478.82ms
+ 0.12ms
View #126 - 3rdparties.didomi
1,497.04ms
+ 18.22ms
View #127 - 3rdparties.gtm
1,497.23ms
+ 0.19ms
View #128 - 3rdparties.abtasty.main
1,497.34ms
+ 0.11ms
View #129 - 3rdparties.abtasty.tracking
1,497.44ms
+ 0.10ms
View #130 - 3rdparties.blueshift
1,497.69ms
+ 0.25ms
View #131 - 3rdparties.sizebay.main
1,498.08ms
+ 0.39ms
View #132 - 3rdparties.sizebay.tracking
1,498.24ms
+ 0.16ms
View #133 - 3rdparties.gsi
1,498.40ms
+ 0.16ms
View #134 - 3rdparties.applepay
1,498.48ms
+ 0.08ms
View #135 - 3rdparties.alma
1,498.65ms
+ 0.17ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
1,499.70ms
+ 1.05ms
... 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) 37876
REDIRECT_URL string(21) /fr/c-essentiels.html
REDIRECT_QUERY_STRING string(21) /fr/c-essentiels.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(21) /fr/c-essentiels.html
REQUEST_URI string(21) /fr/c-essentiels.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784148310.795
REQUEST_TIME int 1784148310
HTTPS string(2) on
... array(3)
csrf_token string(40) xiTeM0cPAWw0oHxkQNe48ChrvifyTIXmG1pS6Kkl
last_category string(15) stdClass object
cart string(12) Order object