New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available

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.40ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.52ms
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.38ms
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.28ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.88ms
SELECT * FROM `config`
0.45ms
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
0.57ms
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.62ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.39ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.19ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.37ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
56.84ms
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
7.85ms
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
5.51ms
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`
55.36ms
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 32 OFFSET 157
0.13ms
SELECT FOUND_ROWS()
1.16ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `webstore_id` ASC
1.58ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('9', '3', '6', '5', '2', '4', '10', '7', '15', '1', '14') 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 ('42', '25', '7', '18', '22', '39', '55', '20', '29', '44', '8', '50', '23', '32', '21', '77', '4', '3') ORDER BY `singular` ASC
0.55ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('71', '46', '33', '40', '68', '39', '63', '26', '37', '31', '28', '73', '43', '16', '25', '67', '76', '64', '23') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.42ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `name` ASC
0.97ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `name` ASC
1.77ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY `position` ASC
3.19ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27549', '6502', '27429', '29042', '15832', '29007', '27434', '6496', '24658', '29043', '29008', '29058', '23624', '27550', '28446', '23625', '29424', '29777', '27551', '27384', '28444', '22752', '24659', '29044', '29009', '29059', '29187', '26046', '24660', '29045', '29010', '29060', '29188', '26045', '23626', '29425', '29776', '27552', '27383', '28443', '22751', '29775', '27547', '27382', '28442', '22750', '24661', '29046', '29011', '29061', '29189', '26044', '3802', '23627', '29426', '29190', '26047', '2775', '23628', '29427', '29778', '27548', '27385', '28445', '22753', '24662', '29047', '27386', '29012', '29062', '28447', '22754', '29191', '26048', '2771', '29428', '23629', '29779', '29192', '2776', '29429', '19764', '24663', '29048', '29013', '29063', '28441', '29182', '29181', '29193', '2772', '29430', '19765', '29049', '29014', '29431', '19766', '29194', '29015', '2773', '2774', '29432', '19767', '29195', '24712', '29576', '27979', '29541', '28989', '27980', '29540', '29577', '28990', '29539', '29578', '29542', '27981', '29543', '28991', '27982', '29579', '28992', '27983', '29580', '28993', '27984', '29581', '28994', '27985', '29582', '28995', '27986', '29583', '28996', '27987', '29584', '28997', '26664', '26663', '26662', '26665', '26666')
0.63ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('103', '142', '122', '44', '45', '94', '104', '95', '80', '105', '46', '47', '81', '96', '106', '97', '107', '48', '82', '112', '83', '98', '113', '108', '49', '124', '84', '114', '85', '115', '147', '50', '185', '144', '145', '86', '116', '148', '51', '87', '149', '52', '117', '118', '88', '150', '190', '62', '40', '63', '64', '41', '65', '42', '66', '43', '132', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.75ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.66ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5851', '5810', '5808', '5461', '5178', '5009', '4853', '4666', '5803', '4669', '5849') ORDER BY `webstore_id` ASC
1.03ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5851', '5810', '5808', '5461', '5178', '5009', '4853', '4666', '5803', '4669', '5849') ORDER BY `position` ASC
2.06ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('25836', '27232', '28855', '23534', '29007', '28870', '28856', '23535', '29008', '28871', '25837', '27233', '25838', '27234', '28857', '23536', '29009', '28872', '28858', '23537', '29010', '28873', '25839', '27235', '25840', '27236', '28859', '23538', '29011', '28874', '27237', '23539', '28860', '29012', '28875', '25841', '27238', '27239', '23540', '28861', '29013', '28876', '25842', '29014', '23541', '23542', '29015', '23357', '28989', '24205', '28819', '24998', '23348', '23358', '24206', '28820', '24999', '23349', '28990', '23359', '24207', '28821', '25000', '23350', '28991', '23360', '24208', '28822', '25001', '23351', '28992', '23361', '24209', '28823', '25002', '23352', '28993', '23362', '24210', '28824', '25003', '23353', '28994', '23363', '24211', '28825', '25004', '23354', '28995', '23364', '28996', '25076', '23365', '25077', '28997', '25078')
0.55ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '47', '11', '48', '14', '17', '49', '20', '23', '50', '51', '52', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '78', '151') ORDER BY `position` ASC
1.61ms
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 ('5502', '5975', '5903', '5981', '5952', '5854', '5899', '5863', '5849', '685', '5719', '5364', '3087', '5865', '5620', '4534', '4714', '5851', '5507', '4944', '75', '5827', '5233', '81', '3908', '5535', '5826', '4729', '5179', '5491', '5649', '6008') GROUP BY `articles`.`id`
0.34ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
156.09ms
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.69ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
223.17ms
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` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.77ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
2.71ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
6.28ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.32ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.20ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.28ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.23ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.28ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.37ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
1.29ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.81ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.54ms
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-08-03 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.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,245.23ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
826.31ms
+ 826.31ms
View #2 - components.page-header
873.05ms
+ 46.74ms
View #3 - components.facets
873.51ms
+ 0.46ms
View #4 - components.filters
873.93ms
+ 0.41ms
View #5 - components.close-button
874.23ms
+ 0.30ms
View #6 - components.accordion.wrapper
874.48ms
+ 0.25ms
View #7 - components.accordion.bodies.filters.list
874.52ms
+ 0.04ms
View #8 - components.accordion.wrapper
875.79ms
+ 1.27ms
View #9 - components.accordion.bodies.filters.colors
875.82ms
+ 0.03ms
View #10 - components.accordion.wrapper
876.26ms
+ 0.44ms
View #11 - components.accordion.bodies.filters.list
876.29ms
+ 0.03ms
View #12 - components.button
876.48ms
+ 0.19ms
View #13 - components.button
876.79ms
+ 0.30ms
View #14 - components.button
877.00ms
+ 0.21ms
View #15 - components.button
877.23ms
+ 0.24ms
View #16 - components.pagination
877.48ms
+ 0.25ms
View #17 - components.button
877.74ms
+ 0.26ms
View #18 - catalog.partials.products-listing
878.03ms
+ 0.29ms
View #19 - components.product-card
878.49ms
+ 0.46ms
View #20 - components.add-to-wishlist
918.42ms
+ 39.93ms
View #21 - components.product-card
920.11ms
+ 1.68ms
View #22 - components.add-to-wishlist
922.83ms
+ 2.72ms
View #23 - components.product-card
924.34ms
+ 1.51ms
View #24 - components.add-to-wishlist
927.44ms
+ 3.11ms
View #25 - components.product-card
928.82ms
+ 1.38ms
View #26 - components.add-to-wishlist
931.70ms
+ 2.88ms
View #27 - components.product-card
933.09ms
+ 1.40ms
View #28 - components.add-to-wishlist
936.05ms
+ 2.95ms
View #29 - components.product-card
937.47ms
+ 1.43ms
View #30 - components.add-to-wishlist
941.23ms
+ 3.75ms
View #31 - components.product-card
942.69ms
+ 1.47ms
View #32 - components.add-to-wishlist
945.09ms
+ 2.40ms
View #33 - components.product-card
946.43ms
+ 1.34ms
View #34 - components.add-to-wishlist
949.40ms
+ 2.97ms
View #35 - components.product-card
951.04ms
+ 1.63ms
View #36 - components.add-to-wishlist
954.05ms
+ 3.01ms
View #37 - components.product-card
955.52ms
+ 1.47ms
View #38 - components.add-to-wishlist
958.40ms
+ 2.89ms
View #39 - components.product-card
959.85ms
+ 1.44ms
View #40 - components.add-to-wishlist
962.76ms
+ 2.91ms
View #41 - components.product-card
964.23ms
+ 1.48ms
View #42 - components.add-to-wishlist
966.80ms
+ 2.57ms
View #43 - components.product-card
968.14ms
+ 1.34ms
View #44 - components.add-to-wishlist
970.01ms
+ 1.86ms
View #45 - components.product-card
971.33ms
+ 1.33ms
View #46 - components.add-to-wishlist
973.92ms
+ 2.59ms
View #47 - components.product-card
975.33ms
+ 1.41ms
View #48 - components.add-to-wishlist
978.15ms
+ 2.82ms
View #49 - components.product-card
979.62ms
+ 1.47ms
View #50 - components.add-to-wishlist
982.40ms
+ 2.78ms
View #51 - components.product-card
983.85ms
+ 1.45ms
View #52 - components.add-to-wishlist
988.76ms
+ 4.91ms
View #53 - components.product-card
990.50ms
+ 1.75ms
View #54 - components.add-to-wishlist
993.69ms
+ 3.19ms
View #55 - components.product-card
995.06ms
+ 1.37ms
View #56 - components.add-to-wishlist
997.58ms
+ 2.51ms
View #57 - components.product-card
999.22ms
+ 1.64ms
View #58 - components.add-to-wishlist
1,001.87ms
+ 2.65ms
View #59 - components.product-card
1,003.20ms
+ 1.33ms
View #60 - components.add-to-wishlist
1,005.13ms
+ 1.93ms
View #61 - components.product-card
1,006.28ms
+ 1.15ms
View #62 - components.add-to-wishlist
1,010.06ms
+ 3.78ms
View #63 - components.product-card
1,011.72ms
+ 1.66ms
View #64 - components.add-to-wishlist
1,014.29ms
+ 2.57ms
View #65 - components.product-card
1,015.70ms
+ 1.41ms
View #66 - components.add-to-wishlist
1,017.68ms
+ 1.98ms
View #67 - components.product-card
1,018.94ms
+ 1.26ms
View #68 - components.add-to-wishlist
1,021.31ms
+ 2.37ms
View #69 - components.product-card
1,022.46ms
+ 1.16ms
View #70 - components.add-to-wishlist
1,024.86ms
+ 2.39ms
View #71 - components.product-card
1,026.19ms
+ 1.34ms
View #72 - components.add-to-wishlist
1,030.32ms
+ 4.12ms
View #73 - components.product-card
1,032.08ms
+ 1.76ms
View #74 - components.add-to-wishlist
1,044.64ms
+ 12.56ms
View #75 - components.product-card
1,045.93ms
+ 1.29ms
View #76 - components.add-to-wishlist
1,049.51ms
+ 3.58ms
View #77 - components.product-card
1,051.01ms
+ 1.51ms
View #78 - components.add-to-wishlist
1,053.84ms
+ 2.83ms
View #79 - components.product-card
1,055.31ms
+ 1.46ms
View #80 - components.add-to-wishlist
1,059.16ms
+ 3.85ms
View #81 - components.product-card
1,060.77ms
+ 1.61ms
View #82 - components.add-to-wishlist
1,064.13ms
+ 3.36ms
View #83 - components.pagination
1,066.24ms
+ 2.11ms
View #84 - components.button
1,066.71ms
+ 0.46ms
View #85 - components.recently-viewed
1,066.97ms
+ 0.27ms
View #86 - components.product-related
1,073.25ms
+ 6.28ms
View #87 - components.seo-footer
1,073.53ms
+ 0.28ms
View #88 - components.facets
1,074.30ms
+ 0.77ms
View #89 - modules.seo-links
1,074.50ms
+ 0.19ms
View #90 - layout.layout
1,074.77ms
+ 0.27ms
View #91 - layout.meta
1,075.30ms
+ 0.53ms
View #92 - modules.notification
1,170.77ms
+ 95.47ms
View #93 - modules.header
1,171.45ms
+ 0.68ms
View #94 - modules.menu
1,171.99ms
+ 0.54ms
View #95 - components.menu-first-level
1,172.37ms
+ 0.38ms
View #96 - components.menu-second-level
1,174.88ms
+ 2.51ms
View #97 - components.menu-pushes
1,180.16ms
+ 5.29ms
View #98 - components.menu-pushes
1,185.24ms
+ 5.08ms
View #99 - components.menu-pushes
1,188.63ms
+ 3.39ms
View #100 - components.menu-pushes
1,192.00ms
+ 3.37ms
View #101 - components.menu-pushes
1,193.20ms
+ 1.20ms
View #102 - components.menu-pushes
1,194.22ms
+ 1.02ms
View #103 - svg.logo
1,194.86ms
+ 0.64ms
View #104 - modules.messages
1,195.46ms
+ 0.60ms
View #105 - modules.breadcrumbs
1,195.80ms
+ 0.34ms
View #106 - modules.footer
1,195.99ms
+ 0.20ms
View #107 - components.reinsurance-support
1,196.46ms
+ 0.47ms
View #108 - components.field
1,196.94ms
+ 0.47ms
View #109 - components.csrf-field
1,197.19ms
+ 0.25ms
View #110 - components.button
1,197.34ms
+ 0.15ms
View #111 - components.footer-links
1,197.61ms
+ 0.27ms
View #112 - modules.panel
1,199.73ms
+ 2.12ms
View #113 - modules.popin
1,199.90ms
+ 0.17ms
View #114 - modules.blueshift-popin
1,200.04ms
+ 0.14ms
View #115 - modules.search-panel
1,200.62ms
+ 0.58ms
View #116 - catalog.search-form
1,200.86ms
+ 0.24ms
View #117 - components.field
1,201.28ms
+ 0.41ms
View #118 - modules.toaster
1,202.13ms
+ 0.85ms
View #119 - layout.overlay
1,202.24ms
+ 0.12ms
View #120 - modules.webstore-switcher
1,203.66ms
+ 1.41ms
View #121 - components.close-button
1,203.95ms
+ 0.29ms
View #122 - components.native-select
1,204.25ms
+ 0.30ms
View #123 - components.native-select
1,204.57ms
+ 0.32ms
View #124 - components.button
1,204.77ms
+ 0.20ms
View #125 - components.button
1,205.02ms
+ 0.25ms
View #126 - helpers.grid
1,205.27ms
+ 0.25ms
View #127 - modules.loading-bar
1,205.39ms
+ 0.12ms
View #128 - 3rdparties.didomi
1,241.69ms
+ 36.30ms
View #129 - 3rdparties.gtm
1,241.89ms
+ 0.20ms
View #130 - 3rdparties.abtasty.main
1,242.03ms
+ 0.13ms
View #131 - 3rdparties.abtasty.tracking
1,242.13ms
+ 0.10ms
View #132 - 3rdparties.blueshift
1,242.31ms
+ 0.18ms
View #133 - 3rdparties.sizebay.main
1,242.69ms
+ 0.38ms
View #134 - 3rdparties.sizebay.tracking
1,242.89ms
+ 0.20ms
View #135 - 3rdparties.gsi
1,243.08ms
+ 0.19ms
View #136 - 3rdparties.applepay
1,243.17ms
+ 0.09ms
View #137 - 3rdparties.alma
1,243.37ms
+ 0.20ms
View #138 - path: /var/www/html/laravel/profiling/template.blade.php
1,245.27ms
+ 1.90ms
... 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.216.200
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) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
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) 38932
REDIRECT_URL string(23) /en/c-men-clothing.html
REDIRECT_QUERY_STRING string(30) /en/c-men-clothing.html&page=6
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=6
REQUEST_URI string(30) /en/c-men-clothing.html?page=6
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788355389.376
REQUEST_TIME int 1788355389
HTTPS string(2) on
... array(3)
csrf_token string(40) AZRaMqztoSUBQaV6NLE0dE4RjASHDWwCYicl2xDG
last_category string(15) stdClass object
cart string(12) Order object