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
1.11ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.57ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.58ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.64ms
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.61ms
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')
1.04ms
SELECT * FROM `languages`
0.82ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.61ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
2.98ms
SELECT * FROM `config`
0.74ms
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.14ms
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.61ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.59ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.59ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.51ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.92ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
129.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
14.30ms
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
14.03ms
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`
142.82ms
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 93
0.11ms
SELECT FOUND_ROWS()
2.03ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') ORDER BY `webstore_id` ASC
1.95ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') ORDER BY `position` ASC
0.48ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('2', '6', '9', '5', '1', '7', '3', '4', '10') ORDER BY `singular` ASC
0.68ms
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 ('22', '7', '31', '18', '8', '44', '25', '20', '23', '57', '64', '21', '54', '49', '3', '19', '58') ORDER BY `singular` ASC
0.80ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('35', '13', '40', '64', '34', '37', '31', '45', '26', '43', '59', '47', '32', '60', '41', '23', '5', '28', '33', '44', '61') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.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 ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') ORDER BY `name` ASC
1.18ms
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 ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') ORDER BY `name` ASC
2.54ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') ORDER BY `position` ASC
6.46ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29365', '19081', '29762', '29763', '26032', '29366', '29274', '26026', '29272', '29078', '26024', '29246', '29034', '29764', '29406', '29288', '26030', '29160', '29367', '29236', '29287', '26029', '26460', '29159', '29455', '29368', '29235', '29271', '29077', '26023', '29245', '29035', '29765', '29407', '29244', '26461', '29036', '29766', '29408', '29286', '26028', '29158', '29456', '29369', '29234', '29270', '29076', '17540', '26022', '18459', '26031', '29161', '29457', '29370', '29237', '29273', '29079', '17541', '26025', '18460', '29247', '26462', '29037', '29301', '29409', '29289', '29248', '29038', '29302', '29410', '29290', '26033', '29162', '29458', '29371', '29238', '29275', '29080', '17542', '29767', '26027', '18461', '26463', '29372', '29269', '17543', '29768', '18462', '26464', '29039', '29303', '29411', '29459', '29040', '29304', '29412', '29460', '17544', '29769', '18463', '26465', '17545', '29770', '18464', '26466', '29041', '29305', '29413', '29414', '17546', '26467', '27332', '28636', '29125', '29130', '29129', '29607', '28635', '29124', '27333', '28634', '29123', '29128', '29608', '27334', '28637', '29126', '29131', '28638', '29127', '29132', '23593', '29609', '27335', '29094', '23594', '29445', '26270', '27336', '26269', '29093', '23595', '29444', '29610', '29092', '23596', '29443', '26268', '26271', '29611', '29095', '27337', '23597', '29446', '23598', '26272', '29096', '27338', '29612', '29613', '27339', '27340', '26757', '27323', '26755', '29546', '26754', '29545', '27322', '27321', '26753', '29544', '29547', '27324', '26756', '26758', '27325')
0.82ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '122', '44', '45', '94', '4', '95', '80', '46', '7', '96', '208', '81', '10', '47', '97', '112', '82', '48', '13', '98', '83', '16', '113', '124', '84', '19', '114', '49', '22', '185', '115', '50', '85', '86', '25', '116', '51', '117', '52', '87', '28', '88', '118', '62', '40', '41', '64', '42', '66', '43', '132', '89', '68', '90', '70', '91', '92', '93', '72', '123', '74', '76', '130', '186', '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 ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.56ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5885', '6000', '5009', '5978') ORDER BY `webstore_id` ASC
0.81ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5885', '6000', '5009', '5978') ORDER BY `position` ASC
1.50ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29715', '29137', '29716', '29717', '29138', '29139', '29718', '29719', '29140', '29141', '29720', '29721', '29142', '29722', '29552', '24998', '29553', '24999', '29554', '25000', '29555', '25001', '29556', '25002', '29557', '25003', '29558', '25004', '29559', '25076', '25077', '25078')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151') ORDER BY `position` ASC
4.06ms
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 ('5886', '5862', '3734', '5480', '5932', '5955', '5924', '5482', '5921', '5877', '5976', '5883', '5958', '5890', '6006', '4709', '3590', '5918', '5882', '5229', '5871', '5331', '5985', '5913', '5911', '5377', '5297', '5230', '6010', '5950', '5769', '3396') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
321.39ms
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.87ms
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.37ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
414.85ms
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.96ms
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
4.27ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
11.48ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
0.44ms
SELECT `code`, `taxes` FROM `countries`
0.34ms
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.25ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.26ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.28ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.34ms
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.43ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
1.07ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.01ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.36ms
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.30ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
2,191.67ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
1,605.40ms
+ 1,605.39ms
View #2 - components.page-header
1,674.00ms
+ 68.60ms
View #3 - components.facets
1,674.67ms
+ 0.67ms
View #4 - components.filters
1,675.25ms
+ 0.58ms
View #5 - components.close-button
1,675.74ms
+ 0.49ms
View #6 - components.accordion.wrapper
1,676.09ms
+ 0.35ms
View #7 - components.accordion.bodies.filters.list
1,676.13ms
+ 0.05ms
View #8 - components.accordion.wrapper
1,678.67ms
+ 2.54ms
View #9 - components.accordion.bodies.filters.colors
1,678.74ms
+ 0.06ms
View #10 - components.accordion.wrapper
1,679.73ms
+ 0.99ms
View #11 - components.accordion.bodies.filters.list
1,679.80ms
+ 0.08ms
View #12 - components.button
1,680.13ms
+ 0.32ms
View #13 - components.button
1,680.51ms
+ 0.39ms
View #14 - components.button
1,680.84ms
+ 0.32ms
View #15 - components.button
1,681.14ms
+ 0.30ms
View #16 - components.pagination
1,681.47ms
+ 0.32ms
View #17 - components.button
1,681.79ms
+ 0.33ms
View #18 - catalog.partials.products-listing
1,682.12ms
+ 0.32ms
View #19 - components.product-card
1,682.49ms
+ 0.37ms
View #20 - components.add-to-wishlist
1,747.31ms
+ 64.82ms
View #21 - components.product-card
1,750.39ms
+ 3.08ms
View #22 - components.add-to-wishlist
1,754.95ms
+ 4.56ms
View #23 - components.product-card
1,756.91ms
+ 1.96ms
View #24 - components.add-to-wishlist
1,760.29ms
+ 3.38ms
View #25 - components.product-card
1,762.11ms
+ 1.82ms
View #26 - components.add-to-wishlist
1,766.20ms
+ 4.09ms
View #27 - components.product-card
1,768.21ms
+ 2.01ms
View #28 - components.add-to-wishlist
1,773.61ms
+ 5.40ms
View #29 - components.product-card
1,776.81ms
+ 3.20ms
View #30 - components.add-to-wishlist
1,781.95ms
+ 5.14ms
View #31 - components.product-card
1,784.45ms
+ 2.50ms
View #32 - components.add-to-wishlist
1,789.06ms
+ 4.61ms
View #33 - components.product-card
1,791.30ms
+ 2.24ms
View #34 - components.add-to-wishlist
1,807.78ms
+ 16.48ms
View #35 - components.product-card
1,810.05ms
+ 2.27ms
View #36 - components.add-to-wishlist
1,814.60ms
+ 4.55ms
View #37 - components.product-card
1,816.96ms
+ 2.36ms
View #38 - components.add-to-wishlist
1,821.75ms
+ 4.79ms
View #39 - components.product-card
1,824.42ms
+ 2.68ms
View #40 - components.add-to-wishlist
1,829.22ms
+ 4.80ms
View #41 - components.product-card
1,831.56ms
+ 2.34ms
View #42 - components.add-to-wishlist
1,836.00ms
+ 4.43ms
View #43 - components.product-card
1,838.45ms
+ 2.45ms
View #44 - components.add-to-wishlist
1,843.46ms
+ 5.01ms
View #45 - components.product-card
1,845.91ms
+ 2.45ms
View #46 - components.add-to-wishlist
1,850.63ms
+ 4.72ms
View #47 - components.product-card
1,852.95ms
+ 2.32ms
View #48 - components.add-to-wishlist
1,858.70ms
+ 5.75ms
View #49 - components.product-card
1,860.65ms
+ 1.95ms
View #50 - components.add-to-wishlist
1,865.05ms
+ 4.40ms
View #51 - components.product-card
1,867.35ms
+ 2.30ms
View #52 - components.add-to-wishlist
1,872.15ms
+ 4.80ms
View #53 - components.product-card
1,874.29ms
+ 2.14ms
View #54 - components.add-to-wishlist
1,880.55ms
+ 6.25ms
View #55 - components.product-card
1,883.24ms
+ 2.69ms
View #56 - components.add-to-wishlist
1,888.00ms
+ 4.76ms
View #57 - components.product-card
1,890.77ms
+ 2.78ms
View #58 - components.add-to-wishlist
1,895.99ms
+ 5.21ms
View #59 - components.product-card
1,898.76ms
+ 2.77ms
View #60 - components.add-to-wishlist
1,903.63ms
+ 4.87ms
View #61 - components.product-card
1,905.78ms
+ 2.15ms
View #62 - components.add-to-wishlist
1,911.59ms
+ 5.81ms
View #63 - components.product-card
1,914.12ms
+ 2.53ms
View #64 - components.add-to-wishlist
1,920.16ms
+ 6.04ms
View #65 - components.product-card
1,922.51ms
+ 2.35ms
View #66 - components.add-to-wishlist
1,928.29ms
+ 5.78ms
View #67 - components.product-card
1,930.70ms
+ 2.41ms
View #68 - components.add-to-wishlist
1,935.06ms
+ 4.36ms
View #69 - components.product-card
1,938.21ms
+ 3.15ms
View #70 - components.add-to-wishlist
1,942.87ms
+ 4.65ms
View #71 - components.product-card
1,945.61ms
+ 2.74ms
View #72 - components.add-to-wishlist
1,950.95ms
+ 5.34ms
View #73 - components.product-card
1,953.16ms
+ 2.21ms
View #74 - components.add-to-wishlist
1,957.92ms
+ 4.76ms
View #75 - components.product-card
1,960.40ms
+ 2.48ms
View #76 - components.add-to-wishlist
1,968.07ms
+ 7.67ms
View #77 - components.product-card
1,971.09ms
+ 3.03ms
View #78 - components.add-to-wishlist
1,976.11ms
+ 5.02ms
View #79 - components.product-card
1,978.70ms
+ 2.59ms
View #80 - components.add-to-wishlist
1,982.81ms
+ 4.11ms
View #81 - components.product-card
1,985.13ms
+ 2.31ms
View #82 - components.add-to-wishlist
1,990.05ms
+ 4.93ms
View #83 - components.pagination
1,992.14ms
+ 2.09ms
View #84 - components.button
1,992.86ms
+ 0.72ms
View #85 - components.recently-viewed
1,993.25ms
+ 0.39ms
View #86 - components.product-related
2,003.19ms
+ 9.95ms
View #87 - components.seo-footer
2,003.62ms
+ 0.42ms
View #88 - components.facets
2,004.64ms
+ 1.02ms
View #89 - modules.seo-links
2,004.90ms
+ 0.26ms
View #90 - layout.layout
2,005.20ms
+ 0.29ms
View #91 - layout.meta
2,005.99ms
+ 0.80ms
View #92 - modules.notification
2,113.47ms
+ 107.48ms
View #93 - modules.header
2,114.40ms
+ 0.93ms
View #94 - modules.menu
2,115.18ms
+ 0.77ms
View #95 - components.menu-first-level
2,115.80ms
+ 0.62ms
View #96 - components.menu-second-level
2,119.21ms
+ 3.41ms
View #97 - components.menu-pushes
2,128.34ms
+ 9.14ms
View #98 - components.menu-pushes
2,136.00ms
+ 7.65ms
View #99 - components.menu-pushes
2,141.87ms
+ 5.88ms
View #100 - components.menu-pushes
2,147.60ms
+ 5.73ms
View #101 - components.menu-pushes
2,149.66ms
+ 2.05ms
View #102 - components.menu-pushes
2,151.25ms
+ 1.59ms
View #103 - svg.logo
2,152.07ms
+ 0.83ms
View #104 - modules.messages
2,153.66ms
+ 1.59ms
View #105 - modules.breadcrumbs
2,154.09ms
+ 0.43ms
View #106 - modules.footer
2,154.39ms
+ 0.30ms
View #107 - components.reinsurance-support
2,154.69ms
+ 0.30ms
View #108 - components.field
2,155.04ms
+ 0.35ms
View #109 - components.csrf-field
2,155.29ms
+ 0.24ms
View #110 - components.button
2,155.42ms
+ 0.13ms
View #111 - components.footer-links
2,155.61ms
+ 0.19ms
View #112 - modules.panel
2,157.84ms
+ 2.23ms
View #113 - modules.popin
2,158.01ms
+ 0.17ms
View #114 - modules.blueshift-popin
2,158.13ms
+ 0.12ms
View #115 - modules.search-panel
2,158.99ms
+ 0.86ms
View #116 - catalog.search-form
2,159.30ms
+ 0.31ms
View #117 - components.field
2,159.65ms
+ 0.35ms
View #118 - modules.toaster
2,160.51ms
+ 0.86ms
View #119 - layout.overlay
2,160.65ms
+ 0.14ms
View #120 - modules.webstore-switcher
2,162.02ms
+ 1.37ms
View #121 - components.close-button
2,162.47ms
+ 0.44ms
View #122 - components.native-select
2,162.89ms
+ 0.42ms
View #123 - components.native-select
2,163.26ms
+ 0.37ms
View #124 - components.button
2,163.47ms
+ 0.21ms
View #125 - components.button
2,163.68ms
+ 0.21ms
View #126 - helpers.grid
2,164.16ms
+ 0.48ms
View #127 - modules.loading-bar
2,164.37ms
+ 0.21ms
View #128 - 3rdparties.didomi
2,188.76ms
+ 24.40ms
View #129 - 3rdparties.gtm
2,188.97ms
+ 0.21ms
View #130 - 3rdparties.abtasty.main
2,189.09ms
+ 0.12ms
View #131 - 3rdparties.abtasty.tracking
2,189.18ms
+ 0.10ms
View #132 - 3rdparties.blueshift
2,189.37ms
+ 0.19ms
View #133 - 3rdparties.sizebay.main
2,189.70ms
+ 0.33ms
View #134 - 3rdparties.sizebay.tracking
2,189.87ms
+ 0.17ms
View #135 - 3rdparties.gsi
2,190.03ms
+ 0.16ms
View #136 - 3rdparties.applepay
2,190.11ms
+ 0.08ms
View #137 - 3rdparties.alma
2,190.37ms
+ 0.25ms
View #138 - path: /var/www/html/laravel/profiling/template.blade.php
2,191.72ms
+ 1.35ms
... 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) 56478
REDIRECT_URL string(23) /en/c-men-clothing.html
REDIRECT_QUERY_STRING string(30) /en/c-men-clothing.html&page=4
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=4
REQUEST_URI string(30) /en/c-men-clothing.html?page=4
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788349336.219
REQUEST_TIME int 1788349336
HTTPS string(2) on
... array(3)
csrf_token string(40) eL8c0JsfwjAfpyGdnZJc3VIEamP4DhEfhMgxT71Y
last_category string(15) stdClass object
cart string(12) Order object