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

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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.53ms
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.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.38ms
SELECT * FROM `config`
0.91ms
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.78ms
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.72ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.54ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '71' AND `webstore_id` = '1' ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.35ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
44.95ms
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.00ms
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.24ms
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`
46.16ms
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 32 OFFSET 60
0.19ms
SELECT FOUND_ROWS()
1.51ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') ORDER BY `webstore_id` ASC
1.77ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') ORDER BY `position` ASC
0.46ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '9', '6', '5', '1', '8', '10', '2', '14', '15', '7') ORDER BY `singular` ASC
0.76ms
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 ('23', '42', '7', '18', '8', '15', '9', '50', '57', '22', '30', '77', '29', '38', '59', '21', '20', '4', '44') ORDER BY `singular` ASC
0.66ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('42', '71', '35', '39', '28', '64', '52', '34', '73', '33', '59', '15', '67', '62', '25', '26', '40', '31') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.51ms
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 ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') ORDER BY `name` ASC
1.12ms
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 ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') ORDER BY `name` ASC
2.83ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') ORDER BY `position` ASC
8.33ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6489', '28503', '27563', '27247', '27433', '28488', '26200', '23286', '27434', '25836', '27429', '23983', '28489', '28551', '27554', '25837', '28504', '27564', '27248', '22288', '19797', '28460', '25987', '27565', '26403', '27249', '22289', '19798', '24009', '28461', '25985', '13176', '28490', '28552', '27555', '25838', '28505', '28553', '27556', '25839', '28506', '27566', '26402', '27250', '22290', '19799', '24010', '28462', '25984', '13177', '28491', '27251', '28606', '22291', '19800', '24011', '28463', '25983', '13178', '28492', '28554', '27553', '18187', '25840', '28507', '27567', '26401', '18188', '28508', '26404', '27568', '28607', '22292', '19801', '24012', '28464', '25986', '13179', '28493', '28555', '22293', '25841', '19802', '24013', '28465', '25988', '13180', '28494', '28556', '27252', '18189', '28509', '26405', '27569', '28608', '28609', '22294', '25842', '19803', '24014', '28495', '19760', '28557', '27253', '18190', '25072', '19761', '28558', '27254', '18191', '28610', '22295', '19804', '26648', '28611', '23348', '22296', '19805', '25071', '19762', '28559', '18192', '19763', '18193', '25068', '25069', '24702', '26649', '23349', '23593', '26650', '23350', '28169', '23082', '23594', '23081', '23595', '28168', '28167', '26651', '23080', '23351', '23596', '23597', '28170', '23083', '23352', '23084', '23598', '26652', '26653', '23353', '26654', '23354', '27323', '27322', '27321', '27324', '27325')
0.80ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '1', '44', '142', '121', '4', '80', '104', '45', '94', '7', '95', '46', '81', '105', '82', '106', '47', '10', '96', '48', '112', '83', '13', '97', '107', '113', '16', '98', '84', '85', '49', '19', '124', '114', '115', '86', '50', '22', '147', '87', '148', '51', '116', '63', '117', '88', '149', '150', '118', '129', '187', '190', '65', '89', '67', '90', '91', '92', '69', '93', '71', '123', '73', '75', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.71ms
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 ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.46ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5850', '4669', '5009') ORDER BY `webstore_id` ASC
0.81ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5850', '4669', '5009') ORDER BY `position` ASC
1.62ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28998', '23534', '23535', '28999', '29000', '23536', '23537', '29001', '29002', '23538', '23539', '29003', '23540', '29004', '23357', '23541', '29005', '23542', '29006', '24998', '23358', '24999', '23359', '25000', '23360', '25001', '23361', '25002', '23362', '25003', '23363', '25004', '23364', '25076', '25077', '25078', '23365')
0.47ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '62', '51', '52', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
2.74ms
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 ('5178', '5502', '3913', '4666', '4714', '5543', '4656', '5669', '5722', '5507', '5754', '5764', '5463', '4408', '4811', '5362', '5855', '68', '4815', '3907', '5726', '5262', '4605', '5506', '5728', '4709', '3525', '2589', '5222', '5536', '5480', '5319') GROUP BY `articles`.`id`
0.44ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
215.65ms
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.90ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
312.11ms
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.56ms
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.68ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
5.62ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.34ms
SELECT * FROM `seo_types`
0.30ms
SELECT * FROM `styles`
0.73ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.25ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.56ms
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.27ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,380.57ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,055.26ms
+ 1,055.26ms
View #2 - components.page-header
1,093.69ms
+ 38.43ms
View #3 - components.filters
1,094.64ms
+ 0.95ms
View #4 - components.close-button
1,094.99ms
+ 0.35ms
View #5 - components.accordion.wrapper
1,095.23ms
+ 0.24ms
View #6 - components.accordion.bodies.filters.list
1,095.25ms
+ 0.03ms
View #7 - components.accordion.wrapper
1,096.48ms
+ 1.22ms
View #8 - components.accordion.bodies.filters.colors
1,096.51ms
+ 0.03ms
View #9 - components.accordion.wrapper
1,096.96ms
+ 0.45ms
View #10 - components.accordion.bodies.filters.list
1,096.98ms
+ 0.03ms
View #11 - components.button
1,097.15ms
+ 0.17ms
View #12 - components.button
1,097.38ms
+ 0.23ms
View #13 - components.button
1,097.55ms
+ 0.17ms
View #14 - components.button
1,097.73ms
+ 0.18ms
View #15 - components.pagination
1,097.91ms
+ 0.17ms
View #16 - components.button
1,098.09ms
+ 0.19ms
View #17 - catalog.partials.products-listing
1,098.29ms
+ 0.20ms
View #18 - components.product-card
1,098.48ms
+ 0.19ms
View #19 - components.add-to-wishlist
1,127.51ms
+ 29.04ms
View #20 - components.product-card
1,128.98ms
+ 1.46ms
View #21 - components.add-to-wishlist
1,131.08ms
+ 2.11ms
View #22 - components.product-card
1,132.16ms
+ 1.08ms
View #23 - components.add-to-wishlist
1,135.70ms
+ 3.54ms
View #24 - components.product-card
1,136.80ms
+ 1.10ms
View #25 - components.add-to-wishlist
1,139.94ms
+ 3.14ms
View #26 - components.product-card
1,141.14ms
+ 1.20ms
View #27 - components.add-to-wishlist
1,145.26ms
+ 4.13ms
View #28 - components.product-card
1,146.63ms
+ 1.37ms
View #29 - components.add-to-wishlist
1,149.85ms
+ 3.22ms
View #30 - components.product-card
1,151.06ms
+ 1.20ms
View #31 - components.add-to-wishlist
1,152.91ms
+ 1.85ms
View #32 - components.product-card
1,154.13ms
+ 1.22ms
View #33 - components.add-to-wishlist
1,157.05ms
+ 2.91ms
View #34 - components.product-card
1,158.15ms
+ 1.10ms
View #35 - components.add-to-wishlist
1,160.68ms
+ 2.53ms
View #36 - components.product-card
1,161.77ms
+ 1.09ms
View #37 - components.add-to-wishlist
1,164.15ms
+ 2.37ms
View #38 - components.product-card
1,165.20ms
+ 1.05ms
View #39 - components.add-to-wishlist
1,167.86ms
+ 2.66ms
View #40 - components.product-card
1,168.95ms
+ 1.09ms
View #41 - components.add-to-wishlist
1,171.38ms
+ 2.44ms
View #42 - components.product-card
1,172.46ms
+ 1.08ms
View #43 - components.add-to-wishlist
1,175.15ms
+ 2.69ms
View #44 - components.product-card
1,176.21ms
+ 1.06ms
View #45 - components.add-to-wishlist
1,179.00ms
+ 2.80ms
View #46 - components.product-card
1,180.11ms
+ 1.11ms
View #47 - components.add-to-wishlist
1,181.82ms
+ 1.70ms
View #48 - components.product-card
1,182.95ms
+ 1.13ms
View #49 - components.add-to-wishlist
1,185.56ms
+ 2.61ms
View #50 - components.product-card
1,186.70ms
+ 1.14ms
View #51 - components.add-to-wishlist
1,190.34ms
+ 3.64ms
View #52 - components.product-card
1,191.70ms
+ 1.36ms
View #53 - components.add-to-wishlist
1,193.61ms
+ 1.90ms
View #54 - components.product-card
1,194.93ms
+ 1.32ms
View #55 - components.add-to-wishlist
1,197.60ms
+ 2.68ms
View #56 - components.product-card
1,198.74ms
+ 1.14ms
View #57 - components.add-to-wishlist
1,201.03ms
+ 2.29ms
View #58 - components.product-card
1,202.11ms
+ 1.08ms
View #59 - components.add-to-wishlist
1,211.54ms
+ 9.43ms
View #60 - components.product-card
1,212.86ms
+ 1.32ms
View #61 - components.add-to-wishlist
1,214.80ms
+ 1.94ms
View #62 - components.product-card
1,215.90ms
+ 1.10ms
View #63 - components.add-to-wishlist
1,218.19ms
+ 2.29ms
View #64 - components.product-card
1,219.28ms
+ 1.09ms
View #65 - components.add-to-wishlist
1,221.20ms
+ 1.92ms
View #66 - components.product-card
1,222.24ms
+ 1.04ms
View #67 - components.add-to-wishlist
1,224.90ms
+ 2.66ms
View #68 - components.product-card
1,225.96ms
+ 1.06ms
View #69 - components.add-to-wishlist
1,228.55ms
+ 2.59ms
View #70 - components.product-card
1,229.73ms
+ 1.18ms
View #71 - components.add-to-wishlist
1,232.34ms
+ 2.61ms
View #72 - components.product-card
1,233.52ms
+ 1.18ms
View #73 - components.add-to-wishlist
1,235.87ms
+ 2.35ms
View #74 - components.product-card
1,236.92ms
+ 1.05ms
View #75 - components.add-to-wishlist
1,239.32ms
+ 2.40ms
View #76 - components.product-card
1,240.45ms
+ 1.13ms
View #77 - components.add-to-wishlist
1,242.45ms
+ 2.00ms
View #78 - components.product-card
1,243.67ms
+ 1.22ms
View #79 - components.add-to-wishlist
1,245.95ms
+ 2.27ms
View #80 - components.product-card
1,247.01ms
+ 1.07ms
View #81 - components.add-to-wishlist
1,249.23ms
+ 2.21ms
View #82 - components.pagination
1,250.39ms
+ 1.16ms
View #83 - components.button
1,250.69ms
+ 0.30ms
View #84 - components.recently-viewed
1,250.90ms
+ 0.22ms
View #85 - components.product-related
1,258.26ms
+ 7.36ms
View #86 - components.seo-footer
1,258.55ms
+ 0.29ms
View #87 - components.facets
1,259.42ms
+ 0.87ms
View #88 - modules.seo-links
1,259.66ms
+ 0.24ms
View #89 - layout.layout
1,259.87ms
+ 0.21ms
View #90 - layout.meta
1,277.65ms
+ 17.78ms
View #91 - modules.notification
1,333.21ms
+ 55.57ms
View #92 - modules.header
1,334.04ms
+ 0.83ms
View #93 - modules.menu
1,334.67ms
+ 0.63ms
View #94 - components.menu-first-level
1,335.04ms
+ 0.37ms
View #95 - components.menu-second-level
1,336.42ms
+ 1.38ms
View #96 - components.menu-pushes
1,338.76ms
+ 2.34ms
View #97 - components.menu-pushes
1,343.38ms
+ 4.62ms
View #98 - components.menu-pushes
1,346.94ms
+ 3.56ms
View #99 - components.menu-pushes
1,348.04ms
+ 1.10ms
View #100 - components.menu-pushes
1,348.85ms
+ 0.80ms
View #101 - svg.logo
1,349.37ms
+ 0.52ms
View #102 - modules.messages
1,350.06ms
+ 0.69ms
View #103 - modules.breadcrumbs
1,350.40ms
+ 0.34ms
View #104 - modules.footer
1,350.62ms
+ 0.22ms
View #105 - components.reinsurance-support
1,351.01ms
+ 0.39ms
View #106 - components.field
1,351.35ms
+ 0.34ms
View #107 - components.csrf-field
1,351.58ms
+ 0.23ms
View #108 - components.button
1,351.70ms
+ 0.12ms
View #109 - components.footer-links
1,351.88ms
+ 0.18ms
View #110 - modules.panel
1,353.47ms
+ 1.59ms
View #111 - modules.popin
1,353.64ms
+ 0.17ms
View #112 - modules.blueshift-popin
1,353.78ms
+ 0.14ms
View #113 - modules.search-panel
1,354.39ms
+ 0.62ms
View #114 - catalog.search-form
1,354.69ms
+ 0.30ms
View #115 - components.field
1,354.98ms
+ 0.29ms
View #116 - modules.toaster
1,355.85ms
+ 0.87ms
View #117 - layout.overlay
1,355.96ms
+ 0.11ms
View #118 - modules.webstore-switcher
1,357.24ms
+ 1.29ms
View #119 - components.close-button
1,357.50ms
+ 0.25ms
View #120 - components.native-select
1,357.79ms
+ 0.29ms
View #121 - components.native-select
1,358.11ms
+ 0.31ms
View #122 - components.button
1,358.28ms
+ 0.17ms
View #123 - components.button
1,358.47ms
+ 0.19ms
View #124 - helpers.grid
1,358.74ms
+ 0.27ms
View #125 - modules.loading-bar
1,358.85ms
+ 0.11ms
View #126 - 3rdparties.didomi
1,377.65ms
+ 18.80ms
View #127 - 3rdparties.gtm
1,377.85ms
+ 0.20ms
View #128 - 3rdparties.abtasty.main
1,377.96ms
+ 0.11ms
View #129 - 3rdparties.abtasty.tracking
1,378.13ms
+ 0.17ms
View #130 - 3rdparties.blueshift
1,378.32ms
+ 0.19ms
View #131 - 3rdparties.sizebay.main
1,378.72ms
+ 0.40ms
View #132 - 3rdparties.sizebay.tracking
1,378.89ms
+ 0.17ms
View #133 - 3rdparties.gsi
1,379.06ms
+ 0.17ms
View #134 - 3rdparties.applepay
1,379.14ms
+ 0.08ms
View #135 - 3rdparties.alma
1,379.35ms
+ 0.21ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
1,380.62ms
+ 1.27ms
... 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) 35020
REDIRECT_URL string(21) /en/c-essentials.html
REDIRECT_QUERY_STRING string(28) /en/c-essentials.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(28) /en/c-essentials.html&page=3
REQUEST_URI string(28) /en/c-essentials.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784160363.23
REQUEST_TIME int 1784160363
HTTPS string(2) on
... array(3)
csrf_token string(40) cxe0RQLk97KUOaODqdLRcAJEpX8Wmr9gOvQJGzff
last_category string(15) stdClass object
cart string(12) Order object