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

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.71ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.98ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.87ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
2.65ms
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.91ms
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.38ms
SELECT * FROM `languages`
0.94ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.49ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.63ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.75ms
SELECT * FROM `config`
0.90ms
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` = 'responsable' LIMIT 1
0.88ms
SELECT `inserts`.*, `category_insert`.`id` AS `pivot_id`, `category_insert`.`category_id` AS `pivot_category_id`, `category_insert`.`insert_id` AS `pivot_insert_id`, `category_insert`.`webstore_id` AS `pivot_webstore_id`, `category_insert`.`pos` AS `pivot_pos` FROM `inserts` INNER JOIN `category_insert` ON `inserts`.`id` = `category_insert`.`insert_id` WHERE `category_insert`.`category_id` = '144' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.87ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.40ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
50.21ms
SELECT COUNT(*)AS nb FROM (SELECT `products`.`id` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 144 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
7.33ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 144 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
7.95ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 144 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 3 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
4.68ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 144 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
47.08ms
SELECT SQL_CALC_FOUND_ROWS `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 144 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 32 OFFSET 0
0.12ms
SELECT FOUND_ROWS()
2.42ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `webstore_id` ASC
2.14ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '14', '9', '4', '5', '10', '1', '6') ORDER BY `singular` ASC
0.70ms
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 ('20', '4', '31', '23', '18', '58', '21', '8', '3', '38', '7', '27', '55', '61', '42', '54', '57') ORDER BY `singular` ASC
0.74ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('26', '67', '13', '42', '39', '61', '25', '76', '23', '73', '34', '37', '63', '5', '71', '60', '40', '28', '32', '59') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.45ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `name` ASC
1.31ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `name` ASC
3.30ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY `position` ASC
7.62ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27431', '27247', '22772', '27433', '27430', '26942', '26204', '27489', '27549', '26943', '26026', '27490', '27550', '27248', '22773', '25987', '28120', '26032', '28369', '22774', '25985', '28118', '26030', '28363', '13176', '26944', '26059', '29246', '26024', '27491', '27551', '27249', '26945', '26058', '29245', '26460', '26023', '27492', '27552', '27250', '28368', '22775', '25984', '28117', '26029', '28362', '13177', '26461', '22776', '25983', '28116', '26028', '28361', '13178', '3800', '26946', '26057', '29244', '26022', '17540', '27493', '18459', '27547', '27251', '28367', '26025', '17541', '27494', '18460', '27548', '28370', '26462', '25986', '28119', '26031', '28364', '13179', '2765', '26060', '29247', '26033', '28365', '13180', '2767', '27252', '26061', '29248', '22777', '26027', '17542', '27495', '18461', '28371', '25988', '26947', '26463', '28121', '18462', '28366', '26948', '26464', '28360', '2766', '27253', '22778', '17543', '2769', '27254', '22779', '17544', '18463', '26949', '26465', '26950', '26466', '2768', '22780', '17545', '18464', '2770', '17546', '26951', '26467', '28071', '22682', '26837', '23826', '22683', '26838', '23827', '22684', '26839', '23828', '22685', '26270', '26275', '27637', '26840', '27636', '22686', '26269', '26274', '23829', '26268', '26273', '26841', '27635', '23830', '26271', '22687', '26276', '27638', '26277', '27639', '26842', '26272', '28359', '23831', '22688', '26843', '28072', '22689', '28070', '26757', '26664', '26669', '26755', '26668', '26754', '26663', '26662', '26667', '26753', '26670', '26756', '26665', '26666', '26671', '26758')
0.91ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '1', '103', '45', '94', '4', '104', '95', '46', '7', '105', '47', '96', '208', '10', '106', '112', '48', '97', '13', '107', '98', '113', '16', '108', '124', '114', '49', '19', '115', '185', '50', '116', '51', '52', '117', '118', '53', '62', '63', '64', '65', '66', '67', '68', '90', '69', '91', '70', '92', '71', '72', '93', '123', '73', '212', '74', '75', '76', '131', '186', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.74ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.38ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5386') ORDER BY `webstore_id` ASC
0.58ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5386') ORDER BY `position` ASC
1.14ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26942', '26943', '26944', '26945', '26946', '26947', '26948', '26949', '26950', '26951', '26837', '26838', '26839', '26840', '26841', '26842', '26843')
0.39ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '63', '65', '67', '69', '71', '73', '75') ORDER BY `position` ASC
3.19ms
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 ('5913', '5535', '5266', '5400', '5386', '3396', '2589', '5705', '5516', '5704', '5236', '5504', '5463', '5298', '5658', '4519', '5297', '684', '4538', '5506', '5230', '5503', '5554', '5331', '5377', '5424', '4768', '5229', '5222', '5364', '3590', '5365') GROUP BY `articles`.`id`
0.45ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
333.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.96ms
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
1.79ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
531.56ms
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
1.15ms
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
4.41ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
14.87ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.27ms
SELECT `code`, `taxes` FROM `countries`
0.36ms
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.22ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.68ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.31ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.34ms
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.42ms
SELECT * FROM `seo_types`
0.62ms
SELECT * FROM `styles`
0.95ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
6.26ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.39ms
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.37ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
2,153.11ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
1,488.21ms
+ 1,488.21ms
View #2 - components.page-header
1,546.58ms
+ 58.37ms
View #3 - components.filters
1,547.57ms
+ 0.99ms
View #4 - components.close-button
1,549.03ms
+ 1.46ms
View #5 - components.accordion.wrapper
1,549.49ms
+ 0.45ms
View #6 - components.accordion.bodies.filters.list
1,549.54ms
+ 0.05ms
View #7 - components.accordion.wrapper
1,551.95ms
+ 2.41ms
View #8 - components.accordion.bodies.filters.colors
1,552.00ms
+ 0.06ms
View #9 - components.accordion.wrapper
1,552.79ms
+ 0.79ms
View #10 - components.accordion.bodies.filters.list
1,552.84ms
+ 0.05ms
View #11 - components.button
1,553.15ms
+ 0.31ms
View #12 - components.button
1,553.58ms
+ 0.43ms
View #13 - components.button
1,553.90ms
+ 0.32ms
View #14 - components.button
1,554.21ms
+ 0.30ms
View #15 - catalog.partials.products-listing
1,554.55ms
+ 0.35ms
View #16 - components.product-card
1,554.91ms
+ 0.36ms
View #17 - components.add-to-wishlist
1,624.45ms
+ 69.54ms
View #18 - components.product-card
1,628.42ms
+ 3.97ms
View #19 - components.add-to-wishlist
1,633.14ms
+ 4.72ms
View #20 - components.product-card
1,635.44ms
+ 2.30ms
View #21 - components.add-to-wishlist
1,640.30ms
+ 4.86ms
View #22 - components.product-card
1,642.61ms
+ 2.32ms
View #23 - components.add-to-wishlist
1,649.33ms
+ 6.72ms
View #24 - components.product-card
1,652.16ms
+ 2.83ms
View #25 - components.add-to-wishlist
1,661.29ms
+ 9.13ms
View #26 - components.product-card
1,665.27ms
+ 3.98ms
View #27 - components.add-to-wishlist
1,670.84ms
+ 5.57ms
View #28 - components.product-card
1,676.45ms
+ 5.61ms
View #29 - components.add-to-wishlist
1,682.51ms
+ 6.06ms
View #30 - components.product-card
1,686.42ms
+ 3.90ms
View #31 - components.add-to-wishlist
1,693.60ms
+ 7.18ms
View #32 - components.product-card
1,696.79ms
+ 3.19ms
View #33 - components.add-to-wishlist
1,703.42ms
+ 6.64ms
View #34 - components.product-card
1,705.71ms
+ 2.29ms
View #35 - components.add-to-wishlist
1,710.35ms
+ 4.64ms
View #36 - components.product-card
1,712.62ms
+ 2.26ms
View #37 - components.add-to-wishlist
1,717.56ms
+ 4.95ms
View #38 - components.product-card
1,720.09ms
+ 2.53ms
View #39 - components.add-to-wishlist
1,724.65ms
+ 4.56ms
View #40 - components.product-card
1,726.81ms
+ 2.16ms
View #41 - components.add-to-wishlist
1,731.73ms
+ 4.91ms
View #42 - components.product-card
1,733.70ms
+ 1.97ms
View #43 - components.add-to-wishlist
1,738.76ms
+ 5.06ms
View #44 - components.product-card
1,741.13ms
+ 2.37ms
View #45 - components.add-to-wishlist
1,745.62ms
+ 4.48ms
View #46 - components.product-card
1,748.23ms
+ 2.62ms
View #47 - components.add-to-wishlist
1,752.57ms
+ 4.34ms
View #48 - components.product-card
1,754.70ms
+ 2.12ms
View #49 - components.add-to-wishlist
1,758.77ms
+ 4.07ms
View #50 - components.product-card
1,761.44ms
+ 2.67ms
View #51 - components.add-to-wishlist
1,766.55ms
+ 5.11ms
View #52 - components.product-card
1,768.64ms
+ 2.09ms
View #53 - components.add-to-wishlist
1,774.41ms
+ 5.77ms
View #54 - components.product-card
1,776.78ms
+ 2.38ms
View #55 - components.add-to-wishlist
1,780.07ms
+ 3.29ms
View #56 - components.product-card
1,781.97ms
+ 1.90ms
View #57 - components.add-to-wishlist
1,786.47ms
+ 4.50ms
View #58 - components.product-card
1,788.47ms
+ 2.00ms
View #59 - components.add-to-wishlist
1,791.87ms
+ 3.40ms
View #60 - components.product-card
1,793.73ms
+ 1.86ms
View #61 - components.add-to-wishlist
1,797.92ms
+ 4.19ms
View #62 - components.product-card
1,799.80ms
+ 1.88ms
View #63 - components.add-to-wishlist
1,804.31ms
+ 4.52ms
View #64 - components.product-card
1,806.22ms
+ 1.91ms
View #65 - components.add-to-wishlist
1,822.14ms
+ 15.91ms
View #66 - components.product-card
1,824.35ms
+ 2.21ms
View #67 - components.add-to-wishlist
1,831.27ms
+ 6.92ms
View #68 - components.product-card
1,834.42ms
+ 3.16ms
View #69 - components.add-to-wishlist
1,840.59ms
+ 6.16ms
View #70 - components.product-card
1,843.82ms
+ 3.24ms
View #71 - components.add-to-wishlist
1,848.67ms
+ 4.85ms
View #72 - components.product-card
1,851.83ms
+ 3.16ms
View #73 - components.add-to-wishlist
1,857.23ms
+ 5.40ms
View #74 - components.product-card
1,860.01ms
+ 2.78ms
View #75 - components.add-to-wishlist
1,865.90ms
+ 5.89ms
View #76 - components.product-card
1,869.04ms
+ 3.13ms
View #77 - components.add-to-wishlist
1,875.22ms
+ 6.19ms
View #78 - components.product-card
1,877.61ms
+ 2.39ms
View #79 - components.add-to-wishlist
1,882.33ms
+ 4.72ms
View #80 - components.pagination
1,884.67ms
+ 2.33ms
View #81 - components.button
1,885.99ms
+ 1.32ms
View #82 - components.recently-viewed
1,886.40ms
+ 0.41ms
View #83 - components.product-related
1,896.13ms
+ 9.73ms
View #84 - components.seo-footer
1,896.82ms
+ 0.68ms
View #85 - modules.seo-links
1,898.34ms
+ 1.52ms
View #86 - components.button
1,898.87ms
+ 0.53ms
View #87 - components.button
1,899.41ms
+ 0.54ms
View #88 - components.button
1,900.05ms
+ 0.65ms
View #89 - layout.layout
1,900.54ms
+ 0.49ms
View #90 - layout.meta
1,901.39ms
+ 0.85ms
View #91 - modules.notification
2,023.91ms
+ 122.52ms
View #92 - modules.header
2,025.09ms
+ 1.18ms
View #93 - modules.menu
2,026.01ms
+ 0.92ms
View #94 - components.menu-first-level
2,026.83ms
+ 0.83ms
View #95 - components.menu-second-level
2,033.78ms
+ 6.95ms
View #96 - components.menu-pushes
2,045.22ms
+ 11.44ms
View #97 - components.menu-pushes
2,057.06ms
+ 11.84ms
View #98 - components.menu-pushes
2,081.33ms
+ 24.27ms
View #99 - components.menu-pushes
2,087.58ms
+ 6.25ms
View #100 - components.menu-pushes
2,089.50ms
+ 1.92ms
View #101 - components.menu-pushes
2,091.51ms
+ 2.02ms
View #102 - svg.logo
2,092.53ms
+ 1.01ms
View #103 - modules.messages
2,093.94ms
+ 1.42ms
View #104 - modules.breadcrumbs
2,094.47ms
+ 0.53ms
View #105 - modules.footer
2,094.80ms
+ 0.33ms
View #106 - components.reinsurance-support
2,095.25ms
+ 0.45ms
View #107 - components.field
2,096.09ms
+ 0.84ms
View #108 - components.csrf-field
2,096.50ms
+ 0.41ms
View #109 - components.button
2,096.78ms
+ 0.28ms
View #110 - components.footer-links
2,097.09ms
+ 0.31ms
View #111 - modules.panel
2,100.99ms
+ 3.90ms
View #112 - modules.popin
2,101.24ms
+ 0.25ms
View #113 - modules.blueshift-popin
2,101.43ms
+ 0.19ms
View #114 - modules.search-panel
2,102.49ms
+ 1.06ms
View #115 - catalog.search-form
2,102.89ms
+ 0.40ms
View #116 - components.field
2,103.41ms
+ 0.52ms
View #117 - modules.toaster
2,104.25ms
+ 0.85ms
View #118 - layout.overlay
2,104.43ms
+ 0.17ms
View #119 - modules.webstore-switcher
2,106.63ms
+ 2.20ms
View #120 - components.close-button
2,107.15ms
+ 0.52ms
View #121 - components.native-select
2,107.71ms
+ 0.56ms
View #122 - components.native-select
2,108.21ms
+ 0.49ms
View #123 - components.button
2,108.49ms
+ 0.29ms
View #124 - components.button
2,108.83ms
+ 0.34ms
View #125 - helpers.grid
2,109.14ms
+ 0.30ms
View #126 - modules.loading-bar
2,109.30ms
+ 0.16ms
View #127 - 3rdparties.didomi
2,146.44ms
+ 37.14ms
View #128 - 3rdparties.gtm
2,146.76ms
+ 0.32ms
View #129 - 3rdparties.abtasty.main
2,147.33ms
+ 0.57ms
View #130 - 3rdparties.abtasty.tracking
2,147.59ms
+ 0.27ms
View #131 - 3rdparties.blueshift
2,147.93ms
+ 0.33ms
View #132 - 3rdparties.sizebay.main
2,148.40ms
+ 0.47ms
View #133 - 3rdparties.sizebay.tracking
2,148.65ms
+ 0.25ms
View #134 - 3rdparties.gsi
2,148.90ms
+ 0.25ms
View #135 - 3rdparties.applepay
2,149.04ms
+ 0.14ms
View #136 - 3rdparties.alma
2,149.75ms
+ 0.71ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
2,153.18ms
+ 3.43ms
... 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) 39032
REDIRECT_URL string(22) /fr/c-responsable.html
REDIRECT_QUERY_STRING string(22) /fr/c-responsable.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(22) /fr/c-responsable.html
REQUEST_URI string(22) /fr/c-responsable.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788332104.056
REQUEST_TIME int 1788332104
HTTPS string(2) on
... array(3)
csrf_token string(40) aKhGDBj7nCxHNf2u0dAqBiXsOonHr9E01ipNVHvt
last_category string(15) stdClass object
cart string(12) Order object