Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible

Filtres

Famille de produits

Couleur

Trier par

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.42ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.44ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.34ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.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.46ms
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.35ms
SELECT * FROM `languages`
0.50ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.76ms
SELECT * FROM `config`
0.69ms
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` = 'soldes' LIMIT 1
0.60ms
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` = '5' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.55ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.52ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '117' AND `webstore_id` = '1' ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.37ms
SELECT * FROM `categories_links` WHERE `category_id` = '5' ORDER BY `position` ASC
147.49ms
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` = 5 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
11.68ms
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` = 5 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
6.94ms
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` = 5 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
145.62ms
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` = 5 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 32 OFFSET 350
0.24ms
SELECT FOUND_ROWS()
1.68ms
SELECT * FROM `products_details` WHERE `product_id` IN ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') ORDER BY `webstore_id` ASC
2.36ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') ORDER BY `position` ASC
0.50ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '8', '12', '1', '6', '15', '5', '14', '4', '9', '13') ORDER BY `singular` ASC
0.61ms
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 ('21', '9', '33', '8', '7', '29', '18', '28', '27', '4', '23', '3', '39', '20', '63') ORDER BY `singular` ASC
0.62ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('25', '51', '55', '76', '34', '50', '28', '40', '33', '38', '37', '67', '43', '23', '68', '39', '26', '54') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.65ms
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 ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') ORDER BY `name` ASC
1.28ms
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 ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') ORDER BY `name` ASC
2.74ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') ORDER BY `position` ASC
5.73ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27308', '23356', '29396', '27560', '25783', '28531', '6633', '18382', '28041', '27561', '28532', '19378', '28042', '28120', '28363', '27570', '28533', '26781', '13186', '25511', '28043', '28118', '13187', '25512', '28044', '28117', '26782', '28362', '27658', '27571', '28534', '26696', '26703', '27572', '28530', '13188', '25513', '28045', '28116', '26783', '28361', '27659', '25514', '26784', '28119', '28364', '27660', '26697', '26704', '27573', '13189', '26698', '28046', '26705', '27574', '13190', '25515', '26785', '28121', '28365', '27661', '26786', '26226', '28360', '27662', '26699', '28047', '26706', '27575', '25516', '27576', '25517', '26787', '26225', '27663', '26700', '28048', '26707', '26701', '26708', '27577', '25518', '26788', '25519', '26789', '27578', '26790', '26702', '26709', '26791', '28739', '28740', '28741', '28742', '27666', '27642', '27665', '27641', '27664', '27640', '28743', '27667', '27643', '28744', '27644', '28745', '28746', '26674', '26673', '26672', '26675', '26676')
0.66ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '141', '103', '140', '142', '44', '104', '94', '45', '95', '80', '105', '225', '46', '96', '81', '47', '54', '106', '55', '82', '107', '97', '48', '83', '56', '98', '57', '49', '84', '124', '58', '144', '185', '85', '50', '86', '59', '145', '51', '60', '87', '88', '61', '62', '63', '65', '67', '69', '90', '91', '92', '71', '93', '73', '123', '75', '77', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.97ms
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 ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.79ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5809', '5694', '5629', '5628', '5634', '5631', '5633', '5608', '5386', '5691', '5599', '5613', '5602', '5614', '5790') ORDER BY `webstore_id` ASC
1.55ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5809', '5694', '5629', '5628', '5634', '5631', '5633', '5608', '5386', '5691', '5599', '5613', '5602', '5614', '5790') ORDER BY `position` ASC
3.57ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28021', '28041', '28303', '28029', '28056', '28862', '26942', '28030', '28057', '28064', '28863', '26943', '28022', '28042', '28304', '28305', '28031', '28058', '28065', '28864', '26944', '28023', '28043', '28865', '26945', '28024', '28044', '28306', '28032', '28059', '28066', '28033', '28060', '28067', '28866', '26946', '28025', '28045', '28307', '26947', '28026', '28046', '28308', '28034', '28061', '28068', '28867', '28035', '28062', '28069', '28868', '26948', '28027', '28047', '28309', '28028', '28048', '28310', '28036', '28063', '28869', '26949', '26950', '26951', '27898', '27854', '27931', '28731', '28281', '26837', '27855', '27932', '27939', '27899', '28732', '28282', '26838', '27900', '27856', '27933', '27940', '28733', '28283', '26839', '27857', '27934', '27941', '27901', '28734', '28284', '26840', '27902', '27858', '27935', '27942', '28735', '28285', '26841', '27936', '27859', '27943', '27903', '28736', '28286', '26842', '27904', '27937', '27860', '27944', '28737', '28287', '26843', '27938', '27861', '27905', '28738', '28288', '27842', '27841', '27840', '27843')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '125', '126', '127', '128') ORDER BY `position` ASC
1.51ms
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 ('2591', '5948', '435', '5824', '5555', '4668', '3563', '5424', '5366', '5105', '5476', '5825', '5380', '5559', '5541', '5641', '5369', '5544', '5742', '5639', '5631', '5658', '5279', '5644', '5791', '5704', '5540', '5645', '5370', '5560', '5168', '5637') GROUP BY `articles`.`id`
0.43ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
155.52ms
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
1.07ms
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.51ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
225.67ms
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.85ms
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
2.82ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8105) ASC LIMIT 3
6.78ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8105) ASC LIMIT 3
0.34ms
SELECT `code`, `taxes` FROM `countries`
0.33ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.29ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.54ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.44ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.32ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.39ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.68ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.74ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.79ms
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-07-20 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
0.31ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,394.92ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,015.44ms
+ 1,015.44ms
View #2 - components.page-header
1,054.54ms
+ 39.10ms
View #3 - components.button
1,054.97ms
+ 0.43ms
View #4 - components.button
1,055.31ms
+ 0.34ms
View #5 - components.facets
1,055.48ms
+ 0.17ms
View #6 - components.filters
1,056.05ms
+ 0.57ms
View #7 - components.close-button
1,056.41ms
+ 0.36ms
View #8 - components.accordion.wrapper
1,056.63ms
+ 0.22ms
View #9 - components.accordion.bodies.filters.list
1,056.65ms
+ 0.03ms
View #10 - components.accordion.wrapper
1,058.17ms
+ 1.52ms
View #11 - components.accordion.bodies.filters.colors
1,058.21ms
+ 0.03ms
View #12 - components.accordion.wrapper
1,058.64ms
+ 0.44ms
View #13 - components.accordion.bodies.filters.list
1,058.67ms
+ 0.03ms
View #14 - components.button
1,058.83ms
+ 0.16ms
View #15 - components.button
1,059.02ms
+ 0.19ms
View #16 - components.button
1,059.19ms
+ 0.17ms
View #17 - components.button
1,059.36ms
+ 0.16ms
View #18 - components.pagination
1,059.58ms
+ 0.22ms
View #19 - components.button
1,059.78ms
+ 0.20ms
View #20 - catalog.partials.products-listing
1,059.97ms
+ 0.19ms
View #21 - components.product-card
1,060.16ms
+ 0.20ms
View #22 - components.add-to-wishlist
1,091.30ms
+ 31.14ms
View #23 - components.product-card
1,093.27ms
+ 1.96ms
View #24 - components.add-to-wishlist
1,095.35ms
+ 2.08ms
View #25 - components.product-card
1,096.58ms
+ 1.23ms
View #26 - components.add-to-wishlist
1,098.46ms
+ 1.88ms
View #27 - components.product-card
1,099.75ms
+ 1.29ms
View #28 - components.add-to-wishlist
1,110.91ms
+ 11.15ms
View #29 - components.product-card
1,112.70ms
+ 1.80ms
View #30 - components.add-to-wishlist
1,116.13ms
+ 3.42ms
View #31 - components.product-card
1,117.85ms
+ 1.72ms
View #32 - components.add-to-wishlist
1,119.93ms
+ 2.08ms
View #33 - components.product-card
1,121.40ms
+ 1.47ms
View #34 - components.add-to-wishlist
1,123.28ms
+ 1.89ms
View #35 - components.product-card
1,124.52ms
+ 1.23ms
View #36 - components.add-to-wishlist
1,129.77ms
+ 5.26ms
View #37 - components.product-card
1,131.66ms
+ 1.89ms
View #38 - components.add-to-wishlist
1,134.20ms
+ 2.53ms
View #39 - components.product-card
1,136.37ms
+ 2.17ms
View #40 - components.add-to-wishlist
1,140.14ms
+ 3.77ms
View #41 - components.product-card
1,142.47ms
+ 2.33ms
View #42 - components.add-to-wishlist
1,145.23ms
+ 2.76ms
View #43 - components.product-card
1,146.91ms
+ 1.69ms
View #44 - components.add-to-wishlist
1,151.74ms
+ 4.82ms
View #45 - components.product-card
1,153.37ms
+ 1.63ms
View #46 - components.add-to-wishlist
1,157.05ms
+ 3.68ms
View #47 - components.product-card
1,158.52ms
+ 1.47ms
View #48 - components.add-to-wishlist
1,161.41ms
+ 2.89ms
View #49 - components.product-card
1,162.85ms
+ 1.44ms
View #50 - components.add-to-wishlist
1,165.99ms
+ 3.14ms
View #51 - components.product-card
1,168.08ms
+ 2.09ms
View #52 - components.add-to-wishlist
1,172.60ms
+ 4.52ms
View #53 - components.product-card
1,174.28ms
+ 1.68ms
View #54 - components.add-to-wishlist
1,177.70ms
+ 3.42ms
View #55 - components.product-card
1,179.67ms
+ 1.97ms
View #56 - components.add-to-wishlist
1,182.91ms
+ 3.24ms
View #57 - components.product-card
1,184.21ms
+ 1.30ms
View #58 - components.add-to-wishlist
1,186.43ms
+ 2.22ms
View #59 - components.product-card
1,187.80ms
+ 1.37ms
View #60 - components.add-to-wishlist
1,192.05ms
+ 4.25ms
View #61 - components.product-card
1,193.71ms
+ 1.66ms
View #62 - components.add-to-wishlist
1,196.56ms
+ 2.85ms
View #63 - components.product-card
1,197.97ms
+ 1.41ms
View #64 - components.add-to-wishlist
1,200.58ms
+ 2.61ms
View #65 - components.product-card
1,202.10ms
+ 1.52ms
View #66 - components.add-to-wishlist
1,204.08ms
+ 1.97ms
View #67 - components.product-card
1,205.31ms
+ 1.23ms
View #68 - components.add-to-wishlist
1,209.13ms
+ 3.82ms
View #69 - components.product-card
1,210.82ms
+ 1.69ms
View #70 - components.add-to-wishlist
1,213.67ms
+ 2.85ms
View #71 - components.product-card
1,215.05ms
+ 1.38ms
View #72 - components.add-to-wishlist
1,217.60ms
+ 2.55ms
View #73 - components.product-card
1,218.99ms
+ 1.39ms
View #74 - components.add-to-wishlist
1,220.95ms
+ 1.96ms
View #75 - components.product-card
1,222.25ms
+ 1.30ms
View #76 - components.add-to-wishlist
1,225.60ms
+ 3.34ms
View #77 - components.product-card
1,227.23ms
+ 1.64ms
View #78 - components.add-to-wishlist
1,229.76ms
+ 2.53ms
View #79 - components.product-card
1,231.14ms
+ 1.38ms
View #80 - components.add-to-wishlist
1,233.46ms
+ 2.32ms
View #81 - components.product-card
1,234.74ms
+ 1.27ms
View #82 - components.add-to-wishlist
1,237.14ms
+ 2.41ms
View #83 - components.product-card
1,238.48ms
+ 1.33ms
View #84 - components.add-to-wishlist
1,242.17ms
+ 3.69ms
View #85 - components.pagination
1,243.73ms
+ 1.56ms
View #86 - components.button
1,244.04ms
+ 0.31ms
View #87 - components.recently-viewed
1,244.26ms
+ 0.22ms
View #88 - components.product-related
1,251.39ms
+ 7.13ms
View #89 - components.seo-footer
1,251.66ms
+ 0.27ms
View #90 - components.facets
1,258.97ms
+ 7.31ms
View #91 - modules.seo-links
1,259.19ms
+ 0.22ms
View #92 - components.button
1,259.54ms
+ 0.35ms
View #93 - components.button
1,259.90ms
+ 0.36ms
View #94 - components.button
1,260.15ms
+ 0.26ms
View #95 - layout.layout
1,260.48ms
+ 0.33ms
View #96 - layout.meta
1,261.16ms
+ 0.67ms
View #97 - modules.notification
1,331.93ms
+ 70.78ms
View #98 - modules.header
1,332.58ms
+ 0.65ms
View #99 - modules.menu
1,333.11ms
+ 0.53ms
View #100 - components.menu-first-level
1,333.81ms
+ 0.71ms
View #101 - components.menu-second-level
1,336.44ms
+ 2.63ms
View #102 - components.menu-pushes
1,342.85ms
+ 6.40ms
View #103 - components.menu-pushes
1,348.16ms
+ 5.31ms
View #104 - components.menu-pushes
1,351.71ms
+ 3.55ms
View #105 - components.menu-pushes
1,355.02ms
+ 3.31ms
View #106 - components.menu-pushes
1,356.14ms
+ 1.11ms
View #107 - components.menu-pushes
1,357.12ms
+ 0.99ms
View #108 - svg.logo
1,357.68ms
+ 0.56ms
View #109 - modules.messages
1,358.45ms
+ 0.77ms
View #110 - modules.breadcrumbs
1,358.81ms
+ 0.36ms
View #111 - modules.footer
1,359.00ms
+ 0.19ms
View #112 - components.reinsurance-support
1,359.27ms
+ 0.26ms
View #113 - components.field
1,359.62ms
+ 0.35ms
View #114 - components.csrf-field
1,359.85ms
+ 0.23ms
View #115 - components.button
1,359.97ms
+ 0.12ms
View #116 - components.footer-links
1,360.18ms
+ 0.22ms
View #117 - modules.panel
1,362.25ms
+ 2.07ms
View #118 - modules.popin
1,362.42ms
+ 0.16ms
View #119 - modules.blueshift-popin
1,362.53ms
+ 0.12ms
View #120 - modules.search-panel
1,363.19ms
+ 0.65ms
View #121 - catalog.search-form
1,363.49ms
+ 0.30ms
View #122 - components.field
1,363.80ms
+ 0.31ms
View #123 - modules.toaster
1,364.66ms
+ 0.86ms
View #124 - layout.overlay
1,364.81ms
+ 0.15ms
View #125 - modules.webstore-switcher
1,366.46ms
+ 1.65ms
View #126 - components.close-button
1,366.78ms
+ 0.31ms
View #127 - components.native-select
1,367.12ms
+ 0.34ms
View #128 - components.native-select
1,367.48ms
+ 0.36ms
View #129 - components.button
1,367.69ms
+ 0.22ms
View #130 - components.button
1,367.91ms
+ 0.22ms
View #131 - helpers.grid
1,368.15ms
+ 0.24ms
View #132 - modules.loading-bar
1,368.27ms
+ 0.12ms
View #133 - 3rdparties.didomi
1,391.92ms
+ 23.65ms
View #134 - 3rdparties.gtm
1,392.13ms
+ 0.21ms
View #135 - 3rdparties.abtasty.main
1,392.25ms
+ 0.12ms
View #136 - 3rdparties.abtasty.tracking
1,392.37ms
+ 0.12ms
View #137 - 3rdparties.blueshift
1,392.55ms
+ 0.18ms
View #138 - 3rdparties.sizebay.main
1,392.97ms
+ 0.42ms
View #139 - 3rdparties.sizebay.tracking
1,393.13ms
+ 0.16ms
View #140 - 3rdparties.gsi
1,393.33ms
+ 0.20ms
View #141 - 3rdparties.applepay
1,393.44ms
+ 0.10ms
View #142 - 3rdparties.alma
1,393.63ms
+ 0.20ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
1,394.96ms
+ 1.33ms
... array(39)
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_X_FORWARDED_FOR string(14) 216.73.216.246
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) d4a5775be070
HTTP_X_REAL_IP string(14) 216.73.216.246
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.2
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) 51976
REDIRECT_URL string(17) /fr/c-soldes.html
REDIRECT_QUERY_STRING string(25) /fr/c-soldes.html&page=12
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(25) /fr/c-soldes.html&page=12
REQUEST_URI string(25) /fr/c-soldes.html?page=12
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1787091872.531
REQUEST_TIME int 1787091872
HTTPS string(2) on
... array(3)
csrf_token string(40) WundaYKDuKpnlEY5piyhePkPF9qL5IlWxS9wz1ET
last_category string(15) stdClass object
cart string(12) Order object