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

Filters

Product family

Color

Sort by

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

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.50ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.48ms
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.41ms
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')
4.65ms
SELECT * FROM `languages`
0.35ms
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.94ms
SELECT * FROM `config`
0.60ms
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-20selection' LIMIT 1
0.56ms
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` = '91' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.52ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '97' AND `webstore_id` = '1' ORDER BY `position` ASC
0.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.51ms
SELECT * FROM `categories_links` WHERE `category_id` = '91' ORDER BY `position` ASC
16.50ms
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` = 91 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.99ms
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` = 91 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
4.70ms
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` = 91 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
18.87ms
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` = 91 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 31 OFFSET 0
0.09ms
SELECT FOUND_ROWS()
1.49ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') ORDER BY `webstore_id` ASC
1.69ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') ORDER BY `position` ASC
0.37ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '12', '4', '5', '6', '9', '1', '13') 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 ('19', '12', '23', '18', '17', '7', '39', '8', '15', '31', '76', '28', '35') ORDER BY `singular` ASC
0.62ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44', '18', '42', '39', '48', '47', '34', '37', '68', '64', '66', '13', '49', '38', '56', '28') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.61ms
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 ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') ORDER BY `name` ASC
1.07ms
SELECT `colors`.*, `color_product`.`id` AS `pivot_id`, `color_product`.`product_id` AS `pivot_product_id`, `color_product`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_product` ON `colors`.`id` = `color_product`.`color_id` WHERE `color_product`.`product_id` IN ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') ORDER BY `name` ASC
2.16ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') ORDER BY `position` ASC
6.05ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26782', '28529', '26771', '27034', '28527', '27050', '26202', '28289', '28523', '24354', '28528', '26224', '28525', '26555', '26942', '28303', '26556', '26943', '28304', '26783', '26772', '27035', '27051', '28290', '26773', '27036', '27052', '28291', '26557', '26944', '28305', '26784', '26558', '26945', '28306', '26785', '26774', '27037', '27053', '28292', '26775', '27038', '27054', '28293', '26559', '26946', '28307', '26786', '26560', '26787', '26776', '27039', '26947', '28308', '26561', '27055', '28294', '26788', '28926', '26777', '27040', '28295', '26789', '28925', '26778', '27041', '26948', '28309', '26562', '27056', '26949', '28310', '26563', '27057', '28296', '26790', '28924', '27979', '27332', '26779', '26791', '26780', '26950', '27042', '27058', '26837', '28281', '28683', '27980', '27333', '24464', '27059', '21665', '28641', '28646', '26951', '21664', '28640', '27043', '28645', '26838', '28282', '28682', '24463', '24462', '21663', '27981', '28639', '27334', '28644', '28681', '28647', '26275', '28684', '24465', '27044', '26839', '28151', '28283', '21666', '28642', '27335', '28150', '21667', '28643', '28648', '26274', '27982', '24466', '26273', '27045', '26840', '28284', '28149', '26564', '28152', '27983', '27336', '26276', '26277', '28153', '27046', '26841', '28285', '28359', '27984', '27337', '27047', '26842', '28286', '27985', '27338', '27048', '26843', '28287', '27986', '27339', '28288', '27049', '27987', '27340', '26781', '26770')
0.83ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('54', '140', '1', '44', '122', '141', '31', '32', '45', '55', '4', '56', '7', '46', '33', '34', '47', '57', '10', '58', '13', '48', '35', '36', '59', '16', '49', '37', '60', '143', '19', '50', '61', '144', '22', '38', '51', '39', '62', '145', '63', '52', '40', '64', '53', '41', '65', '42', '66', '43', '90', '67', '68', '91', '132', '92', '69', '218', '93', '70', '123', '71', '212', '72', '73', '74', '75', '76', '77', '130', '225') 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 ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.54ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5429', '5386', '5428') 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 ('5400', '5429', '5386', '5428') ORDER BY `position` ASC
6.31ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27050', '26942', '26943', '27051', '27052', '26944', '27053', '26945', '27054', '26946', '27055', '26947', '27056', '26948', '27057', '26949', '27042', '27058', '26950', '26837', '27059', '26951', '26838', '27043', '26839', '27044', '27045', '26840', '26841', '27046', '27047', '26842', '26843', '27048', '27049')
0.55ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '63', '52', '53', '65', '67', '69', '71', '73', '75', '77') ORDER BY `position` ASC
2.78ms
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 ('5771', '5741', '5429', '5428', '4914', '5400', '5386', '4294', '5665', '5620', '5820', '5770', '5278', '5692', '5691', '5430', '5427', '5264', '5779', '5298', '4885', '5379', '5348', '5380', '5737', '5739', '5694', '5735', '5482', '5424', '5740') GROUP BY `articles`.`id`
0.41ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
390.64ms
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.97ms
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.35ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
366.68ms
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.82ms
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
10.72ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7191) ASC LIMIT 3
6.62ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7191) ASC LIMIT 3
0.44ms
SELECT * FROM `seo_types`
0.44ms
SELECT * FROM `styles`
0.89ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.27ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.80ms
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
Name Running Time (ms) Difference
default_timer
2,373.05ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
1,548.86ms
+ 1,548.85ms
View #2 - components.page-header
1,591.16ms
+ 42.30ms
View #3 - components.button
1,591.88ms
+ 0.71ms
View #4 - components.button
1,592.27ms
+ 0.39ms
View #5 - components.facets
1,592.62ms
+ 0.35ms
View #6 - components.filters
1,593.22ms
+ 0.60ms
View #7 - components.close-button
1,593.79ms
+ 0.57ms
View #8 - components.accordion.wrapper
1,594.20ms
+ 0.41ms
View #9 - components.accordion.bodies.filters.list
1,594.25ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,595.89ms
+ 1.64ms
View #11 - components.accordion.bodies.filters.colors
1,595.94ms
+ 0.05ms
View #12 - components.accordion.wrapper
1,596.90ms
+ 0.96ms
View #13 - components.accordion.bodies.filters.list
1,596.97ms
+ 0.07ms
View #14 - components.button
1,597.49ms
+ 0.51ms
View #15 - components.button
1,597.84ms
+ 0.36ms
View #16 - components.button
1,598.25ms
+ 0.41ms
View #17 - components.button
1,598.57ms
+ 0.31ms
View #18 - catalog.partials.products-listing
1,598.89ms
+ 0.32ms
View #19 - components.product-card
1,599.19ms
+ 0.30ms
View #20 - components.add-to-wishlist
1,662.18ms
+ 62.99ms
View #21 - components.product-card
1,664.42ms
+ 2.24ms
View #22 - components.add-to-wishlist
1,667.16ms
+ 2.74ms
View #23 - components.product-card
1,668.95ms
+ 1.78ms
View #24 - components.add-to-wishlist
1,694.94ms
+ 25.99ms
View #25 - components.product-card
1,697.11ms
+ 2.17ms
View #26 - components.add-to-wishlist
1,712.38ms
+ 15.27ms
View #27 - components.product-card
1,715.19ms
+ 2.81ms
View #28 - components.add-to-wishlist
1,731.48ms
+ 16.29ms
View #29 - components.product-card
1,733.66ms
+ 2.18ms
View #30 - components.add-to-wishlist
1,750.01ms
+ 16.35ms
View #31 - components.product-card
1,752.15ms
+ 2.15ms
View #32 - components.add-to-wishlist
1,757.45ms
+ 5.30ms
View #33 - components.product-card
1,759.42ms
+ 1.97ms
View #34 - components.add-to-wishlist
1,763.64ms
+ 4.22ms
View #35 - components.product-card
1,765.31ms
+ 1.67ms
View #36 - components.add-to-wishlist
1,769.77ms
+ 4.47ms
View #37 - components.product-card
1,771.62ms
+ 1.85ms
View #38 - components.add-to-wishlist
1,775.97ms
+ 4.36ms
View #39 - components.product-card
1,777.66ms
+ 1.68ms
View #40 - components.add-to-wishlist
1,780.95ms
+ 3.29ms
View #41 - components.product-card
1,782.73ms
+ 1.78ms
View #42 - components.add-to-wishlist
1,787.03ms
+ 4.31ms
View #43 - components.product-card
1,788.94ms
+ 1.91ms
View #44 - components.add-to-wishlist
1,791.95ms
+ 3.00ms
View #45 - components.product-card
1,793.84ms
+ 1.89ms
View #46 - components.add-to-wishlist
1,798.05ms
+ 4.22ms
View #47 - components.product-card
1,803.25ms
+ 5.20ms
View #48 - components.add-to-wishlist
1,813.86ms
+ 10.61ms
View #49 - components.product-card
1,815.78ms
+ 1.91ms
View #50 - components.add-to-wishlist
1,832.28ms
+ 16.50ms
View #51 - components.product-card
1,834.86ms
+ 2.57ms
View #52 - components.add-to-wishlist
1,843.79ms
+ 8.93ms
View #53 - components.product-card
1,845.61ms
+ 1.82ms
View #54 - components.add-to-wishlist
1,848.42ms
+ 2.81ms
View #55 - components.product-card
1,859.84ms
+ 11.41ms
View #56 - components.add-to-wishlist
1,870.68ms
+ 10.84ms
View #57 - components.catalog-push
1,872.66ms
+ 1.98ms
View #58 - components.product-card
1,874.02ms
+ 1.36ms
View #59 - components.add-to-wishlist
1,878.00ms
+ 3.98ms
View #60 - components.product-card
1,889.60ms
+ 11.60ms
View #61 - components.add-to-wishlist
1,893.43ms
+ 3.84ms
View #62 - components.product-card
1,895.25ms
+ 1.81ms
View #63 - components.add-to-wishlist
1,927.33ms
+ 32.08ms
View #64 - components.product-card
1,929.08ms
+ 1.75ms
View #65 - components.add-to-wishlist
1,947.32ms
+ 18.24ms
View #66 - components.product-card
1,949.34ms
+ 2.02ms
View #67 - components.add-to-wishlist
1,956.98ms
+ 7.64ms
View #68 - components.product-card
1,958.91ms
+ 1.93ms
View #69 - components.add-to-wishlist
1,970.37ms
+ 11.46ms
View #70 - components.product-card
1,973.75ms
+ 3.38ms
View #71 - components.add-to-wishlist
1,976.83ms
+ 3.09ms
View #72 - components.product-card
1,983.17ms
+ 6.34ms
View #73 - components.add-to-wishlist
1,990.65ms
+ 7.48ms
View #74 - components.product-card
1,998.20ms
+ 7.55ms
View #75 - components.add-to-wishlist
2,001.17ms
+ 2.97ms
View #76 - components.product-card
2,009.64ms
+ 8.47ms
View #77 - components.add-to-wishlist
2,015.61ms
+ 5.97ms
View #78 - components.product-card
2,017.54ms
+ 1.94ms
View #79 - components.add-to-wishlist
2,034.67ms
+ 17.13ms
View #80 - components.product-card
2,036.85ms
+ 2.18ms
View #81 - components.add-to-wishlist
2,050.48ms
+ 13.62ms
View #82 - components.pagination
2,052.58ms
+ 2.10ms
View #83 - components.button
2,053.70ms
+ 1.12ms
View #84 - components.recently-viewed
2,054.04ms
+ 0.34ms
View #85 - components.product-related
2,075.95ms
+ 21.91ms
View #86 - components.seo-footer
2,076.36ms
+ 0.41ms
View #87 - components.facets
2,077.37ms
+ 1.01ms
View #88 - modules.seo-links
2,077.64ms
+ 0.27ms
View #89 - layout.layout
2,077.92ms
+ 0.29ms
View #90 - layout.meta
2,107.28ms
+ 29.36ms
View #91 - modules.notification
2,183.95ms
+ 76.67ms
View #92 - modules.header
2,184.88ms
+ 0.93ms
View #93 - modules.menu
2,185.67ms
+ 0.79ms
View #94 - components.menu-first-level
2,186.30ms
+ 0.63ms
View #95 - components.menu-second-level
2,188.80ms
+ 2.50ms
View #96 - components.menu-pushes
2,201.68ms
+ 12.89ms
View #97 - components.menu-pushes
2,233.73ms
+ 32.05ms
View #98 - components.menu-pushes
2,252.09ms
+ 18.36ms
View #99 - components.menu-pushes
2,258.65ms
+ 6.56ms
View #100 - components.menu-pushes
2,260.25ms
+ 1.60ms
View #101 - svg.logo
2,261.19ms
+ 0.94ms
View #102 - modules.messages
2,270.51ms
+ 9.32ms
View #103 - modules.breadcrumbs
2,271.07ms
+ 0.56ms
View #104 - modules.footer
2,271.40ms
+ 0.32ms
View #105 - components.reinsurance-support
2,271.86ms
+ 0.47ms
View #106 - components.field
2,273.83ms
+ 1.97ms
View #107 - components.csrf-field
2,274.25ms
+ 0.42ms
View #108 - components.button
2,274.45ms
+ 0.21ms
View #109 - components.footer-links
2,274.75ms
+ 0.30ms
View #110 - modules.panel
2,277.32ms
+ 2.57ms
View #111 - modules.popin
2,277.53ms
+ 0.21ms
View #112 - modules.blueshift-popin
2,277.78ms
+ 0.25ms
View #113 - modules.search-panel
2,293.52ms
+ 15.75ms
View #114 - catalog.search-form
2,294.13ms
+ 0.61ms
View #115 - components.field
2,294.72ms
+ 0.58ms
View #116 - modules.toaster
2,295.53ms
+ 0.82ms
View #117 - layout.overlay
2,295.70ms
+ 0.16ms
View #118 - modules.webstore-switcher
2,310.17ms
+ 14.47ms
View #119 - components.close-button
2,310.81ms
+ 0.64ms
View #120 - components.native-select
2,311.39ms
+ 0.59ms
View #121 - components.native-select
2,312.10ms
+ 0.71ms
View #122 - components.button
2,312.41ms
+ 0.31ms
View #123 - components.button
2,312.78ms
+ 0.38ms
View #124 - helpers.grid
2,313.22ms
+ 0.44ms
View #125 - modules.loading-bar
2,313.41ms
+ 0.19ms
View #126 - 3rdparties.didomi
2,364.45ms
+ 51.04ms
View #127 - 3rdparties.gtm
2,364.70ms
+ 0.25ms
View #128 - 3rdparties.abtasty.main
2,364.87ms
+ 0.17ms
View #129 - 3rdparties.abtasty.tracking
2,365.01ms
+ 0.14ms
View #130 - 3rdparties.blueshift
2,365.30ms
+ 0.29ms
View #131 - 3rdparties.sizebay.main
2,365.72ms
+ 0.42ms
View #132 - 3rdparties.sizebay.tracking
2,365.94ms
+ 0.22ms
View #133 - 3rdparties.gsi
2,366.24ms
+ 0.30ms
View #134 - 3rdparties.applepay
2,366.37ms
+ 0.14ms
View #135 - 3rdparties.alma
2,366.62ms
+ 0.25ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
2,373.12ms
+ 6.50ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=3edf169a5465a93d3711360d1dd762f918a49d16%2BH4llp8gUwduK0RZDD3PQc08MoOTWfxVFRhVs5Gj4; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 33478
REDIRECT_URL string(38) /en/c-mid-season-sale-20selection.html
REDIRECT_QUERY_STRING string(38) /en/c-mid-season-sale-20selection.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /en/c-mid-season-sale-20selection.html
REQUEST_URI string(38) /en/c-mid-season-sale-20selection.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784157813.059
REQUEST_TIME int 1784157813
HTTPS string(2) on
... array(3)
csrf_token string(40) hPTrJSCXNyvoIa5UPog4A7btvq4WykH0xUckHsjL
cart string(12) Order object
last_category string(15) stdClass object