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.36ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.47ms
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.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.60ms
SELECT * FROM `config`
0.53ms
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.47ms
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.41ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.37ms
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.18ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.35ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
54.52ms
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.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
4.97ms
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`
57.19ms
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 93
0.13ms
SELECT FOUND_ROWS()
0.97ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') ORDER BY `webstore_id` ASC
1.22ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') ORDER BY `position` ASC
0.37ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '7', '4', '5', '6', '1', '9', '10') ORDER BY `singular` ASC
0.47ms
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 ('11', '21', '23', '18', '64', '7', '8', '38', '17', '57', '19', '10', '36', '44', '58', '27') ORDER BY `singular` ASC
0.53ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('47', '5', '42', '39', '40', '33', '25', '28', '73', '48', '59', '76', '44', '32', '31', '61', '64', '24', '37') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.03ms
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 ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') ORDER BY `name` ASC
0.88ms
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 ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') ORDER BY `name` ASC
1.47ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') ORDER BY `position` ASC
3.77ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28311', '28496', '27431', '26565', '28921', '27489', '27247', '26555', '27490', '27248', '21399', '26556', '28439', '28312', '28497', '19378', '26696', '26566', '28421', '13186', '26697', '26567', '28419', '28389', '28198', '27491', '28399', '27249', '19243', '26557', '28929', '28437', '28313', '28498', '28197', '27492', '28398', '27250', '19244', '26558', '28928', '28436', '28314', '28499', '13187', '26698', '26568', '28418', '28388', '26699', '26569', '28606', '28417', '17540', '28387', '28196', '27493', '28397', '27251', '19245', '26559', '28927', '28435', '28315', '28500', '13188', '28400', '19246', '26560', '28930', '28438', '28501', '13189', '26700', '26570', '28607', '28420', '17541', '28390', '28199', '27494', '28608', '27252', '28422', '17542', '28316', '28391', '27495', '28401', '19247', '26561', '28440', '28502', '13190', '26701', '26571', '26562', '26572', '28609', '27253', '17543', '28317', '17544', '28318', '26702', '26563', '28780', '26573', '28610', '27254', '28611', '17545', '28234', '26648', '28781', '28661', '28212', '28945', '28614', '28720', '17546', '28636', '28944', '26649', '28613', '28719', '28635', '28660', '28211', '28235', '28659', '28210', '28782', '28943', '28612', '28718', '28634', '28615', '28721', '28637', '28236', '28662', '26650', '28213', '28177', '28946', '28214', '28176', '28947', '28616', '28638', '28783', '26651', '26574', '28175', '28237', '26564', '28178', '28784', '28238', '26652', '28785', '28239', '26653', '28786', '28240', '26654', '28241', '28803', '28802', '28801', '28804')
0.63ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '122', '31', '4', '45', '94', '32', '55', '95', '56', '33', '7', '46', '96', '10', '47', '34', '57', '58', '35', '112', '97', '13', '48', '98', '36', '16', '59', '113', '114', '49', '124', '19', '37', '60', '38', '115', '50', '116', '51', '62', '39', '117', '63', '64', '40', '118', '41', '65', '42', '66', '43', '67', '90', '132', '91', '68', '69', '218', '92', '93', '70', '71', '72', '73', '74', '75', '77', '125', '126', '127', '128') ORDER BY `position` ASC
0.64ms
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 ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.48ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5814', '5386', '5794') ORDER BY `webstore_id` ASC
0.66ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5814', '5386', '5794') ORDER BY `position` ASC
0.91ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28900', '26942', '26943', '28901', '26944', '28902', '26945', '28903', '26946', '28904', '28905', '26947', '26948', '28906', '28755', '28907', '26949', '26950', '26837', '28756', '26951', '26838', '28757', '26839', '28758', '26840', '28759', '26841', '28760', '26842', '28761', '26843', '28762', '28763')
0.38ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '62', '51', '52', '63', '64', '53', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '130') ORDER BY `position` ASC
1.65ms
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 ('5787', '5718', '5695', '5684', '5765', '5709', '5797', '5671', '5679', '2591', '5832', '5504', '5837', '5715', '5764', '5516', '5769', '5817', '5463', '5362', '5774', '5821', '5800', '5676', '5424', '3770', '3396', '5348', '5349', '5727', '5711', '5369') GROUP BY `articles`.`id`
0.29ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
119.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` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.71ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
167.51ms
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.51ms
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.59ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
4.62ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.35ms
SELECT * FROM `seo_types`
0.35ms
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.32ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.83ms
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.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
946.18ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
629.85ms
+ 629.85ms
View #2 - components.page-header
656.96ms
+ 27.11ms
View #3 - components.facets
657.33ms
+ 0.37ms
View #4 - components.filters
657.77ms
+ 0.44ms
View #5 - components.close-button
658.07ms
+ 0.30ms
View #6 - components.accordion.wrapper
658.29ms
+ 0.22ms
View #7 - components.accordion.bodies.filters.list
658.32ms
+ 0.03ms
View #8 - components.accordion.wrapper
659.48ms
+ 1.15ms
View #9 - components.accordion.bodies.filters.colors
659.50ms
+ 0.03ms
View #10 - components.accordion.wrapper
660.08ms
+ 0.58ms
View #11 - components.accordion.bodies.filters.list
660.12ms
+ 0.03ms
View #12 - components.button
660.30ms
+ 0.18ms
View #13 - components.button
660.54ms
+ 0.24ms
View #14 - components.button
660.72ms
+ 0.18ms
View #15 - components.button
660.90ms
+ 0.18ms
View #16 - components.pagination
661.09ms
+ 0.19ms
View #17 - components.button
661.35ms
+ 0.26ms
View #18 - catalog.partials.products-listing
661.56ms
+ 0.21ms
View #19 - components.product-card
661.79ms
+ 0.23ms
View #20 - components.add-to-wishlist
691.14ms
+ 29.35ms
View #21 - components.product-card
692.53ms
+ 1.39ms
View #22 - components.add-to-wishlist
695.11ms
+ 2.58ms
View #23 - components.product-card
696.32ms
+ 1.20ms
View #24 - components.add-to-wishlist
698.94ms
+ 2.62ms
View #25 - components.product-card
700.04ms
+ 1.10ms
View #26 - components.add-to-wishlist
702.72ms
+ 2.68ms
View #27 - components.product-card
703.77ms
+ 1.06ms
View #28 - components.add-to-wishlist
706.34ms
+ 2.57ms
View #29 - components.product-card
707.38ms
+ 1.04ms
View #30 - components.add-to-wishlist
709.56ms
+ 2.18ms
View #31 - components.product-card
710.64ms
+ 1.08ms
View #32 - components.add-to-wishlist
712.97ms
+ 2.33ms
View #33 - components.product-card
714.03ms
+ 1.06ms
View #34 - components.add-to-wishlist
716.29ms
+ 2.27ms
View #35 - components.product-card
717.24ms
+ 0.95ms
View #36 - components.add-to-wishlist
719.42ms
+ 2.17ms
View #37 - components.product-card
720.44ms
+ 1.03ms
View #38 - components.add-to-wishlist
722.89ms
+ 2.44ms
View #39 - components.product-card
723.95ms
+ 1.06ms
View #40 - components.add-to-wishlist
727.28ms
+ 3.33ms
View #41 - components.product-card
728.47ms
+ 1.19ms
View #42 - components.add-to-wishlist
730.37ms
+ 1.90ms
View #43 - components.product-card
731.39ms
+ 1.02ms
View #44 - components.add-to-wishlist
733.71ms
+ 2.32ms
View #45 - components.product-card
734.74ms
+ 1.03ms
View #46 - components.add-to-wishlist
737.02ms
+ 2.29ms
View #47 - components.product-card
738.02ms
+ 0.99ms
View #48 - components.add-to-wishlist
740.34ms
+ 2.33ms
View #49 - components.product-card
741.43ms
+ 1.09ms
View #50 - components.add-to-wishlist
743.98ms
+ 2.55ms
View #51 - components.product-card
745.08ms
+ 1.10ms
View #52 - components.add-to-wishlist
753.86ms
+ 8.78ms
View #53 - components.product-card
755.17ms
+ 1.32ms
View #54 - components.add-to-wishlist
757.29ms
+ 2.12ms
View #55 - components.product-card
758.37ms
+ 1.08ms
View #56 - components.add-to-wishlist
760.91ms
+ 2.54ms
View #57 - components.product-card
761.97ms
+ 1.07ms
View #58 - components.add-to-wishlist
764.42ms
+ 2.44ms
View #59 - components.product-card
765.55ms
+ 1.14ms
View #60 - components.add-to-wishlist
767.83ms
+ 2.27ms
View #61 - components.product-card
768.84ms
+ 1.01ms
View #62 - components.add-to-wishlist
771.00ms
+ 2.17ms
View #63 - components.product-card
772.03ms
+ 1.02ms
View #64 - components.add-to-wishlist
774.25ms
+ 2.22ms
View #65 - components.product-card
775.40ms
+ 1.15ms
View #66 - components.add-to-wishlist
777.65ms
+ 2.26ms
View #67 - components.product-card
778.65ms
+ 1.00ms
View #68 - components.add-to-wishlist
782.27ms
+ 3.62ms
View #69 - components.product-card
783.54ms
+ 1.27ms
View #70 - components.add-to-wishlist
786.18ms
+ 2.63ms
View #71 - components.product-card
787.25ms
+ 1.07ms
View #72 - components.add-to-wishlist
789.79ms
+ 2.54ms
View #73 - components.product-card
790.89ms
+ 1.10ms
View #74 - components.add-to-wishlist
793.75ms
+ 2.86ms
View #75 - components.product-card
794.87ms
+ 1.12ms
View #76 - components.add-to-wishlist
797.54ms
+ 2.66ms
View #77 - components.product-card
798.56ms
+ 1.02ms
View #78 - components.add-to-wishlist
800.98ms
+ 2.43ms
View #79 - components.product-card
802.06ms
+ 1.08ms
View #80 - components.add-to-wishlist
804.26ms
+ 2.21ms
View #81 - components.product-card
805.40ms
+ 1.14ms
View #82 - components.add-to-wishlist
807.76ms
+ 2.36ms
View #83 - components.pagination
808.82ms
+ 1.06ms
View #84 - components.button
809.07ms
+ 0.26ms
View #85 - components.recently-viewed
809.28ms
+ 0.21ms
View #86 - components.product-related
815.32ms
+ 6.04ms
View #87 - components.seo-footer
815.58ms
+ 0.26ms
View #88 - components.facets
816.26ms
+ 0.68ms
View #89 - modules.seo-links
816.43ms
+ 0.16ms
View #90 - components.button
816.72ms
+ 0.29ms
View #91 - components.button
817.00ms
+ 0.28ms
View #92 - components.button
817.24ms
+ 0.24ms
View #93 - layout.layout
817.47ms
+ 0.23ms
View #94 - layout.meta
837.94ms
+ 20.46ms
View #95 - modules.notification
899.94ms
+ 62.00ms
View #96 - modules.header
900.62ms
+ 0.68ms
View #97 - modules.menu
901.18ms
+ 0.56ms
View #98 - components.menu-first-level
901.53ms
+ 0.35ms
View #99 - components.menu-second-level
903.01ms
+ 1.48ms
View #100 - components.menu-pushes
905.72ms
+ 2.71ms
View #101 - components.menu-pushes
910.04ms
+ 4.32ms
View #102 - components.menu-pushes
913.32ms
+ 3.28ms
View #103 - components.menu-pushes
914.69ms
+ 1.37ms
View #104 - components.menu-pushes
915.51ms
+ 0.83ms
View #105 - svg.logo
916.04ms
+ 0.52ms
View #106 - modules.messages
916.64ms
+ 0.60ms
View #107 - modules.breadcrumbs
916.95ms
+ 0.31ms
View #108 - modules.footer
917.11ms
+ 0.16ms
View #109 - components.reinsurance-support
917.36ms
+ 0.25ms
View #110 - components.field
917.75ms
+ 0.39ms
View #111 - components.csrf-field
917.98ms
+ 0.22ms
View #112 - components.button
918.09ms
+ 0.12ms
View #113 - components.footer-links
918.27ms
+ 0.18ms
View #114 - modules.panel
919.61ms
+ 1.33ms
View #115 - modules.popin
919.74ms
+ 0.13ms
View #116 - modules.blueshift-popin
919.85ms
+ 0.11ms
View #117 - modules.search-panel
920.45ms
+ 0.61ms
View #118 - catalog.search-form
920.69ms
+ 0.24ms
View #119 - components.field
920.95ms
+ 0.26ms
View #120 - modules.toaster
921.82ms
+ 0.86ms
View #121 - layout.overlay
921.93ms
+ 0.11ms
View #122 - modules.webstore-switcher
923.14ms
+ 1.21ms
View #123 - components.close-button
923.37ms
+ 0.23ms
View #124 - components.native-select
923.68ms
+ 0.31ms
View #125 - components.native-select
924.01ms
+ 0.33ms
View #126 - components.button
924.22ms
+ 0.21ms
View #127 - components.button
924.42ms
+ 0.20ms
View #128 - helpers.grid
924.59ms
+ 0.18ms
View #129 - modules.loading-bar
924.74ms
+ 0.14ms
View #130 - 3rdparties.didomi
943.30ms
+ 18.56ms
View #131 - 3rdparties.gtm
943.53ms
+ 0.23ms
View #132 - 3rdparties.abtasty.main
943.70ms
+ 0.17ms
View #133 - 3rdparties.abtasty.tracking
943.80ms
+ 0.11ms
View #134 - 3rdparties.blueshift
944.00ms
+ 0.19ms
View #135 - 3rdparties.sizebay.main
944.31ms
+ 0.31ms
View #136 - 3rdparties.sizebay.tracking
944.48ms
+ 0.18ms
View #137 - 3rdparties.gsi
944.70ms
+ 0.22ms
View #138 - 3rdparties.applepay
944.81ms
+ 0.11ms
View #139 - 3rdparties.alma
945.01ms
+ 0.20ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
946.22ms
+ 1.21ms
... 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) 47470
REDIRECT_URL string(30) /fr/c-pret-a-porter-homme.html
REDIRECT_QUERY_STRING string(37) /fr/c-pret-a-porter-homme.html&page=4
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=4
REQUEST_URI string(37) /fr/c-pret-a-porter-homme.html?page=4
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784158892.583
REQUEST_TIME int 1784158892
HTTPS string(2) on
... array(3)
csrf_token string(40) 6yZfTlfQqLqVv7doFcz9OOunJt00Dsuh7BYvpgoc
last_category string(15) stdClass object
cart string(12) Order object