New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available
29 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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.36ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
1.68ms
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.62ms
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.48ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.91ms
SELECT * FROM `config`
0.39ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'wool-men-jacket' LIMIT 1
0.33ms
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` = '149'
0.32ms
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` = '149'
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` = '149'
0.30ms
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` = '149'
18.14ms
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 (84) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('23', '61') GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
4.79ms
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 (84) WHERE `products`.`seo_id` IN ('23', '61') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
1,153.28ms
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 (84) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (84) WHERE `sizes`.`name` <> 'TU' AND (`products`.`seo_id` IN ('23', '61') OR `p2`.`seo_id` IN ('23', '61')) AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
17.93ms
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 (84) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('23', '61') GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 0
0.14ms
SELECT FOUND_ROWS()
3.84ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') ORDER BY `webstore_id` ASC
2.94ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') ORDER BY `position` ASC
0.80ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4') ORDER BY `singular` ASC
0.79ms
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 ('23', '61') ORDER BY `singular` ASC
0.44ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '42') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.97ms
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 ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') ORDER BY `name` ASC
1.26ms
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 ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') ORDER BY `name` ASC
3.92ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') ORDER BY `position` ASC
7.48ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23534', '29708', '22772', '29723', '27050', '28326', '22219', '28009', '28303', '26863', '28855', '29749', '27164', '28862', '25836', '28311', '25850', '27247', '28289', '25857', '26942', '29762', '27172', '28870', '25837', '28312', '25851', '27248', '28290', '25858', '26943', '29763', '27173', '28871', '23535', '29709', '22773', '29724', '27051', '28327', '22220', '28010', '28304', '26864', '28856', '29750', '27165', '28863', '24658', '28328', '22221', '28011', '28305', '26865', '28857', '29751', '27166', '28864', '24659', '25838', '28313', '25852', '27249', '28291', '25859', '26944', '29764', '27174', '28872', '23536', '29710', '22774', '29725', '27052', '25860', '26945', '29765', '27175', '28873', '23537', '29711', '27053', '22775', '29726', '28306', '28329', '22222', '28012', '26866', '28858', '29752', '27167', '28865', '24660', '25839', '28314', '25853', '27250', '28292', '26867', '28859', '29753', '27168', '28866', '24661', '25840', '28315', '25854', '27251', '28293', '25861', '26946', '29766', '27176', '28874', '23538', '29712', '29727', '27054', '22776', '28307', '28330', '22223', '28013', '29767', '26844', '28875', '28826', '23539', '29713', '29728', '27055', '22777', '28308', '28331', '27177', '22224', '28014', '26868', '28860', '29754', '27169', '28867', '24662', '25841', '25869', '28316', '25855', '27252', '28294', '25862', '26947', '25874', '28861', '29755', '27170', '28868', '24663', '25842', '25870', '28317', '25856', '27253', '28295', '25863', '26948', '25875', '29768', '26845', '28876', '28827', '23540', '29714', '29729', '27056', '22778', '28309', '28332', '27178', '22225', '28015', '26869', '29769', '26846', '28828', '23541', '29730', '27057', '22779', '28310', '27179', '22226', '28016', '26870', '29756', '27171', '28869', '25871', '28318', '27254', '28296', '26949', '25876', '25872', '26950', '25877', '29770', '26847', '28829', '23542', '29731', '27058', '22780', '22227', '26871', '29732', '27059', '26872', '25873', '26951', '25878', '26848', '28830')
0.41ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53') ORDER BY `position` ASC
0.67ms
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 ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.75ms
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 ('6004', '5429', '5446', '4944', '5804', '5188', '5810', '5387', '4538', '4396', '6001', '6006', '5190', '5697', '5626', '5447', '5390', '5809', '5695', '5463', '5400', '5999', '5692', '5694', '5808', '4699', '5182', '5178', '5184') GROUP BY `articles`.`id`
1.28ms
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` = '149' AND `is_enabled` = '1' ORDER BY RAND(36249) ASC
0.98ms
SELECT * FROM `seo_types`
0.47ms
SELECT * FROM `styles`
0.91ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.49ms
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
200.41ms
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.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
301.05ms
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.70ms
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,891.10ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
1,649.71ms
+ 1,649.70ms
View #2 - components.page-header
1,683.45ms
+ 33.74ms
View #3 - components.button
1,708.47ms
+ 25.03ms
View #4 - components.button
1,709.32ms
+ 0.85ms
View #5 - components.filters
1,710.24ms
+ 0.92ms
View #6 - components.close-button
1,711.01ms
+ 0.77ms
View #7 - components.accordion.wrapper
1,711.67ms
+ 0.67ms
View #8 - components.accordion.bodies.filters.colors
1,711.73ms
+ 0.06ms
View #9 - components.accordion.wrapper
1,713.94ms
+ 2.21ms
View #10 - components.accordion.bodies.filters.sizes
1,714.02ms
+ 0.08ms
View #11 - components.accordion.wrapper
1,714.97ms
+ 0.95ms
View #12 - components.accordion.bodies.filters.list
1,715.02ms
+ 0.06ms
View #13 - components.button
1,715.44ms
+ 0.42ms
View #14 - components.button
1,715.78ms
+ 0.34ms
View #15 - components.button
1,716.10ms
+ 0.32ms
View #16 - components.button
1,716.40ms
+ 0.30ms
View #17 - catalog.partials.products-listing
1,716.75ms
+ 0.34ms
View #18 - components.product-card
1,717.18ms
+ 0.43ms
View #19 - components.add-to-wishlist
1,803.45ms
+ 86.27ms
View #20 - components.product-card
1,809.20ms
+ 5.75ms
View #21 - components.add-to-wishlist
1,815.21ms
+ 6.01ms
View #22 - components.product-card
1,819.80ms
+ 4.59ms
View #23 - components.add-to-wishlist
1,830.39ms
+ 10.60ms
View #24 - components.product-card
1,833.15ms
+ 2.75ms
View #25 - components.add-to-wishlist
1,839.99ms
+ 6.84ms
View #26 - components.product-card
1,842.90ms
+ 2.91ms
View #27 - components.add-to-wishlist
1,848.78ms
+ 5.88ms
View #28 - components.product-card
1,851.34ms
+ 2.57ms
View #29 - components.add-to-wishlist
1,858.39ms
+ 7.05ms
View #30 - components.product-card
1,861.16ms
+ 2.77ms
View #31 - components.add-to-wishlist
1,865.96ms
+ 4.79ms
View #32 - components.product-card
1,869.16ms
+ 3.20ms
View #33 - components.add-to-wishlist
1,874.27ms
+ 5.11ms
View #34 - components.product-card
1,877.55ms
+ 3.28ms
View #35 - components.add-to-wishlist
1,884.57ms
+ 7.02ms
View #36 - components.product-card
1,888.13ms
+ 3.56ms
View #37 - components.add-to-wishlist
1,897.32ms
+ 9.19ms
View #38 - components.product-card
1,901.00ms
+ 3.68ms
View #39 - components.add-to-wishlist
1,909.93ms
+ 8.93ms
View #40 - components.product-card
1,913.23ms
+ 3.30ms
View #41 - components.add-to-wishlist
1,919.97ms
+ 6.74ms
View #42 - components.product-card
1,923.10ms
+ 3.13ms
View #43 - components.add-to-wishlist
1,930.18ms
+ 7.08ms
View #44 - components.product-card
1,933.77ms
+ 3.59ms
View #45 - components.add-to-wishlist
1,938.97ms
+ 5.20ms
View #46 - components.product-card
1,941.26ms
+ 2.29ms
View #47 - components.add-to-wishlist
1,947.06ms
+ 5.80ms
View #48 - components.product-card
1,950.05ms
+ 2.99ms
View #49 - components.add-to-wishlist
1,956.37ms
+ 6.33ms
View #50 - components.product-card
1,959.70ms
+ 3.32ms
View #51 - components.add-to-wishlist
1,966.77ms
+ 7.07ms
View #52 - components.product-card
1,971.60ms
+ 4.83ms
View #53 - components.add-to-wishlist
1,976.74ms
+ 5.14ms
View #54 - components.product-card
1,979.46ms
+ 2.72ms
View #55 - components.add-to-wishlist
1,986.14ms
+ 6.68ms
View #56 - components.product-card
1,988.39ms
+ 2.25ms
View #57 - components.add-to-wishlist
1,993.61ms
+ 5.21ms
View #58 - components.product-card
1,996.65ms
+ 3.05ms
View #59 - components.add-to-wishlist
2,002.15ms
+ 5.50ms
View #60 - components.product-card
2,004.76ms
+ 2.61ms
View #61 - components.add-to-wishlist
2,010.72ms
+ 5.96ms
View #62 - components.product-card
2,013.20ms
+ 2.48ms
View #63 - components.add-to-wishlist
2,019.10ms
+ 5.91ms
View #64 - components.product-card
2,021.64ms
+ 2.53ms
View #65 - components.add-to-wishlist
2,029.28ms
+ 7.64ms
View #66 - components.product-card
2,032.22ms
+ 2.94ms
View #67 - components.add-to-wishlist
2,039.03ms
+ 6.81ms
View #68 - components.product-card
2,043.34ms
+ 4.31ms
View #69 - components.add-to-wishlist
2,050.22ms
+ 6.87ms
View #70 - components.product-card
2,052.81ms
+ 2.59ms
View #71 - components.add-to-wishlist
2,057.47ms
+ 4.66ms
View #72 - components.product-card
2,060.10ms
+ 2.63ms
View #73 - components.add-to-wishlist
2,066.67ms
+ 6.58ms
View #74 - components.product-card
2,069.38ms
+ 2.71ms
View #75 - components.add-to-wishlist
2,090.80ms
+ 21.42ms
View #76 - components.seo-footer
2,093.29ms
+ 2.49ms
View #77 - components.button
2,094.34ms
+ 1.05ms
View #78 - components.button
2,094.71ms
+ 0.37ms
View #79 - layout.layout
2,095.49ms
+ 0.77ms
View #80 - layout.meta
2,096.88ms
+ 1.39ms
View #81 - modules.notification
2,183.99ms
+ 87.11ms
View #82 - modules.header
2,184.79ms
+ 0.79ms
View #83 - modules.menu
2,769.44ms
+ 584.65ms
View #84 - components.menu-first-level
2,770.10ms
+ 0.66ms
View #85 - components.menu-second-level
2,774.02ms
+ 3.92ms
View #86 - components.menu-pushes
2,781.74ms
+ 7.72ms
View #87 - components.menu-pushes
2,789.32ms
+ 7.58ms
View #88 - components.menu-pushes
2,803.74ms
+ 14.41ms
View #89 - components.menu-pushes
2,811.43ms
+ 7.70ms
View #90 - components.menu-pushes
2,816.87ms
+ 5.44ms
View #91 - components.menu-pushes
2,818.93ms
+ 2.06ms
View #92 - svg.logo
2,820.80ms
+ 1.86ms
View #93 - modules.messages
2,822.15ms
+ 1.36ms
View #94 - modules.breadcrumbs
2,822.97ms
+ 0.82ms
View #95 - modules.footer
2,823.46ms
+ 0.48ms
View #96 - components.reinsurance-support
2,824.17ms
+ 0.71ms
View #97 - components.field
2,825.22ms
+ 1.05ms
View #98 - components.csrf-field
2,825.56ms
+ 0.34ms
View #99 - components.button
2,826.01ms
+ 0.45ms
View #100 - components.footer-links
2,827.16ms
+ 1.16ms
View #101 - modules.panel
2,833.81ms
+ 6.65ms
View #102 - modules.popin
2,834.31ms
+ 0.50ms
View #103 - modules.blueshift-popin
2,834.57ms
+ 0.26ms
View #104 - modules.search-panel
2,836.00ms
+ 1.43ms
View #105 - catalog.search-form
2,836.41ms
+ 0.40ms
View #106 - components.field
2,836.96ms
+ 0.56ms
View #107 - modules.toaster
2,838.01ms
+ 1.05ms
View #108 - layout.overlay
2,838.82ms
+ 0.81ms
View #109 - modules.webstore-switcher
2,841.73ms
+ 2.91ms
View #110 - components.close-button
2,842.26ms
+ 0.53ms
View #111 - components.native-select
2,842.94ms
+ 0.68ms
View #112 - components.native-select
2,843.56ms
+ 0.62ms
View #113 - components.button
2,843.85ms
+ 0.29ms
View #114 - components.button
2,844.38ms
+ 0.53ms
View #115 - helpers.grid
2,844.87ms
+ 0.49ms
View #116 - modules.loading-bar
2,845.10ms
+ 0.23ms
View #117 - 3rdparties.didomi
2,882.89ms
+ 37.79ms
View #118 - 3rdparties.gtm
2,883.16ms
+ 0.27ms
View #119 - 3rdparties.abtasty.main
2,883.73ms
+ 0.57ms
View #120 - 3rdparties.abtasty.tracking
2,883.91ms
+ 0.19ms
View #121 - 3rdparties.blueshift
2,884.17ms
+ 0.25ms
View #122 - 3rdparties.sizebay.main
2,885.03ms
+ 0.86ms
View #123 - 3rdparties.sizebay.tracking
2,885.29ms
+ 0.26ms
View #124 - 3rdparties.gsi
2,886.86ms
+ 1.57ms
View #125 - 3rdparties.applepay
2,887.35ms
+ 0.49ms
View #126 - 3rdparties.alma
2,887.77ms
+ 0.42ms
View #127 - path: /var/www/html/laravel/profiling/template.blade.php
2,891.16ms
+ 3.40ms
... 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=0a13ac63f0c940424fcddb13a2c4d7a7200bd2a8%2Bo4vPFJ9fioCIjS23hH1KbiqXBW5rTBZDARJ4ebHm
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) 39038
REDIRECT_URL string(26) /en/m-wool-men-jacket.html
REDIRECT_QUERY_STRING string(26) /en/m-wool-men-jacket.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(26) /en/m-wool-men-jacket.html
REQUEST_URI string(26) /en/m-wool-men-jacket.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788332109.747
REQUEST_TIME int 1788332109
HTTPS string(2) on
... array(2)
csrf_token string(40) aKhGDBj7nCxHNf2u0dAqBiXsOonHr9E01ipNVHvt
cart string(12) Order object