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.36ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.45ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.35ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.77ms
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.47ms
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.52ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.04ms
SELECT * FROM `config`
0.89ms
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.51ms
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.50ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.68ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '117' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.63ms
SELECT * FROM `categories_links` WHERE `category_id` = '5' ORDER BY `position` ASC
189.86ms
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
17.32ms
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
11.97ms
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`
225.13ms
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 126
0.21ms
SELECT FOUND_ROWS()
1.13ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') ORDER BY `webstore_id` ASC
1.29ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') ORDER BY `position` ASC
0.35ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '1', '7', '10', '6', '13', '9', '4', '8', '3') ORDER BY `singular` ASC
0.86ms
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', '8', '24', '57', '20', '7', '44', '63', '41', '23', '28', '9', '3', '36', '25', '21', '19', '26') ORDER BY `singular` ASC
0.61ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('37', '28', '5', '59', '26', '64', '33', '31', '40', '54', '34', '70', '42', '38', '39', '52', '23', '32', '47', '44', '43', '46', '50') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.97ms
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 ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') ORDER BY `name` ASC
1.05ms
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 ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') ORDER BY `name` ASC
2.57ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') ORDER BY `position` ASC
8.13ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('25850', '29382', '29715', '29340', '27050', '25483', '29089', '28289', '29341', '27051', '28290', '29226', '25851', '22303', '29716', '28193', '13191', '29068', '29717', '29266', '29073', '29342', '27052', '29224', '28291', '29145', '25852', '29170', '29223', '28292', '29144', '25853', '28575', '29169', '28192', '13192', '29067', '29718', '29265', '29072', '29343', '27053', '13193', '29066', '29106', '29719', '29264', '29071', '29344', '27054', '29222', '28293', '29143', '25854', '28576', '29168', '27876', '28191', '29225', '29146', '28577', '29171', '27877', '28194', '13194', '29069', '29107', '29267', '29345', '29074', '29108', '28294', '29268', '25855', '29346', '29695', '29075', '29227', '29147', '29720', '28578', '29172', '27055', '27878', '28195', '13195', '29070', '29721', '28579', '27056', '27879', '29109', '28295', '25856', '29347', '29694', '29221', '29693', '29722', '28580', '27057', '27880', '29110', '28296', '27058', '27881', '29111', '29696', '27059', '29697', '27898', '29552', '27332', '28641', '27042', '28207', '21259', '28281', '29501', '29553', '27333', '28640', '28206', '29500', '27899', '28205', '29499', '27043', '21260', '28282', '28639', '28642', '27900', '28208', '29554', '29502', '27334', '21261', '29503', '28283', '28643', '27044', '28209', '29555', '27335', '27901', '29198', '27045', '23082', '21262', '28284', '27902', '29556', '29197', '27336', '23081', '29196', '21263', '28285', '23080', '27046', '27337', '29199', '27903', '23083', '29557', '23084', '27047', '21264', '28286', '29200', '27904', '29558', '27338', '28287', '27048', '23689', '27339', '27905', '29559', '27049', '28288', '27340')
0.87ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '141', '1', '121', '4', '45', '94', '95', '46', '7', '96', '47', '81', '10', '97', '112', '48', '13', '82', '55', '98', '83', '56', '113', '16', '114', '49', '124', '19', '143', '84', '57', '50', '85', '58', '115', '22', '144', '185', '145', '51', '86', '59', '116', '52', '60', '117', '146', '53', '192', '62', '40', '63', '64', '41', '42', '65', '43', '66', '67', '132', '68', '90', '69', '70', '91', '92', '71', '72', '93', '123', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
0.83ms
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 ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.36ms
SELECT * FROM `products_details` WHERE `product_id` IN ('6002', '5980') ORDER BY `webstore_id` ASC
0.53ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('6002', '5980') ORDER BY `position` ASC
0.89ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29733', '29734', '29735', '29736', '29737', '29738', '29739', '29740', '29568', '29569', '29570', '29571', '29572', '29573', '29574', '29575')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '64', '66', '68', '70', '72', '74', '76', '130') ORDER BY `position` ASC
2.99ms
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 ('5482', '6013', '5887', '5879', '5917', '5929', '5757', '5675', '5608', '5892', '5935', '5904', '5997', '5182', '5605', '4214', '5098', '5870', '5869', '5967', '5909', '5429', '5428', '4605', '5770', '6000', '5978', '5678', '2592', '5692', '5691', '5874') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
274.57ms
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.01ms
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.38ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
435.24ms
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.05ms
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.39ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8105) ASC LIMIT 3
11.93ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8105) ASC LIMIT 3
0.32ms
SELECT `code`, `taxes` FROM `countries`
0.38ms
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.22ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.30ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.34ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.48ms
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.40ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.88ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.87ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.33ms
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
0.30ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
2,124.24ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,573.25ms
+ 1,573.24ms
View #2 - components.page-header
1,631.67ms
+ 58.42ms
View #3 - components.button
1,632.56ms
+ 0.89ms
View #4 - components.button
1,632.99ms
+ 0.43ms
View #5 - components.facets
1,633.33ms
+ 0.35ms
View #6 - components.filters
1,634.45ms
+ 1.11ms
View #7 - components.close-button
1,634.94ms
+ 0.49ms
View #8 - components.accordion.wrapper
1,635.52ms
+ 0.58ms
View #9 - components.accordion.bodies.filters.list
1,635.57ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,637.54ms
+ 1.97ms
View #11 - components.accordion.bodies.filters.colors
1,637.58ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,638.45ms
+ 0.87ms
View #13 - components.accordion.bodies.filters.list
1,638.50ms
+ 0.05ms
View #14 - components.button
1,638.77ms
+ 0.27ms
View #15 - components.button
1,639.09ms
+ 0.32ms
View #16 - components.button
1,639.38ms
+ 0.28ms
View #17 - components.button
1,639.66ms
+ 0.29ms
View #18 - components.pagination
1,639.98ms
+ 0.32ms
View #19 - components.button
1,640.29ms
+ 0.31ms
View #20 - catalog.partials.products-listing
1,640.69ms
+ 0.40ms
View #21 - components.product-card
1,641.02ms
+ 0.33ms
View #22 - components.add-to-wishlist
1,692.96ms
+ 51.93ms
View #23 - components.product-card
1,696.05ms
+ 3.10ms
View #24 - components.add-to-wishlist
1,701.70ms
+ 5.65ms
View #25 - components.product-card
1,704.47ms
+ 2.77ms
View #26 - components.add-to-wishlist
1,708.68ms
+ 4.21ms
View #27 - components.product-card
1,710.80ms
+ 2.13ms
View #28 - components.add-to-wishlist
1,715.05ms
+ 4.25ms
View #29 - components.product-card
1,717.22ms
+ 2.17ms
View #30 - components.add-to-wishlist
1,721.85ms
+ 4.63ms
View #31 - components.product-card
1,724.23ms
+ 2.38ms
View #32 - components.add-to-wishlist
1,729.19ms
+ 4.97ms
View #33 - components.product-card
1,731.41ms
+ 2.21ms
View #34 - components.add-to-wishlist
1,735.97ms
+ 4.57ms
View #35 - components.product-card
1,738.03ms
+ 2.06ms
View #36 - components.add-to-wishlist
1,742.05ms
+ 4.01ms
View #37 - components.product-card
1,744.18ms
+ 2.14ms
View #38 - components.add-to-wishlist
1,748.89ms
+ 4.70ms
View #39 - components.product-card
1,751.22ms
+ 2.33ms
View #40 - components.add-to-wishlist
1,755.65ms
+ 4.43ms
View #41 - components.product-card
1,757.76ms
+ 2.12ms
View #42 - components.add-to-wishlist
1,761.06ms
+ 3.30ms
View #43 - components.product-card
1,763.31ms
+ 2.25ms
View #44 - components.add-to-wishlist
1,767.64ms
+ 4.33ms
View #45 - components.product-card
1,769.69ms
+ 2.05ms
View #46 - components.add-to-wishlist
1,773.98ms
+ 4.29ms
View #47 - components.product-card
1,776.32ms
+ 2.35ms
View #48 - components.add-to-wishlist
1,791.10ms
+ 14.78ms
View #49 - components.product-card
1,793.52ms
+ 2.42ms
View #50 - components.add-to-wishlist
1,797.95ms
+ 4.43ms
View #51 - components.product-card
1,800.06ms
+ 2.11ms
View #52 - components.add-to-wishlist
1,804.46ms
+ 4.41ms
View #53 - components.product-card
1,806.68ms
+ 2.22ms
View #54 - components.add-to-wishlist
1,809.72ms
+ 3.04ms
View #55 - components.product-card
1,812.21ms
+ 2.49ms
View #56 - components.add-to-wishlist
1,816.80ms
+ 4.60ms
View #57 - components.product-card
1,818.91ms
+ 2.10ms
View #58 - components.add-to-wishlist
1,823.13ms
+ 4.22ms
View #59 - components.product-card
1,825.54ms
+ 2.41ms
View #60 - components.add-to-wishlist
1,829.44ms
+ 3.90ms
View #61 - components.product-card
1,831.56ms
+ 2.12ms
View #62 - components.add-to-wishlist
1,836.42ms
+ 4.87ms
View #63 - components.product-card
1,839.11ms
+ 2.69ms
View #64 - components.add-to-wishlist
1,844.09ms
+ 4.98ms
View #65 - components.product-card
1,846.54ms
+ 2.44ms
View #66 - components.add-to-wishlist
1,850.66ms
+ 4.12ms
View #67 - components.product-card
1,853.06ms
+ 2.40ms
View #68 - components.add-to-wishlist
1,857.41ms
+ 4.34ms
View #69 - components.product-card
1,859.44ms
+ 2.04ms
View #70 - components.add-to-wishlist
1,864.21ms
+ 4.77ms
View #71 - components.product-card
1,866.61ms
+ 2.39ms
View #72 - components.add-to-wishlist
1,871.57ms
+ 4.96ms
View #73 - components.product-card
1,873.74ms
+ 2.18ms
View #74 - components.add-to-wishlist
1,878.74ms
+ 5.00ms
View #75 - components.product-card
1,881.29ms
+ 2.55ms
View #76 - components.add-to-wishlist
1,885.10ms
+ 3.81ms
View #77 - components.product-card
1,887.21ms
+ 2.11ms
View #78 - components.add-to-wishlist
1,891.10ms
+ 3.89ms
View #79 - components.product-card
1,893.26ms
+ 2.16ms
View #80 - components.add-to-wishlist
1,897.69ms
+ 4.43ms
View #81 - components.product-card
1,899.88ms
+ 2.20ms
View #82 - components.add-to-wishlist
1,904.67ms
+ 4.79ms
View #83 - components.product-card
1,907.13ms
+ 2.46ms
View #84 - components.add-to-wishlist
1,910.03ms
+ 2.90ms
View #85 - components.pagination
1,912.36ms
+ 2.33ms
View #86 - components.button
1,912.79ms
+ 0.43ms
View #87 - components.recently-viewed
1,913.25ms
+ 0.46ms
View #88 - components.product-related
1,924.24ms
+ 11.00ms
View #89 - components.seo-footer
1,924.90ms
+ 0.66ms
View #90 - components.facets
1,926.28ms
+ 1.38ms
View #91 - modules.seo-links
1,926.70ms
+ 0.42ms
View #92 - components.button
1,927.39ms
+ 0.69ms
View #93 - components.button
1,927.90ms
+ 0.51ms
View #94 - components.button
1,928.32ms
+ 0.43ms
View #95 - layout.layout
1,928.77ms
+ 0.45ms
View #96 - layout.meta
1,929.52ms
+ 0.75ms
View #97 - modules.notification
2,020.83ms
+ 91.30ms
View #98 - modules.header
2,021.80ms
+ 0.98ms
View #99 - modules.menu
2,022.98ms
+ 1.18ms
View #100 - components.menu-first-level
2,023.87ms
+ 0.89ms
View #101 - components.menu-second-level
2,027.85ms
+ 3.98ms
View #102 - components.menu-pushes
2,036.31ms
+ 8.46ms
View #103 - components.menu-pushes
2,045.19ms
+ 8.88ms
View #104 - components.menu-pushes
2,050.86ms
+ 5.67ms
View #105 - components.menu-pushes
2,067.29ms
+ 16.42ms
View #106 - components.menu-pushes
2,069.28ms
+ 2.00ms
View #107 - components.menu-pushes
2,070.99ms
+ 1.71ms
View #108 - svg.logo
2,072.02ms
+ 1.02ms
View #109 - modules.messages
2,073.15ms
+ 1.14ms
View #110 - modules.breadcrumbs
2,073.65ms
+ 0.49ms
View #111 - modules.footer
2,074.05ms
+ 0.40ms
View #112 - components.reinsurance-support
2,074.59ms
+ 0.54ms
View #113 - components.field
2,075.43ms
+ 0.84ms
View #114 - components.csrf-field
2,075.97ms
+ 0.55ms
View #115 - components.button
2,076.21ms
+ 0.23ms
View #116 - components.footer-links
2,076.52ms
+ 0.31ms
View #117 - modules.panel
2,079.95ms
+ 3.43ms
View #118 - modules.popin
2,080.21ms
+ 0.26ms
View #119 - modules.blueshift-popin
2,080.51ms
+ 0.30ms
View #120 - modules.search-panel
2,081.66ms
+ 1.15ms
View #121 - catalog.search-form
2,082.17ms
+ 0.51ms
View #122 - components.field
2,082.71ms
+ 0.54ms
View #123 - modules.toaster
2,084.17ms
+ 1.46ms
View #124 - layout.overlay
2,084.35ms
+ 0.18ms
View #125 - modules.webstore-switcher
2,087.07ms
+ 2.73ms
View #126 - components.close-button
2,087.47ms
+ 0.40ms
View #127 - components.native-select
2,087.99ms
+ 0.52ms
View #128 - components.native-select
2,088.56ms
+ 0.57ms
View #129 - components.button
2,088.86ms
+ 0.30ms
View #130 - components.button
2,089.18ms
+ 0.32ms
View #131 - helpers.grid
2,090.34ms
+ 1.16ms
View #132 - modules.loading-bar
2,090.55ms
+ 0.22ms
View #133 - 3rdparties.didomi
2,119.95ms
+ 29.39ms
View #134 - 3rdparties.gtm
2,120.20ms
+ 0.25ms
View #135 - 3rdparties.abtasty.main
2,120.36ms
+ 0.17ms
View #136 - 3rdparties.abtasty.tracking
2,120.54ms
+ 0.18ms
View #137 - 3rdparties.blueshift
2,120.83ms
+ 0.29ms
View #138 - 3rdparties.sizebay.main
2,121.46ms
+ 0.63ms
View #139 - 3rdparties.sizebay.tracking
2,121.70ms
+ 0.24ms
View #140 - 3rdparties.gsi
2,121.95ms
+ 0.25ms
View #141 - 3rdparties.applepay
2,122.10ms
+ 0.15ms
View #142 - 3rdparties.alma
2,122.57ms
+ 0.47ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
2,124.28ms
+ 1.71ms
... 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(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) 52122
REDIRECT_URL string(17) /fr/c-soldes.html
REDIRECT_QUERY_STRING string(24) /fr/c-soldes.html&page=5
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=5
REQUEST_URI string(24) /fr/c-soldes.html?page=5
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786974784.201
REQUEST_TIME int 1786974784
HTTPS string(2) on
... array(3)
csrf_token string(40) VvXe9Ppoczan8Ayf8whCQkfb9maIDj2aKrXE6pl1
last_category string(15) stdClass object
cart string(12) Order object