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.30ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.28ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.22ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.53ms
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.44ms
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.19ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.97ms
SELECT * FROM `config`
0.52ms
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` = 'mid-season-sale-selection30' LIMIT 1
0.53ms
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` = '60' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '100' AND `webstore_id` = '1' ORDER BY `position` ASC
0.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.17ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.32ms
SELECT * FROM `categories_links` WHERE `category_id` = '60' ORDER BY `position` ASC
38.84ms
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` = 60 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
7.52ms
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` = 60 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
6.06ms
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` = 60 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
41.11ms
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` = 60 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 0
0.10ms
SELECT FOUND_ROWS()
1.50ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `webstore_id` ASC
1.97ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `position` ASC
0.39ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '10', '7', '5', '4', '6', '1', '2') ORDER BY `singular` ASC
0.57ms
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 ('10', '59', '3', '18', '23', '7', '8', '21', '25', '26', '11', '27', '22', '64', '19', '20') ORDER BY `singular` ASC
0.81ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44', '62', '23', '40', '42', '39', '33', '64', '5', '45', '34', '46', '43', '47', '25', '37', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.73ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `name` ASC
1.19ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `name` ASC
2.81ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY `position` ASC
6.54ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28892', '28133', '28884', '28900', '28480', '27172', '28439', '28134', '28885', '28901', '28481', '28551', '28560', '27173', '28433', '28893', '28297', '28427', '28894', '28298', '26059', '28363', '28425', '28437', '28135', '28886', '28902', '28482', '28561', '28552', '27174', '28431', '28483', '28562', '28553', '27175', '28430', '28895', '28299', '26058', '28362', '28424', '28436', '28136', '28887', '28903', '26057', '28361', '28423', '28931', '28435', '28137', '28888', '28904', '28484', '28563', '28554', '27176', '28429', '28896', '28300', '28555', '28432', '28301', '26060', '28364', '28932', '28426', '28438', '28138', '28485', '28564', '28933', '28428', '27177', '28440', '28139', '28486', '28897', '28565', '28556', '28434', '28302', '28889', '28905', '26061', '28365', '28890', '28906', '28360', '28934', '27178', '28487', '28898', '28566', '28557', '27179', '28764', '28755', '28899', '28567', '28558', '26799', '28071', '28891', '28907', '28935', '28936', '27156', '28568', '28559', '28651', '23826', '28715', '28724', '27795', '28207', '28765', '28756', '28221', '28614', '26800', '28220', '28613', '28650', '28714', '28264', '27157', '28723', '27794', '28206', '28766', '28757', '28713', '28722', '27793', '28205', '26801', '23827', '28219', '28612', '28649', '28596', '28615', '28265', '27158', '28652', '28716', '28169', '28725', '27796', '28208', '28222', '28717', '28168', '27797', '28209', '28223', '28767', '28758', '28595', '28616', '28653', '26802', '23828', '28594', '28167', '28266', '27159', '28170', '26803', '23829', '28597', '28768', '28759', '28267', '27160', '28769', '28760', '26804', '23830', '27161', '26805', '23831', '28770', '28761', '27162', '28771', '28762', '26806', '28072', '27163', '26669', '26668', '26667', '26670', '26671', '26807', '28763')
0.85ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '94', '4', '45', '80', '5', '46', '8', '95', '7', '81', '10', '82', '47', '96', '11', '97', '112', '13', '48', '83', '14', '84', '98', '17', '113', '16', '114', '124', '49', '19', '85', '20', '50', '185', '115', '22', '86', '51', '62', '87', '116', '117', '63', '88', '40', '64', '41', '65', '66', '42', '90', '43', '67', '132', '91', '68', '92', '69', '93', '70', '71', '72', '73', '74', '75', '76', '77', '125', '126', '127', '128', '156', '130') ORDER BY `position` ASC
0.73ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.39ms
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 ('5786', '5822', '5236', '5365', '5447', '5445', '5754', '5661', '5718', '5589', '5669', '5678', '5761', '5814', '5794', '5788', '5717', '4768', '5725', '5755', '5693', '5688', '5765', '5716', '5812', '5795', '5772', '5704', '5813', '5382', '5681') GROUP BY `articles`.`id`
0.43ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
219.21ms
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
2.71ms
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.39ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
316.87ms
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.73ms
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.65ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7160) ASC LIMIT 3
6.44ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7160) ASC LIMIT 3
0.45ms
SELECT * FROM `seo_types`
0.35ms
SELECT * FROM `styles`
0.92ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.15ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
3.54ms
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,656.96ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,075.07ms
+ 1,075.07ms
View #2 - components.page-header
1,170.55ms
+ 95.48ms
View #3 - components.button
1,171.26ms
+ 0.70ms
View #4 - components.button
1,171.74ms
+ 0.48ms
View #5 - components.facets
1,172.01ms
+ 0.27ms
View #6 - components.filters
1,172.59ms
+ 0.58ms
View #7 - components.close-button
1,173.04ms
+ 0.45ms
View #8 - components.accordion.wrapper
1,173.40ms
+ 0.36ms
View #9 - components.accordion.bodies.filters.list
1,173.44ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,175.28ms
+ 1.84ms
View #11 - components.accordion.bodies.filters.colors
1,175.33ms
+ 0.05ms
View #12 - components.accordion.wrapper
1,175.99ms
+ 0.66ms
View #13 - components.accordion.bodies.filters.list
1,176.04ms
+ 0.04ms
View #14 - components.button
1,185.81ms
+ 9.78ms
View #15 - components.button
1,186.21ms
+ 0.40ms
View #16 - components.button
1,186.50ms
+ 0.28ms
View #17 - components.button
1,186.92ms
+ 0.42ms
View #18 - catalog.partials.products-listing
1,187.27ms
+ 0.35ms
View #19 - components.product-card
1,187.58ms
+ 0.31ms
View #20 - components.add-to-wishlist
1,265.57ms
+ 78.00ms
View #21 - components.product-card
1,267.66ms
+ 2.09ms
View #22 - components.add-to-wishlist
1,272.40ms
+ 4.74ms
View #23 - components.product-card
1,274.19ms
+ 1.79ms
View #24 - components.add-to-wishlist
1,278.73ms
+ 4.55ms
View #25 - components.product-card
1,280.56ms
+ 1.82ms
View #26 - components.add-to-wishlist
1,285.07ms
+ 4.51ms
View #27 - components.product-card
1,286.96ms
+ 1.89ms
View #28 - components.add-to-wishlist
1,292.03ms
+ 5.07ms
View #29 - components.product-card
1,293.80ms
+ 1.77ms
View #30 - components.add-to-wishlist
1,298.80ms
+ 5.00ms
View #31 - components.product-card
1,300.73ms
+ 1.93ms
View #32 - components.add-to-wishlist
1,305.02ms
+ 4.30ms
View #33 - components.product-card
1,307.04ms
+ 2.02ms
View #34 - components.add-to-wishlist
1,311.33ms
+ 4.29ms
View #35 - components.product-card
1,313.10ms
+ 1.77ms
View #36 - components.add-to-wishlist
1,316.93ms
+ 3.83ms
View #37 - components.product-card
1,318.69ms
+ 1.76ms
View #38 - components.add-to-wishlist
1,322.78ms
+ 4.09ms
View #39 - components.product-card
1,324.44ms
+ 1.66ms
View #40 - components.add-to-wishlist
1,328.04ms
+ 3.60ms
View #41 - components.product-card
1,329.85ms
+ 1.81ms
View #42 - components.add-to-wishlist
1,333.66ms
+ 3.81ms
View #43 - components.product-card
1,335.37ms
+ 1.71ms
View #44 - components.add-to-wishlist
1,339.40ms
+ 4.03ms
View #45 - components.product-card
1,341.29ms
+ 1.89ms
View #46 - components.add-to-wishlist
1,345.46ms
+ 4.17ms
View #47 - components.product-card
1,347.50ms
+ 2.04ms
View #48 - components.add-to-wishlist
1,351.99ms
+ 4.49ms
View #49 - components.product-card
1,353.79ms
+ 1.80ms
View #50 - components.add-to-wishlist
1,357.67ms
+ 3.88ms
View #51 - components.product-card
1,359.43ms
+ 1.76ms
View #52 - components.add-to-wishlist
1,363.36ms
+ 3.93ms
View #53 - components.product-card
1,365.18ms
+ 1.82ms
View #54 - components.add-to-wishlist
1,369.61ms
+ 4.44ms
View #55 - components.product-card
1,371.73ms
+ 2.12ms
View #56 - components.add-to-wishlist
1,376.22ms
+ 4.49ms
View #57 - components.catalog-push
1,378.07ms
+ 1.85ms
View #58 - components.product-card
1,379.26ms
+ 1.19ms
View #59 - components.add-to-wishlist
1,383.52ms
+ 4.27ms
View #60 - components.product-card
1,385.23ms
+ 1.71ms
View #61 - components.add-to-wishlist
1,398.28ms
+ 13.05ms
View #62 - components.product-card
1,400.14ms
+ 1.85ms
View #63 - components.add-to-wishlist
1,403.62ms
+ 3.49ms
View #64 - components.product-card
1,405.31ms
+ 1.69ms
View #65 - components.add-to-wishlist
1,409.35ms
+ 4.03ms
View #66 - components.product-card
1,411.14ms
+ 1.79ms
View #67 - components.add-to-wishlist
1,415.02ms
+ 3.88ms
View #68 - components.product-card
1,416.82ms
+ 1.80ms
View #69 - components.add-to-wishlist
1,421.17ms
+ 4.35ms
View #70 - components.product-card
1,422.90ms
+ 1.74ms
View #71 - components.add-to-wishlist
1,427.17ms
+ 4.27ms
View #72 - components.product-card
1,428.95ms
+ 1.78ms
View #73 - components.add-to-wishlist
1,433.01ms
+ 4.05ms
View #74 - components.product-card
1,434.75ms
+ 1.75ms
View #75 - components.add-to-wishlist
1,438.64ms
+ 3.89ms
View #76 - components.product-card
1,440.48ms
+ 1.84ms
View #77 - components.add-to-wishlist
1,444.57ms
+ 4.09ms
View #78 - components.product-card
1,446.47ms
+ 1.90ms
View #79 - components.add-to-wishlist
1,451.12ms
+ 4.65ms
View #80 - components.product-card
1,452.86ms
+ 1.75ms
View #81 - components.add-to-wishlist
1,457.29ms
+ 4.43ms
View #82 - components.pagination
1,459.25ms
+ 1.96ms
View #83 - components.button
1,460.28ms
+ 1.03ms
View #84 - components.recently-viewed
1,460.62ms
+ 0.34ms
View #85 - components.product-related
1,470.71ms
+ 10.09ms
View #86 - components.seo-footer
1,471.09ms
+ 0.38ms
View #87 - components.facets
1,472.14ms
+ 1.04ms
View #88 - modules.seo-links
1,472.44ms
+ 0.30ms
View #89 - components.button
1,472.92ms
+ 0.48ms
View #90 - components.button
1,473.40ms
+ 0.49ms
View #91 - components.button
1,473.81ms
+ 0.41ms
View #92 - layout.layout
1,474.17ms
+ 0.36ms
View #93 - layout.meta
1,502.79ms
+ 28.62ms
View #94 - modules.notification
1,587.81ms
+ 85.02ms
View #95 - modules.header
1,588.72ms
+ 0.91ms
View #96 - modules.menu
1,589.52ms
+ 0.80ms
View #97 - components.menu-first-level
1,590.17ms
+ 0.65ms
View #98 - components.menu-second-level
1,592.46ms
+ 2.29ms
View #99 - components.menu-pushes
1,596.67ms
+ 4.21ms
View #100 - components.menu-pushes
1,603.95ms
+ 7.28ms
View #101 - components.menu-pushes
1,609.61ms
+ 5.66ms
View #102 - components.menu-pushes
1,611.55ms
+ 1.94ms
View #103 - components.menu-pushes
1,612.79ms
+ 1.24ms
View #104 - svg.logo
1,613.64ms
+ 0.85ms
View #105 - modules.messages
1,614.49ms
+ 0.86ms
View #106 - modules.breadcrumbs
1,614.95ms
+ 0.46ms
View #107 - modules.footer
1,615.22ms
+ 0.27ms
View #108 - components.reinsurance-support
1,615.67ms
+ 0.45ms
View #109 - components.field
1,616.21ms
+ 0.55ms
View #110 - components.csrf-field
1,616.53ms
+ 0.31ms
View #111 - components.button
1,616.81ms
+ 0.29ms
View #112 - components.footer-links
1,617.10ms
+ 0.29ms
View #113 - modules.panel
1,619.68ms
+ 2.58ms
View #114 - modules.popin
1,619.94ms
+ 0.26ms
View #115 - modules.blueshift-popin
1,620.14ms
+ 0.20ms
View #116 - modules.search-panel
1,621.19ms
+ 1.05ms
View #117 - catalog.search-form
1,621.55ms
+ 0.37ms
View #118 - components.field
1,621.96ms
+ 0.41ms
View #119 - modules.toaster
1,622.70ms
+ 0.74ms
View #120 - layout.overlay
1,622.85ms
+ 0.15ms
View #121 - modules.webstore-switcher
1,624.93ms
+ 2.08ms
View #122 - components.close-button
1,625.34ms
+ 0.41ms
View #123 - components.native-select
1,625.80ms
+ 0.47ms
View #124 - components.native-select
1,626.38ms
+ 0.58ms
View #125 - components.button
1,626.64ms
+ 0.26ms
View #126 - components.button
1,626.94ms
+ 0.30ms
View #127 - helpers.grid
1,627.35ms
+ 0.41ms
View #128 - modules.loading-bar
1,627.51ms
+ 0.15ms
View #129 - 3rdparties.didomi
1,653.44ms
+ 25.94ms
View #130 - 3rdparties.gtm
1,653.69ms
+ 0.25ms
View #131 - 3rdparties.abtasty.main
1,653.85ms
+ 0.16ms
View #132 - 3rdparties.abtasty.tracking
1,654.00ms
+ 0.15ms
View #133 - 3rdparties.blueshift
1,654.28ms
+ 0.28ms
View #134 - 3rdparties.sizebay.main
1,654.71ms
+ 0.42ms
View #135 - 3rdparties.sizebay.tracking
1,654.92ms
+ 0.21ms
View #136 - 3rdparties.gsi
1,655.16ms
+ 0.24ms
View #137 - 3rdparties.applepay
1,655.29ms
+ 0.12ms
View #138 - 3rdparties.alma
1,655.53ms
+ 0.24ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
1,657.01ms
+ 1.48ms
... 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; fursac=dae7cd8be8277daa98c85ebf62bc48b4e2811d97%2B865tWCpvlPLjuqMNQgya7i0UmltyoYPMPdT4Q5LB; 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) 35594
REDIRECT_URL string(38) /fr/c-mid-season-sale-selection30.html
REDIRECT_QUERY_STRING string(38) /fr/c-mid-season-sale-selection30.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /fr/c-mid-season-sale-selection30.html
REQUEST_URI string(38) /fr/c-mid-season-sale-selection30.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151728.676
REQUEST_TIME int 1784151728
HTTPS string(2) on
... array(3)
csrf_token string(40) 9gJH46xt9sPhRSK06AAOvPAG56pOmQI0aPhQt3Bb
cart string(12) Order object
last_category string(15) stdClass object