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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.43ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.69ms
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.44ms
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.40ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.03ms
SELECT * FROM `config`
0.67ms
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.64ms
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.59ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.51ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.53ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.48ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
103.84ms
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
14.93ms
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
10.99ms
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`
117.33ms
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 32 OFFSET 157
0.12ms
SELECT FOUND_ROWS()
2.23ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `webstore_id` ASC
1.94ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `position` ASC
0.56ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('9', '3', '6', '5', '2', '4', '10', '7', '15', '1', '14') ORDER BY `singular` ASC
0.73ms
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 ('42', '25', '7', '18', '22', '39', '55', '20', '29', '44', '8', '50', '23', '32', '21', '77', '4', '3') ORDER BY `singular` ASC
0.79ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('71', '46', '33', '40', '68', '39', '63', '26', '37', '31', '28', '73', '43', '16', '25', '67', '76', '64', '23') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.15ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `name` ASC
1.06ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `name` ASC
2.63ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `position` ASC
5.17ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29042', '15832', '29007', '27434', '6496', '27549', '6502', '27429', '23624', '27550', '28446', '24658', '29043', '29008', '29058', '24659', '29044', '29009', '29059', '29187', '26046', '29424', '29777', '23625', '27551', '27384', '28444', '22752', '27552', '27383', '28443', '22751', '24660', '29045', '29010', '29060', '29188', '26045', '29425', '29776', '23626', '29011', '29061', '29189', '26044', '29426', '3802', '29775', '23627', '27547', '27382', '28442', '22750', '24661', '29046', '28445', '22753', '29190', '26047', '29427', '2775', '29778', '23628', '27548', '27385', '26048', '29428', '2771', '29779', '23629', '24662', '29047', '27386', '29012', '29062', '28447', '22754', '29191', '29182', '29192', '29429', '2776', '19764', '24663', '29048', '29013', '29063', '28441', '19765', '29049', '29014', '29181', '29193', '29430', '2772', '29431', '2773', '29194', '19766', '29015', '29432', '2774', '29195', '19767', '27979', '29576', '24712', '29541', '28989', '29540', '27980', '29577', '29539', '28990', '27981', '29578', '29542', '28991', '29543', '27982', '29579', '28992', '27983', '29580', '28993', '27984', '29581', '28994', '29582', '27985', '28995', '27986', '29583', '28996', '27987', '29584', '28997', '26664', '26663', '26662', '26665', '26666')
5.85ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '142', '122', '103', '94', '104', '45', '46', '80', '95', '105', '106', '96', '47', '81', '48', '82', '97', '112', '107', '98', '83', '113', '108', '124', '84', '114', '49', '144', '85', '115', '147', '50', '185', '148', '51', '145', '86', '116', '87', '117', '149', '52', '88', '118', '150', '62', '190', '40', '63', '41', '64', '42', '65', '66', '43', '67', '132', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.96ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.81ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5851', '5810', '5808', '5461', '5178', '5009', '4853', '4666', '5803', '4669', '5849') ORDER BY `webstore_id` ASC
1.40ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5851', '5810', '5808', '5461', '5178', '5009', '4853', '4666', '5803', '4669', '5849') ORDER BY `position` ASC
4.93ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28855', '23534', '29007', '28870', '25836', '27232', '25837', '27233', '28856', '23535', '29008', '28871', '28857', '23536', '29009', '28872', '25838', '27234', '27235', '23537', '28858', '29010', '28873', '25839', '23538', '28859', '29011', '28874', '25840', '27236', '27237', '27238', '23539', '28860', '29012', '28875', '25841', '25842', '27239', '23540', '28861', '28876', '29013', '23541', '29014', '23542', '29015', '23357', '24205', '28819', '24998', '23348', '28989', '23358', '24206', '28820', '24999', '23349', '28990', '23359', '24207', '28821', '25000', '23350', '28991', '23360', '24208', '28822', '25001', '23351', '28992', '23361', '25002', '23352', '28993', '24209', '28823', '23362', '24210', '28824', '25003', '23353', '28994', '23363', '28995', '24211', '28825', '25004', '23354', '23364', '25076', '28996', '23365', '25077', '28997', '25078')
2.24ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '11', '47', '48', '14', '17', '20', '49', '50', '23', '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
2.76ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') GROUP BY `articles`.`id`
0.53ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
410.88ms
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.93ms
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.42ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
449.84ms
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.95ms
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.32ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
12.41ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
0.43ms
SELECT * FROM `seo_types`
0.45ms
SELECT * FROM `styles`
0.90ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.71ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.02ms
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
Name Running Time (ms) Difference
default_timer
2,290.39ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,647.55ms
+ 1,647.54ms
View #2 - components.page-header
1,697.58ms
+ 50.03ms
View #3 - components.facets
1,698.17ms
+ 0.60ms
View #4 - components.filters
1,698.75ms
+ 0.58ms
View #5 - components.close-button
1,699.22ms
+ 0.47ms
View #6 - components.accordion.wrapper
1,699.59ms
+ 0.37ms
View #7 - components.accordion.bodies.filters.list
1,699.65ms
+ 0.05ms
View #8 - components.accordion.wrapper
1,701.43ms
+ 1.78ms
View #9 - components.accordion.bodies.filters.colors
1,701.48ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,702.19ms
+ 0.72ms
View #11 - components.accordion.bodies.filters.list
1,702.24ms
+ 0.04ms
View #12 - components.button
1,702.59ms
+ 0.35ms
View #13 - components.button
1,702.99ms
+ 0.40ms
View #14 - components.button
1,703.33ms
+ 0.34ms
View #15 - components.button
1,703.65ms
+ 0.32ms
View #16 - components.pagination
1,703.96ms
+ 0.32ms
View #17 - components.button
1,704.27ms
+ 0.31ms
View #18 - catalog.partials.products-listing
1,704.62ms
+ 0.34ms
View #19 - components.product-card
1,704.93ms
+ 0.31ms
View #20 - components.add-to-wishlist
1,768.09ms
+ 63.16ms
View #21 - components.product-card
1,770.79ms
+ 2.70ms
View #22 - components.add-to-wishlist
1,775.94ms
+ 5.15ms
View #23 - components.product-card
1,778.52ms
+ 2.57ms
View #24 - components.add-to-wishlist
1,784.58ms
+ 6.06ms
View #25 - components.product-card
1,787.82ms
+ 3.24ms
View #26 - components.add-to-wishlist
1,793.01ms
+ 5.19ms
View #27 - components.product-card
1,795.30ms
+ 2.29ms
View #28 - components.add-to-wishlist
1,801.97ms
+ 6.68ms
View #29 - components.product-card
1,804.55ms
+ 2.58ms
View #30 - components.add-to-wishlist
1,811.40ms
+ 6.85ms
View #31 - components.product-card
1,814.06ms
+ 2.67ms
View #32 - components.add-to-wishlist
1,817.67ms
+ 3.60ms
View #33 - components.product-card
1,819.92ms
+ 2.25ms
View #34 - components.add-to-wishlist
1,825.05ms
+ 5.13ms
View #35 - components.product-card
1,827.56ms
+ 2.52ms
View #36 - components.add-to-wishlist
1,832.91ms
+ 5.35ms
View #37 - components.product-card
1,835.12ms
+ 2.21ms
View #38 - components.add-to-wishlist
1,840.44ms
+ 5.32ms
View #39 - components.product-card
1,842.77ms
+ 2.34ms
View #40 - components.add-to-wishlist
1,848.22ms
+ 5.45ms
View #41 - components.product-card
1,851.57ms
+ 3.35ms
View #42 - components.add-to-wishlist
1,857.55ms
+ 5.99ms
View #43 - components.product-card
1,860.52ms
+ 2.96ms
View #44 - components.add-to-wishlist
1,864.25ms
+ 3.73ms
View #45 - components.product-card
1,866.73ms
+ 2.48ms
View #46 - components.add-to-wishlist
1,871.43ms
+ 4.70ms
View #47 - components.product-card
1,874.38ms
+ 2.95ms
View #48 - components.add-to-wishlist
1,881.00ms
+ 6.62ms
View #49 - components.product-card
1,883.40ms
+ 2.39ms
View #50 - components.add-to-wishlist
1,888.79ms
+ 5.39ms
View #51 - components.product-card
1,891.21ms
+ 2.42ms
View #52 - components.add-to-wishlist
1,897.68ms
+ 6.47ms
View #53 - components.product-card
1,900.56ms
+ 2.88ms
View #54 - components.add-to-wishlist
1,905.51ms
+ 4.95ms
View #55 - components.product-card
1,907.81ms
+ 2.30ms
View #56 - components.add-to-wishlist
1,911.86ms
+ 4.05ms
View #57 - components.product-card
1,914.23ms
+ 2.37ms
View #58 - components.add-to-wishlist
1,918.89ms
+ 4.66ms
View #59 - components.product-card
1,920.98ms
+ 2.09ms
View #60 - components.add-to-wishlist
1,924.43ms
+ 3.45ms
View #61 - components.product-card
1,926.65ms
+ 2.23ms
View #62 - components.add-to-wishlist
1,932.95ms
+ 6.29ms
View #63 - components.product-card
1,936.55ms
+ 3.60ms
View #64 - components.add-to-wishlist
1,941.72ms
+ 5.16ms
View #65 - components.product-card
1,943.97ms
+ 2.25ms
View #66 - components.add-to-wishlist
1,947.44ms
+ 3.47ms
View #67 - components.product-card
1,949.47ms
+ 2.04ms
View #68 - components.add-to-wishlist
1,954.04ms
+ 4.57ms
View #69 - components.product-card
1,956.13ms
+ 2.09ms
View #70 - components.add-to-wishlist
1,960.35ms
+ 4.22ms
View #71 - components.product-card
1,962.38ms
+ 2.03ms
View #72 - components.add-to-wishlist
1,968.84ms
+ 6.45ms
View #73 - components.product-card
1,971.63ms
+ 2.79ms
View #74 - components.add-to-wishlist
1,990.56ms
+ 18.93ms
View #75 - components.product-card
1,992.51ms
+ 1.95ms
View #76 - components.add-to-wishlist
1,998.10ms
+ 5.59ms
View #77 - components.product-card
2,000.41ms
+ 2.31ms
View #78 - components.add-to-wishlist
2,004.67ms
+ 4.26ms
View #79 - components.product-card
2,006.83ms
+ 2.17ms
View #80 - components.add-to-wishlist
2,012.61ms
+ 5.77ms
View #81 - components.product-card
2,015.14ms
+ 2.53ms
View #82 - components.add-to-wishlist
2,019.31ms
+ 4.16ms
View #83 - components.pagination
2,021.39ms
+ 2.08ms
View #84 - components.button
2,021.87ms
+ 0.48ms
View #85 - components.recently-viewed
2,022.24ms
+ 0.37ms
View #86 - components.product-related
2,031.22ms
+ 8.98ms
View #87 - components.seo-footer
2,031.61ms
+ 0.40ms
View #88 - components.facets
2,032.68ms
+ 1.06ms
View #89 - modules.seo-links
2,033.06ms
+ 0.39ms
View #90 - components.button
2,033.56ms
+ 0.50ms
View #91 - components.button
2,034.05ms
+ 0.49ms
View #92 - components.button
2,034.56ms
+ 0.51ms
View #93 - layout.layout
2,034.95ms
+ 0.39ms
View #94 - layout.meta
2,035.72ms
+ 0.77ms
View #95 - modules.notification
2,171.44ms
+ 135.71ms
View #96 - modules.header
2,172.72ms
+ 1.28ms
View #97 - modules.menu
2,173.64ms
+ 0.92ms
View #98 - components.menu-first-level
2,174.35ms
+ 0.71ms
View #99 - components.menu-second-level
2,178.01ms
+ 3.66ms
View #100 - components.menu-pushes
2,187.16ms
+ 9.14ms
View #101 - components.menu-pushes
2,195.54ms
+ 8.39ms
View #102 - components.menu-pushes
2,201.71ms
+ 6.16ms
View #103 - components.menu-pushes
2,208.11ms
+ 6.40ms
View #104 - components.menu-pushes
2,210.22ms
+ 2.11ms
View #105 - components.menu-pushes
2,212.01ms
+ 1.79ms
View #106 - svg.logo
2,213.75ms
+ 1.74ms
View #107 - modules.messages
2,214.87ms
+ 1.12ms
View #108 - modules.breadcrumbs
2,215.40ms
+ 0.53ms
View #109 - modules.footer
2,215.71ms
+ 0.31ms
View #110 - components.reinsurance-support
2,216.27ms
+ 0.57ms
View #111 - components.field
2,217.21ms
+ 0.94ms
View #112 - components.csrf-field
2,217.60ms
+ 0.39ms
View #113 - components.button
2,217.85ms
+ 0.26ms
View #114 - components.footer-links
2,218.24ms
+ 0.39ms
View #115 - modules.panel
2,222.04ms
+ 3.79ms
View #116 - modules.popin
2,222.44ms
+ 0.41ms
View #117 - modules.blueshift-popin
2,222.70ms
+ 0.25ms
View #118 - modules.search-panel
2,223.78ms
+ 1.09ms
View #119 - catalog.search-form
2,224.20ms
+ 0.42ms
View #120 - components.field
2,224.74ms
+ 0.53ms
View #121 - modules.toaster
2,226.05ms
+ 1.31ms
View #122 - layout.overlay
2,226.23ms
+ 0.18ms
View #123 - modules.webstore-switcher
2,228.62ms
+ 2.39ms
View #124 - components.close-button
2,229.05ms
+ 0.43ms
View #125 - components.native-select
2,229.58ms
+ 0.52ms
View #126 - components.native-select
2,230.11ms
+ 0.53ms
View #127 - components.button
2,230.44ms
+ 0.33ms
View #128 - components.button
2,230.80ms
+ 0.36ms
View #129 - helpers.grid
2,231.22ms
+ 0.43ms
View #130 - modules.loading-bar
2,231.42ms
+ 0.20ms
View #131 - 3rdparties.didomi
2,284.76ms
+ 53.34ms
View #132 - 3rdparties.gtm
2,285.06ms
+ 0.30ms
View #133 - 3rdparties.abtasty.main
2,285.91ms
+ 0.85ms
View #134 - 3rdparties.abtasty.tracking
2,286.48ms
+ 0.58ms
View #135 - 3rdparties.blueshift
2,286.81ms
+ 0.33ms
View #136 - 3rdparties.sizebay.main
2,287.28ms
+ 0.47ms
View #137 - 3rdparties.sizebay.tracking
2,287.54ms
+ 0.26ms
View #138 - 3rdparties.gsi
2,287.82ms
+ 0.27ms
View #139 - 3rdparties.applepay
2,287.96ms
+ 0.14ms
View #140 - 3rdparties.alma
2,288.23ms
+ 0.28ms
View #141 - path: /var/www/html/laravel/profiling/template.blade.php
2,290.44ms
+ 2.21ms
... array(40)
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_COOKIE string(201) fursac=72fdc877c79162e8278e35d6b1f183c1d6e09fa1%2BtlfOsQyGztcGph1g2Rvt
fursac=72fdc877c79162e8278e35d6b1f183c1d6e09fa1%2BtlfOsQyGztcGph1g2RvtmOMQvjS5OIIw6FUtxpRS; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 37644
REDIRECT_URL string(30) /fr/c-pret-a-porter-homme.html
REDIRECT_QUERY_STRING string(37) /fr/c-pret-a-porter-homme.html&page=6
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(37) /fr/c-pret-a-porter-homme.html&page=6
REQUEST_URI string(37) /fr/c-pret-a-porter-homme.html?page=6
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788356547.069
REQUEST_TIME int 1788356547
HTTPS string(2) on
... array(3)
csrf_token string(40) jGtrCGvBFgWKM7KZAVy5d2M7C43evV9gXhnnGAwJ
cart string(12) Order object
last_category string(15) stdClass object