Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Famille de produits

Couleur

Trier par

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

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.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.44ms
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.22ms
SELECT * FROM `languages`
0.32ms
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.61ms
SELECT * FROM `config`
0.51ms
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` = 'tailoring' LIMIT 1
0.46ms
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.48ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '83' AND `webstore_id` = '1' ORDER BY `position` ASC
0.38ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.36ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.25ms
SELECT * FROM `categories_links` WHERE `category_id` = '153' ORDER BY `position` ASC
24.81ms
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
4.31ms
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
3.72ms
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`
28.04ms
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.13ms
SELECT FOUND_ROWS()
0.95ms
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
1.23ms
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.37ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '7', '4', '6', '3', '10', '1', '8', '9') ORDER BY `singular` ASC
0.56ms
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.53ms
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
0.98ms
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
0.75ms
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
1.57ms
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
3.93ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27433', '25476', '27489', '26565', '28855', '28884', '6891', '26942', '28560', '26566', '21399', '28856', '28885', '28446', '26943', '24658', '24105', '28427', '27490', '24106', '28425', '27491', '27270', '28545', '28561', '26567', '19243', '28394', '28857', '28886', '28444', '26944', '24659', '28858', '28887', '28443', '26945', '24660', '24107', '28424', '27492', '27269', '28546', '28562', '26568', '19244', '28393', '28423', '27493', '27268', '28547', '28563', '26569', '19245', '18459', '28392', '28859', '28888', '28442', '26946', '24661', '4916', '24108', '28445', '2760', '24109', '28426', '27494', '27271', '28548', '28564', '26570', '19246', '18460', '28395', '27495', '28549', '26947', '28565', '26571', '19247', '24662', '18461', '28396', '28447', '2761', '24110', '28860', '28428', '28889', '2759', '24111', '28861', '28890', '28550', '26948', '28566', '26572', '24663', '18462', '28441', '26949', '28567', '26573', '27332', '28764', '18463', '28246', '2762', '28780', '24112', '28891', '26799', '2763', '24113', '26950', '24205', '28568', '18464', '26837', '28247', '28781', '26800', '2764', '27333', '28765', '24114', '27800', '27795', '28217', '26951', '28614', '24115', '27799', '27794', '28216', '26838', '28613', '24206', '28766', '28248', '27798', '28782', '27793', '28215', '28612', '26801', '27334', '27796', '28218', '28615', '24207', '27637', '26839', '27801', '26802', '27802', '27335', '27797', '28767', '28616', '28249', '27636', '28783', '26840', '27635', '26574', '24208', '28250', '28784', '26803', '27638', '27336', '28768', '24209', '27639', '26841', '26804', '27337', '28769', '28251', '28785', '26842', '24210', '28252', '28786', '26805', '27338', '28770', '24211', '26843', '26806', '27339', '28771', '28253', '28254', '26807', '27340')
0.61ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '121', '1', '31', '44', '80', '32', '94', '45', '4', '81', '95', '7', '33', '46', '47', '96', '82', '10', '34', '97', '13', '83', '35', '112', '48', '98', '113', '84', '16', '36', '19', '85', '49', '37', '124', '114', '115', '86', '50', '38', '185', '51', '87', '39', '62', '116', '117', '88', '52', '63', '64', '118', '129', '40', '53', '187', '41', '65', '66', '42', '43', '67', '90', '68', '132', '91', '69', '92', '218', '70', '93', '71', '123', '72', '73', '74', '75', '76', '130') ORDER BY `position` ASC
0.51ms
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
1.81ms
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.29ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
113.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` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.63ms
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.35ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
257.38ms
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.77ms
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
6.96ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7253) ASC LIMIT 3
6.57ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7253) ASC LIMIT 3
0.50ms
SELECT * FROM `seo_types`
0.41ms
SELECT * FROM `styles`
0.93ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.16ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.70ms
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-15 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,122.53ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
655.76ms
+ 655.76ms
View #2 - components.page-header
695.59ms
+ 39.83ms
View #3 - components.facets
696.25ms
+ 0.66ms
View #4 - components.filters
696.72ms
+ 0.47ms
View #5 - components.close-button
697.41ms
+ 0.69ms
View #6 - components.accordion.wrapper
697.77ms
+ 0.37ms
View #7 - components.accordion.bodies.filters.list
697.84ms
+ 0.06ms
View #8 - components.accordion.wrapper
699.49ms
+ 1.65ms
View #9 - components.accordion.bodies.filters.colors
699.53ms
+ 0.04ms
View #10 - components.accordion.wrapper
700.20ms
+ 0.68ms
View #11 - components.accordion.bodies.filters.list
700.24ms
+ 0.04ms
View #12 - components.button
700.70ms
+ 0.46ms
View #13 - components.button
701.12ms
+ 0.41ms
View #14 - components.button
701.43ms
+ 0.31ms
View #15 - components.button
701.73ms
+ 0.30ms
View #16 - components.pagination
702.08ms
+ 0.36ms
View #17 - components.button
702.47ms
+ 0.38ms
View #18 - catalog.partials.products-listing
702.80ms
+ 0.34ms
View #19 - components.product-card
703.27ms
+ 0.47ms
View #20 - components.add-to-wishlist
754.43ms
+ 51.16ms
View #21 - components.product-card
756.59ms
+ 2.16ms
View #22 - components.add-to-wishlist
760.79ms
+ 4.20ms
View #23 - components.product-card
762.68ms
+ 1.89ms
View #24 - components.add-to-wishlist
766.90ms
+ 4.23ms
View #25 - components.product-card
768.67ms
+ 1.77ms
View #26 - components.add-to-wishlist
773.90ms
+ 5.23ms
View #27 - components.product-card
775.56ms
+ 1.66ms
View #28 - components.add-to-wishlist
779.66ms
+ 4.10ms
View #29 - components.product-card
781.30ms
+ 1.64ms
View #30 - components.add-to-wishlist
784.65ms
+ 3.35ms
View #31 - components.product-card
786.48ms
+ 1.83ms
View #32 - components.add-to-wishlist
791.43ms
+ 4.96ms
View #33 - components.catalog-push
793.19ms
+ 1.76ms
View #34 - components.product-card
794.53ms
+ 1.34ms
View #35 - components.add-to-wishlist
798.57ms
+ 4.04ms
View #36 - components.product-card
800.19ms
+ 1.63ms
View #37 - components.add-to-wishlist
804.98ms
+ 4.78ms
View #38 - components.product-card
806.75ms
+ 1.77ms
View #39 - components.add-to-wishlist
811.78ms
+ 5.03ms
View #40 - components.product-card
813.62ms
+ 1.83ms
View #41 - components.add-to-wishlist
818.58ms
+ 4.96ms
View #42 - components.product-card
820.28ms
+ 1.70ms
View #43 - components.add-to-wishlist
824.69ms
+ 4.42ms
View #44 - components.product-card
826.55ms
+ 1.86ms
View #45 - components.add-to-wishlist
830.65ms
+ 4.10ms
View #46 - components.product-card
832.30ms
+ 1.64ms
View #47 - components.add-to-wishlist
835.12ms
+ 2.83ms
View #48 - components.product-card
836.98ms
+ 1.85ms
View #49 - components.add-to-wishlist
840.67ms
+ 3.69ms
View #50 - components.product-card
842.34ms
+ 1.67ms
View #51 - components.add-to-wishlist
845.13ms
+ 2.80ms
View #52 - components.product-card
846.97ms
+ 1.83ms
View #53 - components.add-to-wishlist
850.51ms
+ 3.55ms
View #54 - components.product-card
852.12ms
+ 1.61ms
View #55 - components.add-to-wishlist
856.69ms
+ 4.56ms
View #56 - components.product-card
858.58ms
+ 1.90ms
View #57 - components.add-to-wishlist
862.46ms
+ 3.88ms
View #58 - components.product-card
864.25ms
+ 1.79ms
View #59 - components.add-to-wishlist
868.53ms
+ 4.28ms
View #60 - components.product-card
870.22ms
+ 1.69ms
View #61 - components.add-to-wishlist
873.88ms
+ 3.66ms
View #62 - components.product-card
885.09ms
+ 11.21ms
View #63 - components.add-to-wishlist
889.49ms
+ 4.40ms
View #64 - components.product-card
891.23ms
+ 1.74ms
View #65 - components.add-to-wishlist
895.06ms
+ 3.82ms
View #66 - components.product-card
896.96ms
+ 1.91ms
View #67 - components.add-to-wishlist
901.01ms
+ 4.04ms
View #68 - components.product-card
902.77ms
+ 1.76ms
View #69 - components.add-to-wishlist
907.16ms
+ 4.39ms
View #70 - components.product-card
908.95ms
+ 1.79ms
View #71 - components.add-to-wishlist
913.19ms
+ 4.25ms
View #72 - components.product-card
914.82ms
+ 1.63ms
View #73 - components.add-to-wishlist
919.51ms
+ 4.69ms
View #74 - components.product-card
921.14ms
+ 1.64ms
View #75 - components.add-to-wishlist
923.90ms
+ 2.76ms
View #76 - components.product-card
925.52ms
+ 1.62ms
View #77 - components.add-to-wishlist
929.95ms
+ 4.43ms
View #78 - components.product-card
931.62ms
+ 1.67ms
View #79 - components.add-to-wishlist
935.96ms
+ 4.33ms
View #80 - components.product-card
937.90ms
+ 1.94ms
View #81 - components.add-to-wishlist
941.70ms
+ 3.80ms
View #82 - components.pagination
943.57ms
+ 1.87ms
View #83 - components.button
943.96ms
+ 0.39ms
View #84 - components.recently-viewed
944.30ms
+ 0.33ms
View #85 - components.product-related
952.70ms
+ 8.40ms
View #86 - components.seo-footer
953.05ms
+ 0.35ms
View #87 - components.facets
954.18ms
+ 1.13ms
View #88 - modules.seo-links
954.43ms
+ 0.25ms
View #89 - components.button
954.85ms
+ 0.43ms
View #90 - components.button
955.30ms
+ 0.45ms
View #91 - components.button
955.76ms
+ 0.46ms
View #92 - layout.layout
956.10ms
+ 0.34ms
View #93 - layout.meta
980.41ms
+ 24.31ms
View #94 - modules.notification
1,053.81ms
+ 73.40ms
View #95 - modules.header
1,054.65ms
+ 0.83ms
View #96 - modules.menu
1,055.43ms
+ 0.79ms
View #97 - components.menu-first-level
1,056.06ms
+ 0.62ms
View #98 - components.menu-second-level
1,058.59ms
+ 2.53ms
View #99 - components.menu-pushes
1,062.43ms
+ 3.84ms
View #100 - components.menu-pushes
1,070.11ms
+ 7.68ms
View #101 - components.menu-pushes
1,075.63ms
+ 5.51ms
View #102 - components.menu-pushes
1,077.77ms
+ 2.14ms
View #103 - components.menu-pushes
1,079.15ms
+ 1.38ms
View #104 - svg.logo
1,080.05ms
+ 0.90ms
View #105 - modules.messages
1,080.95ms
+ 0.90ms
View #106 - modules.breadcrumbs
1,081.42ms
+ 0.47ms
View #107 - modules.footer
1,081.68ms
+ 0.27ms
View #108 - components.reinsurance-support
1,082.12ms
+ 0.44ms
View #109 - components.field
1,082.79ms
+ 0.67ms
View #110 - components.csrf-field
1,083.15ms
+ 0.36ms
View #111 - components.button
1,083.45ms
+ 0.29ms
View #112 - components.footer-links
1,083.76ms
+ 0.31ms
View #113 - modules.panel
1,086.36ms
+ 2.60ms
View #114 - modules.popin
1,086.62ms
+ 0.26ms
View #115 - modules.blueshift-popin
1,086.91ms
+ 0.29ms
View #116 - modules.search-panel
1,087.87ms
+ 0.96ms
View #117 - catalog.search-form
1,088.21ms
+ 0.34ms
View #118 - components.field
1,088.62ms
+ 0.41ms
View #119 - modules.toaster
1,089.72ms
+ 1.10ms
View #120 - layout.overlay
1,089.90ms
+ 0.18ms
View #121 - modules.webstore-switcher
1,091.91ms
+ 2.01ms
View #122 - components.close-button
1,092.25ms
+ 0.34ms
View #123 - components.native-select
1,092.76ms
+ 0.51ms
View #124 - components.native-select
1,093.26ms
+ 0.50ms
View #125 - components.button
1,093.52ms
+ 0.25ms
View #126 - components.button
1,093.93ms
+ 0.42ms
View #127 - helpers.grid
1,094.25ms
+ 0.32ms
View #128 - modules.loading-bar
1,094.42ms
+ 0.17ms
View #129 - 3rdparties.didomi
1,118.94ms
+ 24.51ms
View #130 - 3rdparties.gtm
1,119.20ms
+ 0.26ms
View #131 - 3rdparties.abtasty.main
1,119.41ms
+ 0.21ms
View #132 - 3rdparties.abtasty.tracking
1,119.57ms
+ 0.16ms
View #133 - 3rdparties.blueshift
1,119.85ms
+ 0.28ms
View #134 - 3rdparties.sizebay.main
1,120.31ms
+ 0.46ms
View #135 - 3rdparties.sizebay.tracking
1,120.55ms
+ 0.24ms
View #136 - 3rdparties.gsi
1,120.81ms
+ 0.26ms
View #137 - 3rdparties.applepay
1,120.96ms
+ 0.15ms
View #138 - 3rdparties.alma
1,121.24ms
+ 0.28ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
1,122.58ms
+ 1.34ms
... 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) fursac=47846008e173f88fea13b7a0a8137f696e487ad6%2B90EPon4af96NTwDE2HeJ
fursac=47846008e173f88fea13b7a0a8137f696e487ad6%2B90EPon4af96NTwDE2HeJyBiZCzWD7rT1PJHrswYF; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 33846
REDIRECT_URL string(20) /fr/c-tailoring.html
REDIRECT_QUERY_STRING string(27) /fr/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) /fr/c-tailoring.html&page=2
REQUEST_URI string(27) /fr/c-tailoring.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784150973.288
REQUEST_TIME int 1784150973
HTTPS string(2) on
... array(3)
csrf_token string(40) VQnpzOoiY6phrr7TtuyVx0hbG6qrj5khCUOwuaxD
cart string(12) Order object
last_category string(15) stdClass object