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

Filters

Color

Size

Product type

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.30ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.47ms
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.40ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.22ms
SELECT * FROM `languages`
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.75ms
SELECT * FROM `config`
0.49ms
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-outerwear' LIMIT 1
0.49ms
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` = '37' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '97' 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.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.38ms
SELECT * FROM `categories_links` WHERE `category_id` = '37' ORDER BY `position` ASC
7.74ms
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` = 37 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
3.06ms
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` = 37 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
42.60ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`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 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 37 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 37 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
3.06ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`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` = 37 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 3 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
8.78ms
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` = 37 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.14ms
SELECT FOUND_ROWS()
1.01ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5771', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') ORDER BY `webstore_id` ASC
1.18ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5771', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') ORDER BY `position` ASC
0.34ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3') ORDER BY `singular` ASC
0.43ms
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', '76', '26', '10', '17', '11', '23', '64', '25') ORDER BY `singular` ASC
0.51ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44', '49', '48', '47', '46', '45') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.23ms
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', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') ORDER BY `name` ASC
0.82ms
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', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') ORDER BY `name` ASC
1.49ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5771', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') ORDER BY `position` ASC
3.71ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26555', '26565', '26556', '26566', '26567', '26557', '26558', '26568', '26569', '26559', '26560', '26570', '26571', '26561', '26562', '26572', '26563', '26573', '28626', '28207', '28661', '28945', '28631', '28221', '28212', '28641', '28701', '28724', '28226', '28715', '28217', '28646', '28706', '21665', '28231', '28697', '28720', '28678', '27795', '28651', '28711', '24464', '28614', '28665', '28683', '27800', '28656', '28645', '28705', '21664', '28230', '28696', '28719', '28677', '28710', '27794', '28650', '24463', '28613', '28664', '28682', '27799', '28655', '28625', '28206', '28660', '28944', '28630', '28220', '28211', '28640', '28700', '28723', '28225', '28714', '28216', '28205', '28659', '28943', '28629', '28219', '28210', '28639', '28699', '28722', '28224', '28713', '28215', '28644', '28704', '21663', '28229', '28695', '28718', '28676', '28709', '27793', '28649', '24462', '28612', '28663', '28681', '27798', '28654', '28624', '28721', '28679', '28712', '27796', '28652', '24465', '28615', '28666', '28684', '27801', '28657', '28627', '28208', '28662', '28946', '28632', '28222', '28213', '28642', '28702', '28725', '28227', '28716', '28218', '28647', '28707', '21666', '28232', '28698', '28223', '28214', '28643', '28703', '28228', '28717', '28648', '28708', '21667', '28233', '28680', '27797', '28653', '24466', '28616', '27802', '28658', '28628', '28209', '28633', '28947', '26574', '26564')
0.37ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('31', '32', '33', '34', '35', '36', '37', '38', '39', '40', '41', '42', '43', '132', '218') ORDER BY `position` ASC
0.62ms
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', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.65ms
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', '5779', '5778', '5683', '5786', '5783', '5770', '4294', '5772', '5348', '5788', '5767', '5679', '5787', '5784', '5765', '5837', '5782', '5678', '5349', '5768', '4914', '5785', '5775', '5682', '5773', '5589', '5681', '5680', '5590', '5774') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
118.60ms
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.84ms
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
169.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` > '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
5.00ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7137) ASC LIMIT 3
4.79ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7137) ASC LIMIT 3
0.37ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.69ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.57ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
3.79ms
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` WHERE `is_enabled` = '1' AND `products`.`id` IN ('5658', '5719', '68') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5658, 5719, 68) ASC
0.56ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5658', '5719', '68') ORDER BY `webstore_id` ASC
0.41ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5658', '5719', '68') ORDER BY `position` ASC
0.32ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '9') ORDER BY `singular` ASC
0.42ms
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 ('5658', '5719', '68') ORDER BY `name` ASC
0.35ms
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 ('3', '20', '30') ORDER BY `singular` ASC
0.36ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('23', '26', '15') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.39ms
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 ('5658', '5719', '68') ORDER BY `name` ASC
0.45ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5658', '5719', '68') ORDER BY `position` ASC
0.54ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6489', '28120', '28446', '28444', '28118', '28443', '28117', '28442', '28116', '28445', '28119', '28121', '28447', '28441')
0.44ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '94', '95', '96', '97', '98', '124', '185') ORDER BY `position` ASC
0.44ms
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 ('5658', '5719', '68') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
974.46ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
631.92ms
+ 631.91ms
View #2 - components.page-header
650.23ms
+ 18.31ms
View #3 - components.button
650.68ms
+ 0.45ms
View #4 - components.button
650.94ms
+ 0.26ms
View #5 - components.facets
651.18ms
+ 0.24ms
View #6 - components.filters
651.54ms
+ 0.36ms
View #7 - components.close-button
651.84ms
+ 0.31ms
View #8 - components.accordion.wrapper
652.06ms
+ 0.22ms
View #9 - components.accordion.bodies.filters.colors
652.09ms
+ 0.03ms
View #10 - components.accordion.wrapper
653.14ms
+ 1.05ms
View #11 - components.accordion.bodies.filters.sizes
653.17ms
+ 0.03ms
View #12 - components.accordion.wrapper
653.74ms
+ 0.57ms
View #13 - components.accordion.bodies.filters.list
653.77ms
+ 0.04ms
View #14 - components.accordion.wrapper
654.16ms
+ 0.39ms
View #15 - components.accordion.bodies.filters.list
654.19ms
+ 0.03ms
View #16 - components.button
654.36ms
+ 0.17ms
View #17 - components.button
654.55ms
+ 0.19ms
View #18 - components.button
654.72ms
+ 0.16ms
View #19 - components.button
654.88ms
+ 0.16ms
View #20 - catalog.partials.products-listing
655.15ms
+ 0.28ms
View #21 - components.product-card
655.37ms
+ 0.21ms
View #22 - components.add-to-wishlist
691.44ms
+ 36.07ms
View #23 - components.product-card
692.92ms
+ 1.49ms
View #24 - components.add-to-wishlist
695.99ms
+ 3.06ms
View #25 - components.product-card
697.17ms
+ 1.18ms
View #26 - components.add-to-wishlist
699.86ms
+ 2.69ms
View #27 - components.product-card
701.01ms
+ 1.14ms
View #28 - components.add-to-wishlist
703.62ms
+ 2.61ms
View #29 - components.product-card
704.81ms
+ 1.19ms
View #30 - components.add-to-wishlist
707.74ms
+ 2.93ms
View #31 - components.product-card
709.21ms
+ 1.47ms
View #32 - components.add-to-wishlist
711.79ms
+ 2.58ms
View #33 - components.product-card
712.91ms
+ 1.13ms
View #34 - components.add-to-wishlist
715.45ms
+ 2.53ms
View #35 - components.product-card
716.61ms
+ 1.16ms
View #36 - components.add-to-wishlist
719.27ms
+ 2.66ms
View #37 - components.product-card
720.39ms
+ 1.12ms
View #38 - components.add-to-wishlist
722.69ms
+ 2.31ms
View #39 - components.product-card
723.84ms
+ 1.14ms
View #40 - components.add-to-wishlist
726.65ms
+ 2.82ms
View #41 - components.product-card
727.87ms
+ 1.21ms
View #42 - components.add-to-wishlist
730.28ms
+ 2.41ms
View #43 - components.product-card
731.44ms
+ 1.16ms
View #44 - components.add-to-wishlist
733.94ms
+ 2.50ms
View #45 - components.product-card
735.12ms
+ 1.18ms
View #46 - components.add-to-wishlist
737.45ms
+ 2.33ms
View #47 - components.product-card
738.68ms
+ 1.23ms
View #48 - components.add-to-wishlist
741.05ms
+ 2.36ms
View #49 - components.product-card
742.11ms
+ 1.06ms
View #50 - components.add-to-wishlist
744.64ms
+ 2.53ms
View #51 - components.product-card
745.77ms
+ 1.13ms
View #52 - components.add-to-wishlist
748.40ms
+ 2.63ms
View #53 - components.product-card
749.52ms
+ 1.12ms
View #54 - components.add-to-wishlist
751.92ms
+ 2.40ms
View #55 - components.product-card
752.99ms
+ 1.06ms
View #56 - components.add-to-wishlist
755.32ms
+ 2.34ms
View #57 - components.product-card
756.47ms
+ 1.15ms
View #58 - components.add-to-wishlist
759.11ms
+ 2.64ms
View #59 - components.catalog-push
760.32ms
+ 1.21ms
View #60 - components.product-card
761.06ms
+ 0.74ms
View #61 - components.add-to-wishlist
764.48ms
+ 3.43ms
View #62 - components.product-card
765.72ms
+ 1.24ms
View #63 - components.add-to-wishlist
768.30ms
+ 2.58ms
View #64 - components.product-card
769.55ms
+ 1.25ms
View #65 - components.add-to-wishlist
772.14ms
+ 2.59ms
View #66 - components.product-card
773.68ms
+ 1.54ms
View #67 - components.add-to-wishlist
776.22ms
+ 2.54ms
View #68 - components.product-card
777.40ms
+ 1.18ms
View #69 - components.add-to-wishlist
780.04ms
+ 2.64ms
View #70 - components.product-card
781.20ms
+ 1.17ms
View #71 - components.add-to-wishlist
783.77ms
+ 2.56ms
View #72 - components.product-card
785.52ms
+ 1.76ms
View #73 - components.add-to-wishlist
788.15ms
+ 2.62ms
View #74 - components.product-card
789.37ms
+ 1.22ms
View #75 - components.add-to-wishlist
792.13ms
+ 2.76ms
View #76 - components.product-card
793.30ms
+ 1.17ms
View #77 - components.add-to-wishlist
795.92ms
+ 2.62ms
View #78 - components.product-card
797.13ms
+ 1.21ms
View #79 - components.add-to-wishlist
799.67ms
+ 2.54ms
View #80 - components.product-card
801.06ms
+ 1.39ms
View #81 - components.add-to-wishlist
803.99ms
+ 2.93ms
View #82 - components.product-card
806.07ms
+ 2.08ms
View #83 - components.add-to-wishlist
809.50ms
+ 3.43ms
View #84 - components.pagination
810.97ms
+ 1.48ms
View #85 - components.recently-viewed
811.88ms
+ 0.91ms
View #86 - components.product-related
847.31ms
+ 35.43ms
View #87 - components.product-card
847.59ms
+ 0.27ms
View #88 - components.add-to-wishlist
850.37ms
+ 2.78ms
View #89 - components.product-card
851.63ms
+ 1.26ms
View #90 - components.add-to-wishlist
854.28ms
+ 2.65ms
View #91 - components.product-card
855.69ms
+ 1.41ms
View #92 - components.add-to-wishlist
857.50ms
+ 1.81ms
View #93 - components.seo-footer
858.94ms
+ 1.43ms
View #94 - components.facets
859.64ms
+ 0.70ms
View #95 - components.button
859.84ms
+ 0.20ms
View #96 - components.button
860.26ms
+ 0.43ms
View #97 - modules.seo-links
860.61ms
+ 0.35ms
View #98 - layout.layout
860.88ms
+ 0.27ms
View #99 - layout.meta
880.75ms
+ 19.87ms
View #100 - modules.notification
930.35ms
+ 49.59ms
View #101 - modules.header
931.02ms
+ 0.67ms
View #102 - modules.menu
931.62ms
+ 0.60ms
View #103 - components.menu-first-level
931.97ms
+ 0.34ms
View #104 - components.menu-second-level
933.46ms
+ 1.50ms
View #105 - components.menu-pushes
936.11ms
+ 2.64ms
View #106 - components.menu-pushes
941.35ms
+ 5.24ms
View #107 - components.menu-pushes
944.88ms
+ 3.53ms
View #108 - components.menu-pushes
946.04ms
+ 1.16ms
View #109 - components.menu-pushes
946.97ms
+ 0.94ms
View #110 - svg.logo
947.62ms
+ 0.64ms
View #111 - modules.messages
948.33ms
+ 0.71ms
View #112 - modules.breadcrumbs
948.67ms
+ 0.34ms
View #113 - modules.footer
948.85ms
+ 0.18ms
View #114 - components.reinsurance-support
949.11ms
+ 0.27ms
View #115 - components.field
949.45ms
+ 0.34ms
View #116 - components.csrf-field
949.67ms
+ 0.22ms
View #117 - components.button
949.78ms
+ 0.11ms
View #118 - components.footer-links
949.96ms
+ 0.18ms
View #119 - modules.panel
951.49ms
+ 1.53ms
View #120 - modules.popin
951.63ms
+ 0.14ms
View #121 - modules.blueshift-popin
951.74ms
+ 0.11ms
View #122 - modules.search-panel
952.33ms
+ 0.59ms
View #123 - catalog.search-form
952.55ms
+ 0.22ms
View #124 - components.field
952.83ms
+ 0.28ms
View #125 - modules.toaster
953.30ms
+ 0.47ms
View #126 - layout.overlay
953.41ms
+ 0.10ms
View #127 - modules.webstore-switcher
954.70ms
+ 1.30ms
View #128 - components.close-button
954.96ms
+ 0.25ms
View #129 - components.native-select
955.35ms
+ 0.39ms
View #130 - components.native-select
955.67ms
+ 0.32ms
View #131 - components.button
955.84ms
+ 0.16ms
View #132 - components.button
956.03ms
+ 0.19ms
View #133 - helpers.grid
956.24ms
+ 0.21ms
View #134 - modules.loading-bar
956.35ms
+ 0.11ms
View #135 - 3rdparties.didomi
971.90ms
+ 15.55ms
View #136 - 3rdparties.gtm
972.08ms
+ 0.18ms
View #137 - 3rdparties.abtasty.main
972.21ms
+ 0.13ms
View #138 - 3rdparties.abtasty.tracking
972.32ms
+ 0.11ms
View #139 - 3rdparties.blueshift
972.49ms
+ 0.17ms
View #140 - 3rdparties.sizebay.main
972.78ms
+ 0.29ms
View #141 - 3rdparties.sizebay.tracking
972.93ms
+ 0.15ms
View #142 - 3rdparties.gsi
973.09ms
+ 0.16ms
View #143 - 3rdparties.applepay
973.18ms
+ 0.09ms
View #144 - 3rdparties.alma
973.37ms
+ 0.19ms
View #145 - path: /var/www/html/laravel/profiling/template.blade.php
974.51ms
+ 1.14ms
... 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=38c6f547ee48a4b49da25cc8e7181f7aec4437e4%2BavOXqTEXNY6Etzo0HuP151cNwaHUZB37OCgMnE6d; 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) 35332
REDIRECT_URL string(36) /en/c-mid-season-sale-outerwear.html
REDIRECT_QUERY_STRING string(36) /en/c-mid-season-sale-outerwear.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(36) /en/c-mid-season-sale-outerwear.html
REQUEST_URI string(36) /en/c-mid-season-sale-outerwear.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784154040.085
REQUEST_TIME int 1784154040
HTTPS string(2) on
... array(4)
csrf_token string(40) 6NpF6W5i0djvDfuzyb9GBSxHyHtMiZA5cOEjavjC
cart string(12) Order object
recently_viewed array(3)
0 int 5658
1 int 5719
2 int 68
last_category string(15) stdClass object