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

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.34ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.40ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.55ms
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.42ms
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.25ms
SELECT * FROM `languages`
0.41ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.66ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.96ms
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` = 'selection-homme-fursac' LIMIT 1
0.66ms
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` = '30' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.49ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '38' AND `webstore_id` = '1' ORDER BY `position` ASC
0.86ms
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` = '' LIMIT 1
0.35ms
SELECT * FROM `categories_links` WHERE `category_id` = '30' ORDER BY `position` ASC
23.33ms
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` = 30 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
4.83ms
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` = 30 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3.95ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 30 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
23.68ms
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` = 30 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.17ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') ORDER BY `webstore_id` ASC
1.58ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') ORDER BY `position` ASC
0.42ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '7', '6', '9', '1', '10', '15', '3', '13') ORDER BY `singular` ASC
0.49ms
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 ('23', '18', '20', '27', '7', '49', '41', '8', '44', '57', '54', '29', '76', '63', '59') ORDER BY `singular` ASC
0.54ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '40', '26', '37', '34', '41', '70', '76', '31', '59', '28', '60', '74', '49', '54', '62') 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 ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') ORDER BY `name` ASC
0.86ms
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 ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') ORDER BY `name` ASC
1.52ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') ORDER BY `position` ASC
3.69ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29741', '29382', '27489', '29174', '29742', '27490', '29743', '29298', '27491', '29773', '29170', '29251', '29078', '29256', '29772', '29169', '29250', '29077', '29255', '29744', '29297', '27492', '29112', '27493', '28606', '18187', '29771', '29168', '29249', '29076', '29254', '29745', '29296', '29171', '29252', '29079', '29257', '29299', '29113', '27494', '28607', '18188', '29774', '27495', '28608', '29746', '18189', '29172', '29253', '28007', '23466', '29685', '29080', '29258', '29690', '29300', '29695', '29114', '29684', '29689', '29694', '29115', '28609', '29747', '18190', '28006', '23465', '28610', '29748', '18191', '28005', '23464', '29683', '29688', '29693', '29116', '29691', '29696', '29117', '28611', '18192', '28008', '23467', '29686', '18193', '29687', '29692', '29697', '29576', '29653', '29218', '29654', '29607', '29614', '29577', '29217', '29216', '29615', '29578', '29655', '29608', '29219', '29220', '29609', '29616', '29579', '29656', '29473', '29478', '26270', '29198', '29463', '29468', '29462', '29580', '29467', '29657', '29472', '29477', '29610', '26269', '29197', '29617', '29476', '26268', '29196', '29461', '29466', '29471', '29464', '29611', '29469', '29618', '29474', '29479', '26271', '29581', '29199', '29658', '29480', '26272', '29200', '29465', '29470', '29475', '29582', '29659', '29612', '29619', '29613', '29620', '29583', '29660', '29661', '29584')
0.95ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '141', '1', '142', '45', '4', '46', '95', '7', '96', '47', '10', '112', '13', '97', '48', '98', '113', '16', '19', '114', '49', '124', '143', '144', '115', '50', '116', '51', '145', '146', '117', '118', '192', '62', '40', '64', '41', '42', '66', '43', '132', '68', '90', '91', '70', '92', '93', '72', '123', '74', '76', '130') ORDER BY `position` ASC
0.67ms
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 ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.46ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6000', '6002', '5978', '5980') ORDER BY `webstore_id` ASC
0.75ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6000', '6002', '5978', '5980') ORDER BY `position` ASC
0.97ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29715', '29733', '29734', '29716', '29717', '29735', '29736', '29718', '29719', '29737', '29738', '29720', '29721', '29739', '29740', '29722', '29552', '29553', '29568', '29554', '29569', '29555', '29570', '29556', '29571', '29557', '29572', '29558', '29573', '29559', '29574', '29575')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '64', '66', '68', '70', '72', '74', '76', '130') ORDER BY `position` ASC
1.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 ('6003', '5981', '5914', '5991', '5959', '5985', '4687', '5960', '5995', '5516', '5915', '5961', '5996', '5904', '5997', '5986', '5923', '5764', '6010', '5962', '5625', '5880', '6007', '5892', '5894', '5908', '5935', '6013', '5297', '3525', '5871') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
155.79ms
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.70ms
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.37ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
230.71ms
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.67ms
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.96ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8130) ASC LIMIT 3
6.76ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8130) ASC LIMIT 3
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.34ms
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.23ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.28ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.27ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.30ms
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.36ms
SELECT * FROM `seo_types`
0.37ms
SELECT * FROM `styles`
0.74ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.77ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.64ms
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-07-18 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.40ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,052.03ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
712.99ms
+ 712.98ms
View #2 - components.page-header
741.50ms
+ 28.51ms
View #3 - components.facets
741.93ms
+ 0.43ms
View #4 - components.filters
754.15ms
+ 12.22ms
View #5 - components.close-button
754.62ms
+ 0.47ms
View #6 - components.accordion.wrapper
754.85ms
+ 0.24ms
View #7 - components.accordion.bodies.filters.list
754.88ms
+ 0.03ms
View #8 - components.accordion.wrapper
756.05ms
+ 1.17ms
View #9 - components.accordion.bodies.filters.colors
756.08ms
+ 0.03ms
View #10 - components.accordion.wrapper
756.53ms
+ 0.44ms
View #11 - components.accordion.bodies.filters.list
756.56ms
+ 0.03ms
View #12 - components.button
756.73ms
+ 0.18ms
View #13 - components.button
756.98ms
+ 0.25ms
View #14 - components.button
757.20ms
+ 0.22ms
View #15 - components.button
757.39ms
+ 0.19ms
View #16 - catalog.partials.products-listing
757.60ms
+ 0.21ms
View #17 - components.product-card
757.83ms
+ 0.24ms
View #18 - components.add-to-wishlist
789.39ms
+ 31.56ms
View #19 - components.product-card
791.69ms
+ 2.30ms
View #20 - components.add-to-wishlist
794.74ms
+ 3.06ms
View #21 - components.product-card
796.05ms
+ 1.30ms
View #22 - components.add-to-wishlist
798.73ms
+ 2.68ms
View #23 - components.product-card
799.97ms
+ 1.24ms
View #24 - components.add-to-wishlist
802.97ms
+ 3.00ms
View #25 - components.product-card
804.28ms
+ 1.31ms
View #26 - components.add-to-wishlist
806.88ms
+ 2.60ms
View #27 - components.product-card
808.28ms
+ 1.40ms
View #28 - components.add-to-wishlist
810.91ms
+ 2.62ms
View #29 - components.product-card
812.37ms
+ 1.46ms
View #30 - components.add-to-wishlist
814.68ms
+ 2.31ms
View #31 - components.catalog-push
815.91ms
+ 1.23ms
View #32 - components.button
816.65ms
+ 0.75ms
View #33 - components.product-card
816.95ms
+ 0.29ms
View #34 - components.add-to-wishlist
819.61ms
+ 2.66ms
View #35 - components.product-card
821.08ms
+ 1.47ms
View #36 - components.add-to-wishlist
823.57ms
+ 2.48ms
View #37 - components.product-card
824.82ms
+ 1.26ms
View #38 - components.add-to-wishlist
827.75ms
+ 2.93ms
View #39 - components.product-card
829.03ms
+ 1.28ms
View #40 - components.add-to-wishlist
831.72ms
+ 2.68ms
View #41 - components.product-card
832.94ms
+ 1.22ms
View #42 - components.add-to-wishlist
835.39ms
+ 2.45ms
View #43 - components.product-card
836.63ms
+ 1.24ms
View #44 - components.add-to-wishlist
839.19ms
+ 2.56ms
View #45 - components.product-card
841.02ms
+ 1.83ms
View #46 - components.add-to-wishlist
843.67ms
+ 2.65ms
View #47 - components.product-card
844.89ms
+ 1.21ms
View #48 - components.add-to-wishlist
847.40ms
+ 2.51ms
View #49 - components.product-card
848.70ms
+ 1.30ms
View #50 - components.add-to-wishlist
858.44ms
+ 9.74ms
View #51 - components.product-card
859.81ms
+ 1.37ms
View #52 - components.add-to-wishlist
862.49ms
+ 2.69ms
View #53 - components.product-card
863.61ms
+ 1.12ms
View #54 - components.add-to-wishlist
866.06ms
+ 2.44ms
View #55 - components.product-card
867.27ms
+ 1.21ms
View #56 - components.add-to-wishlist
871.05ms
+ 3.78ms
View #57 - components.product-card
872.77ms
+ 1.72ms
View #58 - components.add-to-wishlist
875.28ms
+ 2.51ms
View #59 - components.product-card
876.55ms
+ 1.28ms
View #60 - components.add-to-wishlist
878.89ms
+ 2.34ms
View #61 - components.product-card
880.21ms
+ 1.32ms
View #62 - components.add-to-wishlist
883.09ms
+ 2.89ms
View #63 - components.product-card
884.31ms
+ 1.22ms
View #64 - components.add-to-wishlist
886.73ms
+ 2.41ms
View #65 - components.product-card
888.06ms
+ 1.34ms
View #66 - components.add-to-wishlist
890.66ms
+ 2.60ms
View #67 - components.product-card
892.07ms
+ 1.41ms
View #68 - components.add-to-wishlist
893.93ms
+ 1.86ms
View #69 - components.product-card
895.05ms
+ 1.12ms
View #70 - components.add-to-wishlist
897.51ms
+ 2.47ms
View #71 - components.product-card
898.82ms
+ 1.31ms
View #72 - components.add-to-wishlist
900.79ms
+ 1.96ms
View #73 - components.product-card
902.10ms
+ 1.31ms
View #74 - components.add-to-wishlist
905.57ms
+ 3.48ms
View #75 - components.product-card
907.30ms
+ 1.72ms
View #76 - components.add-to-wishlist
909.79ms
+ 2.49ms
View #77 - components.product-card
911.01ms
+ 1.22ms
View #78 - components.add-to-wishlist
913.90ms
+ 2.89ms
View #79 - components.product-card
915.04ms
+ 1.14ms
View #80 - components.add-to-wishlist
917.45ms
+ 2.41ms
View #81 - components.pagination
918.66ms
+ 1.22ms
View #82 - components.button
919.33ms
+ 0.67ms
View #83 - components.recently-viewed
919.56ms
+ 0.23ms
View #84 - components.product-related
925.38ms
+ 5.82ms
View #85 - components.seo-footer
925.64ms
+ 0.26ms
View #86 - components.facets
926.43ms
+ 0.79ms
View #87 - modules.seo-links
926.61ms
+ 0.18ms
View #88 - components.button
926.90ms
+ 0.29ms
View #89 - components.button
927.24ms
+ 0.34ms
View #90 - components.button
927.54ms
+ 0.30ms
View #91 - layout.layout
927.79ms
+ 0.25ms
View #92 - layout.meta
928.28ms
+ 0.49ms
View #93 - modules.notification
991.03ms
+ 62.75ms
View #94 - modules.header
991.71ms
+ 0.67ms
View #95 - modules.menu
992.46ms
+ 0.75ms
View #96 - components.menu-first-level
993.10ms
+ 0.64ms
View #97 - components.menu-second-level
995.55ms
+ 2.46ms
View #98 - components.menu-pushes
1,001.29ms
+ 5.74ms
View #99 - components.menu-pushes
1,006.91ms
+ 5.62ms
View #100 - components.menu-pushes
1,010.69ms
+ 3.78ms
View #101 - components.menu-pushes
1,014.68ms
+ 3.99ms
View #102 - components.menu-pushes
1,015.88ms
+ 1.20ms
View #103 - components.menu-pushes
1,016.91ms
+ 1.03ms
View #104 - svg.logo
1,017.49ms
+ 0.58ms
View #105 - modules.messages
1,018.15ms
+ 0.66ms
View #106 - modules.breadcrumbs
1,018.57ms
+ 0.42ms
View #107 - modules.footer
1,018.78ms
+ 0.21ms
View #108 - components.reinsurance-support
1,019.06ms
+ 0.28ms
View #109 - components.field
1,019.42ms
+ 0.35ms
View #110 - components.csrf-field
1,019.64ms
+ 0.22ms
View #111 - components.button
1,019.75ms
+ 0.12ms
View #112 - components.footer-links
1,019.94ms
+ 0.18ms
View #113 - modules.panel
1,022.60ms
+ 2.67ms
View #114 - modules.popin
1,022.78ms
+ 0.18ms
View #115 - modules.blueshift-popin
1,022.91ms
+ 0.12ms
View #116 - modules.search-panel
1,023.50ms
+ 0.59ms
View #117 - catalog.search-form
1,023.75ms
+ 0.25ms
View #118 - components.field
1,024.06ms
+ 0.31ms
View #119 - modules.toaster
1,024.54ms
+ 0.48ms
View #120 - layout.overlay
1,024.65ms
+ 0.11ms
View #121 - modules.webstore-switcher
1,025.94ms
+ 1.29ms
View #122 - components.close-button
1,026.23ms
+ 0.29ms
View #123 - components.native-select
1,026.65ms
+ 0.42ms
View #124 - components.native-select
1,026.97ms
+ 0.32ms
View #125 - components.button
1,027.24ms
+ 0.27ms
View #126 - components.button
1,027.52ms
+ 0.28ms
View #127 - helpers.grid
1,027.83ms
+ 0.31ms
View #128 - modules.loading-bar
1,027.97ms
+ 0.14ms
View #129 - 3rdparties.didomi
1,048.81ms
+ 20.85ms
View #130 - 3rdparties.gtm
1,049.02ms
+ 0.21ms
View #131 - 3rdparties.abtasty.main
1,049.14ms
+ 0.12ms
View #132 - 3rdparties.abtasty.tracking
1,049.24ms
+ 0.09ms
View #133 - 3rdparties.blueshift
1,049.41ms
+ 0.17ms
View #134 - 3rdparties.sizebay.main
1,049.75ms
+ 0.35ms
View #135 - 3rdparties.sizebay.tracking
1,049.92ms
+ 0.17ms
View #136 - 3rdparties.gsi
1,050.09ms
+ 0.17ms
View #137 - 3rdparties.applepay
1,050.18ms
+ 0.08ms
View #138 - 3rdparties.alma
1,050.44ms
+ 0.26ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
1,052.08ms
+ 1.65ms
... 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(13) 216.73.217.39
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) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
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.2
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) 33732
REDIRECT_URL string(33) /fr/c-selection-homme-fursac.html
REDIRECT_QUERY_STRING string(33) /fr/c-selection-homme-fursac.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(33) /fr/c-selection-homme-fursac.html
REQUEST_URI string(33) /fr/c-selection-homme-fursac.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786965675.246
REQUEST_TIME int 1786965675
HTTPS string(2) on
... array(3)
csrf_token string(40) HZf1s52vD8p6qtgyWTjVnSPrdNe8n8KMLLFaRzHu
last_category string(15) stdClass object
cart string(12) Order object