Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Product family

Color

Sort by

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.29ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.58ms
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.37ms
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.21ms
SELECT * FROM `languages`
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.91ms
SELECT * FROM `config`
0.60ms
SELECT `categories`.*, `categories_details`.`is_enabled` FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 WHERE (`parent_id` NOT IN ('5', '6', '4')) AND `slug_en` = 'tailoring' LIMIT 1
0.54ms
SELECT `inserts`.*, `category_insert`.`id` AS `pivot_id`, `category_insert`.`category_id` AS `pivot_category_id`, `category_insert`.`insert_id` AS `pivot_insert_id`, `category_insert`.`webstore_id` AS `pivot_webstore_id`, `category_insert`.`pos` AS `pivot_pos` FROM `inserts` INNER JOIN `category_insert` ON `inserts`.`id` = `category_insert`.`insert_id` WHERE `category_insert`.`category_id` = '153' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.49ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '83' AND `webstore_id` = '1' ORDER BY `position` ASC
0.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.56ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.28ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.28ms
SELECT * FROM `categories_links` WHERE `category_id` = '153' ORDER BY `position` ASC
44.16ms
SELECT COUNT(*)AS nb FROM (SELECT `products`.`id` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 153 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
8.26ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 153 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
6.87ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 153 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
49.10ms
SELECT SQL_CALC_FOUND_ROWS `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 153 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 31 OFFSET 30
0.11ms
SELECT FOUND_ROWS()
1.65ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') ORDER BY `webstore_id` ASC
2.07ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') ORDER BY `position` ASC
0.43ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '7', '4', '6', '3', '10', '1', '8', '9') 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 ('18', '20', '23', '7', '25', '21', '55', '8', '9', '38', '57', '19', '17', '27', '64') ORDER BY `singular` ASC
0.64ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('40', '26', '43', '33', '45', '5', '37', '25', '63', '42', '39', '76', '34', '52', '73', '24', '59', '44', '48', '50', '47') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.51ms
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 ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') ORDER BY `name` ASC
1.01ms
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 ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') ORDER BY `name` ASC
2.67ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') ORDER BY `position` ASC
7.14ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27489', '28855', '28884', '26565', '6891', '26942', '27433', '25476', '26943', '28427', '24658', '24105', '28560', '27490', '28856', '28885', '26566', '21399', '28446', '28886', '26567', '19243', '28444', '26944', '28425', '24659', '24106', '28545', '28561', '28394', '27491', '27270', '28857', '24660', '24107', '28546', '28562', '28393', '27492', '27269', '28858', '28887', '26568', '19244', '28443', '26945', '28424', '28442', '18459', '26946', '28423', '24661', '4916', '24108', '28547', '28563', '28392', '27493', '27268', '28859', '28888', '26569', '19245', '24109', '28548', '28564', '28395', '27494', '27271', '26570', '19246', '28445', '18460', '28426', '2760', '28428', '28860', '28889', '2761', '24110', '28549', '28565', '28396', '27495', '26947', '26571', '19247', '24662', '28447', '18461', '28566', '26948', '26572', '24663', '28441', '18462', '28861', '28890', '2759', '24111', '28550', '28780', '28891', '2762', '24112', '28567', '28764', '26799', '26949', '26573', '27332', '18463', '28246', '24205', '26950', '18464', '26837', '2763', '24113', '28568', '26800', '27800', '2764', '27333', '28217', '24114', '27795', '28614', '28247', '28781', '26951', '28765', '27799', '24206', '28216', '24115', '27794', '28613', '26838', '28215', '27793', '28612', '28766', '26801', '27334', '28248', '27798', '28782', '27637', '27801', '26839', '28218', '27796', '28615', '24207', '27335', '27797', '28616', '28249', '28783', '27636', '27802', '28767', '26802', '27635', '26574', '24208', '26840', '28768', '26803', '27336', '27638', '28250', '28784', '26841', '24209', '27639', '28251', '28785', '28769', '26804', '27337', '24210', '26842', '28770', '26805', '27338', '28252', '28786', '26843', '24211', '28253', '28771', '26806', '27339', '26807', '27340', '28254')
0.79ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '44', '31', '121', '122', '45', '94', '80', '4', '32', '46', '33', '95', '81', '7', '47', '82', '96', '10', '34', '97', '112', '48', '83', '13', '35', '84', '98', '16', '36', '113', '124', '49', '114', '85', '19', '37', '86', '50', '38', '185', '115', '62', '51', '116', '87', '39', '63', '52', '117', '88', '64', '40', '118', '129', '53', '41', '65', '187', '42', '66', '90', '43', '67', '68', '132', '91', '92', '218', '69', '70', '93', '71', '123', '72', '73', '74', '75', '76', '130') 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 ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.08ms
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 ('5797', '5719', '4944', '4834', '5589', '5466', '5482', '3770', '683', '5400', '5386', '5516', '5554', '1387', '5590', '5506', '5710', '5382', '5808', '4853', '3590', '5753', '5680', '5716', '5812', '5795', '5349', '5091', '5755', '5686', '5765') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
130.19ms
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.64ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
170.36ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.57ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
4.33ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7253) ASC LIMIT 3
4.62ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7253) ASC LIMIT 3
0.38ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.76ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.04ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.14ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-16 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
1,236.45ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
790.45ms
+ 790.44ms
View #2 - components.page-header
828.62ms
+ 38.17ms
View #3 - components.facets
828.99ms
+ 0.37ms
View #4 - components.filters
829.32ms
+ 0.33ms
View #5 - components.close-button
829.63ms
+ 0.31ms
View #6 - components.accordion.wrapper
829.84ms
+ 0.21ms
View #7 - components.accordion.bodies.filters.list
829.87ms
+ 0.03ms
View #8 - components.accordion.wrapper
831.08ms
+ 1.21ms
View #9 - components.accordion.bodies.filters.colors
831.12ms
+ 0.04ms
View #10 - components.accordion.wrapper
831.56ms
+ 0.44ms
View #11 - components.accordion.bodies.filters.list
831.59ms
+ 0.03ms
View #12 - components.button
831.80ms
+ 0.22ms
View #13 - components.button
832.11ms
+ 0.30ms
View #14 - components.button
832.29ms
+ 0.18ms
View #15 - components.button
832.46ms
+ 0.17ms
View #16 - components.pagination
832.64ms
+ 0.18ms
View #17 - components.button
832.83ms
+ 0.20ms
View #18 - catalog.partials.products-listing
833.04ms
+ 0.20ms
View #19 - components.product-card
833.23ms
+ 0.19ms
View #20 - components.add-to-wishlist
866.27ms
+ 33.04ms
View #21 - components.product-card
868.55ms
+ 2.28ms
View #22 - components.add-to-wishlist
872.77ms
+ 4.23ms
View #23 - components.product-card
874.59ms
+ 1.82ms
View #24 - components.add-to-wishlist
878.66ms
+ 4.07ms
View #25 - components.product-card
880.44ms
+ 1.78ms
View #26 - components.add-to-wishlist
885.97ms
+ 5.53ms
View #27 - components.product-card
888.01ms
+ 2.04ms
View #28 - components.add-to-wishlist
892.00ms
+ 3.99ms
View #29 - components.product-card
893.75ms
+ 1.75ms
View #30 - components.add-to-wishlist
897.11ms
+ 3.36ms
View #31 - components.product-card
898.97ms
+ 1.87ms
View #32 - components.add-to-wishlist
903.78ms
+ 4.81ms
View #33 - components.catalog-push
905.52ms
+ 1.74ms
View #34 - components.product-card
906.86ms
+ 1.34ms
View #35 - components.add-to-wishlist
911.01ms
+ 4.14ms
View #36 - components.product-card
912.76ms
+ 1.75ms
View #37 - components.add-to-wishlist
916.81ms
+ 4.04ms
View #38 - components.product-card
918.72ms
+ 1.91ms
View #39 - components.add-to-wishlist
924.05ms
+ 5.33ms
View #40 - components.product-card
925.85ms
+ 1.80ms
View #41 - components.add-to-wishlist
930.81ms
+ 4.96ms
View #42 - components.product-card
932.57ms
+ 1.76ms
View #43 - components.add-to-wishlist
937.61ms
+ 5.04ms
View #44 - components.product-card
939.42ms
+ 1.81ms
View #45 - components.add-to-wishlist
943.53ms
+ 4.11ms
View #46 - components.product-card
945.28ms
+ 1.76ms
View #47 - components.add-to-wishlist
948.32ms
+ 3.03ms
View #48 - components.product-card
950.03ms
+ 1.71ms
View #49 - components.add-to-wishlist
953.94ms
+ 3.92ms
View #50 - components.product-card
955.71ms
+ 1.76ms
View #51 - components.add-to-wishlist
958.70ms
+ 2.99ms
View #52 - components.product-card
960.46ms
+ 1.76ms
View #53 - components.add-to-wishlist
964.17ms
+ 3.71ms
View #54 - components.product-card
965.96ms
+ 1.79ms
View #55 - components.add-to-wishlist
970.50ms
+ 4.54ms
View #56 - components.product-card
972.30ms
+ 1.80ms
View #57 - components.add-to-wishlist
976.36ms
+ 4.07ms
View #58 - components.product-card
978.19ms
+ 1.83ms
View #59 - components.add-to-wishlist
982.45ms
+ 4.26ms
View #60 - components.product-card
984.21ms
+ 1.76ms
View #61 - components.add-to-wishlist
998.78ms
+ 14.56ms
View #62 - components.product-card
1,000.66ms
+ 1.88ms
View #63 - components.add-to-wishlist
1,004.76ms
+ 4.10ms
View #64 - components.product-card
1,006.57ms
+ 1.81ms
View #65 - components.add-to-wishlist
1,010.59ms
+ 4.02ms
View #66 - components.product-card
1,012.48ms
+ 1.89ms
View #67 - components.add-to-wishlist
1,016.44ms
+ 3.96ms
View #68 - components.product-card
1,018.33ms
+ 1.88ms
View #69 - components.add-to-wishlist
1,023.21ms
+ 4.88ms
View #70 - components.product-card
1,025.22ms
+ 2.01ms
View #71 - components.add-to-wishlist
1,029.61ms
+ 4.39ms
View #72 - components.product-card
1,031.64ms
+ 2.03ms
View #73 - components.add-to-wishlist
1,036.35ms
+ 4.71ms
View #74 - components.product-card
1,038.25ms
+ 1.89ms
View #75 - components.add-to-wishlist
1,041.16ms
+ 2.91ms
View #76 - components.product-card
1,043.06ms
+ 1.90ms
View #77 - components.add-to-wishlist
1,047.55ms
+ 4.49ms
View #78 - components.product-card
1,049.39ms
+ 1.84ms
View #79 - components.add-to-wishlist
1,053.87ms
+ 4.48ms
View #80 - components.product-card
1,055.77ms
+ 1.90ms
View #81 - components.add-to-wishlist
1,060.06ms
+ 4.29ms
View #82 - components.pagination
1,061.99ms
+ 1.93ms
View #83 - components.button
1,062.48ms
+ 0.48ms
View #84 - components.recently-viewed
1,062.79ms
+ 0.31ms
View #85 - components.product-related
1,072.35ms
+ 9.55ms
View #86 - components.seo-footer
1,072.70ms
+ 0.35ms
View #87 - components.facets
1,073.65ms
+ 0.95ms
View #88 - modules.seo-links
1,073.90ms
+ 0.26ms
View #89 - layout.layout
1,074.21ms
+ 0.30ms
View #90 - layout.meta
1,097.95ms
+ 23.74ms
View #91 - modules.notification
1,169.64ms
+ 71.69ms
View #92 - modules.header
1,170.61ms
+ 0.96ms
View #93 - modules.menu
1,171.39ms
+ 0.79ms
View #94 - components.menu-first-level
1,172.01ms
+ 0.62ms
View #95 - components.menu-second-level
1,174.25ms
+ 2.24ms
View #96 - components.menu-pushes
1,178.21ms
+ 3.96ms
View #97 - components.menu-pushes
1,185.23ms
+ 7.02ms
View #98 - components.menu-pushes
1,190.80ms
+ 5.57ms
View #99 - components.menu-pushes
1,192.56ms
+ 1.76ms
View #100 - components.menu-pushes
1,193.79ms
+ 1.23ms
View #101 - svg.logo
1,194.75ms
+ 0.96ms
View #102 - modules.messages
1,195.74ms
+ 1.00ms
View #103 - modules.breadcrumbs
1,196.23ms
+ 0.49ms
View #104 - modules.footer
1,196.49ms
+ 0.25ms
View #105 - components.reinsurance-support
1,197.02ms
+ 0.53ms
View #106 - components.field
1,197.60ms
+ 0.58ms
View #107 - components.csrf-field
1,197.92ms
+ 0.32ms
View #108 - components.button
1,198.11ms
+ 0.19ms
View #109 - components.footer-links
1,198.43ms
+ 0.32ms
View #110 - modules.panel
1,200.85ms
+ 2.42ms
View #111 - modules.popin
1,201.04ms
+ 0.19ms
View #112 - modules.blueshift-popin
1,201.20ms
+ 0.16ms
View #113 - modules.search-panel
1,202.14ms
+ 0.94ms
View #114 - catalog.search-form
1,202.50ms
+ 0.36ms
View #115 - components.field
1,202.95ms
+ 0.45ms
View #116 - modules.toaster
1,204.07ms
+ 1.12ms
View #117 - layout.overlay
1,204.21ms
+ 0.15ms
View #118 - modules.webstore-switcher
1,206.23ms
+ 2.02ms
View #119 - components.close-button
1,206.63ms
+ 0.40ms
View #120 - components.native-select
1,207.09ms
+ 0.46ms
View #121 - components.native-select
1,207.59ms
+ 0.50ms
View #122 - components.button
1,207.84ms
+ 0.25ms
View #123 - components.button
1,208.13ms
+ 0.29ms
View #124 - helpers.grid
1,208.40ms
+ 0.27ms
View #125 - modules.loading-bar
1,208.54ms
+ 0.14ms
View #126 - 3rdparties.didomi
1,233.16ms
+ 24.62ms
View #127 - 3rdparties.gtm
1,233.40ms
+ 0.24ms
View #128 - 3rdparties.abtasty.main
1,233.55ms
+ 0.15ms
View #129 - 3rdparties.abtasty.tracking
1,233.69ms
+ 0.13ms
View #130 - 3rdparties.blueshift
1,233.94ms
+ 0.25ms
View #131 - 3rdparties.sizebay.main
1,234.36ms
+ 0.42ms
View #132 - 3rdparties.sizebay.tracking
1,234.58ms
+ 0.22ms
View #133 - 3rdparties.gsi
1,234.79ms
+ 0.22ms
View #134 - 3rdparties.applepay
1,234.92ms
+ 0.13ms
View #135 - 3rdparties.alma
1,235.15ms
+ 0.22ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
1,236.50ms
+ 1.35ms
... 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=4be961f8ed5d93dd27026aa53ae0c150a6d49a91%2BxZLx2eWPxjzoGEHykfeG6mfbnwl6l8V6LYli31DU
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 38642
REDIRECT_URL string(20) /en/c-tailoring.html
REDIRECT_QUERY_STRING string(27) /en/c-tailoring.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(27) /en/c-tailoring.html&page=2
REQUEST_URI string(27) /en/c-tailoring.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784157436.147
REQUEST_TIME int 1784157436
HTTPS string(2) on
... array(3)
csrf_token string(40) 0Q9UL3JewoPs5YaZCQfebERUkEgFJz7cxquFCCNi
cart string(12) Order object
last_category string(15) stdClass object