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.35ms
SELECT * FROM `webstores` ORDER BY `position` ASC
1.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.40ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.58ms
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.57ms
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.36ms
SELECT * FROM `languages`
0.54ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.59ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.62ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.02ms
SELECT * FROM `config`
1.86ms
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.71ms
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
1.12ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.59ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.98ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.54ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
229.69ms
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
31.78ms
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
21.47ms
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`
223.45ms
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.11ms
SELECT FOUND_ROWS()
1.80ms
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
2.51ms
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
3.01ms
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.64ms
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.71ms
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
3.14ms
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.28ms
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
3.26ms
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
7.03ms
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')
1.56ms
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
1.07ms
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.90ms
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
2.02ms
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.31ms
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')
0.84ms
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
3.15ms
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.38ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
591.87ms
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.98ms
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.40ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
807.42ms
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.03ms
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.67ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
13.17ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
0.47ms
SELECT `code`, `taxes` FROM `countries`
0.38ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.25ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.31ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.25ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.32ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.47ms
SELECT * FROM `seo_types`
0.43ms
SELECT * FROM `styles`
1.10ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.46ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
5.26ms
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.29ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
3,537.69ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
2,694.48ms
+ 2,694.47ms
View #2 - components.page-header
2,766.92ms
+ 72.44ms
View #3 - components.facets
2,767.60ms
+ 0.68ms
View #4 - components.filters
2,768.47ms
+ 0.86ms
View #5 - components.close-button
2,769.02ms
+ 0.56ms
View #6 - components.accordion.wrapper
2,769.44ms
+ 0.42ms
View #7 - components.accordion.bodies.filters.list
2,769.49ms
+ 0.05ms
View #8 - components.accordion.wrapper
2,772.35ms
+ 2.85ms
View #9 - components.accordion.bodies.filters.colors
2,772.41ms
+ 0.06ms
View #10 - components.accordion.wrapper
2,773.99ms
+ 1.58ms
View #11 - components.accordion.bodies.filters.list
2,774.06ms
+ 0.07ms
View #12 - components.button
2,774.42ms
+ 0.36ms
View #13 - components.button
2,774.89ms
+ 0.47ms
View #14 - components.button
2,775.40ms
+ 0.51ms
View #15 - components.button
2,775.75ms
+ 0.36ms
View #16 - components.pagination
2,776.10ms
+ 0.35ms
View #17 - components.button
2,776.85ms
+ 0.75ms
View #18 - catalog.partials.products-listing
2,777.37ms
+ 0.52ms
View #19 - components.product-card
2,777.77ms
+ 0.40ms
View #20 - components.add-to-wishlist
2,860.46ms
+ 82.69ms
View #21 - components.product-card
2,864.03ms
+ 3.57ms
View #22 - components.add-to-wishlist
2,869.15ms
+ 5.12ms
View #23 - components.product-card
2,872.28ms
+ 3.13ms
View #24 - components.add-to-wishlist
2,879.85ms
+ 7.58ms
View #25 - components.product-card
2,883.77ms
+ 3.91ms
View #26 - components.add-to-wishlist
2,889.86ms
+ 6.10ms
View #27 - components.product-card
2,893.22ms
+ 3.35ms
View #28 - components.add-to-wishlist
2,898.97ms
+ 5.75ms
View #29 - components.product-card
2,901.73ms
+ 2.75ms
View #30 - components.add-to-wishlist
2,910.34ms
+ 8.62ms
View #31 - components.product-card
2,914.71ms
+ 4.36ms
View #32 - components.add-to-wishlist
2,918.84ms
+ 4.13ms
View #33 - components.product-card
2,922.67ms
+ 3.83ms
View #34 - components.add-to-wishlist
2,931.48ms
+ 8.81ms
View #35 - components.product-card
2,934.70ms
+ 3.21ms
View #36 - components.add-to-wishlist
2,941.13ms
+ 6.43ms
View #37 - components.product-card
2,943.17ms
+ 2.04ms
View #38 - components.add-to-wishlist
2,947.90ms
+ 4.73ms
View #39 - components.product-card
2,950.40ms
+ 2.50ms
View #40 - components.add-to-wishlist
2,957.74ms
+ 7.34ms
View #41 - components.product-card
2,960.85ms
+ 3.10ms
View #42 - components.add-to-wishlist
2,966.07ms
+ 5.22ms
View #43 - components.product-card
2,969.92ms
+ 3.85ms
View #44 - components.add-to-wishlist
2,973.56ms
+ 3.65ms
View #45 - components.product-card
2,975.87ms
+ 2.31ms
View #46 - components.add-to-wishlist
2,981.66ms
+ 5.79ms
View #47 - components.product-card
2,985.41ms
+ 3.75ms
View #48 - components.add-to-wishlist
2,993.48ms
+ 8.07ms
View #49 - components.product-card
2,996.80ms
+ 3.31ms
View #50 - components.add-to-wishlist
3,002.62ms
+ 5.82ms
View #51 - components.product-card
3,005.46ms
+ 2.84ms
View #52 - components.add-to-wishlist
3,013.23ms
+ 7.77ms
View #53 - components.product-card
3,016.32ms
+ 3.10ms
View #54 - components.add-to-wishlist
3,022.15ms
+ 5.83ms
View #55 - components.product-card
3,025.47ms
+ 3.32ms
View #56 - components.add-to-wishlist
3,030.89ms
+ 5.42ms
View #57 - components.product-card
3,033.63ms
+ 2.73ms
View #58 - components.add-to-wishlist
3,040.29ms
+ 6.66ms
View #59 - components.product-card
3,042.57ms
+ 2.28ms
View #60 - components.add-to-wishlist
3,048.15ms
+ 5.58ms
View #61 - components.product-card
3,050.85ms
+ 2.70ms
View #62 - components.add-to-wishlist
3,060.66ms
+ 9.80ms
View #63 - components.product-card
3,064.07ms
+ 3.41ms
View #64 - components.add-to-wishlist
3,070.30ms
+ 6.24ms
View #65 - components.product-card
3,073.65ms
+ 3.34ms
View #66 - components.add-to-wishlist
3,077.42ms
+ 3.77ms
View #67 - components.product-card
3,079.94ms
+ 2.53ms
View #68 - components.add-to-wishlist
3,085.00ms
+ 5.06ms
View #69 - components.product-card
3,087.10ms
+ 2.10ms
View #70 - components.add-to-wishlist
3,093.57ms
+ 6.47ms
View #71 - components.product-card
3,097.54ms
+ 3.97ms
View #72 - components.add-to-wishlist
3,112.61ms
+ 15.08ms
View #73 - components.product-card
3,121.29ms
+ 8.68ms
View #74 - components.add-to-wishlist
3,143.87ms
+ 22.57ms
View #75 - components.product-card
3,147.70ms
+ 3.83ms
View #76 - components.add-to-wishlist
3,153.92ms
+ 6.22ms
View #77 - components.product-card
3,157.84ms
+ 3.92ms
View #78 - components.add-to-wishlist
3,163.27ms
+ 5.42ms
View #79 - components.product-card
3,166.80ms
+ 3.53ms
View #80 - components.add-to-wishlist
3,178.71ms
+ 11.91ms
View #81 - components.product-card
3,183.54ms
+ 4.83ms
View #82 - components.add-to-wishlist
3,192.58ms
+ 9.04ms
View #83 - components.pagination
3,194.94ms
+ 2.36ms
View #84 - components.button
3,195.76ms
+ 0.82ms
View #85 - components.recently-viewed
3,196.37ms
+ 0.61ms
View #86 - components.product-related
3,210.85ms
+ 14.48ms
View #87 - components.seo-footer
3,211.78ms
+ 0.93ms
View #88 - components.facets
3,213.64ms
+ 1.87ms
View #89 - modules.seo-links
3,213.99ms
+ 0.34ms
View #90 - components.button
3,214.75ms
+ 0.76ms
View #91 - components.button
3,215.45ms
+ 0.70ms
View #92 - components.button
3,215.93ms
+ 0.47ms
View #93 - layout.layout
3,216.74ms
+ 0.81ms
View #94 - layout.meta
3,217.58ms
+ 0.84ms
View #95 - modules.notification
3,392.75ms
+ 175.17ms
View #96 - modules.header
3,393.69ms
+ 0.94ms
View #97 - modules.menu
3,394.58ms
+ 0.89ms
View #98 - components.menu-first-level
3,395.42ms
+ 0.84ms
View #99 - components.menu-second-level
3,399.08ms
+ 3.66ms
View #100 - components.menu-pushes
3,408.04ms
+ 8.96ms
View #101 - components.menu-pushes
3,416.00ms
+ 7.96ms
View #102 - components.menu-pushes
3,423.77ms
+ 7.77ms
View #103 - components.menu-pushes
3,430.98ms
+ 7.21ms
View #104 - components.menu-pushes
3,434.69ms
+ 3.72ms
View #105 - components.menu-pushes
3,437.44ms
+ 2.75ms
View #106 - svg.logo
3,438.72ms
+ 1.29ms
View #107 - modules.messages
3,440.12ms
+ 1.39ms
View #108 - modules.breadcrumbs
3,440.77ms
+ 0.66ms
View #109 - modules.footer
3,441.13ms
+ 0.36ms
View #110 - components.reinsurance-support
3,441.61ms
+ 0.48ms
View #111 - components.field
3,442.28ms
+ 0.67ms
View #112 - components.csrf-field
3,442.65ms
+ 0.37ms
View #113 - components.button
3,442.88ms
+ 0.23ms
View #114 - components.footer-links
3,443.24ms
+ 0.36ms
View #115 - modules.panel
3,447.54ms
+ 4.30ms
View #116 - modules.popin
3,447.77ms
+ 0.23ms
View #117 - modules.blueshift-popin
3,447.98ms
+ 0.21ms
View #118 - modules.search-panel
3,449.02ms
+ 1.03ms
View #119 - catalog.search-form
3,449.43ms
+ 0.41ms
View #120 - components.field
3,449.95ms
+ 0.52ms
View #121 - modules.toaster
3,451.77ms
+ 1.81ms
View #122 - layout.overlay
3,451.96ms
+ 0.19ms
View #123 - modules.webstore-switcher
3,454.46ms
+ 2.50ms
View #124 - components.close-button
3,454.92ms
+ 0.46ms
View #125 - components.native-select
3,455.50ms
+ 0.58ms
View #126 - components.native-select
3,456.09ms
+ 0.59ms
View #127 - components.button
3,456.39ms
+ 0.30ms
View #128 - components.button
3,456.73ms
+ 0.35ms
View #129 - helpers.grid
3,457.13ms
+ 0.40ms
View #130 - modules.loading-bar
3,457.34ms
+ 0.21ms
View #131 - 3rdparties.didomi
3,528.54ms
+ 71.20ms
View #132 - 3rdparties.gtm
3,528.79ms
+ 0.24ms
View #133 - 3rdparties.abtasty.main
3,528.97ms
+ 0.18ms
View #134 - 3rdparties.abtasty.tracking
3,529.23ms
+ 0.26ms
View #135 - 3rdparties.blueshift
3,529.53ms
+ 0.30ms
View #136 - 3rdparties.sizebay.main
3,530.69ms
+ 1.17ms
View #137 - 3rdparties.sizebay.tracking
3,531.03ms
+ 0.34ms
View #138 - 3rdparties.gsi
3,531.49ms
+ 0.45ms
View #139 - 3rdparties.applepay
3,531.68ms
+ 0.19ms
View #140 - 3rdparties.alma
3,533.44ms
+ 1.76ms
View #141 - path: /var/www/html/laravel/profiling/template.blade.php
3,537.75ms
+ 4.31ms
... 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) 55104
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 1788358586.332
REQUEST_TIME int 1788358586
HTTPS string(2) on
... array(3)
csrf_token string(40) hGyQBfDYXmuzIKJWOs2UKowaoScZMKNVjxyl9rHE
last_category string(15) stdClass object
cart string(12) Order object