Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Product family

Color

Sort by

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.34ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.58ms
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.35ms
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.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.60ms
SELECT * FROM `config`
0.58ms
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_en` = 'mid-season-sale-30selection' 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` = '60' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.49ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '100' AND `webstore_id` = '1' ORDER BY `position` ASC
0.39ms
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.46ms
SELECT * FROM `categories_links` WHERE `category_id` = '60' ORDER BY `position` ASC
23.83ms
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
4.62ms
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
3.61ms
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`
25.10ms
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 32 OFFSET 63
0.13ms
SELECT FOUND_ROWS()
1.02ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') ORDER BY `webstore_id` ASC
1.11ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') ORDER BY `position` ASC
0.37ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('8', '2', '6', '3', '7', '5', '12', '4', '15', '1') 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 ('9', '22', '7', '76', '21', '18', '45', '23', '61', '25', '29', '19', '8', '44', '15', '20') ORDER BY `singular` ASC
0.53ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('50', '33', '49', '40', '53', '42', '39', '43', '45', '44', '64', '31', '28', '66', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.06ms
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 ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') ORDER BY `name` ASC
0.80ms
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 ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') ORDER BY `name` ASC
1.39ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') ORDER BY `position` ASC
3.10ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23355', '28473', '28496', '28519', '28326', '28839', '28510', '28862', '23356', '26196', '28542', '28950', '28847', '28518', '28142', '28848', '28131', '28143', '28460', '28474', '28497', '28327', '28840', '28511', '28863', '25026', '28498', '28545', '28328', '28841', '28512', '28864', '28414', '25027', '28849', '28129', '28144', '28193', '28461', '28475', '28850', '28128', '28145', '28192', '28462', '28476', '28499', '28546', '28329', '28842', '28513', '28865', '28413', '25028', '28412', '25029', '28851', '28127', '28146', '28191', '28463', '28477', '28500', '28547', '28330', '28843', '28514', '28866', '28194', '28464', '28478', '28548', '28501', '28515', '28415', '25030', '28130', '28147', '28416', '25031', '28132', '28867', '28148', '28331', '28844', '28195', '28465', '28479', '28549', '28502', '28516', '28852', '28550', '28517', '28853', '28868', '28332', '28845', '28812', '28869', '28846', '28854', '28731', '28739', '28226', '28813', '28631', '28701', '28630', '28700', '28225', '28732', '28740', '28814', '28629', '28699', '28224', '28702', '28227', '28741', '28733', '28632', '28633', '28815', '28703', '28228', '28734', '28742', '28816', '28743', '28735', '28817', '28736', '28744', '28818', '28745', '28737', '28738', '28746', '26674', '26673', '26672', '26675', '26676')
0.73ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '1', '142', '44', '140', '45', '94', '4', '5', '7', '81', '46', '95', '8', '47', '96', '10', '82', '11', '97', '14', '48', '13', '83', '98', '16', '84', '17', '124', '20', '49', '19', '85', '86', '22', '50', '62', '51', '63', '40', '64', '41', '65', '66', '42', '43', '67', '132', '68', '69', '70', '71', '72', '73', '74', '75', '77', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.72ms
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 ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.53ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5447', '5695', '5814', '5813', '5445', '5684', '5794', '5382') ORDER BY `webstore_id` ASC
0.85ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5447', '5695', '5814', '5813', '5445', '5684', '5794', '5382') ORDER BY `position` ASC
1.43ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28900', '28311', '27172', '28892', '28893', '28901', '28312', '27173', '28902', '28313', '27174', '28894', '28895', '28903', '28314', '27175', '28904', '28315', '27176', '28896', '28897', '28905', '28316', '27177', '28906', '28317', '27178', '28898', '26799', '28907', '28318', '27179', '28755', '28899', '27156', '28234', '28756', '26800', '28235', '27157', '28757', '26801', '28236', '27158', '28758', '26802', '28237', '27159', '28759', '26803', '28238', '27160', '28760', '26804', '28239', '27161', '28761', '26805', '28240', '27162', '28762', '26806', '28241', '27163', '28763', '26807')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '62', '51', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130') ORDER BY `position` ASC
1.67ms
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 ('5840', '5013', '5753', '5783', '5714', '5366', '5258', '5809', '5790', '5750', '5697', '5682', '5731', '5807', '5791', '5768', '5724', '5675', '5802', '5806', '4667', '5833', '5832', '5828', '5664', '5730', '5722', '5729', '4668', '5660', '5638', '5727') GROUP BY `articles`.`id`
0.30ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
114.77ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.65ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
168.62ms
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.63ms
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
5.13ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7160) ASC LIMIT 3
4.94ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7160) ASC LIMIT 3
0.27ms
SELECT `code`, `taxes` FROM `countries`
0.40ms
SELECT * FROM `seo_types`
0.37ms
SELECT * FROM `styles`
0.70ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.52ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.49ms
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-16 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
978.11ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
637.98ms
+ 637.98ms
View #2 - components.page-header
668.73ms
+ 30.75ms
View #3 - components.button
669.19ms
+ 0.47ms
View #4 - components.button
669.46ms
+ 0.26ms
View #5 - components.facets
669.61ms
+ 0.16ms
View #6 - components.filters
669.97ms
+ 0.36ms
View #7 - components.close-button
670.26ms
+ 0.29ms
View #8 - components.accordion.wrapper
670.52ms
+ 0.26ms
View #9 - components.accordion.bodies.filters.list
670.55ms
+ 0.03ms
View #10 - components.accordion.wrapper
671.90ms
+ 1.35ms
View #11 - components.accordion.bodies.filters.colors
671.93ms
+ 0.03ms
View #12 - components.accordion.wrapper
672.31ms
+ 0.37ms
View #13 - components.accordion.bodies.filters.list
672.33ms
+ 0.03ms
View #14 - components.button
672.51ms
+ 0.18ms
View #15 - components.button
672.73ms
+ 0.22ms
View #16 - components.button
672.92ms
+ 0.19ms
View #17 - components.button
673.09ms
+ 0.17ms
View #18 - components.pagination
673.26ms
+ 0.17ms
View #19 - components.button
673.46ms
+ 0.20ms
View #20 - catalog.partials.products-listing
673.64ms
+ 0.19ms
View #21 - components.product-card
673.84ms
+ 0.20ms
View #22 - components.add-to-wishlist
704.48ms
+ 30.64ms
View #23 - components.product-card
705.87ms
+ 1.39ms
View #24 - components.add-to-wishlist
708.58ms
+ 2.71ms
View #25 - components.product-card
709.71ms
+ 1.13ms
View #26 - components.add-to-wishlist
712.50ms
+ 2.79ms
View #27 - components.product-card
713.60ms
+ 1.10ms
View #28 - components.add-to-wishlist
716.05ms
+ 2.45ms
View #29 - components.product-card
717.18ms
+ 1.13ms
View #30 - components.add-to-wishlist
719.51ms
+ 2.33ms
View #31 - components.product-card
720.56ms
+ 1.05ms
View #32 - components.add-to-wishlist
723.15ms
+ 2.58ms
View #33 - components.product-card
724.21ms
+ 1.06ms
View #34 - components.add-to-wishlist
725.87ms
+ 1.66ms
View #35 - components.product-card
726.91ms
+ 1.04ms
View #36 - components.add-to-wishlist
729.52ms
+ 2.62ms
View #37 - components.product-card
730.70ms
+ 1.18ms
View #38 - components.add-to-wishlist
733.47ms
+ 2.77ms
View #39 - components.product-card
734.58ms
+ 1.11ms
View #40 - components.add-to-wishlist
736.38ms
+ 1.80ms
View #41 - components.product-card
737.45ms
+ 1.06ms
View #42 - components.add-to-wishlist
739.90ms
+ 2.45ms
View #43 - components.product-card
741.03ms
+ 1.13ms
View #44 - components.add-to-wishlist
743.59ms
+ 2.56ms
View #45 - components.product-card
744.69ms
+ 1.09ms
View #46 - components.add-to-wishlist
746.77ms
+ 2.08ms
View #47 - components.product-card
747.97ms
+ 1.20ms
View #48 - components.add-to-wishlist
750.69ms
+ 2.72ms
View #49 - components.product-card
751.91ms
+ 1.23ms
View #50 - components.add-to-wishlist
754.89ms
+ 2.97ms
View #51 - components.product-card
756.07ms
+ 1.18ms
View #52 - components.add-to-wishlist
765.16ms
+ 9.09ms
View #53 - components.product-card
766.32ms
+ 1.16ms
View #54 - components.add-to-wishlist
769.13ms
+ 2.81ms
View #55 - components.product-card
770.27ms
+ 1.14ms
View #56 - components.add-to-wishlist
772.74ms
+ 2.48ms
View #57 - components.product-card
773.87ms
+ 1.12ms
View #58 - components.add-to-wishlist
776.35ms
+ 2.49ms
View #59 - components.product-card
777.43ms
+ 1.08ms
View #60 - components.add-to-wishlist
780.31ms
+ 2.88ms
View #61 - components.product-card
781.56ms
+ 1.25ms
View #62 - components.add-to-wishlist
783.37ms
+ 1.80ms
View #63 - components.product-card
784.43ms
+ 1.06ms
View #64 - components.add-to-wishlist
787.73ms
+ 3.31ms
View #65 - components.product-card
789.08ms
+ 1.35ms
View #66 - components.add-to-wishlist
792.68ms
+ 3.59ms
View #67 - components.product-card
794.01ms
+ 1.33ms
View #68 - components.add-to-wishlist
797.42ms
+ 3.41ms
View #69 - components.product-card
798.82ms
+ 1.40ms
View #70 - components.add-to-wishlist
801.48ms
+ 2.66ms
View #71 - components.product-card
802.70ms
+ 1.22ms
View #72 - components.add-to-wishlist
804.41ms
+ 1.71ms
View #73 - components.product-card
805.43ms
+ 1.02ms
View #74 - components.add-to-wishlist
807.84ms
+ 2.41ms
View #75 - components.product-card
808.94ms
+ 1.10ms
View #76 - components.add-to-wishlist
811.65ms
+ 2.71ms
View #77 - components.product-card
812.88ms
+ 1.24ms
View #78 - components.add-to-wishlist
814.50ms
+ 1.62ms
View #79 - components.product-card
815.52ms
+ 1.02ms
View #80 - components.add-to-wishlist
817.86ms
+ 2.34ms
View #81 - components.product-card
818.98ms
+ 1.12ms
View #82 - components.add-to-wishlist
822.56ms
+ 3.58ms
View #83 - components.product-card
824.10ms
+ 1.54ms
View #84 - components.add-to-wishlist
826.56ms
+ 2.45ms
View #85 - components.pagination
827.73ms
+ 1.17ms
View #86 - components.button
828.03ms
+ 0.30ms
View #87 - components.recently-viewed
828.23ms
+ 0.21ms
View #88 - components.product-related
834.02ms
+ 5.78ms
View #89 - components.seo-footer
834.28ms
+ 0.26ms
View #90 - components.facets
835.02ms
+ 0.74ms
View #91 - modules.seo-links
835.19ms
+ 0.18ms
View #92 - layout.layout
835.40ms
+ 0.21ms
View #93 - layout.meta
856.54ms
+ 21.13ms
View #94 - modules.notification
922.15ms
+ 65.62ms
View #95 - modules.header
922.96ms
+ 0.80ms
View #96 - modules.menu
923.52ms
+ 0.57ms
View #97 - components.menu-first-level
923.91ms
+ 0.39ms
View #98 - components.menu-second-level
925.26ms
+ 1.35ms
View #99 - components.menu-pushes
928.00ms
+ 2.74ms
View #100 - components.menu-pushes
932.76ms
+ 4.75ms
View #101 - components.menu-pushes
935.97ms
+ 3.21ms
View #102 - components.menu-pushes
937.19ms
+ 1.22ms
View #103 - components.menu-pushes
938.01ms
+ 0.82ms
View #104 - svg.logo
938.57ms
+ 0.56ms
View #105 - modules.messages
939.25ms
+ 0.68ms
View #106 - modules.breadcrumbs
939.59ms
+ 0.34ms
View #107 - modules.footer
939.77ms
+ 0.18ms
View #108 - components.reinsurance-support
940.02ms
+ 0.25ms
View #109 - components.field
940.40ms
+ 0.38ms
View #110 - components.csrf-field
940.62ms
+ 0.22ms
View #111 - components.button
940.79ms
+ 0.17ms
View #112 - components.footer-links
940.99ms
+ 0.20ms
View #113 - modules.panel
942.60ms
+ 1.61ms
View #114 - modules.popin
942.81ms
+ 0.21ms
View #115 - modules.blueshift-popin
942.94ms
+ 0.13ms
View #116 - modules.search-panel
943.54ms
+ 0.60ms
View #117 - catalog.search-form
943.78ms
+ 0.24ms
View #118 - components.field
944.07ms
+ 0.29ms
View #119 - modules.toaster
944.85ms
+ 0.78ms
View #120 - layout.overlay
944.96ms
+ 0.11ms
View #121 - modules.webstore-switcher
946.23ms
+ 1.27ms
View #122 - components.close-button
946.54ms
+ 0.30ms
View #123 - components.native-select
946.88ms
+ 0.34ms
View #124 - components.native-select
947.19ms
+ 0.32ms
View #125 - components.button
947.39ms
+ 0.19ms
View #126 - components.button
947.65ms
+ 0.26ms
View #127 - helpers.grid
947.90ms
+ 0.25ms
View #128 - modules.loading-bar
948.01ms
+ 0.12ms
View #129 - 3rdparties.didomi
968.25ms
+ 20.24ms
View #130 - 3rdparties.gtm
968.48ms
+ 0.23ms
View #131 - 3rdparties.abtasty.main
968.61ms
+ 0.13ms
View #132 - 3rdparties.abtasty.tracking
968.75ms
+ 0.14ms
View #133 - 3rdparties.blueshift
968.93ms
+ 0.18ms
View #134 - 3rdparties.sizebay.main
969.23ms
+ 0.30ms
View #135 - 3rdparties.sizebay.tracking
969.39ms
+ 0.16ms
View #136 - 3rdparties.gsi
969.56ms
+ 0.16ms
View #137 - 3rdparties.applepay
975.56ms
+ 6.00ms
View #138 - 3rdparties.alma
975.86ms
+ 0.30ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
978.16ms
+ 2.30ms
... 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.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) 50988
REDIRECT_URL string(38) /en/c-mid-season-sale-30selection.html
REDIRECT_QUERY_STRING string(45) /en/c-mid-season-sale-30selection.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(45) /en/c-mid-season-sale-30selection.html&page=3
REQUEST_URI string(45) /en/c-mid-season-sale-30selection.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784165545.294
REQUEST_TIME int 1784165545
HTTPS string(2) on
... array(3)
csrf_token string(40) XiBlmYRmWFvwnCcFPVJDAIcf6K2NzsdqTeIPegI6
last_category string(15) stdClass object
cart string(12) Order object