New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available
704 products

Filters

Color

Size

Sort by

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.40ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.37ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.31ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.51ms
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.47ms
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.38ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.72ms
SELECT * FROM `config`
0.33ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'men-wool-sweater' LIMIT 1
0.34ms
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.31ms
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.24ms
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.23ms
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'
219.79ms
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
9.24ms
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
43.40ms
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
218.30ms
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.14ms
SELECT FOUND_ROWS()
1.14ms
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
1.21ms
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.62ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '12', '7', '5', '6', '8', '14', '9', '3', '4', '10') ORDER BY `singular` ASC
0.77ms
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.70ms
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.63ms
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.15ms
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.21ms
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
5.74ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28009', '27545', '16130', '29089', '25781', '27557', '17238', '27434', '23355', '17237', '28010', '27730', '30618', '24894', '17236', '30019', '29187', '29777', '29415', '28011', '29188', '29776', '29416', '28012', '27729', '30617', '24893', '17235', '30020', '30616', '27226', '24892', '17234', '30021', '29189', '29775', '29417', '28013', '27728', '27869', '29190', '29778', '29418', '27731', '27870', '30619', '27227', '24895', '29301', '30022', '17233', '27228', '29302', '24896', '28014', '30023', '17232', '29191', '29779', '29419', '25065', '27732', '27871', '30620', '29420', '19596', '27872', '30615', '27229', '29303', '28015', '30024', '29192', '28016', '30025', '29193', '29421', '19597', '27873', '27230', '29304', '25066', '27874', '30473', '27231', '29305', '30026', '29194', '29422', '30027', '29195', '29423', '25067', '30406', '27875', '30474', '27332', '27783', '30475', '27333', '27782', '30407', '27781', '30408', '27784', '30476', '27334', '30477', '27335', '30409', '29882', '29940', '28596', '29867', '30410', '29866', '30478', '27336', '29881', '29939', '28595', '29880', '29938', '28594', '29865', '29868', '29883', '30411', '29941', '28597', '30479', '27337', '29942', '29869', '29884', '26643', '30412', '30480', '27338', '26644', '30413', '30481', '27339', '26645', '30482', '27340', '30414', '26646', '30415', '30483', '26647', '30484', '30416', '30485', '30486', '30487', '30488', '30489', '30490')
0.91ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '140', '121', '122', '103', '104', '45', '95', '105', '80', '46', '81', '96', '47', '106', '97', '112', '107', '82', '48', '55', '83', '98', '56', '113', '16', '108', '114', '19', '124', '49', '84', '109', '143', '57', '85', '144', '58', '185', '115', '22', '50', '51', '86', '145', '59', '116', '25', '146', '60', '117', '28', '87', '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.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 ('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
1.04ms
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.96ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23534', '28862', '28863', '23535', '23536', '28864', '28865', '23537', '25733', '28866', '23538', '25734', '28867', '23539', '25735', '25736', '28868', '23540', '23541', '25737', '28869', '25738', '23542', '23357', '25739', '25770', '28731', '25769', '23358', '25768', '28732', '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', '154', '65', '66', '155', '67', '157', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
2.91ms
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`
1.59ms
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.41ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
0.97ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.10ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
279.75ms
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.93ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
406.56ms
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.91ms
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
2,179.18ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
836.11ms
+ 836.11ms
View #2 - components.page-header
876.67ms
+ 40.56ms
View #3 - components.button
896.20ms
+ 19.52ms
View #4 - components.button
896.75ms
+ 0.56ms
View #5 - components.filters
897.44ms
+ 0.69ms
View #6 - components.close-button
898.03ms
+ 0.59ms
View #7 - components.accordion.wrapper
898.53ms
+ 0.49ms
View #8 - components.accordion.bodies.filters.colors
898.58ms
+ 0.05ms
View #9 - components.accordion.wrapper
900.43ms
+ 1.85ms
View #10 - components.accordion.bodies.filters.sizes
900.48ms
+ 0.05ms
View #11 - components.accordion.wrapper
903.02ms
+ 2.55ms
View #12 - components.accordion.bodies.filters.list
903.09ms
+ 0.07ms
View #13 - components.button
903.84ms
+ 0.75ms
View #14 - components.button
904.34ms
+ 0.50ms
View #15 - components.button
904.68ms
+ 0.35ms
View #16 - components.button
904.99ms
+ 0.31ms
View #17 - components.pagination
905.46ms
+ 0.47ms
View #18 - components.button
905.82ms
+ 0.36ms
View #19 - catalog.partials.products-listing
906.15ms
+ 0.33ms
View #20 - components.product-card
906.48ms
+ 0.32ms
View #21 - components.add-to-wishlist
961.29ms
+ 54.82ms
View #22 - components.product-card
964.45ms
+ 3.16ms
View #23 - components.add-to-wishlist
967.88ms
+ 3.43ms
View #24 - components.product-card
970.46ms
+ 2.57ms
View #25 - components.add-to-wishlist
974.73ms
+ 4.27ms
View #26 - components.product-card
976.79ms
+ 2.07ms
View #27 - components.add-to-wishlist
980.71ms
+ 3.92ms
View #28 - components.product-card
982.85ms
+ 2.14ms
View #29 - components.add-to-wishlist
987.85ms
+ 5.00ms
View #30 - components.product-card
990.66ms
+ 2.81ms
View #31 - components.add-to-wishlist
995.46ms
+ 4.80ms
View #32 - components.product-card
998.24ms
+ 2.78ms
View #33 - components.add-to-wishlist
1,002.72ms
+ 4.48ms
View #34 - components.product-card
1,004.93ms
+ 2.22ms
View #35 - components.add-to-wishlist
1,009.65ms
+ 4.72ms
View #36 - components.product-card
1,011.71ms
+ 2.06ms
View #37 - components.add-to-wishlist
1,019.26ms
+ 7.54ms
View #38 - components.product-card
1,022.09ms
+ 2.84ms
View #39 - components.add-to-wishlist
1,026.71ms
+ 4.62ms
View #40 - components.product-card
1,029.30ms
+ 2.59ms
View #41 - components.add-to-wishlist
1,032.45ms
+ 3.16ms
View #42 - components.product-card
1,034.82ms
+ 2.36ms
View #43 - components.add-to-wishlist
1,039.35ms
+ 4.53ms
View #44 - components.product-card
1,041.58ms
+ 2.23ms
View #45 - components.add-to-wishlist
1,047.89ms
+ 6.31ms
View #46 - components.product-card
1,050.51ms
+ 2.62ms
View #47 - components.add-to-wishlist
1,057.90ms
+ 7.38ms
View #48 - components.product-card
1,060.29ms
+ 2.40ms
View #49 - components.add-to-wishlist
1,063.72ms
+ 3.43ms
View #50 - components.product-card
1,066.54ms
+ 2.81ms
View #51 - components.add-to-wishlist
1,071.22ms
+ 4.68ms
View #52 - components.product-card
1,073.56ms
+ 2.33ms
View #53 - components.add-to-wishlist
1,079.57ms
+ 6.01ms
View #54 - components.product-card
1,081.49ms
+ 1.91ms
View #55 - components.add-to-wishlist
1,089.15ms
+ 7.67ms
View #56 - components.product-card
1,091.60ms
+ 2.45ms
View #57 - components.add-to-wishlist
1,098.41ms
+ 6.80ms
View #58 - components.product-card
1,100.49ms
+ 2.09ms
View #59 - components.add-to-wishlist
1,104.52ms
+ 4.03ms
View #60 - components.product-card
1,106.67ms
+ 2.14ms
View #61 - components.add-to-wishlist
1,110.92ms
+ 4.25ms
View #62 - components.product-card
1,113.13ms
+ 2.22ms
View #63 - components.add-to-wishlist
1,117.94ms
+ 4.80ms
View #64 - components.product-card
1,120.24ms
+ 2.31ms
View #65 - components.add-to-wishlist
1,123.23ms
+ 2.98ms
View #66 - components.product-card
1,125.57ms
+ 2.35ms
View #67 - components.add-to-wishlist
1,130.63ms
+ 5.06ms
View #68 - components.product-card
1,132.88ms
+ 2.25ms
View #69 - components.add-to-wishlist
1,148.96ms
+ 16.08ms
View #70 - components.product-card
1,151.30ms
+ 2.35ms
View #71 - components.add-to-wishlist
1,155.18ms
+ 3.88ms
View #72 - components.product-card
1,157.59ms
+ 2.41ms
View #73 - components.add-to-wishlist
1,160.73ms
+ 3.14ms
View #74 - components.product-card
1,162.64ms
+ 1.92ms
View #75 - components.add-to-wishlist
1,167.48ms
+ 4.84ms
View #76 - components.product-card
1,169.95ms
+ 2.46ms
View #77 - components.add-to-wishlist
1,174.52ms
+ 4.57ms
View #78 - components.product-card
1,176.59ms
+ 2.07ms
View #79 - components.add-to-wishlist
1,180.10ms
+ 3.51ms
View #80 - components.product-card
1,182.26ms
+ 2.16ms
View #81 - components.add-to-wishlist
1,187.08ms
+ 4.81ms
View #82 - components.product-card
1,189.72ms
+ 2.65ms
View #83 - components.add-to-wishlist
1,193.66ms
+ 3.93ms
View #84 - components.seo-footer
1,195.86ms
+ 2.21ms
View #85 - components.pagination
1,196.23ms
+ 0.37ms
View #86 - components.button
1,196.62ms
+ 0.40ms
View #87 - components.button
1,197.63ms
+ 1.01ms
View #88 - components.button
1,198.08ms
+ 0.44ms
View #89 - layout.layout
1,198.53ms
+ 0.45ms
View #90 - layout.meta
1,200.04ms
+ 1.51ms
View #91 - modules.notification
1,295.87ms
+ 95.83ms
View #92 - modules.header
1,296.83ms
+ 0.96ms
View #93 - modules.menu
2,086.93ms
+ 790.10ms
View #94 - components.menu-first-level
2,087.83ms
+ 0.91ms
View #95 - components.menu-second-level
2,092.40ms
+ 4.57ms
View #96 - components.menu-pushes
2,101.32ms
+ 8.92ms
View #97 - components.menu-pushes
2,110.07ms
+ 8.76ms
View #98 - components.menu-pushes
2,115.97ms
+ 5.89ms
View #99 - components.menu-pushes
2,122.19ms
+ 6.23ms
View #100 - components.menu-pushes
2,124.20ms
+ 2.01ms
View #101 - components.menu-pushes
2,125.86ms
+ 1.66ms
View #102 - svg.logo
2,126.75ms
+ 0.88ms
View #103 - modules.messages
2,127.86ms
+ 1.12ms
View #104 - modules.breadcrumbs
2,129.20ms
+ 1.34ms
View #105 - modules.footer
2,129.53ms
+ 0.32ms
View #106 - components.reinsurance-support
2,129.99ms
+ 0.47ms
View #107 - components.field
2,130.63ms
+ 0.64ms
View #108 - components.csrf-field
2,130.96ms
+ 0.33ms
View #109 - components.button
2,131.14ms
+ 0.19ms
View #110 - components.footer-links
2,131.49ms
+ 0.34ms
View #111 - modules.panel
2,134.72ms
+ 3.23ms
View #112 - modules.popin
2,135.01ms
+ 0.29ms
View #113 - modules.blueshift-popin
2,135.20ms
+ 0.19ms
View #114 - modules.search-panel
2,136.22ms
+ 1.02ms
View #115 - catalog.search-form
2,136.58ms
+ 0.36ms
View #116 - components.field
2,137.06ms
+ 0.48ms
View #117 - modules.toaster
2,137.80ms
+ 0.75ms
View #118 - layout.overlay
2,138.03ms
+ 0.22ms
View #119 - modules.webstore-switcher
2,140.27ms
+ 2.24ms
View #120 - components.close-button
2,140.67ms
+ 0.40ms
View #121 - components.native-select
2,141.14ms
+ 0.48ms
View #122 - components.native-select
2,141.69ms
+ 0.54ms
View #123 - components.button
2,141.96ms
+ 0.27ms
View #124 - components.button
2,142.28ms
+ 0.32ms
View #125 - helpers.grid
2,142.58ms
+ 0.30ms
View #126 - modules.loading-bar
2,142.74ms
+ 0.16ms
View #127 - 3rdparties.didomi
2,175.18ms
+ 32.43ms
View #128 - 3rdparties.gtm
2,175.50ms
+ 0.32ms
View #129 - 3rdparties.abtasty.main
2,175.70ms
+ 0.20ms
View #130 - 3rdparties.abtasty.tracking
2,175.87ms
+ 0.17ms
View #131 - 3rdparties.blueshift
2,176.15ms
+ 0.28ms
View #132 - 3rdparties.sizebay.main
2,176.61ms
+ 0.46ms
View #133 - 3rdparties.sizebay.tracking
2,176.85ms
+ 0.23ms
View #134 - 3rdparties.gsi
2,177.13ms
+ 0.28ms
View #135 - 3rdparties.applepay
2,177.26ms
+ 0.13ms
View #136 - 3rdparties.alma
2,177.55ms
+ 0.28ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
2,179.22ms
+ 1.68ms
... 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(201) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=2d35f65dd569bb4f8efc93e9ee306ac55e13abe4%2Bm1PxkhIeUgsQWqamQVZfBoFXSiaNCwy21AS69Ai3
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) 47060
REDIRECT_URL string(27) /en/m-men-wool-sweater.html
REDIRECT_QUERY_STRING string(34) /en/m-men-wool-sweater.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) /en/m-men-wool-sweater.html&page=2
REQUEST_URI string(34) /en/m-men-wool-sweater.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788352245.536
REQUEST_TIME int 1788352245
HTTPS string(2) on
... array(2)
csrf_token string(40) MIa8VB01qXPJZdo1wQoQ7M2YAzIvcHZqx4BFgbYm
cart string(12) Order object