Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.49ms
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.35ms
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.20ms
SELECT * FROM `languages`
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.83ms
SELECT * FROM `config`
0.58ms
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
0.53ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.55ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.36ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.19ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.38ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
55.00ms
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
8.16ms
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
4.86ms
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`
58.02ms
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 221
0.19ms
SELECT FOUND_ROWS()
1.00ms
SELECT * FROM `products_details` WHERE `product_id` IN ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `webstore_id` ASC
1.30ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('6', '14', '2', '3', '9', '4', '5', '7', '10', '1', '15') ORDER BY `singular` ASC
0.46ms
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 ('7', '77', '22', '25', '50', '23', '18', '32', '3', '44', '27', '20', '55', '8', '31', '36', '29') ORDER BY `singular` ASC
0.50ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('35', '67', '45', '73', '42', '39', '16', '23', '31', '37', '26', '34', '63', '64', '76', '28', '13', '32') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.93ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `name` ASC
0.75ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `name` ASC
1.82ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `position` ASC
3.73ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6502', '27232', '19080', '6496', '29007', '28998', '27172', '27434', '29050', '23339', '19797', '29008', '28999', '28446', '27173', '29051', '28460', '28268', '27233', '26059', '28356', '26403', '27234', '27720', '23340', '19798', '29009', '29000', '28444', '27174', '29052', '28461', '28269', '19799', '29010', '29001', '28443', '27175', '29053', '28462', '28270', '26058', '28355', '26402', '27235', '27719', '23341', '26401', '27236', '27718', '23342', '4916', '19800', '29011', '29002', '28442', '27176', '29054', '28463', '28271', '26057', '28354', '28445', '28464', '28272', '26060', '28357', '26404', '27237', '27721', '23343', '2760', '19801', '29003', '27238', '27177', '27722', '29055', '23344', '2761', '19802', '28447', '28465', '28273', '26061', '28358', '29012', '26405', '29013', '29004', '27239', '27178', '29056', '23345', '2759', '19803', '28441', '19760', '23346', '2762', '19804', '19761', '29014', '29005', '27179', '29057', '29015', '29006', '27156', '23347', '2763', '19805', '28989', '19762', '2764', '19763', '27800', '28990', '24702', '27157', '27799', '27798', '27158', '29031', '28161', '28991', '27801', '28587', '29030', '28160', '27802', '28586', '28992', '29029', '28159', '27159', '28585', '29032', '28162', '28588', '27160', '29033', '28993', '28994', '27161', '27162', '28995', '27163', '28996', '28997')
0.60ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('142', '2', '122', '44', '80', '45', '94', '4', '55', '5', '95', '8', '81', '46', '7', '56', '82', '47', '96', '10', '57', '11', '97', '14', '83', '112', '48', '13', '58', '98', '16', '59', '17', '84', '113', '49', '20', '124', '85', '114', '19', '60', '50', '23', '86', '115', '185', '147', '87', '116', '148', '51', '52', '63', '88', '117', '149', '118', '150', '40', '65', '190', '41', '42', '67', '90', '43', '91', '132', '69', '92', '93', '71', '123', '73', '75', '77', '78') ORDER BY `position` ASC
0.90ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.56ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5447', '5863', '5808', '5694', '5461', '5864', '5009', '5691', '4853', '5445') ORDER BY `webstore_id` ASC
0.87ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5447', '5863', '5808', '5694', '5461', '5864', '5009', '5691', '4853', '5445') ORDER BY `position` ASC
1.75ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28303', '27232', '29050', '28855', '27172', '29042', '29043', '28304', '27233', '29051', '28856', '27173', '28857', '27174', '29044', '28305', '27234', '29052', '28306', '27235', '29053', '28858', '27175', '29045', '28859', '27176', '29046', '28307', '27236', '29054', '27237', '28308', '29055', '27238', '28860', '27177', '29047', '27239', '28861', '27178', '29048', '28309', '29056', '28310', '29057', '27179', '29049', '27156', '28281', '24205', '24998', '24206', '24999', '27157', '28282', '28283', '24207', '25000', '27158', '27159', '28284', '24208', '25001', '28285', '24209', '25002', '27160', '27161', '28286', '24210', '25003', '28287', '24211', '25004', '27162', '27163', '28288', '25076', '25077', '25078')
0.40ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '47', '11', '48', '14', '17', '49', '20', '23', '50', '51', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.60ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
114.12ms
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.76ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
165.44ms
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` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.50ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
4.75ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
4.35ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
0.23ms
SELECT `code`, `taxes` FROM `countries`
0.34ms
SELECT * FROM `seo_types`
0.30ms
SELECT * FROM `styles`
0.76ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.46ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.45ms
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-06-16 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.32ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
964.70ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
632.47ms
+ 632.47ms
View #2 - components.page-header
663.04ms
+ 30.57ms
View #3 - components.facets
663.50ms
+ 0.46ms
View #4 - components.filters
663.85ms
+ 0.35ms
View #5 - components.close-button
664.29ms
+ 0.44ms
View #6 - components.accordion.wrapper
664.51ms
+ 0.22ms
View #7 - components.accordion.bodies.filters.list
664.54ms
+ 0.03ms
View #8 - components.accordion.wrapper
665.72ms
+ 1.19ms
View #9 - components.accordion.bodies.filters.colors
665.75ms
+ 0.03ms
View #10 - components.accordion.wrapper
666.16ms
+ 0.41ms
View #11 - components.accordion.bodies.filters.list
666.19ms
+ 0.03ms
View #12 - components.button
666.36ms
+ 0.17ms
View #13 - components.button
666.59ms
+ 0.23ms
View #14 - components.button
666.76ms
+ 0.16ms
View #15 - components.button
666.92ms
+ 0.16ms
View #16 - components.pagination
667.12ms
+ 0.20ms
View #17 - components.button
667.39ms
+ 0.27ms
View #18 - catalog.partials.products-listing
667.59ms
+ 0.20ms
View #19 - components.product-card
667.89ms
+ 0.29ms
View #20 - components.add-to-wishlist
696.72ms
+ 28.83ms
View #21 - components.product-card
698.17ms
+ 1.45ms
View #22 - components.add-to-wishlist
700.46ms
+ 2.29ms
View #23 - components.product-card
701.50ms
+ 1.04ms
View #24 - components.add-to-wishlist
704.80ms
+ 3.29ms
View #25 - components.product-card
706.05ms
+ 1.25ms
View #26 - components.add-to-wishlist
708.43ms
+ 2.38ms
View #27 - components.product-card
709.44ms
+ 1.01ms
View #28 - components.add-to-wishlist
711.40ms
+ 1.97ms
View #29 - components.product-card
712.37ms
+ 0.97ms
View #30 - components.add-to-wishlist
714.91ms
+ 2.54ms
View #31 - components.product-card
715.93ms
+ 1.01ms
View #32 - components.add-to-wishlist
718.58ms
+ 2.66ms
View #33 - components.product-card
719.62ms
+ 1.04ms
View #34 - components.add-to-wishlist
728.30ms
+ 8.68ms
View #35 - components.product-card
729.47ms
+ 1.17ms
View #36 - components.add-to-wishlist
731.93ms
+ 2.46ms
View #37 - components.product-card
732.95ms
+ 1.02ms
View #38 - components.add-to-wishlist
734.75ms
+ 1.80ms
View #39 - components.product-card
735.78ms
+ 1.03ms
View #40 - components.add-to-wishlist
739.24ms
+ 3.46ms
View #41 - components.product-card
740.45ms
+ 1.21ms
View #42 - components.add-to-wishlist
742.59ms
+ 2.14ms
View #43 - components.product-card
743.58ms
+ 0.99ms
View #44 - components.add-to-wishlist
745.80ms
+ 2.21ms
View #45 - components.product-card
746.80ms
+ 1.00ms
View #46 - components.add-to-wishlist
749.19ms
+ 2.39ms
View #47 - components.product-card
750.17ms
+ 0.98ms
View #48 - components.add-to-wishlist
752.30ms
+ 2.13ms
View #49 - components.product-card
753.25ms
+ 0.95ms
View #50 - components.add-to-wishlist
756.73ms
+ 3.48ms
View #51 - components.product-card
758.02ms
+ 1.29ms
View #52 - components.add-to-wishlist
760.33ms
+ 2.32ms
View #53 - components.product-card
761.30ms
+ 0.97ms
View #54 - components.add-to-wishlist
763.69ms
+ 2.38ms
View #55 - components.product-card
764.71ms
+ 1.02ms
View #56 - components.add-to-wishlist
767.18ms
+ 2.47ms
View #57 - components.product-card
768.30ms
+ 1.12ms
View #58 - components.add-to-wishlist
770.65ms
+ 2.36ms
View #59 - components.product-card
771.69ms
+ 1.03ms
View #60 - components.add-to-wishlist
774.39ms
+ 2.70ms
View #61 - components.product-card
775.48ms
+ 1.09ms
View #62 - components.add-to-wishlist
778.72ms
+ 3.24ms
View #63 - components.product-card
780.02ms
+ 1.30ms
View #64 - components.add-to-wishlist
782.39ms
+ 2.37ms
View #65 - components.product-card
783.48ms
+ 1.09ms
View #66 - components.add-to-wishlist
786.81ms
+ 3.32ms
View #67 - components.product-card
788.29ms
+ 1.48ms
View #68 - components.add-to-wishlist
790.63ms
+ 2.34ms
View #69 - components.product-card
791.69ms
+ 1.06ms
View #70 - components.add-to-wishlist
793.39ms
+ 1.70ms
View #71 - components.product-card
794.39ms
+ 1.00ms
View #72 - components.add-to-wishlist
796.88ms
+ 2.48ms
View #73 - components.product-card
797.91ms
+ 1.04ms
View #74 - components.add-to-wishlist
800.18ms
+ 2.26ms
View #75 - components.product-card
801.13ms
+ 0.96ms
View #76 - components.add-to-wishlist
802.69ms
+ 1.56ms
View #77 - components.product-card
803.65ms
+ 0.96ms
View #78 - components.add-to-wishlist
805.89ms
+ 2.23ms
View #79 - components.product-card
806.84ms
+ 0.96ms
View #80 - components.add-to-wishlist
809.38ms
+ 2.53ms
View #81 - components.product-card
810.37ms
+ 1.00ms
View #82 - components.add-to-wishlist
813.72ms
+ 3.34ms
View #83 - components.pagination
815.12ms
+ 1.40ms
View #84 - components.button
815.41ms
+ 0.29ms
View #85 - components.recently-viewed
815.65ms
+ 0.24ms
View #86 - components.product-related
821.35ms
+ 5.70ms
View #87 - components.seo-footer
821.61ms
+ 0.26ms
View #88 - components.facets
822.26ms
+ 0.66ms
View #89 - modules.seo-links
822.43ms
+ 0.17ms
View #90 - components.button
822.71ms
+ 0.28ms
View #91 - components.button
823.00ms
+ 0.28ms
View #92 - components.button
823.33ms
+ 0.33ms
View #93 - layout.layout
823.58ms
+ 0.25ms
View #94 - layout.meta
850.75ms
+ 27.17ms
View #95 - modules.notification
915.68ms
+ 64.93ms
View #96 - modules.header
916.28ms
+ 0.60ms
View #97 - modules.menu
916.78ms
+ 0.50ms
View #98 - components.menu-first-level
917.32ms
+ 0.54ms
View #99 - components.menu-second-level
919.12ms
+ 1.80ms
View #100 - components.menu-pushes
921.56ms
+ 2.43ms
View #101 - components.menu-pushes
925.93ms
+ 4.37ms
View #102 - components.menu-pushes
929.44ms
+ 3.51ms
View #103 - components.menu-pushes
930.55ms
+ 1.11ms
View #104 - components.menu-pushes
931.35ms
+ 0.81ms
View #105 - svg.logo
931.87ms
+ 0.51ms
View #106 - modules.messages
932.51ms
+ 0.64ms
View #107 - modules.breadcrumbs
932.83ms
+ 0.32ms
View #108 - modules.footer
933.02ms
+ 0.19ms
View #109 - components.reinsurance-support
933.35ms
+ 0.33ms
View #110 - components.field
933.72ms
+ 0.36ms
View #111 - components.csrf-field
933.94ms
+ 0.22ms
View #112 - components.button
934.10ms
+ 0.15ms
View #113 - components.footer-links
934.30ms
+ 0.20ms
View #114 - modules.panel
936.51ms
+ 2.21ms
View #115 - modules.popin
936.66ms
+ 0.15ms
View #116 - modules.blueshift-popin
936.79ms
+ 0.13ms
View #117 - modules.search-panel
937.45ms
+ 0.67ms
View #118 - catalog.search-form
937.73ms
+ 0.27ms
View #119 - components.field
938.02ms
+ 0.29ms
View #120 - modules.toaster
938.92ms
+ 0.90ms
View #121 - layout.overlay
939.03ms
+ 0.12ms
View #122 - modules.webstore-switcher
940.36ms
+ 1.33ms
View #123 - components.close-button
940.61ms
+ 0.25ms
View #124 - components.native-select
940.89ms
+ 0.28ms
View #125 - components.native-select
941.20ms
+ 0.31ms
View #126 - components.button
941.37ms
+ 0.17ms
View #127 - components.button
941.56ms
+ 0.19ms
View #128 - helpers.grid
941.73ms
+ 0.17ms
View #129 - modules.loading-bar
941.84ms
+ 0.11ms
View #130 - 3rdparties.didomi
962.02ms
+ 20.18ms
View #131 - 3rdparties.gtm
962.22ms
+ 0.19ms
View #132 - 3rdparties.abtasty.main
962.34ms
+ 0.12ms
View #133 - 3rdparties.abtasty.tracking
962.44ms
+ 0.10ms
View #134 - 3rdparties.blueshift
962.61ms
+ 0.17ms
View #135 - 3rdparties.sizebay.main
962.90ms
+ 0.30ms
View #136 - 3rdparties.sizebay.tracking
963.05ms
+ 0.15ms
View #137 - 3rdparties.gsi
963.31ms
+ 0.25ms
View #138 - 3rdparties.applepay
963.43ms
+ 0.12ms
View #139 - 3rdparties.alma
963.62ms
+ 0.20ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
964.74ms
+ 1.12ms
... 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.217.100
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) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
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) 45762
REDIRECT_URL string(30) /fr/c-pret-a-porter-homme.html
REDIRECT_QUERY_STRING string(37) /fr/c-pret-a-porter-homme.html&page=8
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=8
REQUEST_URI string(37) /fr/c-pret-a-porter-homme.html?page=8
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784175351.785
REQUEST_TIME int 1784175351
HTTPS string(2) on
... array(3)
csrf_token string(40) Ee3R4ScFQBMrV1JiLgymBfCEQLZ0CoG7JHWhobSa
last_category string(15) stdClass object
cart string(12) Order object