Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible
63 produits

Filtres

Couleur

Taille

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.36ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.73ms
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.51ms
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.23ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.71ms
SELECT * FROM `config`
0.38ms
SELECT * FROM `meta_categories` WHERE `slug` = 'tenue-de-soiree-homme' LIMIT 1
0.32ms
SELECT `colors`.*, `color_meta_category`.`id` AS `pivot_id`, `color_meta_category`.`category_id` AS `pivot_category_id`, `color_meta_category`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_meta_category` ON `colors`.`id` = `color_meta_category`.`color_id` WHERE `color_meta_category`.`category_id` = '52'
0.29ms
SELECT `seo_types`.*, `meta_category_seo_type`.`id` AS `pivot_id`, `meta_category_seo_type`.`category_id` AS `pivot_category_id`, `meta_category_seo_type`.`seo_id` AS `pivot_seo_id` FROM `seo_types` INNER JOIN `meta_category_seo_type` ON `seo_types`.`id` = `meta_category_seo_type`.`seo_id` WHERE `meta_category_seo_type`.`category_id` = '52'
0.25ms
SELECT `styles`.*, `meta_category_style`.`id` AS `pivot_id`, `meta_category_style`.`category_id` AS `pivot_category_id`, `meta_category_style`.`style_id` AS `pivot_style_id` FROM `styles` INNER JOIN `meta_category_style` ON `styles`.`id` = `meta_category_style`.`style_id` WHERE `meta_category_style`.`category_id` = '52'
0.25ms
SELECT `tags`.*, `meta_category_tag`.`id` AS `pivot_id`, `meta_category_tag`.`category_id` AS `pivot_category_id`, `meta_category_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `meta_category_tag` ON `tags`.`id` = `meta_category_tag`.`tag_id` WHERE `meta_category_tag`.`category_id` = '52'
17.91ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (17) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
2.01ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (17) GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
7,692.34ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`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 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `products` AS `p2` ON `p2`.`id` = `products_items`.`parent_id` LEFT JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (17) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (17) WHERE `sizes`.`name` <> 'TU' AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
18.91ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (17) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 32
0.19ms
SELECT FOUND_ROWS()
1.01ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') ORDER BY `webstore_id` ASC
1.09ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') ORDER BY `position` ASC
0.39ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('9', '6', '2', '4', '10', '15', '1', '5', '8') ORDER BY `singular` ASC
0.67ms
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 ('31', '7', '22', '57', '29', '30', '8', '55', '58', '18', '9') ORDER BY `singular` ASC
0.48ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('13', '35', '59', '15', '28', '63', '61', '39', '50') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.41ms
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 ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') ORDER BY `name` ASC
0.89ms
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 ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') ORDER BY `name` ASC
1.26ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') ORDER BY `position` ASC
2.77ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('19324', '6489', '6716', '27255', '29090', '26201', '29016', '25780', '6636', '18382', '19079', '28049', '26202', '28141', '28839', '29026', '25781', '28050', '28297', '28840', '27256', '29017', '25026', '27257', '29018', '25027', '23736', '28051', '28298', '28841', '29097', '28299', '28842', '29098', '27258', '29019', '25028', '23737', '28052', '3802', '29020', '25029', '23738', '28053', '28300', '28843', '29099', '27259', '3801', '18459', '27260', '2753', '18460', '2775', '25030', '23739', '28301', '29100', '23740', '28302', '29101', '29021', '27261', '2756', '28054', '18461', '2771', '25031', '28844', '27262', '2754', '28055', '18462', '2776', '28845', '23741', '29102', '29022', '23742', '29103', '29023', '2758', '18463', '2772', '28846', '2757', '18464', '2773', '23743', '29104', '29105', '2755', '2774', '23744', '24998', '24999', '25000', '25001', '25002', '25003', '25004', '25076', '25077', '25078')
0.57ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('142', '122', '2', '121', '44', '45', '5', '8', '46', '80', '11', '47', '81', '112', '48', '14', '82', '17', '113', '83', '84', '20', '49', '114', '23', '115', '50', '85', '86', '51', '116', '117', '87', '88', '118', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
0.70ms
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 ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.56ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5630', '5885', '5864', '5863', '5850', '5851', '5009', '5849', '5598') ORDER BY `webstore_id` ASC
1.30ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5630', '5885', '5864', '5863', '5850', '5851', '5009', '5849', '5598') ORDER BY `position` ASC
1.55ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29050', '29042', '29007', '28998', '29043', '29008', '28999', '29051', '29137', '29052', '29138', '29044', '29009', '29000', '29010', '29001', '29053', '27834', '29139', '29045', '29046', '29011', '29002', '29054', '27835', '29140', '27836', '29055', '29141', '27837', '29047', '29012', '29003', '27838', '29048', '29013', '29004', '29056', '29142', '29057', '27839', '29049', '29014', '29005', '29015', '29006', '24998', '28039', '28989', '28038', '28990', '24999', '28037', '28040', '28991', '25000', '28992', '25001', '28993', '25002', '28994', '25003', '28995', '25004', '25076', '28996', '28997', '25077', '25078')
0.50ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '54', '48', '55', '56', '49', '57', '58', '50', '51', '59', '52', '63', '152', '153', '65', '154', '155', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.39ms
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 ('5263', '5878', '5464', '5264', '5806', '3590', '5886', '3732', '3789', '5166', '5866', '68', '5632', '5854', '5852', '5663', '5693', '5642', '688', '3563', '685', '5858', '438', '682', '5867', '5165', '4747', '5009', '5013', '5875', '5855') GROUP BY `articles`.`id`
1.24ms
SELECT `meta_categories`.*, `meta_categories_xlinking`.`id` AS `pivot_id`, `meta_categories_xlinking`.`parent_id` AS `pivot_parent_id`, `meta_categories_xlinking`.`child_id` AS `pivot_child_id` FROM `meta_categories` INNER JOIN `meta_categories_xlinking` ON `meta_categories`.`id` = `meta_categories_xlinking`.`child_id` WHERE `meta_categories_xlinking`.`parent_id` = '52' AND `is_enabled` = '1' ORDER BY RAND(36152) ASC
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.55ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.30ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.24ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.30ms
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.38ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.69ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.28ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
152.98ms
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.75ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
230.83ms
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.71ms
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
Name Running Time (ms) Difference
default_timer
8,682.34ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
7,920.09ms
+ 7,920.09ms
View #2 - components.page-header
7,941.03ms
+ 20.94ms
View #3 - components.button
7,941.45ms
+ 0.42ms
View #4 - components.button
7,941.85ms
+ 0.41ms
View #5 - components.filters
7,942.26ms
+ 0.41ms
View #6 - components.close-button
7,942.59ms
+ 0.32ms
View #7 - components.accordion.wrapper
7,942.83ms
+ 0.25ms
View #8 - components.accordion.bodies.filters.colors
7,942.87ms
+ 0.03ms
View #9 - components.accordion.wrapper
7,944.13ms
+ 1.27ms
View #10 - components.accordion.bodies.filters.sizes
7,944.17ms
+ 0.04ms
View #11 - components.accordion.wrapper
7,944.90ms
+ 0.73ms
View #12 - components.accordion.bodies.filters.list
7,944.93ms
+ 0.03ms
View #13 - components.button
7,945.14ms
+ 0.21ms
View #14 - components.button
7,945.37ms
+ 0.24ms
View #15 - components.button
7,945.55ms
+ 0.18ms
View #16 - components.button
7,945.73ms
+ 0.18ms
View #17 - components.pagination
7,945.95ms
+ 0.22ms
View #18 - components.button
7,946.51ms
+ 0.55ms
View #19 - catalog.partials.products-listing
7,947.00ms
+ 0.49ms
View #20 - components.product-card
7,947.28ms
+ 0.28ms
View #21 - components.add-to-wishlist
7,983.69ms
+ 36.41ms
View #22 - components.product-card
7,985.40ms
+ 1.71ms
View #23 - components.add-to-wishlist
7,989.95ms
+ 4.56ms
View #24 - components.product-card
7,991.80ms
+ 1.84ms
View #25 - components.add-to-wishlist
7,995.13ms
+ 3.33ms
View #26 - components.product-card
7,996.65ms
+ 1.52ms
View #27 - components.add-to-wishlist
7,998.72ms
+ 2.08ms
View #28 - components.product-card
8,000.18ms
+ 1.45ms
View #29 - components.add-to-wishlist
8,003.56ms
+ 3.38ms
View #30 - components.product-card
8,005.06ms
+ 1.50ms
View #31 - components.add-to-wishlist
8,008.36ms
+ 3.30ms
View #32 - components.product-card
8,009.72ms
+ 1.36ms
View #33 - components.add-to-wishlist
8,013.73ms
+ 4.01ms
View #34 - components.product-card
8,015.44ms
+ 1.71ms
View #35 - components.add-to-wishlist
8,017.67ms
+ 2.23ms
View #36 - components.product-card
8,018.89ms
+ 1.22ms
View #37 - components.add-to-wishlist
8,021.00ms
+ 2.11ms
View #38 - components.product-card
8,022.23ms
+ 1.23ms
View #39 - components.add-to-wishlist
8,024.09ms
+ 1.86ms
View #40 - components.product-card
8,025.35ms
+ 1.25ms
View #41 - components.add-to-wishlist
8,029.42ms
+ 4.07ms
View #42 - components.product-card
8,031.29ms
+ 1.87ms
View #43 - components.add-to-wishlist
8,033.23ms
+ 1.94ms
View #44 - components.product-card
8,034.39ms
+ 1.16ms
View #45 - components.add-to-wishlist
8,037.02ms
+ 2.63ms
View #46 - components.product-card
8,038.27ms
+ 1.25ms
View #47 - components.add-to-wishlist
8,042.19ms
+ 3.92ms
View #48 - components.product-card
8,043.63ms
+ 1.43ms
View #49 - components.add-to-wishlist
8,046.44ms
+ 2.82ms
View #50 - components.product-card
8,047.71ms
+ 1.26ms
View #51 - components.add-to-wishlist
8,049.67ms
+ 1.96ms
View #52 - components.product-card
8,051.14ms
+ 1.47ms
View #53 - components.add-to-wishlist
8,053.80ms
+ 2.67ms
View #54 - components.product-card
8,055.17ms
+ 1.36ms
View #55 - components.add-to-wishlist
8,058.99ms
+ 3.83ms
View #56 - components.product-card
8,060.72ms
+ 1.72ms
View #57 - components.add-to-wishlist
8,062.78ms
+ 2.07ms
View #58 - components.product-card
8,063.93ms
+ 1.15ms
View #59 - components.add-to-wishlist
8,065.73ms
+ 1.79ms
View #60 - components.product-card
8,067.06ms
+ 1.33ms
View #61 - components.add-to-wishlist
8,069.89ms
+ 2.83ms
View #62 - components.product-card
8,071.18ms
+ 1.29ms
View #63 - components.add-to-wishlist
8,073.11ms
+ 1.93ms
View #64 - components.product-card
8,074.38ms
+ 1.27ms
View #65 - components.add-to-wishlist
8,076.37ms
+ 1.99ms
View #66 - components.product-card
8,077.53ms
+ 1.16ms
View #67 - components.add-to-wishlist
8,080.49ms
+ 2.96ms
View #68 - components.product-card
8,081.78ms
+ 1.29ms
View #69 - components.add-to-wishlist
8,085.65ms
+ 3.86ms
View #70 - components.product-card
8,087.63ms
+ 1.99ms
View #71 - components.add-to-wishlist
8,090.00ms
+ 2.37ms
View #72 - components.product-card
8,091.52ms
+ 1.51ms
View #73 - components.add-to-wishlist
8,094.94ms
+ 3.42ms
View #74 - components.product-card
8,096.22ms
+ 1.28ms
View #75 - components.add-to-wishlist
8,099.37ms
+ 3.15ms
View #76 - components.product-card
8,100.69ms
+ 1.32ms
View #77 - components.add-to-wishlist
8,103.50ms
+ 2.81ms
View #78 - components.product-card
8,104.84ms
+ 1.33ms
View #79 - components.add-to-wishlist
8,106.93ms
+ 2.09ms
View #80 - components.product-card
8,108.32ms
+ 1.39ms
View #81 - components.add-to-wishlist
8,112.60ms
+ 4.28ms
View #82 - components.seo-footer
8,114.41ms
+ 1.81ms
View #83 - components.pagination
8,114.70ms
+ 0.29ms
View #84 - components.button
8,115.42ms
+ 0.71ms
View #85 - components.button
8,115.67ms
+ 0.25ms
View #86 - layout.layout
8,115.91ms
+ 0.24ms
View #87 - layout.meta
8,116.46ms
+ 0.55ms
View #88 - modules.notification
8,176.51ms
+ 60.06ms
View #89 - modules.header
8,177.20ms
+ 0.68ms
View #90 - modules.menu
8,625.75ms
+ 448.56ms
View #91 - components.menu-first-level
8,626.32ms
+ 0.57ms
View #92 - components.menu-second-level
8,628.84ms
+ 2.52ms
View #93 - components.menu-pushes
8,634.37ms
+ 5.53ms
View #94 - components.menu-pushes
8,640.32ms
+ 5.95ms
View #95 - components.menu-pushes
8,644.04ms
+ 3.72ms
View #96 - components.menu-pushes
8,648.02ms
+ 3.98ms
View #97 - components.menu-pushes
8,649.16ms
+ 1.14ms
View #98 - components.menu-pushes
8,650.18ms
+ 1.02ms
View #99 - svg.logo
8,650.81ms
+ 0.62ms
View #100 - modules.messages
8,651.44ms
+ 0.63ms
View #101 - modules.breadcrumbs
8,651.80ms
+ 0.36ms
View #102 - modules.footer
8,651.99ms
+ 0.19ms
View #103 - components.reinsurance-support
8,652.26ms
+ 0.27ms
View #104 - components.field
8,652.60ms
+ 0.34ms
View #105 - components.csrf-field
8,652.82ms
+ 0.22ms
View #106 - components.button
8,652.95ms
+ 0.13ms
View #107 - components.footer-links
8,653.15ms
+ 0.20ms
View #108 - modules.panel
8,655.12ms
+ 1.98ms
View #109 - modules.popin
8,655.26ms
+ 0.14ms
View #110 - modules.blueshift-popin
8,655.39ms
+ 0.13ms
View #111 - modules.search-panel
8,656.00ms
+ 0.61ms
View #112 - catalog.search-form
8,656.23ms
+ 0.23ms
View #113 - components.field
8,656.53ms
+ 0.30ms
View #114 - modules.toaster
8,657.06ms
+ 0.53ms
View #115 - layout.overlay
8,657.17ms
+ 0.11ms
View #116 - modules.webstore-switcher
8,658.67ms
+ 1.50ms
View #117 - components.close-button
8,658.95ms
+ 0.28ms
View #118 - components.native-select
8,659.26ms
+ 0.30ms
View #119 - components.native-select
8,659.61ms
+ 0.35ms
View #120 - components.button
8,659.77ms
+ 0.17ms
View #121 - components.button
8,660.00ms
+ 0.22ms
View #122 - helpers.grid
8,660.23ms
+ 0.23ms
View #123 - modules.loading-bar
8,660.35ms
+ 0.13ms
View #124 - 3rdparties.didomi
8,678.94ms
+ 18.59ms
View #125 - 3rdparties.gtm
8,679.17ms
+ 0.22ms
View #126 - 3rdparties.abtasty.main
8,679.29ms
+ 0.12ms
View #127 - 3rdparties.abtasty.tracking
8,679.40ms
+ 0.11ms
View #128 - 3rdparties.blueshift
8,679.58ms
+ 0.18ms
View #129 - 3rdparties.sizebay.main
8,679.91ms
+ 0.34ms
View #130 - 3rdparties.sizebay.tracking
8,680.12ms
+ 0.21ms
View #131 - 3rdparties.gsi
8,680.32ms
+ 0.20ms
View #132 - 3rdparties.applepay
8,680.44ms
+ 0.11ms
View #133 - 3rdparties.alma
8,680.66ms
+ 0.22ms
View #134 - path: /var/www/html/laravel/profiling/template.blade.php
8,682.38ms
+ 1.72ms
... 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(54) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
HTTP_X_FORWARDED_FOR string(14) 216.73.216.136
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.136
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.5
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) 54080
REDIRECT_URL string(32) /fr/m-tenue-de-soiree-homme.html
REDIRECT_QUERY_STRING string(39) /fr/m-tenue-de-soiree-homme.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(39) /fr/m-tenue-de-soiree-homme.html&page=2
REQUEST_URI string(39) /fr/m-tenue-de-soiree-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788449132.923
REQUEST_TIME int 1788449132
HTTPS string(2) on
... array(2)
csrf_token string(40) UxnO3LLrzSJzV7jnWYYqSm4dWJs8NFzKgPp5ktgU
cart string(12) Order object