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.53ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.69ms
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.39ms
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.35ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.90ms
SELECT * FROM `config`
0.55ms
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.58ms
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.54ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.53ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '117' AND `webstore_id` = '1' ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.37ms
SELECT * FROM `categories_links` WHERE `category_id` = '5' ORDER BY `position` ASC
483.46ms
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
32.50ms
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
28.05ms
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`
439.18ms
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 31 OFFSET 63
0.13ms
SELECT FOUND_ROWS()
2.21ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') ORDER BY `webstore_id` ASC
2.92ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') ORDER BY `position` ASC
0.70ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '6', '5', '2', '7', '4', '1', '8', '9') ORDER BY `singular` ASC
4.02ms
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 ('25', '7', '27', '22', '20', '23', '18', '44', '76', '8', '9', '30') ORDER BY `singular` ASC
0.78ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('45', '34', '37', '26', '43', '40', '46', '31', '49', '42', '33', '64', '51', '15', '35') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.90ms
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 ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') ORDER BY `name` ASC
1.07ms
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 ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') ORDER BY `name` ASC
4.14ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') ORDER BY `position` ASC
9.20ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28319', '27172', '28056', '29393', '27232', '27527', '19075', '29708', '28029', '29723', '27528', '29709', '29274', '28030', '29724', '28320', '27173', '28057', '27233', '27418', '28189', '23599', '28058', '27234', '27416', '27529', '27604', '28031', '29710', '29272', '29424', '27379', '29725', '28321', '27174', '27605', '28032', '29711', '29271', '29425', '27378', '29726', '28322', '27175', '28188', '23600', '28059', '27235', '27415', '27530', '28060', '27236', '27414', '27531', '27606', '28033', '29712', '29270', '29426', '27377', '29727', '27176', '28323', '28187', '23601', '29273', '29427', '27380', '28324', '28190', '23602', '27237', '27417', '27532', '27607', '28034', '29713', '29728', '27238', '27419', '27177', '27533', '27608', '29275', '29428', '28061', '27381', '28325', '23603', '23604', '28035', '29714', '29729', '27239', '27178', '27609', '29269', '29429', '28062', '27179', '27610', '29430', '28063', '23605', '28036', '29730', '23606', '29731', '27611', '29431', '27612', '29432', '25070', '29732', '22682', '29599', '27931', '29591', '28255', '27319', '29759', '29536', '28221', '29541', '29535', '28220', '29592', '29540', '28256', '27318', '22683', '29758', '29600', '27932', '29757', '29534', '28219', '29539', '27317', '29537', '22684', '28222', '29542', '29601', '27933', '27320', '29760', '29593', '28257', '29761', '29538', '28223', '29543', '29594', '28258', '22685', '29602', '27934', '29031', '27624', '28151', '27623', '29603', '27935', '28150', '29030', '29595', '28259', '22686', '27622', '28149', '29029', '29596', '28152', '28260', '22687', '29032', '29604', '27936', '27625', '28153', '29033', '29597', '28261', '22688', '29605', '27937', '28262', '22689', '29606', '27938', '29598', '28070', '28263', '29550', '29549', '29548', '29551')
3.28ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('2', '44', '121', '1', '122', '4', '45', '94', '5', '95', '80', '46', '8', '7', '81', '47', '96', '11', '10', '48', '14', '97', '13', '82', '98', '83', '17', '16', '49', '20', '124', '19', '84', '85', '50', '23', '185', '51', '86', '87', '52', '88', '53', '62', '40', '152', '41', '64', '153', '154', '42', '43', '66', '155', '157', '132', '68', '90', '91', '70', '92', '72', '93', '123', '74', '76', '131', '130', '125', '126', '127', '128') ORDER BY `position` ASC
1.10ms
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 ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.20ms
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 ('5974', '5665', '4519', '5696', '5497', '6005', '5977', '5975', '5861', '6001', '5984', '5918', '5681', '5674', '5479', '5687', '5447', '5548', '5490', '5521', '5999', '5983', '5945', '5952', '5633', '5613', '5551', '5629', '5461', '3728', '4710') GROUP BY `articles`.`id`
0.39ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
326.48ms
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.40ms
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.44ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
523.93ms
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
1.72ms
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
4.42ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8105) ASC LIMIT 3
28.62ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8105) ASC LIMIT 3
0.53ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.95ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.31ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.01ms
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-18 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
3,351.61ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
2,602.46ms
+ 2,602.46ms
View #2 - components.page-header
2,693.40ms
+ 90.94ms
View #3 - components.button
2,694.08ms
+ 0.68ms
View #4 - components.button
2,694.58ms
+ 0.50ms
View #5 - components.facets
2,694.88ms
+ 0.30ms
View #6 - components.filters
2,695.59ms
+ 0.71ms
View #7 - components.close-button
2,696.08ms
+ 0.49ms
View #8 - components.accordion.wrapper
2,696.47ms
+ 0.39ms
View #9 - components.accordion.bodies.filters.list
2,696.52ms
+ 0.05ms
View #10 - components.accordion.wrapper
2,702.56ms
+ 6.04ms
View #11 - components.accordion.bodies.filters.colors
2,702.63ms
+ 0.07ms
View #12 - components.accordion.wrapper
2,703.54ms
+ 0.91ms
View #13 - components.accordion.bodies.filters.list
2,703.59ms
+ 0.05ms
View #14 - components.button
2,703.93ms
+ 0.33ms
View #15 - components.button
2,704.32ms
+ 0.39ms
View #16 - components.button
2,704.62ms
+ 0.30ms
View #17 - components.button
2,704.92ms
+ 0.30ms
View #18 - components.pagination
2,705.25ms
+ 0.33ms
View #19 - components.button
2,705.58ms
+ 0.33ms
View #20 - catalog.partials.products-listing
2,705.90ms
+ 0.33ms
View #21 - components.product-card
2,706.25ms
+ 0.34ms
View #22 - components.add-to-wishlist
2,782.55ms
+ 76.30ms
View #23 - components.product-card
2,785.21ms
+ 2.66ms
View #24 - components.add-to-wishlist
2,789.50ms
+ 4.29ms
View #25 - components.product-card
2,791.61ms
+ 2.11ms
View #26 - components.add-to-wishlist
2,796.02ms
+ 4.41ms
View #27 - components.product-card
2,798.16ms
+ 2.14ms
View #28 - components.add-to-wishlist
2,802.52ms
+ 4.36ms
View #29 - components.product-card
2,804.72ms
+ 2.20ms
View #30 - components.add-to-wishlist
2,809.70ms
+ 4.98ms
View #31 - components.product-card
2,812.19ms
+ 2.50ms
View #32 - components.add-to-wishlist
2,817.47ms
+ 5.28ms
View #33 - components.product-card
2,820.11ms
+ 2.65ms
View #34 - components.add-to-wishlist
2,824.86ms
+ 4.74ms
View #35 - components.product-card
2,827.26ms
+ 2.41ms
View #36 - components.add-to-wishlist
2,831.77ms
+ 4.50ms
View #37 - components.product-card
2,833.91ms
+ 2.14ms
View #38 - components.add-to-wishlist
2,838.34ms
+ 4.43ms
View #39 - components.product-card
2,841.42ms
+ 3.08ms
View #40 - components.add-to-wishlist
2,846.61ms
+ 5.19ms
View #41 - components.product-card
2,848.93ms
+ 2.33ms
View #42 - components.add-to-wishlist
2,853.79ms
+ 4.85ms
View #43 - components.catalog-push
2,856.38ms
+ 2.60ms
View #44 - components.button
2,857.73ms
+ 1.35ms
View #45 - components.product-card
2,858.24ms
+ 0.51ms
View #46 - components.add-to-wishlist
2,863.23ms
+ 4.99ms
View #47 - components.product-card
2,865.45ms
+ 2.22ms
View #48 - components.add-to-wishlist
2,871.05ms
+ 5.60ms
View #49 - components.product-card
2,873.26ms
+ 2.21ms
View #50 - components.add-to-wishlist
2,878.06ms
+ 4.80ms
View #51 - components.product-card
2,881.93ms
+ 3.88ms
View #52 - components.add-to-wishlist
2,889.93ms
+ 8.00ms
View #53 - components.product-card
2,892.24ms
+ 2.31ms
View #54 - components.add-to-wishlist
2,899.72ms
+ 7.48ms
View #55 - components.product-card
2,903.54ms
+ 3.82ms
View #56 - components.add-to-wishlist
2,922.98ms
+ 19.43ms
View #57 - components.product-card
2,925.76ms
+ 2.78ms
View #58 - components.add-to-wishlist
2,931.56ms
+ 5.80ms
View #59 - components.product-card
2,933.89ms
+ 2.33ms
View #60 - components.add-to-wishlist
2,938.19ms
+ 4.30ms
View #61 - components.product-card
2,940.58ms
+ 2.39ms
View #62 - components.add-to-wishlist
2,946.74ms
+ 6.16ms
View #63 - components.product-card
2,949.23ms
+ 2.49ms
View #64 - components.add-to-wishlist
2,954.17ms
+ 4.94ms
View #65 - components.product-card
2,956.91ms
+ 2.74ms
View #66 - components.add-to-wishlist
2,961.96ms
+ 5.05ms
View #67 - components.product-card
2,964.89ms
+ 2.93ms
View #68 - components.add-to-wishlist
2,968.98ms
+ 4.09ms
View #69 - components.product-card
2,971.71ms
+ 2.73ms
View #70 - components.add-to-wishlist
2,978.60ms
+ 6.89ms
View #71 - components.product-card
2,982.36ms
+ 3.76ms
View #72 - components.add-to-wishlist
2,988.48ms
+ 6.12ms
View #73 - components.product-card
2,990.95ms
+ 2.46ms
View #74 - components.add-to-wishlist
2,999.27ms
+ 8.33ms
View #75 - components.product-card
3,003.03ms
+ 3.75ms
View #76 - components.add-to-wishlist
3,009.35ms
+ 6.32ms
View #77 - components.product-card
3,012.47ms
+ 3.12ms
View #78 - components.add-to-wishlist
3,017.91ms
+ 5.44ms
View #79 - components.product-card
3,021.45ms
+ 3.54ms
View #80 - components.add-to-wishlist
3,029.72ms
+ 8.27ms
View #81 - components.product-card
3,032.58ms
+ 2.86ms
View #82 - components.add-to-wishlist
3,038.04ms
+ 5.46ms
View #83 - components.product-card
3,042.45ms
+ 4.41ms
View #84 - components.add-to-wishlist
3,049.05ms
+ 6.60ms
View #85 - components.pagination
3,051.76ms
+ 2.71ms
View #86 - components.button
3,052.27ms
+ 0.50ms
View #87 - components.recently-viewed
3,052.66ms
+ 0.40ms
View #88 - components.product-related
3,063.56ms
+ 10.89ms
View #89 - components.seo-footer
3,063.95ms
+ 0.39ms
View #90 - components.facets
3,064.94ms
+ 0.99ms
View #91 - modules.seo-links
3,066.55ms
+ 1.62ms
View #92 - components.button
3,067.14ms
+ 0.59ms
View #93 - components.button
3,067.65ms
+ 0.51ms
View #94 - components.button
3,068.06ms
+ 0.41ms
View #95 - layout.layout
3,069.95ms
+ 1.89ms
View #96 - layout.meta
3,075.37ms
+ 5.41ms
View #97 - modules.notification
3,252.04ms
+ 176.67ms
View #98 - modules.header
3,253.09ms
+ 1.05ms
View #99 - modules.menu
3,253.97ms
+ 0.88ms
View #100 - components.menu-first-level
3,254.87ms
+ 0.90ms
View #101 - components.menu-second-level
3,266.94ms
+ 12.06ms
View #102 - components.menu-pushes
3,275.54ms
+ 8.61ms
View #103 - components.menu-pushes
3,283.67ms
+ 8.13ms
View #104 - components.menu-pushes
3,289.65ms
+ 5.98ms
View #105 - components.menu-pushes
3,295.60ms
+ 5.94ms
View #106 - components.menu-pushes
3,297.43ms
+ 1.84ms
View #107 - components.menu-pushes
3,299.44ms
+ 2.00ms
View #108 - svg.logo
3,300.46ms
+ 1.02ms
View #109 - modules.messages
3,301.35ms
+ 0.89ms
View #110 - modules.breadcrumbs
3,301.86ms
+ 0.51ms
View #111 - modules.footer
3,302.15ms
+ 0.28ms
View #112 - components.reinsurance-support
3,302.61ms
+ 0.47ms
View #113 - components.field
3,303.27ms
+ 0.66ms
View #114 - components.csrf-field
3,303.61ms
+ 0.33ms
View #115 - components.button
3,303.82ms
+ 0.21ms
View #116 - components.footer-links
3,304.11ms
+ 0.29ms
View #117 - modules.panel
3,307.26ms
+ 3.14ms
View #118 - modules.popin
3,307.49ms
+ 0.23ms
View #119 - modules.blueshift-popin
3,307.69ms
+ 0.20ms
View #120 - modules.search-panel
3,308.72ms
+ 1.03ms
View #121 - catalog.search-form
3,309.11ms
+ 0.39ms
View #122 - components.field
3,309.74ms
+ 0.63ms
View #123 - modules.toaster
3,311.03ms
+ 1.30ms
View #124 - layout.overlay
3,311.37ms
+ 0.33ms
View #125 - modules.webstore-switcher
3,314.05ms
+ 2.68ms
View #126 - components.close-button
3,314.73ms
+ 0.68ms
View #127 - components.native-select
3,315.32ms
+ 0.59ms
View #128 - components.native-select
3,315.89ms
+ 0.57ms
View #129 - components.button
3,316.19ms
+ 0.30ms
View #130 - components.button
3,316.50ms
+ 0.31ms
View #131 - helpers.grid
3,316.80ms
+ 0.29ms
View #132 - modules.loading-bar
3,316.97ms
+ 0.17ms
View #133 - 3rdparties.didomi
3,346.77ms
+ 29.80ms
View #134 - 3rdparties.gtm
3,347.08ms
+ 0.30ms
View #135 - 3rdparties.abtasty.main
3,347.41ms
+ 0.33ms
View #136 - 3rdparties.abtasty.tracking
3,347.65ms
+ 0.24ms
View #137 - 3rdparties.blueshift
3,347.97ms
+ 0.32ms
View #138 - 3rdparties.sizebay.main
3,348.47ms
+ 0.50ms
View #139 - 3rdparties.sizebay.tracking
3,348.71ms
+ 0.25ms
View #140 - 3rdparties.gsi
3,349.01ms
+ 0.29ms
View #141 - 3rdparties.applepay
3,349.26ms
+ 0.26ms
View #142 - 3rdparties.alma
3,349.55ms
+ 0.29ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
3,351.67ms
+ 2.12ms
... 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) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=a747170ecf4fa751fd403b4de42a6cacbc1b53d0%2BIzQNxpmjhmAK7RTgsWEGf7nzukG7ieRYdKxU8DIM; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(13) 216.73.217.39
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(13) 216.73.217.39
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) 58314
REDIRECT_URL string(17) /fr/c-soldes.html
REDIRECT_QUERY_STRING string(24) /fr/c-soldes.html&page=3
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(24) /fr/c-soldes.html&page=3
REQUEST_URI string(24) /fr/c-soldes.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786969835.507
REQUEST_TIME int 1786969835
HTTPS string(2) on
... array(3)
csrf_token string(40) HndMIH7hRzS0Qznk9D4PREClOuml8ON4jXzDIZqg
last_category string(15) stdClass object
cart string(12) Order object