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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.49ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.93ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.66ms
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.74ms
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.79ms
SELECT * FROM `languages`
0.56ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.40ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.14ms
SELECT * FROM `config`
0.83ms
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` = 'men-clothing' LIMIT 1
1.13ms
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` = '84' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.56ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.63ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.74ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.28ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.55ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
280.20ms
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` = 84 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
58.92ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
23.09ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
319.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` = 84 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 31
9.34ms
SELECT FOUND_ROWS()
3.17ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') ORDER BY `webstore_id` ASC
3.75ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') ORDER BY `position` ASC
1.11ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '6', '2', '4', '5', '7', '1') 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 ('25', '7', '22', '23', '18', '21', '78', '26', '8', '76', '11', '28', '10', '3', '17') ORDER BY `singular` ASC
1.13ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('45', '35', '42', '39', '25', '48', '28', '34', '49', '47', '64', '5', '38', '44', '23', '43', '40') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.62ms
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 ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') ORDER BY `name` ASC
1.13ms
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 ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') ORDER BY `name` ASC
2.53ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') ORDER BY `position` ASC
6.35ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28870', '28877', '28884', '26942', '28133', '26782', '28510', '26783', '29097', '28511', '23914', '28871', '22303', '28878', '28120', '28885', '26943', '28134', '26038', '28872', '13191', '28879', '28118', '28886', '26944', '28135', '26036', '28374', '26784', '13176', '29098', '28512', '23912', '23911', '28873', '13192', '28880', '28117', '28887', '26945', '28136', '26035', '28373', '26785', '13177', '29099', '28513', '28874', '13193', '28881', '28116', '28888', '26946', '28137', '26034', '28372', '26786', '13178', '29100', '28514', '23910', '23913', '13194', '28119', '28138', '26037', '28375', '26787', '13179', '29101', '28515', '28121', '28139', '26039', '28376', '26788', '13180', '29102', '28516', '28875', '28882', '23915', '28889', '26947', '13195', '28890', '26948', '26789', '29103', '28517', '28876', '28883', '26790', '29104', '28805', '28891', '26949', '28764', '28819', '26837', '26791', '29105', '26950', '29130', '28765', '28669', '28692', '28678', '26951', '28715', '28683', '28806', '28724', '28723', '29129', '28668', '28820', '28691', '28677', '26838', '28714', '28682', '28667', '28807', '28690', '28676', '28713', '28681', '28766', '28722', '29128', '28821', '28725', '26839', '29131', '28670', '28156', '28693', '28679', '28169', '28716', '28684', '29094', '28694', '28680', '28168', '28717', '29093', '28808', '29132', '28671', '28155', '28767', '28154', '28822', '28167', '26840', '29092', '28170', '29095', '28768', '28157', '28809', '26841', '28158', '29096', '28823', '28810', '28769', '28824', '26842', '28770', '28811', '26843', '28825', '28771', '26781')
0.75ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '54', '55', '80', '4', '94', '45', '46', '95', '7', '56', '81', '96', '47', '10', '57', '82', '48', '97', '13', '58', '83', '98', '16', '59', '84', '124', '19', '60', '85', '49', '50', '61', '86', '22', '62', '87', '51', '63', '88', '52', '40', '64', '53', '41', '65', '42', '66', '67', '43', '90', '132', '91', '68', '92', '69', '93', '70', '71', '123', '72', '73', '74', '75', '76', '225') ORDER BY `position` ASC
0.85ms
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 ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.63ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5813', '5885', '5382', '5009') ORDER BY `webstore_id` ASC
0.97ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5813', '5885', '5382', '5009') ORDER BY `position` ASC
1.69ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28892', '28893', '29137', '28894', '29138', '28895', '29139', '28896', '29140', '28897', '29141', '28898', '29142', '26799', '28899', '24998', '26800', '24999', '26801', '25000', '26802', '25001', '26803', '25002', '26804', '25003', '26805', '25004', '26806', '25076', '25077', '25078', '26807')
2.08ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '62', '51', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
2.79ms
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 ('5883', '5878', '5886', '5400', '5386', '4788', '5776', '5778', '2589', '5833', '5877', '5779', '5706', '5810', '5803', '5788', '5729', '2592', '5380', '5786', '5658', '5811', '5231', '5781', '5669', '5812', '5795', '5661', '5666', '5801') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
763.93ms
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
3.19ms
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
3.15ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
1,064.81ms
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.68ms
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
6.70ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
23.94ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
0.48ms
SELECT * FROM `seo_types`
0.35ms
SELECT * FROM `styles`
1.16ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.32ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
3.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
Name Running Time (ms) Difference
default_timer
4,197.41ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
3,462.48ms
+ 3,462.48ms
View #2 - components.page-header
3,602.05ms
+ 139.56ms
View #3 - components.facets
3,607.67ms
+ 5.62ms
View #4 - components.filters
3,608.21ms
+ 0.55ms
View #5 - components.close-button
3,608.66ms
+ 0.45ms
View #6 - components.accordion.wrapper
3,608.99ms
+ 0.33ms
View #7 - components.accordion.bodies.filters.list
3,609.03ms
+ 0.04ms
View #8 - components.accordion.wrapper
3,614.04ms
+ 5.01ms
View #9 - components.accordion.bodies.filters.colors
3,614.08ms
+ 0.05ms
View #10 - components.accordion.wrapper
3,614.79ms
+ 0.71ms
View #11 - components.accordion.bodies.filters.list
3,614.83ms
+ 0.04ms
View #12 - components.button
3,615.10ms
+ 0.27ms
View #13 - components.button
3,615.45ms
+ 0.34ms
View #14 - components.button
3,615.71ms
+ 0.27ms
View #15 - components.button
3,615.99ms
+ 0.27ms
View #16 - components.pagination
3,616.26ms
+ 0.28ms
View #17 - components.button
3,622.54ms
+ 6.28ms
View #18 - catalog.partials.products-listing
3,622.98ms
+ 0.45ms
View #19 - components.product-card
3,623.30ms
+ 0.31ms
View #20 - components.add-to-wishlist
3,719.71ms
+ 96.41ms
View #21 - components.product-card
3,721.80ms
+ 2.09ms
View #22 - components.add-to-wishlist
3,734.24ms
+ 12.44ms
View #23 - components.product-card
3,737.07ms
+ 2.83ms
View #24 - components.add-to-wishlist
3,742.11ms
+ 5.04ms
View #25 - components.catalog-push
3,754.97ms
+ 12.86ms
View #26 - components.product-card
3,756.57ms
+ 1.60ms
View #27 - components.add-to-wishlist
3,766.37ms
+ 9.80ms
View #28 - components.product-card
3,774.75ms
+ 8.38ms
View #29 - components.add-to-wishlist
3,779.21ms
+ 4.46ms
View #30 - components.product-card
3,781.06ms
+ 1.85ms
View #31 - components.add-to-wishlist
3,788.15ms
+ 7.09ms
View #32 - components.product-card
3,790.03ms
+ 1.88ms
View #33 - components.add-to-wishlist
3,798.10ms
+ 8.07ms
View #34 - components.product-card
3,804.21ms
+ 6.11ms
View #35 - components.add-to-wishlist
3,808.25ms
+ 4.04ms
View #36 - components.product-card
3,810.13ms
+ 1.88ms
View #37 - components.add-to-wishlist
3,817.43ms
+ 7.31ms
View #38 - components.product-card
3,819.35ms
+ 1.91ms
View #39 - components.add-to-wishlist
3,828.81ms
+ 9.47ms
View #40 - components.product-card
3,833.31ms
+ 4.50ms
View #41 - components.add-to-wishlist
3,838.59ms
+ 5.28ms
View #42 - components.product-card
3,840.47ms
+ 1.88ms
View #43 - components.add-to-wishlist
3,848.44ms
+ 7.97ms
View #44 - components.product-card
3,850.29ms
+ 1.85ms
View #45 - components.add-to-wishlist
3,856.24ms
+ 5.95ms
View #46 - components.product-card
3,859.24ms
+ 3.00ms
View #47 - components.add-to-wishlist
3,863.41ms
+ 4.16ms
View #48 - components.product-card
3,865.36ms
+ 1.96ms
View #49 - components.add-to-wishlist
3,869.45ms
+ 4.08ms
View #50 - components.product-card
3,871.20ms
+ 1.75ms
View #51 - components.add-to-wishlist
3,884.65ms
+ 13.45ms
View #52 - components.product-card
3,886.65ms
+ 2.00ms
View #53 - components.add-to-wishlist
3,891.18ms
+ 4.53ms
View #54 - components.product-card
3,893.10ms
+ 1.92ms
View #55 - components.add-to-wishlist
3,900.18ms
+ 7.08ms
View #56 - components.product-card
3,902.08ms
+ 1.90ms
View #57 - components.add-to-wishlist
3,910.14ms
+ 8.06ms
View #58 - components.product-card
3,912.00ms
+ 1.86ms
View #59 - components.add-to-wishlist
3,918.50ms
+ 6.50ms
View #60 - components.product-card
3,920.37ms
+ 1.87ms
View #61 - components.add-to-wishlist
3,928.05ms
+ 7.68ms
View #62 - components.product-card
3,930.32ms
+ 2.27ms
View #63 - components.add-to-wishlist
3,935.74ms
+ 5.42ms
View #64 - components.product-card
3,938.69ms
+ 2.95ms
View #65 - components.add-to-wishlist
3,945.71ms
+ 7.03ms
View #66 - components.product-card
3,947.74ms
+ 2.03ms
View #67 - components.add-to-wishlist
3,951.75ms
+ 4.01ms
View #68 - components.product-card
3,953.60ms
+ 1.85ms
View #69 - components.add-to-wishlist
3,957.46ms
+ 3.87ms
View #70 - components.product-card
3,959.32ms
+ 1.86ms
View #71 - components.add-to-wishlist
3,963.43ms
+ 4.11ms
View #72 - components.product-card
3,965.24ms
+ 1.81ms
View #73 - components.add-to-wishlist
3,969.53ms
+ 4.30ms
View #74 - components.product-card
3,971.35ms
+ 1.81ms
View #75 - components.add-to-wishlist
3,975.94ms
+ 4.59ms
View #76 - components.product-card
3,977.83ms
+ 1.89ms
View #77 - components.add-to-wishlist
3,981.93ms
+ 4.10ms
View #78 - components.product-card
3,983.93ms
+ 2.00ms
View #79 - components.add-to-wishlist
3,991.35ms
+ 7.42ms
View #80 - components.catalog-push
3,993.15ms
+ 1.80ms
View #81 - components.button
3,997.41ms
+ 4.27ms
View #82 - components.pagination
3,997.85ms
+ 0.44ms
View #83 - components.button
3,998.32ms
+ 0.47ms
View #84 - components.recently-viewed
3,998.64ms
+ 0.32ms
View #85 - components.product-related
4,008.33ms
+ 9.69ms
View #86 - components.seo-footer
4,008.91ms
+ 0.58ms
View #87 - components.facets
4,010.01ms
+ 1.10ms
View #88 - modules.seo-links
4,010.30ms
+ 0.30ms
View #89 - layout.layout
4,010.58ms
+ 0.28ms
View #90 - layout.meta
4,045.53ms
+ 34.95ms
View #91 - modules.notification
4,127.98ms
+ 82.45ms
View #92 - modules.header
4,128.94ms
+ 0.96ms
View #93 - modules.menu
4,129.70ms
+ 0.76ms
View #94 - components.menu-first-level
4,130.29ms
+ 0.59ms
View #95 - components.menu-second-level
4,132.49ms
+ 2.20ms
View #96 - components.menu-pushes
4,136.72ms
+ 4.23ms
View #97 - components.menu-pushes
4,143.71ms
+ 6.99ms
View #98 - components.menu-pushes
4,149.19ms
+ 5.48ms
View #99 - components.menu-pushes
4,151.01ms
+ 1.82ms
View #100 - components.menu-pushes
4,152.26ms
+ 1.25ms
View #101 - svg.logo
4,153.12ms
+ 0.86ms
View #102 - modules.messages
4,153.98ms
+ 0.85ms
View #103 - modules.breadcrumbs
4,154.55ms
+ 0.57ms
View #104 - modules.footer
4,154.82ms
+ 0.27ms
View #105 - components.reinsurance-support
4,155.21ms
+ 0.39ms
View #106 - components.field
4,155.76ms
+ 0.55ms
View #107 - components.csrf-field
4,156.08ms
+ 0.31ms
View #108 - components.button
4,156.32ms
+ 0.24ms
View #109 - components.footer-links
4,156.64ms
+ 0.32ms
View #110 - modules.panel
4,159.22ms
+ 2.57ms
View #111 - modules.popin
4,159.41ms
+ 0.20ms
View #112 - modules.blueshift-popin
4,159.58ms
+ 0.17ms
View #113 - modules.search-panel
4,160.90ms
+ 1.31ms
View #114 - catalog.search-form
4,161.28ms
+ 0.38ms
View #115 - components.field
4,161.84ms
+ 0.57ms
View #116 - modules.toaster
4,163.06ms
+ 1.21ms
View #117 - layout.overlay
4,163.20ms
+ 0.15ms
View #118 - modules.webstore-switcher
4,165.34ms
+ 2.13ms
View #119 - components.close-button
4,165.75ms
+ 0.42ms
View #120 - components.native-select
4,166.25ms
+ 0.49ms
View #121 - components.native-select
4,166.86ms
+ 0.61ms
View #122 - components.button
4,167.16ms
+ 0.30ms
View #123 - components.button
4,167.47ms
+ 0.30ms
View #124 - helpers.grid
4,167.76ms
+ 0.29ms
View #125 - modules.loading-bar
4,167.91ms
+ 0.15ms
View #126 - 3rdparties.didomi
4,193.92ms
+ 26.02ms
View #127 - 3rdparties.gtm
4,194.17ms
+ 0.25ms
View #128 - 3rdparties.abtasty.main
4,194.37ms
+ 0.20ms
View #129 - 3rdparties.abtasty.tracking
4,194.51ms
+ 0.14ms
View #130 - 3rdparties.blueshift
4,194.76ms
+ 0.25ms
View #131 - 3rdparties.sizebay.main
4,195.15ms
+ 0.39ms
View #132 - 3rdparties.sizebay.tracking
4,195.35ms
+ 0.20ms
View #133 - 3rdparties.gsi
4,195.57ms
+ 0.22ms
View #134 - 3rdparties.applepay
4,195.76ms
+ 0.19ms
View #135 - 3rdparties.alma
4,196.00ms
+ 0.24ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
4,197.46ms
+ 1.46ms
... 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) fursac=1d50cc19d77dad73704566c1fb376977ea10d8e0%2BRCHMu5l9eCdNl4EURVLa
fursac=1d50cc19d77dad73704566c1fb376977ea10d8e0%2BRCHMu5l9eCdNl4EURVLauvRhBJhfqOS7PA7pP58D; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
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) 45162
REDIRECT_URL string(23) /en/c-men-clothing.html
REDIRECT_QUERY_STRING string(30) /en/c-men-clothing.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(30) /en/c-men-clothing.html&page=2
REQUEST_URI string(30) /en/c-men-clothing.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784157784.249
REQUEST_TIME int 1784157784
HTTPS string(2) on
... array(3)
csrf_token string(40) oN3HYxTSz1VVvd8iXNcKPZUH59AFxRBDNaaP7aOI
cart string(12) Order object
last_category string(15) stdClass object