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

Filters

Product family

Color

Sort by

10% off on your first order with the code welcome10

10% off on your first order with the code welcome10

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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.50ms
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.33ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.19ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.66ms
SELECT * FROM `config`
0.50ms
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` = 'essentials' LIMIT 1
0.46ms
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` = '138' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.37ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.35ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '71' AND `webstore_id` = '1' ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.22ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
37.51ms
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` = 138 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
5.07ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
4.32ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
40.41ms
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` = 138 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 30 OFFSET 0
0.13ms
SELECT FOUND_ROWS()
1.05ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `webstore_id` ASC
1.17ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `position` ASC
0.37ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '6', '5', '7', '1', '8', '14', '10', '4', '9') ORDER BY `singular` ASC
0.51ms
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 ('17', '7', '18', '20', '21', '28', '8', '9', '19', '26', '4', '25', '27', '57', '22', '31', '61', '38') ORDER BY `singular` ASC
0.57ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('48', '34', '40', '26', '47', '5', '38', '64', '33', '50', '44', '46', '45', '25', '37', '59', '13', '35', '39', '42', '73') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.98ms
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 ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `name` ASC
0.75ms
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 ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `name` ASC
1.71ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY `position` ASC
3.94ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26760', '29016', '26203', '27431', '26782', '19069', '28480', '26771', '22772', '6967', '26783', '21101', '28481', '26032', '28560', '26772', '22773', '6968', '26761', '28446', '23914', '29017', '26038', '23599', '28444', '28124', '23912', '29018', '26036', '23600', '26784', '21099', '28482', '26030', '28561', '26773', '22774', '6969', '26762', '25625', '28483', '26029', '26785', '28562', '26774', '22775', '6970', '26763', '25624', '28443', '28123', '23911', '29019', '26035', '23601', '21098', '18459', '28122', '23910', '29020', '26034', '23602', '21097', '28484', '26028', '26786', '28563', '26775', '22776', '6965', '26764', '25623', '28442', '26776', '6966', '26765', '25626', '28445', '18460', '28125', '23913', '26037', '23603', '21100', '28485', '26031', '26787', '28564', '23604', '22777', '21102', '28486', '26033', '26788', '28565', '26777', '29021', '1768', '26766', '25627', '28447', '18461', '28126', '23915', '26039', '26767', '28441', '18462', '23605', '22778', '28487', '26789', '28566', '26778', '29022', '26790', '28567', '26779', '29023', '26768', '26799', '28255', '18463', '23606', '22779', '18464', '25070', '22780', '24998', '26791', '28568', '26780', '26769', '26800', '28646', '28256', '24464', '28207', '21665', '27800', '24999', '21664', '27799', '28645', '24463', '28206', '28644', '24462', '28205', '26801', '21663', '28257', '27798', '21666', '27801', '28151', '25000', '28647', '24465', '28208', '28258', '24466', '28209', '21667', '27802', '28150', '26802', '28648', '28149', '25001', '26803', '28259', '28152', '28153', '25002', '26804', '28260', '25003', '26805', '28261', '25004', '26806', '28262', '25076', '25077', '25078', '26669', '26668', '26667', '26670', '26671', '26807', '28263', '26781', '26770', '26759')
0.66ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('54', '44', '122', '121', '1', '103', '55', '94', '4', '80', '45', '104', '95', '46', '81', '56', '7', '105', '10', '96', '57', '82', '47', '106', '112', '97', '48', '83', '13', '58', '107', '59', '108', '98', '113', '84', '16', '85', '49', '124', '19', '60', '109', '114', '61', '185', '115', '86', '50', '22', '62', '87', '51', '116', '117', '88', '52', '63', '64', '40', '65', '41', '42', '66', '43', '90', '67', '68', '132', '91', '92', '69', '70', '93', '123', '71', '72', '73', '74', '75', '76', '77', '78', '151', '125', '126', '127', '128', '156', '130', '225') ORDER BY `position` ASC
0.61ms
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 ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.87ms
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 ('4914', '5665', '5382', '5719', '4294', '5231', '5380', '5725', '5755', '3722', '5771', '5678', '5230', '5365', '451', '5590', '4183', '5378', '5128', '4788', '5687', '3590', '5852', '5265', '4710', '5009', '4538', '5659', '5379', '5504') GROUP BY `articles`.`id`
0.34ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
116.08ms
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.89ms
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.36ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
215.03ms
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.58ms
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
4.68ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
4.41ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
0.36ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
0.83ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.40ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.62ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-15 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
1,006.54ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
694.39ms
+ 694.39ms
View #2 - components.page-header
733.55ms
+ 39.16ms
View #3 - components.filters
734.16ms
+ 0.62ms
View #4 - components.close-button
734.54ms
+ 0.38ms
View #5 - components.accordion.wrapper
734.75ms
+ 0.21ms
View #6 - components.accordion.bodies.filters.list
734.78ms
+ 0.03ms
View #7 - components.accordion.wrapper
736.03ms
+ 1.25ms
View #8 - components.accordion.bodies.filters.colors
736.06ms
+ 0.03ms
View #9 - components.accordion.wrapper
736.45ms
+ 0.39ms
View #10 - components.accordion.bodies.filters.list
736.48ms
+ 0.03ms
View #11 - components.button
736.65ms
+ 0.17ms
View #12 - components.button
736.87ms
+ 0.23ms
View #13 - components.button
737.04ms
+ 0.17ms
View #14 - components.button
737.20ms
+ 0.16ms
View #15 - catalog.partials.products-listing
737.41ms
+ 0.21ms
View #16 - components.product-card
737.67ms
+ 0.26ms
View #17 - components.add-to-wishlist
767.10ms
+ 29.43ms
View #18 - components.product-card
768.63ms
+ 1.53ms
View #19 - components.add-to-wishlist
771.28ms
+ 2.65ms
View #20 - components.product-card
772.49ms
+ 1.21ms
View #21 - components.add-to-wishlist
776.04ms
+ 3.55ms
View #22 - components.product-card
777.22ms
+ 1.18ms
View #23 - components.add-to-wishlist
780.00ms
+ 2.78ms
View #24 - components.product-card
781.10ms
+ 1.10ms
View #25 - components.add-to-wishlist
783.48ms
+ 2.38ms
View #26 - components.product-card
784.68ms
+ 1.20ms
View #27 - components.add-to-wishlist
787.63ms
+ 2.95ms
View #28 - components.product-card
788.85ms
+ 1.22ms
View #29 - components.add-to-wishlist
792.22ms
+ 3.37ms
View #30 - components.catalog-push
793.26ms
+ 1.04ms
View #31 - components.product-card
793.97ms
+ 0.71ms
View #32 - components.add-to-wishlist
797.20ms
+ 3.23ms
View #33 - components.product-card
798.31ms
+ 1.11ms
View #34 - components.add-to-wishlist
801.70ms
+ 3.39ms
View #35 - components.product-card
802.81ms
+ 1.10ms
View #36 - components.add-to-wishlist
804.53ms
+ 1.72ms
View #37 - components.product-card
805.60ms
+ 1.07ms
View #38 - components.add-to-wishlist
808.04ms
+ 2.44ms
View #39 - components.product-card
809.26ms
+ 1.22ms
View #40 - components.add-to-wishlist
811.48ms
+ 2.22ms
View #41 - components.product-card
812.54ms
+ 1.07ms
View #42 - components.add-to-wishlist
814.79ms
+ 2.25ms
View #43 - components.product-card
815.87ms
+ 1.08ms
View #44 - components.add-to-wishlist
818.11ms
+ 2.24ms
View #45 - components.product-card
819.23ms
+ 1.12ms
View #46 - components.add-to-wishlist
821.43ms
+ 2.20ms
View #47 - components.product-card
822.40ms
+ 0.97ms
View #48 - components.add-to-wishlist
824.62ms
+ 2.21ms
View #49 - components.product-card
825.63ms
+ 1.01ms
View #50 - components.add-to-wishlist
827.97ms
+ 2.34ms
View #51 - components.product-card
829.08ms
+ 1.11ms
View #52 - components.add-to-wishlist
831.71ms
+ 2.63ms
View #53 - components.product-card
832.73ms
+ 1.02ms
View #54 - components.add-to-wishlist
835.04ms
+ 2.31ms
View #55 - components.product-card
836.14ms
+ 1.10ms
View #56 - components.add-to-wishlist
838.51ms
+ 2.37ms
View #57 - components.product-card
839.66ms
+ 1.16ms
View #58 - components.add-to-wishlist
842.24ms
+ 2.57ms
View #59 - components.product-card
843.30ms
+ 1.07ms
View #60 - components.add-to-wishlist
845.62ms
+ 2.31ms
View #61 - components.catalog-push
846.68ms
+ 1.07ms
View #62 - components.button
847.19ms
+ 0.51ms
View #63 - components.product-card
854.08ms
+ 6.89ms
View #64 - components.add-to-wishlist
856.89ms
+ 2.82ms
View #65 - components.product-card
858.03ms
+ 1.14ms
View #66 - components.add-to-wishlist
859.90ms
+ 1.87ms
View #67 - components.product-card
861.05ms
+ 1.15ms
View #68 - components.add-to-wishlist
863.70ms
+ 2.65ms
View #69 - components.product-card
864.80ms
+ 1.11ms
View #70 - components.add-to-wishlist
867.46ms
+ 2.66ms
View #71 - components.product-card
868.58ms
+ 1.12ms
View #72 - components.add-to-wishlist
871.51ms
+ 2.93ms
View #73 - components.product-card
872.68ms
+ 1.17ms
View #74 - components.add-to-wishlist
874.91ms
+ 2.23ms
View #75 - components.product-card
876.03ms
+ 1.11ms
View #76 - components.add-to-wishlist
878.86ms
+ 2.83ms
View #77 - components.product-card
880.04ms
+ 1.19ms
View #78 - components.add-to-wishlist
882.03ms
+ 1.98ms
View #79 - components.pagination
883.12ms
+ 1.09ms
View #80 - components.button
883.76ms
+ 0.64ms
View #81 - components.recently-viewed
884.06ms
+ 0.30ms
View #82 - components.product-related
889.81ms
+ 5.75ms
View #83 - components.seo-footer
890.05ms
+ 0.23ms
View #84 - components.facets
890.68ms
+ 0.64ms
View #85 - modules.seo-links
890.86ms
+ 0.18ms
View #86 - layout.layout
891.08ms
+ 0.21ms
View #87 - layout.meta
908.73ms
+ 17.66ms
View #88 - modules.notification
961.22ms
+ 52.49ms
View #89 - modules.header
961.86ms
+ 0.64ms
View #90 - modules.menu
962.38ms
+ 0.52ms
View #91 - components.menu-first-level
962.71ms
+ 0.33ms
View #92 - components.menu-second-level
964.21ms
+ 1.50ms
View #93 - components.menu-pushes
966.78ms
+ 2.57ms
View #94 - components.menu-pushes
971.43ms
+ 4.65ms
View #95 - components.menu-pushes
974.69ms
+ 3.27ms
View #96 - components.menu-pushes
975.87ms
+ 1.18ms
View #97 - components.menu-pushes
976.74ms
+ 0.87ms
View #98 - svg.logo
977.27ms
+ 0.53ms
View #99 - modules.messages
977.84ms
+ 0.57ms
View #100 - modules.breadcrumbs
978.27ms
+ 0.43ms
View #101 - modules.footer
978.48ms
+ 0.21ms
View #102 - components.reinsurance-support
978.77ms
+ 0.29ms
View #103 - components.field
979.15ms
+ 0.38ms
View #104 - components.csrf-field
979.40ms
+ 0.25ms
View #105 - components.button
979.52ms
+ 0.12ms
View #106 - components.footer-links
979.73ms
+ 0.21ms
View #107 - modules.panel
981.15ms
+ 1.43ms
View #108 - modules.popin
981.29ms
+ 0.14ms
View #109 - modules.blueshift-popin
981.41ms
+ 0.11ms
View #110 - modules.search-panel
981.97ms
+ 0.57ms
View #111 - catalog.search-form
982.18ms
+ 0.21ms
View #112 - components.field
982.47ms
+ 0.29ms
View #113 - modules.toaster
982.92ms
+ 0.45ms
View #114 - layout.overlay
983.02ms
+ 0.10ms
View #115 - modules.webstore-switcher
984.35ms
+ 1.33ms
View #116 - components.close-button
984.59ms
+ 0.24ms
View #117 - components.native-select
984.87ms
+ 0.28ms
View #118 - components.native-select
985.21ms
+ 0.34ms
View #119 - components.button
985.45ms
+ 0.24ms
View #120 - components.button
985.65ms
+ 0.20ms
View #121 - helpers.grid
985.91ms
+ 0.26ms
View #122 - modules.loading-bar
986.02ms
+ 0.11ms
View #123 - 3rdparties.didomi
1,003.78ms
+ 17.76ms
View #124 - 3rdparties.gtm
1,004.02ms
+ 0.24ms
View #125 - 3rdparties.abtasty.main
1,004.15ms
+ 0.12ms
View #126 - 3rdparties.abtasty.tracking
1,004.28ms
+ 0.13ms
View #127 - 3rdparties.blueshift
1,004.50ms
+ 0.22ms
View #128 - 3rdparties.sizebay.main
1,004.81ms
+ 0.31ms
View #129 - 3rdparties.sizebay.tracking
1,004.96ms
+ 0.15ms
View #130 - 3rdparties.gsi
1,005.15ms
+ 0.19ms
View #131 - 3rdparties.applepay
1,005.29ms
+ 0.14ms
View #132 - 3rdparties.alma
1,005.52ms
+ 0.24ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
1,006.57ms
+ 1.05ms
... 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(349) fursac=378ad0a4190466645c41df6b6653734a9823b30f%2BNUyVaZ72ZEWnCivWDnYg
fursac=378ad0a4190466645c41df6b6653734a9823b30f%2BNUyVaZ72ZEWnCivWDnYgMYlaz5zXmrjshmZblILD; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=378ad0a4190466645c41df6b6653734a9823b30f%2BNUyVaZ72ZEWnCivWDnYgMYlaz5zXmrjshmZblILD
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) 50918
REDIRECT_URL string(21) /en/c-essentials.html
REDIRECT_QUERY_STRING string(21) /en/c-essentials.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(21) /en/c-essentials.html
REQUEST_URI string(21) /en/c-essentials.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784150897.486
REQUEST_TIME int 1784150897
HTTPS string(2) on
... array(3)
csrf_token string(40) zjPW5BFsIwtjXskLdfCI0KGQK2X1y51RkMIsWFg8
cart string(12) Order object
last_category string(15) stdClass object