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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.27ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.22ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.50ms
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.34ms
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.18ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.21ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.96ms
SELECT * FROM `config`
0.54ms
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` = 'pret-a-porter-homme' LIMIT 1
0.63ms
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` = '84' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.74ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.54ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.61ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.18ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.44ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
88.10ms
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` = 84 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
12.21ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
9.48ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
90.96ms
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` = 84 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.10ms
SELECT FOUND_ROWS()
1.45ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `webstore_id` ASC
1.94ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `position` ASC
0.41ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '1', '8', '9', '6', '7', '10', '2') ORDER BY `singular` ASC
0.51ms
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', '15', '9', '8', '30', '7', '20', '22', '57', '44', '49') ORDER BY `singular` ASC
0.61ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('42', '39', '64', '50', '43', '40', '15', '35', '26', '59', '76', '31', '41', '28', '52') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.89ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `name` ASC
1.21ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `name` ASC
2.76ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY `position` ASC
7.03ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29723', '28998', '6489', '23534', '29330', '27232', '19075', '29733', '29708', '6766', '29715', '29322', '22367', '27489', '19069', '27563', '29323', '27490', '27564', '29724', '28999', '23535', '29331', '27233', '29734', '29709', '29716', '23536', '23599', '27234', '29735', '29710', '29717', '29261', '29324', '27491', '29332', '19797', '27565', '29725', '29000', '29773', '29097', '29325', '27492', '29333', '19798', '27566', '29726', '29001', '29772', '29098', '23537', '23600', '27235', '29736', '29711', '29718', '29260', '27236', '29737', '29712', '29719', '29259', '29326', '27493', '29334', '19799', '27567', '29727', '29002', '29771', '29099', '23538', '29106', '23601', '27494', '29335', '19800', '27568', '29774', '29100', '29107', '23602', '27237', '29262', '29327', '27238', '29728', '29003', '29263', '29328', '23539', '27495', '29336', '19801', '27569', '29738', '29713', '29720', '29101', '29108', '23603', '19802', '29739', '29714', '29721', '29102', '29109', '23604', '27239', '29729', '29004', '29329', '23540', '29337', '29730', '29005', '23541', '29338', '19803', '29740', '29722', '29103', '29110', '23605', '29104', '29111', '23606', '29731', '29006', '23542', '29339', '19804', '19805', '29105', '25070', '29732', '23357', '29552', '29591', '29599', '24998', '29600', '23358', '29553', '29592', '29568', '24999', '23359', '29554', '29593', '29569', '29601', '25000', '29602', '23360', '29555', '29594', '29570', '25001', '29556', '29595', '29571', '29603', '23361', '25002', '23362', '29557', '29596', '29572', '29604', '25003', '29605', '23363', '29558', '29597', '29573', '25004', '23364', '29559', '29598', '29574', '29606', '25076', '23365', '29575', '25077', '25078', '29680', '29679', '29678', '29681', '29682')
0.93ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '122', '1', '2', '121', '4', '45', '5', '46', '80', '8', '95', '7', '10', '81', '47', '96', '11', '14', '48', '97', '13', '82', '112', '16', '83', '98', '113', '17', '20', '49', '124', '19', '84', '114', '85', '50', '115', '23', '22', '51', '25', '86', '116', '87', '117', '52', '28', '88', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.75ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.41ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6005', '5977') ORDER BY `webstore_id` ASC
0.60ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6005', '5977') ORDER BY `position` ASC
0.59ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29759', '29758', '29757', '29760', '29761', '29550', '29549', '29548', '29551')
0.36ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('152', '153', '154', '155', '157', '125', '126', '127', '128') ORDER BY `position` ASC
2.88ms
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 ('4699', '4669', '5543', '4429', '6000', '5978', '3722', '5928', '68', '4710', '6007', '5999', '5983', '3728', '5850', '6002', '5980', '3913', '6001', '5984', '5879', '5516', '5009', '5916', '5994', '5461', '6014', '876', '5878', '5927') GROUP BY `articles`.`id`
0.30ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
289.34ms
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.90ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
327.38ms
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.63ms
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.39ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
6.58ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) 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.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.25ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.22ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.27ms
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.47ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.72ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.70ms
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.30ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,544.72ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,199.15ms
+ 1,199.14ms
View #2 - components.page-header
1,228.33ms
+ 29.19ms
View #3 - components.facets
1,228.71ms
+ 0.38ms
View #4 - components.filters
1,229.07ms
+ 0.36ms
View #5 - components.close-button
1,229.35ms
+ 0.28ms
View #6 - components.accordion.wrapper
1,229.55ms
+ 0.20ms
View #7 - components.accordion.bodies.filters.list
1,229.58ms
+ 0.03ms
View #8 - components.accordion.wrapper
1,230.87ms
+ 1.29ms
View #9 - components.accordion.bodies.filters.colors
1,230.90ms
+ 0.03ms
View #10 - components.accordion.wrapper
1,231.39ms
+ 0.49ms
View #11 - components.accordion.bodies.filters.list
1,231.43ms
+ 0.03ms
View #12 - components.button
1,231.62ms
+ 0.19ms
View #13 - components.button
1,231.86ms
+ 0.24ms
View #14 - components.button
1,232.04ms
+ 0.18ms
View #15 - components.button
1,232.21ms
+ 0.17ms
View #16 - catalog.partials.products-listing
1,232.41ms
+ 0.20ms
View #17 - components.product-card
1,232.63ms
+ 0.22ms
View #18 - components.add-to-wishlist
1,262.13ms
+ 29.50ms
View #19 - components.product-card
1,263.65ms
+ 1.52ms
View #20 - components.add-to-wishlist
1,266.71ms
+ 3.06ms
View #21 - components.product-card
1,268.09ms
+ 1.38ms
View #22 - components.add-to-wishlist
1,270.87ms
+ 2.79ms
View #23 - components.product-card
1,272.17ms
+ 1.30ms
View #24 - components.add-to-wishlist
1,274.06ms
+ 1.88ms
View #25 - components.product-card
1,275.22ms
+ 1.16ms
View #26 - components.add-to-wishlist
1,277.93ms
+ 2.71ms
View #27 - components.product-card
1,279.16ms
+ 1.23ms
View #28 - components.add-to-wishlist
1,281.88ms
+ 2.72ms
View #29 - components.product-card
1,283.14ms
+ 1.26ms
View #30 - components.add-to-wishlist
1,285.07ms
+ 1.93ms
View #31 - components.catalog-push
1,286.21ms
+ 1.14ms
View #32 - components.button
1,286.94ms
+ 0.73ms
View #33 - components.product-card
1,287.19ms
+ 0.24ms
View #34 - components.add-to-wishlist
1,290.10ms
+ 2.91ms
View #35 - components.product-card
1,291.45ms
+ 1.35ms
View #36 - components.add-to-wishlist
1,293.19ms
+ 1.74ms
View #37 - components.product-card
1,294.37ms
+ 1.17ms
View #38 - components.add-to-wishlist
1,297.24ms
+ 2.87ms
View #39 - components.product-card
1,298.62ms
+ 1.39ms
View #40 - components.add-to-wishlist
1,307.77ms
+ 9.14ms
View #41 - components.product-card
1,309.07ms
+ 1.30ms
View #42 - components.add-to-wishlist
1,311.88ms
+ 2.81ms
View #43 - components.product-card
1,313.14ms
+ 1.26ms
View #44 - components.add-to-wishlist
1,316.00ms
+ 2.86ms
View #45 - components.product-card
1,317.22ms
+ 1.23ms
View #46 - components.add-to-wishlist
1,318.96ms
+ 1.74ms
View #47 - components.product-card
1,320.08ms
+ 1.12ms
View #48 - components.add-to-wishlist
1,322.82ms
+ 2.74ms
View #49 - components.product-card
1,323.90ms
+ 1.07ms
View #50 - components.add-to-wishlist
1,326.62ms
+ 2.73ms
View #51 - components.product-card
1,327.81ms
+ 1.19ms
View #52 - components.add-to-wishlist
1,330.61ms
+ 2.80ms
View #53 - components.product-card
1,331.91ms
+ 1.30ms
View #54 - components.add-to-wishlist
1,335.03ms
+ 3.12ms
View #55 - components.catalog-push
1,336.15ms
+ 1.12ms
View #56 - components.button
1,336.68ms
+ 0.53ms
View #57 - components.product-card
1,336.91ms
+ 0.23ms
View #58 - components.add-to-wishlist
1,339.71ms
+ 2.80ms
View #59 - components.product-card
1,341.04ms
+ 1.33ms
View #60 - components.add-to-wishlist
1,343.86ms
+ 2.82ms
View #61 - components.product-card
1,345.25ms
+ 1.40ms
View #62 - components.add-to-wishlist
1,347.70ms
+ 2.45ms
View #63 - components.product-card
1,348.93ms
+ 1.23ms
View #64 - components.add-to-wishlist
1,351.81ms
+ 2.88ms
View #65 - components.product-card
1,353.05ms
+ 1.24ms
View #66 - components.add-to-wishlist
1,355.89ms
+ 2.83ms
View #67 - components.product-card
1,356.98ms
+ 1.09ms
View #68 - components.add-to-wishlist
1,359.32ms
+ 2.34ms
View #69 - components.product-card
1,360.61ms
+ 1.29ms
View #70 - components.add-to-wishlist
1,363.52ms
+ 2.91ms
View #71 - components.product-card
1,365.01ms
+ 1.49ms
View #72 - components.add-to-wishlist
1,367.77ms
+ 2.76ms
View #73 - components.product-card
1,369.05ms
+ 1.28ms
View #74 - components.add-to-wishlist
1,372.26ms
+ 3.20ms
View #75 - components.product-card
1,373.82ms
+ 1.57ms
View #76 - components.add-to-wishlist
1,375.74ms
+ 1.92ms
View #77 - components.product-card
1,376.94ms
+ 1.20ms
View #78 - components.add-to-wishlist
1,379.68ms
+ 2.74ms
View #79 - components.product-card
1,380.74ms
+ 1.06ms
View #80 - components.add-to-wishlist
1,383.67ms
+ 2.93ms
View #81 - components.pagination
1,385.05ms
+ 1.38ms
View #82 - components.button
1,385.71ms
+ 0.66ms
View #83 - components.recently-viewed
1,386.00ms
+ 0.29ms
View #84 - components.product-related
1,391.65ms
+ 5.64ms
View #85 - components.seo-footer
1,391.92ms
+ 0.27ms
View #86 - components.facets
1,392.61ms
+ 0.69ms
View #87 - modules.seo-links
1,392.77ms
+ 0.17ms
View #88 - components.button
1,393.06ms
+ 0.29ms
View #89 - components.button
1,393.37ms
+ 0.31ms
View #90 - components.button
1,393.61ms
+ 0.24ms
View #91 - layout.layout
1,394.58ms
+ 0.97ms
View #92 - layout.meta
1,395.24ms
+ 0.65ms
View #93 - modules.notification
1,491.10ms
+ 95.86ms
View #94 - modules.header
1,491.80ms
+ 0.70ms
View #95 - modules.menu
1,492.34ms
+ 0.54ms
View #96 - components.menu-first-level
1,492.72ms
+ 0.38ms
View #97 - components.menu-second-level
1,494.77ms
+ 2.05ms
View #98 - components.menu-pushes
1,499.31ms
+ 4.54ms
View #99 - components.menu-pushes
1,504.03ms
+ 4.72ms
View #100 - components.menu-pushes
1,507.50ms
+ 3.48ms
View #101 - components.menu-pushes
1,510.78ms
+ 3.28ms
View #102 - components.menu-pushes
1,511.99ms
+ 1.21ms
View #103 - components.menu-pushes
1,512.87ms
+ 0.88ms
View #104 - svg.logo
1,513.39ms
+ 0.52ms
View #105 - modules.messages
1,514.01ms
+ 0.62ms
View #106 - modules.breadcrumbs
1,514.33ms
+ 0.33ms
View #107 - modules.footer
1,514.55ms
+ 0.22ms
View #108 - components.reinsurance-support
1,514.93ms
+ 0.38ms
View #109 - components.field
1,515.33ms
+ 0.40ms
View #110 - components.csrf-field
1,515.56ms
+ 0.23ms
View #111 - components.button
1,515.68ms
+ 0.12ms
View #112 - components.footer-links
1,515.86ms
+ 0.19ms
View #113 - modules.panel
1,517.70ms
+ 1.84ms
View #114 - modules.popin
1,517.88ms
+ 0.18ms
View #115 - modules.blueshift-popin
1,518.01ms
+ 0.13ms
View #116 - modules.search-panel
1,518.58ms
+ 0.57ms
View #117 - catalog.search-form
1,518.81ms
+ 0.22ms
View #118 - components.field
1,519.10ms
+ 0.29ms
View #119 - modules.toaster
1,519.56ms
+ 0.46ms
View #120 - layout.overlay
1,519.66ms
+ 0.10ms
View #121 - modules.webstore-switcher
1,521.00ms
+ 1.34ms
View #122 - components.close-button
1,521.26ms
+ 0.26ms
View #123 - components.native-select
1,521.54ms
+ 0.28ms
View #124 - components.native-select
1,521.95ms
+ 0.41ms
View #125 - components.button
1,522.14ms
+ 0.20ms
View #126 - components.button
1,522.35ms
+ 0.20ms
View #127 - helpers.grid
1,522.53ms
+ 0.18ms
View #128 - modules.loading-bar
1,522.64ms
+ 0.11ms
View #129 - 3rdparties.didomi
1,541.93ms
+ 19.29ms
View #130 - 3rdparties.gtm
1,542.12ms
+ 0.20ms
View #131 - 3rdparties.abtasty.main
1,542.23ms
+ 0.11ms
View #132 - 3rdparties.abtasty.tracking
1,542.33ms
+ 0.09ms
View #133 - 3rdparties.blueshift
1,542.50ms
+ 0.17ms
View #134 - 3rdparties.sizebay.main
1,542.81ms
+ 0.31ms
View #135 - 3rdparties.sizebay.tracking
1,543.00ms
+ 0.19ms
View #136 - 3rdparties.gsi
1,543.16ms
+ 0.16ms
View #137 - 3rdparties.applepay
1,543.24ms
+ 0.08ms
View #138 - 3rdparties.alma
1,543.43ms
+ 0.19ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
1,544.76ms
+ 1.32ms
... 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) 39648
REDIRECT_URL string(30) /fr/c-pret-a-porter-homme.html
REDIRECT_QUERY_STRING string(30) /fr/c-pret-a-porter-homme.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(30) /fr/c-pret-a-porter-homme.html
REQUEST_URI string(30) /fr/c-pret-a-porter-homme.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788327364.227
REQUEST_TIME int 1788327364
HTTPS string(2) on
... array(3)
csrf_token string(40) rV2yIFfFxrAoymisk6ihzRkqiSNU55AaNJxlYVL8
last_category string(15) stdClass object
cart string(12) Order object