Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible
704 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.34ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.72ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.62ms
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.42ms
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.22ms
SELECT * FROM `languages`
0.41ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.89ms
SELECT * FROM `config`
0.40ms
SELECT * FROM `meta_categories` WHERE `slug` = 'pull-laine-homme' LIMIT 1
0.36ms
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` = '67'
0.33ms
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` = '67'
0.28ms
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` = '67'
0.26ms
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` = '67'
767.67ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
17.93ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
53.95ms
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` WHERE `sizes`.`name` <> 'TU' GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
777.72ms
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` 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.77ms
SELECT FOUND_ROWS()
1.51ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') ORDER BY `webstore_id` ASC
2.12ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') ORDER BY `position` ASC
0.78ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '12', '7', '5', '6', '8', '14', '9', '3', '4', '10') ORDER BY `singular` ASC
1.36ms
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 ('8', '33', '21', '44', '20', '18', '7', '27', '9', '36', '4', '50', '17', '23', '54', '39', '31') ORDER BY `singular` ASC
0.89ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('28', '55', '31', '64', '26', '39', '37', '50', '32', '33', '67', '51', '73', '47', '42', '60', '68', '13', '34') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.80ms
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 ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') ORDER BY `name` ASC
1.13ms
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 ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') ORDER BY `name` ASC
2.37ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') ORDER BY `position` ASC
12.37ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27545', '16130', '29089', '25781', '27557', '17238', '27434', '23355', '28009', '17237', '28010', '30618', '24894', '17236', '30019', '29187', '29777', '29415', '28011', '27730', '30020', '29188', '29776', '29416', '28012', '27729', '30617', '24893', '17235', '27226', '30616', '24892', '17234', '30021', '29189', '29775', '29417', '28013', '27728', '27869', '29778', '29418', '27731', '27870', '27227', '30619', '24895', '29301', '17233', '30022', '29190', '24896', '29302', '28014', '17232', '30023', '29191', '29779', '29419', '25065', '27732', '27871', '27228', '30620', '19596', '27872', '27229', '30615', '29303', '28015', '30024', '29192', '29420', '28016', '30025', '29193', '29421', '19597', '27873', '27230', '29304', '27874', '27231', '30473', '29305', '30026', '29194', '29422', '25066', '30027', '29195', '29423', '25067', '27875', '30406', '27332', '30474', '27783', '27333', '30475', '27782', '30407', '27781', '30408', '27784', '27334', '30476', '27335', '30477', '30409', '29882', '29940', '28596', '29867', '30410', '29866', '27336', '30478', '29881', '29939', '28595', '29938', '28594', '29865', '29880', '29868', '29883', '29941', '30411', '28597', '27337', '30479', '29942', '29869', '29884', '26643', '30412', '27338', '30480', '26644', '30413', '27339', '30481', '26645', '30414', '27340', '30482', '26646', '30415', '30483', '26647', '30484', '30416', '30485', '30486', '30487', '30488', '30489', '30490')
0.87ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '121', '122', '103', '44', '104', '45', '95', '105', '80', '46', '81', '96', '47', '106', '112', '97', '107', '82', '48', '55', '98', '83', '56', '113', '16', '108', '124', '19', '49', '109', '84', '143', '57', '114', '144', '58', '115', '185', '22', '50', '85', '51', '86', '145', '59', '116', '25', '60', '117', '28', '87', '146', '88', '192', '62', '40', '64', '41', '42', '66', '43', '68', '90', '70', '91', '92', '93', '72', '123', '73', '74', '75', '76', '77', '130', '78', '221', '151', '222', '228', '229', '230', '231', '232', '233') ORDER BY `position` ASC
0.82ms
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 ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.56ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5161', '5809', '4669', '5154', '5790') ORDER BY `webstore_id` ASC
0.93ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5161', '5809', '4669', '5154', '5790') ORDER BY `position` ASC
1.83ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23534', '28862', '28863', '23535', '28864', '23536', '28865', '23537', '25733', '28866', '23538', '25734', '23539', '25735', '28867', '25736', '28868', '23540', '23541', '25737', '28869', '25738', '23542', '23357', '25739', '25770', '28731', '25769', '23358', '28732', '25768', '23359', '25771', '28733', '25772', '23360', '28734', '23361', '28735', '23362', '28736', '23363', '28737', '23364', '28738', '23365')
0.74ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '55', '48', '56', '49', '57', '58', '50', '51', '59', '60', '52', '62', '152', '63', '153', '64', '65', '154', '66', '155', '67', '157', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
2.57ms
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 ('4714', '5533', '6164', '4989', '5924', '6008', '5361', '6032', '5825', '5604', '5874', '5574', '5903', '3354', '5537', '5507', '6141', '5209', '6147', '6035', '5586', '5626', '4667', '5460', '5951', '3875', '3144', '5482', '6075', '5166', '5761', '6063') GROUP BY `articles`.`id`
127.47ms
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` = '67' AND `is_enabled` = '1' ORDER BY RAND(36167) ASC
0.27ms
SELECT `code`, `taxes` FROM `countries`
0.35ms
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.29ms
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.41ms
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.43ms
SELECT * FROM `seo_types`
0.36ms
SELECT * FROM `styles`
1.00ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.19ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.86ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.40ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
739.93ms
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.88ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.42ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
984.62ms
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.54ms
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
5,971.36ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
2,439.51ms
+ 2,439.51ms
View #2 - components.page-header
2,493.75ms
+ 54.24ms
View #3 - components.button
2,494.26ms
+ 0.51ms
View #4 - components.button
2,494.76ms
+ 0.50ms
View #5 - components.filters
2,495.43ms
+ 0.67ms
View #6 - components.close-button
2,495.90ms
+ 0.48ms
View #7 - components.accordion.wrapper
2,496.27ms
+ 0.36ms
View #8 - components.accordion.bodies.filters.colors
2,496.31ms
+ 0.05ms
View #9 - components.accordion.wrapper
2,498.62ms
+ 2.31ms
View #10 - components.accordion.bodies.filters.sizes
2,498.69ms
+ 0.07ms
View #11 - components.accordion.wrapper
2,500.98ms
+ 2.29ms
View #12 - components.accordion.bodies.filters.list
2,501.05ms
+ 0.07ms
View #13 - components.button
2,501.48ms
+ 0.43ms
View #14 - components.button
2,501.87ms
+ 0.39ms
View #15 - components.button
2,502.17ms
+ 0.30ms
View #16 - components.button
2,502.55ms
+ 0.38ms
View #17 - components.pagination
2,502.87ms
+ 0.32ms
View #18 - components.button
2,503.18ms
+ 0.31ms
View #19 - catalog.partials.products-listing
2,503.53ms
+ 0.35ms
View #20 - components.product-card
2,503.84ms
+ 0.31ms
View #21 - components.add-to-wishlist
2,688.04ms
+ 184.20ms
View #22 - components.product-card
2,691.05ms
+ 3.01ms
View #23 - components.add-to-wishlist
2,694.82ms
+ 3.77ms
View #24 - components.product-card
2,698.96ms
+ 4.15ms
View #25 - components.add-to-wishlist
2,703.98ms
+ 5.02ms
View #26 - components.product-card
2,706.51ms
+ 2.53ms
View #27 - components.add-to-wishlist
2,714.06ms
+ 7.55ms
View #28 - components.product-card
2,716.65ms
+ 2.59ms
View #29 - components.add-to-wishlist
2,721.61ms
+ 4.96ms
View #30 - components.product-card
2,724.04ms
+ 2.43ms
View #31 - components.add-to-wishlist
2,728.87ms
+ 4.83ms
View #32 - components.product-card
2,732.35ms
+ 3.48ms
View #33 - components.add-to-wishlist
2,738.77ms
+ 6.42ms
View #34 - components.product-card
2,741.70ms
+ 2.93ms
View #35 - components.add-to-wishlist
2,746.14ms
+ 4.44ms
View #36 - components.product-card
2,748.44ms
+ 2.30ms
View #37 - components.add-to-wishlist
2,757.42ms
+ 8.97ms
View #38 - components.product-card
2,761.95ms
+ 4.54ms
View #39 - components.add-to-wishlist
2,768.31ms
+ 6.36ms
View #40 - components.product-card
2,771.60ms
+ 3.29ms
View #41 - components.add-to-wishlist
2,776.26ms
+ 4.66ms
View #42 - components.product-card
2,780.13ms
+ 3.87ms
View #43 - components.add-to-wishlist
2,786.13ms
+ 6.01ms
View #44 - components.product-card
2,788.35ms
+ 2.21ms
View #45 - components.add-to-wishlist
2,797.42ms
+ 9.07ms
View #46 - components.product-card
2,799.78ms
+ 2.36ms
View #47 - components.add-to-wishlist
2,922.35ms
+ 122.57ms
View #48 - components.product-card
2,924.65ms
+ 2.30ms
View #49 - components.add-to-wishlist
2,928.25ms
+ 3.60ms
View #50 - components.product-card
2,930.52ms
+ 2.26ms
View #51 - components.add-to-wishlist
2,935.22ms
+ 4.71ms
View #52 - components.product-card
2,938.51ms
+ 3.29ms
View #53 - components.add-to-wishlist
2,945.08ms
+ 6.57ms
View #54 - components.product-card
2,947.29ms
+ 2.21ms
View #55 - components.add-to-wishlist
2,955.01ms
+ 7.73ms
View #56 - components.product-card
2,957.65ms
+ 2.64ms
View #57 - components.add-to-wishlist
2,969.09ms
+ 11.44ms
View #58 - components.product-card
2,973.13ms
+ 4.04ms
View #59 - components.add-to-wishlist
2,980.08ms
+ 6.95ms
View #60 - components.product-card
2,982.51ms
+ 2.43ms
View #61 - components.add-to-wishlist
2,988.07ms
+ 5.56ms
View #62 - components.product-card
2,990.75ms
+ 2.68ms
View #63 - components.add-to-wishlist
2,997.54ms
+ 6.79ms
View #64 - components.product-card
3,000.79ms
+ 3.24ms
View #65 - components.add-to-wishlist
3,004.62ms
+ 3.84ms
View #66 - components.product-card
3,007.32ms
+ 2.70ms
View #67 - components.add-to-wishlist
3,012.48ms
+ 5.16ms
View #68 - components.product-card
3,014.53ms
+ 2.05ms
View #69 - components.add-to-wishlist
3,034.57ms
+ 20.04ms
View #70 - components.product-card
3,037.68ms
+ 3.11ms
View #71 - components.add-to-wishlist
3,042.50ms
+ 4.82ms
View #72 - components.product-card
3,045.72ms
+ 3.21ms
View #73 - components.add-to-wishlist
3,048.79ms
+ 3.07ms
View #74 - components.product-card
3,051.46ms
+ 2.67ms
View #75 - components.add-to-wishlist
3,176.53ms
+ 125.07ms
View #76 - components.product-card
3,178.99ms
+ 2.45ms
View #77 - components.add-to-wishlist
3,184.28ms
+ 5.30ms
View #78 - components.product-card
3,186.43ms
+ 2.15ms
View #79 - components.add-to-wishlist
3,189.42ms
+ 2.99ms
View #80 - components.product-card
3,192.21ms
+ 2.79ms
View #81 - components.add-to-wishlist
3,198.12ms
+ 5.91ms
View #82 - components.product-card
3,200.62ms
+ 2.50ms
View #83 - components.add-to-wishlist
3,205.14ms
+ 4.52ms
View #84 - components.seo-footer
3,207.29ms
+ 2.15ms
View #85 - components.pagination
3,207.68ms
+ 0.39ms
View #86 - components.button
3,208.12ms
+ 0.44ms
View #87 - components.button
3,209.06ms
+ 0.94ms
View #88 - components.button
3,209.55ms
+ 0.49ms
View #89 - layout.layout
3,209.92ms
+ 0.37ms
View #90 - layout.meta
3,211.90ms
+ 1.98ms
View #91 - modules.notification
3,458.88ms
+ 246.98ms
View #92 - modules.header
3,460.18ms
+ 1.29ms
View #93 - modules.menu
5,443.15ms
+ 1,982.98ms
View #94 - components.menu-first-level
5,443.80ms
+ 0.64ms
View #95 - components.menu-second-level
5,450.18ms
+ 6.38ms
View #96 - components.menu-pushes
5,483.75ms
+ 33.57ms
View #97 - components.menu-pushes
5,506.88ms
+ 23.13ms
View #98 - components.menu-pushes
5,520.07ms
+ 13.19ms
View #99 - components.menu-pushes
5,545.00ms
+ 24.93ms
View #100 - components.menu-pushes
5,922.38ms
+ 377.39ms
View #101 - components.menu-pushes
5,923.85ms
+ 1.47ms
View #102 - svg.logo
5,924.79ms
+ 0.94ms
View #103 - modules.messages
5,925.75ms
+ 0.96ms
View #104 - modules.breadcrumbs
5,927.18ms
+ 1.43ms
View #105 - modules.footer
5,927.51ms
+ 0.33ms
View #106 - components.reinsurance-support
5,927.90ms
+ 0.39ms
View #107 - components.field
5,928.45ms
+ 0.55ms
View #108 - components.csrf-field
5,928.75ms
+ 0.30ms
View #109 - components.button
5,928.96ms
+ 0.21ms
View #110 - components.footer-links
5,929.24ms
+ 0.28ms
View #111 - modules.panel
5,932.01ms
+ 2.77ms
View #112 - modules.popin
5,932.23ms
+ 0.21ms
View #113 - modules.blueshift-popin
5,932.50ms
+ 0.27ms
View #114 - modules.search-panel
5,933.30ms
+ 0.81ms
View #115 - catalog.search-form
5,933.63ms
+ 0.33ms
View #116 - components.field
5,934.11ms
+ 0.48ms
View #117 - modules.toaster
5,934.87ms
+ 0.76ms
View #118 - layout.overlay
5,935.01ms
+ 0.14ms
View #119 - modules.webstore-switcher
5,937.38ms
+ 2.37ms
View #120 - components.close-button
5,937.87ms
+ 0.49ms
View #121 - components.native-select
5,938.40ms
+ 0.53ms
View #122 - components.native-select
5,938.91ms
+ 0.51ms
View #123 - components.button
5,939.15ms
+ 0.25ms
View #124 - components.button
5,939.46ms
+ 0.31ms
View #125 - helpers.grid
5,939.73ms
+ 0.27ms
View #126 - modules.loading-bar
5,939.89ms
+ 0.16ms
View #127 - 3rdparties.didomi
5,967.86ms
+ 27.97ms
View #128 - 3rdparties.gtm
5,968.12ms
+ 0.26ms
View #129 - 3rdparties.abtasty.main
5,968.28ms
+ 0.16ms
View #130 - 3rdparties.abtasty.tracking
5,968.42ms
+ 0.14ms
View #131 - 3rdparties.blueshift
5,968.65ms
+ 0.23ms
View #132 - 3rdparties.sizebay.main
5,969.06ms
+ 0.40ms
View #133 - 3rdparties.sizebay.tracking
5,969.26ms
+ 0.20ms
View #134 - 3rdparties.gsi
5,969.49ms
+ 0.24ms
View #135 - 3rdparties.applepay
5,969.61ms
+ 0.12ms
View #136 - 3rdparties.alma
5,969.85ms
+ 0.24ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
5,971.41ms
+ 1.55ms
... 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) 42032
REDIRECT_URL string(27) /fr/m-pull-laine-homme.html
REDIRECT_QUERY_STRING string(34) /fr/m-pull-laine-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(34) /fr/m-pull-laine-homme.html&page=2
REQUEST_URI string(34) /fr/m-pull-laine-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788350550.036
REQUEST_TIME int 1788350550
HTTPS string(2) on
... array(2)
csrf_token string(40) BHxGttMW4W1uqVnFNtDn3Pk7J7Bp4QZDFk3lDWJy
cart string(12) Order object