Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible

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.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
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.39ms
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.21ms
SELECT * FROM `languages`
0.44ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.64ms
SELECT * FROM `config`
0.51ms
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.61ms
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.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.38ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
23.81ms
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
5.44ms
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
4.56ms
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`
28.57ms
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.14ms
SELECT FOUND_ROWS()
1.11ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') ORDER BY `webstore_id` ASC
1.38ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') ORDER BY `position` ASC
0.46ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '10', '7', '5', '6', '14', '9', '1', '4', '12', '8', '2') ORDER BY `singular` ASC
0.58ms
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 ('19', '57', '21', '28', '18', '7', '4', '42', '8', '15', '20', '23', '33', '31', '9', '22', '58') ORDER BY `singular` ASC
0.65ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44', '59', '5', '38', '39', '35', '71', '28', '64', '33', '40', '26', '42', '55', '13', '50', '61') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.68ms
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 ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') ORDER BY `name` ASC
0.92ms
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 ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') ORDER BY `name` ASC
2.96ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') ORDER BY `position` ASC
5.68ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('19069', '27232', '27563', '25836', '6633', '19081', '22367', '28855', '27430', '6967', '28856', '6968', '28446', '26032', '27233', '27564', '25837', '22303', '21101', '23339', '23599', '27565', '25838', '13191', '21099', '28857', '6969', '28444', '26030', '27234', '24105', '6970', '28443', '26029', '27235', '24106', '23340', '23600', '27566', '25839', '13192', '21098', '28858', '13193', '21097', '28859', '17540', '18459', '6965', '28442', '26028', '29621', '29628', '27236', '24107', '23341', '23601', '27567', '25840', '26031', '29622', '29629', '24108', '23342', '23602', '27568', '27237', '13194', '21100', '17541', '18460', '6966', '28445', '21102', '17542', '18461', '1768', '25841', '28447', '26033', '29623', '29630', '24109', '23343', '23603', '27569', '28860', '27238', '13195', '29624', '29631', '24110', '23344', '23604', '28861', '27239', '17543', '18462', '25842', '28441', '17544', '18463', '29625', '29632', '24111', '23345', '23605', '24112', '23346', '23606', '17545', '18464', '29626', '29633', '17546', '24113', '23347', '25070', '29627', '29634', '24114', '28631', '24115', '28636', '24205', '24998', '23348', '28630', '28635', '28629', '24206', '24999', '28634', '23349', '28632', '28637', '28633', '28638', '24207', '25000', '23350', '24208', '25001', '23351', '24209', '25002', '23352', '25003', '23353', '24210', '24211', '25004', '23354', '25076', '25077', '25078', '26664', '26663', '26662', '26665', '26666')
0.69ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '2', '1', '44', '140', '122', '103', '45', '104', '94', '5', '4', '80', '7', '46', '95', '105', '8', '106', '96', '11', '81', '10', '47', '97', '48', '112', '107', '55', '14', '82', '13', '98', '56', '83', '16', '17', '113', '108', '124', '114', '109', '49', '57', '84', '19', '20', '58', '85', '50', '23', '115', '185', '116', '59', '86', '87', '117', '60', '118', '88', '62', '129', '40', '187', '63', '41', '42', '65', '43', '132', '67', '69', '71', '73', '75', '77', '78', '151', '125', '126', '127', '128', '156') 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 ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.61ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5184', '5850', '4669', '4853', '5009') ORDER BY `webstore_id` ASC
0.74ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5184', '5850', '4669', '4853', '5009') ORDER BY `position` ASC
1.39ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23534', '25857', '28998', '25858', '28999', '23535', '23536', '25859', '29000', '23537', '25860', '29001', '25861', '29002', '23538', '23539', '25862', '29003', '25863', '29004', '23540', '23541', '29005', '29006', '23542', '23357', '24205', '24998', '23358', '24206', '24999', '23359', '24207', '25000', '23360', '24208', '25001', '23361', '24209', '25002', '23362', '24210', '25003', '23363', '24211', '25004', '23364', '25076', '23365', '25077', '25078')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151') ORDER BY `position` ASC
1.83ms
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 ('5769', '3590', '2592', '5988', '5009', '4710', '451', '5768', '5503', '4714', '5543', '5185', '4834', '5364', '5719', '5808', '4853', '4665', '435', '5230', '5987', '3734', '5178', '4666', '3722', '5855', '5461', '4429', '3396', '4183') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
146.73ms
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.77ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
222.92ms
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.93ms
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
2.62ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9238) ASC LIMIT 3
6.95ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9238) ASC LIMIT 3
0.27ms
SELECT `code`, `taxes` FROM `countries`
0.38ms
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.23ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.32ms
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.44ms
SELECT * FROM `seo_types`
0.43ms
SELECT * FROM `styles`
0.68ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.71ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.77ms
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.31ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,083.24ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
717.83ms
+ 717.82ms
View #2 - components.page-header
762.52ms
+ 44.69ms
View #3 - components.facets
762.91ms
+ 0.39ms
View #4 - components.filters
763.38ms
+ 0.47ms
View #5 - components.close-button
763.72ms
+ 0.35ms
View #6 - components.accordion.wrapper
763.94ms
+ 0.22ms
View #7 - components.accordion.bodies.filters.list
763.97ms
+ 0.03ms
View #8 - components.accordion.wrapper
765.16ms
+ 1.20ms
View #9 - components.accordion.bodies.filters.colors
765.25ms
+ 0.08ms
View #10 - components.accordion.wrapper
765.67ms
+ 0.42ms
View #11 - components.accordion.bodies.filters.list
765.71ms
+ 0.04ms
View #12 - components.button
765.99ms
+ 0.28ms
View #13 - components.button
766.28ms
+ 0.29ms
View #14 - components.button
766.45ms
+ 0.18ms
View #15 - components.button
766.64ms
+ 0.18ms
View #16 - catalog.partials.products-listing
766.85ms
+ 0.21ms
View #17 - components.product-card
767.14ms
+ 0.29ms
View #18 - components.add-to-wishlist
796.80ms
+ 29.66ms
View #19 - components.product-card
798.47ms
+ 1.67ms
View #20 - components.add-to-wishlist
801.50ms
+ 3.03ms
View #21 - components.product-card
802.81ms
+ 1.31ms
View #22 - components.add-to-wishlist
805.49ms
+ 2.68ms
View #23 - components.product-card
807.00ms
+ 1.51ms
View #24 - components.add-to-wishlist
809.77ms
+ 2.77ms
View #25 - components.product-card
811.14ms
+ 1.37ms
View #26 - components.add-to-wishlist
814.11ms
+ 2.97ms
View #27 - components.product-card
815.29ms
+ 1.18ms
View #28 - components.add-to-wishlist
824.95ms
+ 9.66ms
View #29 - components.product-card
826.50ms
+ 1.55ms
View #30 - components.add-to-wishlist
829.08ms
+ 2.58ms
View #31 - components.catalog-push
830.43ms
+ 1.35ms
View #32 - components.product-card
831.29ms
+ 0.86ms
View #33 - components.add-to-wishlist
834.12ms
+ 2.83ms
View #34 - components.product-card
835.48ms
+ 1.36ms
View #35 - components.add-to-wishlist
837.79ms
+ 2.31ms
View #36 - components.product-card
839.01ms
+ 1.21ms
View #37 - components.add-to-wishlist
843.56ms
+ 4.55ms
View #38 - components.product-card
845.13ms
+ 1.57ms
View #39 - components.add-to-wishlist
848.10ms
+ 2.98ms
View #40 - components.product-card
849.52ms
+ 1.42ms
View #41 - components.add-to-wishlist
853.14ms
+ 3.62ms
View #42 - components.product-card
854.77ms
+ 1.63ms
View #43 - components.add-to-wishlist
857.94ms
+ 3.18ms
View #44 - components.product-card
859.19ms
+ 1.25ms
View #45 - components.add-to-wishlist
862.45ms
+ 3.26ms
View #46 - components.product-card
863.81ms
+ 1.36ms
View #47 - components.add-to-wishlist
866.92ms
+ 3.11ms
View #48 - components.product-card
868.39ms
+ 1.46ms
View #49 - components.add-to-wishlist
871.41ms
+ 3.02ms
View #50 - components.product-card
872.76ms
+ 1.35ms
View #51 - components.add-to-wishlist
875.62ms
+ 2.86ms
View #52 - components.product-card
877.12ms
+ 1.51ms
View #53 - components.add-to-wishlist
880.34ms
+ 3.22ms
View #54 - components.product-card
881.66ms
+ 1.32ms
View #55 - components.add-to-wishlist
883.57ms
+ 1.91ms
View #56 - components.product-card
884.85ms
+ 1.29ms
View #57 - components.add-to-wishlist
887.65ms
+ 2.80ms
View #58 - components.product-card
888.89ms
+ 1.24ms
View #59 - components.add-to-wishlist
891.67ms
+ 2.78ms
View #60 - components.product-card
892.85ms
+ 1.18ms
View #61 - components.add-to-wishlist
894.90ms
+ 2.05ms
View #62 - components.catalog-push
896.07ms
+ 1.17ms
View #63 - components.button
896.63ms
+ 0.56ms
View #64 - components.product-card
896.94ms
+ 0.31ms
View #65 - components.add-to-wishlist
900.33ms
+ 3.39ms
View #66 - components.product-card
901.68ms
+ 1.35ms
View #67 - components.add-to-wishlist
904.58ms
+ 2.90ms
View #68 - components.product-card
905.92ms
+ 1.34ms
View #69 - components.add-to-wishlist
907.94ms
+ 2.02ms
View #70 - components.product-card
909.12ms
+ 1.18ms
View #71 - components.add-to-wishlist
913.73ms
+ 4.62ms
View #72 - components.product-card
915.15ms
+ 1.41ms
View #73 - components.add-to-wishlist
918.73ms
+ 3.58ms
View #74 - components.product-card
920.16ms
+ 1.44ms
View #75 - components.add-to-wishlist
922.18ms
+ 2.02ms
View #76 - components.product-card
923.29ms
+ 1.11ms
View #77 - components.add-to-wishlist
926.96ms
+ 3.67ms
View #78 - components.product-card
928.16ms
+ 1.20ms
View #79 - components.add-to-wishlist
931.35ms
+ 3.19ms
View #80 - components.pagination
933.88ms
+ 2.54ms
View #81 - components.button
934.65ms
+ 0.76ms
View #82 - components.recently-viewed
934.91ms
+ 0.26ms
View #83 - components.product-related
941.44ms
+ 6.53ms
View #84 - components.seo-footer
941.72ms
+ 0.28ms
View #85 - components.facets
942.40ms
+ 0.68ms
View #86 - modules.seo-links
942.58ms
+ 0.18ms
View #87 - components.button
942.90ms
+ 0.32ms
View #88 - components.button
943.20ms
+ 0.30ms
View #89 - components.button
943.44ms
+ 0.24ms
View #90 - layout.layout
943.97ms
+ 0.52ms
View #91 - layout.meta
945.02ms
+ 1.06ms
View #92 - modules.notification
1,023.41ms
+ 78.38ms
View #93 - modules.header
1,024.11ms
+ 0.70ms
View #94 - modules.menu
1,024.65ms
+ 0.54ms
View #95 - components.menu-first-level
1,025.03ms
+ 0.38ms
View #96 - components.menu-second-level
1,027.11ms
+ 2.08ms
View #97 - components.menu-pushes
1,033.85ms
+ 6.74ms
View #98 - components.menu-pushes
1,039.02ms
+ 5.17ms
View #99 - components.menu-pushes
1,042.23ms
+ 3.22ms
View #100 - components.menu-pushes
1,045.55ms
+ 3.32ms
View #101 - components.menu-pushes
1,046.85ms
+ 1.30ms
View #102 - components.menu-pushes
1,047.83ms
+ 0.97ms
View #103 - svg.logo
1,048.37ms
+ 0.54ms
View #104 - modules.messages
1,048.95ms
+ 0.58ms
View #105 - modules.breadcrumbs
1,049.35ms
+ 0.41ms
View #106 - modules.footer
1,049.60ms
+ 0.25ms
View #107 - components.reinsurance-support
1,049.88ms
+ 0.28ms
View #108 - components.field
1,050.32ms
+ 0.45ms
View #109 - components.csrf-field
1,050.62ms
+ 0.30ms
View #110 - components.button
1,050.77ms
+ 0.14ms
View #111 - components.footer-links
1,050.97ms
+ 0.20ms
View #112 - modules.panel
1,052.84ms
+ 1.87ms
View #113 - modules.popin
1,052.99ms
+ 0.16ms
View #114 - modules.blueshift-popin
1,053.12ms
+ 0.12ms
View #115 - modules.search-panel
1,053.73ms
+ 0.61ms
View #116 - catalog.search-form
1,053.97ms
+ 0.24ms
View #117 - components.field
1,054.29ms
+ 0.31ms
View #118 - modules.toaster
1,054.77ms
+ 0.49ms
View #119 - layout.overlay
1,054.88ms
+ 0.11ms
View #120 - modules.webstore-switcher
1,056.27ms
+ 1.39ms
View #121 - components.close-button
1,056.57ms
+ 0.29ms
View #122 - components.native-select
1,056.90ms
+ 0.33ms
View #123 - components.native-select
1,057.28ms
+ 0.39ms
View #124 - components.button
1,057.53ms
+ 0.25ms
View #125 - components.button
1,057.80ms
+ 0.26ms
View #126 - helpers.grid
1,057.99ms
+ 0.19ms
View #127 - modules.loading-bar
1,058.12ms
+ 0.13ms
View #128 - 3rdparties.didomi
1,080.25ms
+ 22.13ms
View #129 - 3rdparties.gtm
1,080.54ms
+ 0.29ms
View #130 - 3rdparties.abtasty.main
1,080.69ms
+ 0.15ms
View #131 - 3rdparties.abtasty.tracking
1,080.80ms
+ 0.10ms
View #132 - 3rdparties.blueshift
1,080.98ms
+ 0.18ms
View #133 - 3rdparties.sizebay.main
1,081.37ms
+ 0.40ms
View #134 - 3rdparties.sizebay.tracking
1,081.55ms
+ 0.18ms
View #135 - 3rdparties.gsi
1,081.72ms
+ 0.17ms
View #136 - 3rdparties.applepay
1,081.81ms
+ 0.08ms
View #137 - 3rdparties.alma
1,082.01ms
+ 0.20ms
View #138 - path: /var/www/html/laravel/profiling/template.blade.php
1,083.27ms
+ 1.27ms
... 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) 33618
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 1788327261.851
REQUEST_TIME int 1788327261
HTTPS string(2) on
... array(3)
csrf_token string(40) MtLpRxfZFYOfXNx94AJTn4d2hFnhCzVJrZ6YafHA
last_category string(15) stdClass object
cart string(12) Order object