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

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.35ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.42ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.29ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.49ms
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.37ms
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.30ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.70ms
SELECT * FROM `config`
0.76ms
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.04ms
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.50ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.55ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.56ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
58.72ms
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
9.09ms
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.66ms
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`
65.66ms
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 221
0.18ms
SELECT FOUND_ROWS()
1.19ms
SELECT * FROM `products_details` WHERE `product_id` IN ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `webstore_id` ASC
1.34ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `position` ASC
0.42ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('6', '14', '2', '3', '9', '4', '5', '7', '10', '1', '15') ORDER BY `singular` ASC
0.67ms
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 ('7', '77', '22', '25', '50', '23', '18', '32', '3', '44', '27', '20', '55', '8', '31', '36', '29') ORDER BY `singular` ASC
0.71ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('35', '67', '45', '73', '42', '39', '16', '23', '31', '37', '26', '34', '63', '64', '76', '28', '13', '32') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.16ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') 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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `name` ASC
1.98ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY `position` ASC
4.87ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6502', '27232', '19080', '6496', '29007', '28998', '27172', '27434', '29050', '23339', '19797', '29008', '28999', '28446', '27173', '29051', '28460', '28268', '27233', '26059', '28356', '26403', '27234', '27720', '23340', '19798', '29009', '29000', '28444', '27174', '29052', '28461', '28269', '19799', '29010', '29001', '28443', '27175', '29053', '28462', '28270', '26058', '28355', '26402', '27235', '27719', '23341', '26401', '27236', '27718', '23342', '4916', '19800', '29011', '29002', '28442', '27176', '29054', '28463', '28271', '26057', '28354', '28445', '28464', '28272', '26060', '28357', '26404', '27237', '27721', '23343', '2760', '19801', '29003', '27238', '27177', '27722', '29055', '23344', '2761', '19802', '28447', '28465', '28273', '26061', '28358', '29012', '26405', '29013', '29004', '27239', '27178', '29056', '23345', '2759', '19803', '28441', '19760', '23346', '2762', '19804', '19761', '29014', '29005', '27179', '29057', '29015', '29006', '27156', '23347', '2763', '19805', '28989', '19762', '2764', '19763', '27800', '28990', '24702', '27157', '27799', '27798', '27158', '29031', '28161', '28991', '27801', '28587', '29030', '28160', '27802', '28586', '28992', '29029', '28159', '27159', '28585', '29032', '28162', '28588', '27160', '29033', '28993', '28994', '27161', '27162', '28995', '27163', '28996', '28997')
0.85ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('142', '2', '122', '44', '80', '45', '94', '4', '55', '5', '95', '8', '81', '46', '7', '56', '82', '47', '96', '10', '57', '11', '97', '14', '83', '112', '48', '13', '58', '98', '16', '59', '17', '84', '113', '49', '20', '124', '85', '114', '19', '60', '50', '23', '86', '115', '185', '147', '87', '116', '148', '51', '52', '63', '88', '117', '149', '118', '150', '40', '65', '190', '41', '42', '67', '90', '43', '91', '132', '69', '92', '93', '71', '123', '73', '75', '77', '78') ORDER BY `position` ASC
0.93ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.79ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5447', '5863', '5808', '5694', '5461', '5864', '5009', '5691', '4853', '5445') ORDER BY `webstore_id` ASC
1.07ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5447', '5863', '5808', '5694', '5461', '5864', '5009', '5691', '4853', '5445') ORDER BY `position` ASC
2.16ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28303', '27232', '29050', '28855', '27172', '29042', '29043', '28304', '27233', '29051', '28856', '27173', '28857', '27174', '29044', '28305', '27234', '29052', '28306', '27235', '29053', '28858', '27175', '29045', '28859', '27176', '29046', '28307', '27236', '29054', '27237', '28308', '29055', '27238', '28860', '27177', '29047', '27239', '28861', '27178', '29048', '28309', '29056', '28310', '29057', '27179', '29049', '27156', '28281', '24205', '24998', '24206', '24999', '27157', '28282', '28283', '24207', '25000', '27158', '27159', '28284', '24208', '25001', '28285', '24209', '25002', '27160', '27161', '28286', '24210', '25003', '28287', '24211', '25004', '27162', '27163', '28288', '25076', '25077', '25078')
0.50ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '47', '11', '48', '14', '17', '49', '20', '23', '50', '51', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.90ms
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 ('3913', '3907', '5649', '5590', '5507', '5447', '5445', '5851', '5849', '75', '5867', '5236', '5319', '5689', '5703', '5866', '5861', '683', '5850', '5722', '4665', '5826', '5719', '5638', '5759', '3733', '5461', '5572', '81', '5667', '5864', '5824') GROUP BY `articles`.`id`
0.38ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
119.67ms
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 ('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.40ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
167.18ms
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.55ms
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.33ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
5.60ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7184) ASC LIMIT 3
0.28ms
SELECT `code`, `taxes` FROM `countries`
0.34ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
0.71ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.50ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.73ms
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
0.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,099.22ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
730.24ms
+ 730.23ms
View #2 - components.page-header
774.98ms
+ 44.74ms
View #3 - components.facets
775.74ms
+ 0.76ms
View #4 - components.filters
776.25ms
+ 0.52ms
View #5 - components.close-button
777.13ms
+ 0.87ms
View #6 - components.accordion.wrapper
777.40ms
+ 0.27ms
View #7 - components.accordion.bodies.filters.list
777.43ms
+ 0.03ms
View #8 - components.accordion.wrapper
778.68ms
+ 1.25ms
View #9 - components.accordion.bodies.filters.colors
778.71ms
+ 0.03ms
View #10 - components.accordion.wrapper
779.14ms
+ 0.44ms
View #11 - components.accordion.bodies.filters.list
779.17ms
+ 0.03ms
View #12 - components.button
779.35ms
+ 0.18ms
View #13 - components.button
779.60ms
+ 0.25ms
View #14 - components.button
779.83ms
+ 0.23ms
View #15 - components.button
780.00ms
+ 0.17ms
View #16 - components.pagination
780.17ms
+ 0.17ms
View #17 - components.button
780.36ms
+ 0.19ms
View #18 - catalog.partials.products-listing
780.56ms
+ 0.19ms
View #19 - components.product-card
780.88ms
+ 0.33ms
View #20 - components.add-to-wishlist
809.80ms
+ 28.92ms
View #21 - components.product-card
811.44ms
+ 1.64ms
View #22 - components.add-to-wishlist
813.73ms
+ 2.29ms
View #23 - components.product-card
814.88ms
+ 1.14ms
View #24 - components.add-to-wishlist
818.53ms
+ 3.65ms
View #25 - components.product-card
820.62ms
+ 2.09ms
View #26 - components.add-to-wishlist
823.93ms
+ 3.31ms
View #27 - components.product-card
825.15ms
+ 1.22ms
View #28 - components.add-to-wishlist
827.33ms
+ 2.17ms
View #29 - components.product-card
828.42ms
+ 1.09ms
View #30 - components.add-to-wishlist
831.27ms
+ 2.85ms
View #31 - components.product-card
832.86ms
+ 1.60ms
View #32 - components.add-to-wishlist
843.16ms
+ 10.29ms
View #33 - components.product-card
844.40ms
+ 1.25ms
View #34 - components.add-to-wishlist
847.09ms
+ 2.69ms
View #35 - components.product-card
848.33ms
+ 1.24ms
View #36 - components.add-to-wishlist
851.01ms
+ 2.68ms
View #37 - components.product-card
852.17ms
+ 1.16ms
View #38 - components.add-to-wishlist
853.84ms
+ 1.67ms
View #39 - components.product-card
854.89ms
+ 1.05ms
View #40 - components.add-to-wishlist
858.45ms
+ 3.56ms
View #41 - components.product-card
859.75ms
+ 1.30ms
View #42 - components.add-to-wishlist
862.20ms
+ 2.45ms
View #43 - components.product-card
863.26ms
+ 1.06ms
View #44 - components.add-to-wishlist
865.54ms
+ 2.28ms
View #45 - components.product-card
866.65ms
+ 1.11ms
View #46 - components.add-to-wishlist
869.10ms
+ 2.45ms
View #47 - components.product-card
870.22ms
+ 1.12ms
View #48 - components.add-to-wishlist
872.72ms
+ 2.50ms
View #49 - components.product-card
873.85ms
+ 1.13ms
View #50 - components.add-to-wishlist
877.30ms
+ 3.45ms
View #51 - components.product-card
878.69ms
+ 1.39ms
View #52 - components.add-to-wishlist
881.09ms
+ 2.40ms
View #53 - components.product-card
882.28ms
+ 1.19ms
View #54 - components.add-to-wishlist
884.76ms
+ 2.48ms
View #55 - components.product-card
885.80ms
+ 1.04ms
View #56 - components.add-to-wishlist
888.54ms
+ 2.74ms
View #57 - components.product-card
889.62ms
+ 1.08ms
View #58 - components.add-to-wishlist
892.26ms
+ 2.64ms
View #59 - components.product-card
893.35ms
+ 1.09ms
View #60 - components.add-to-wishlist
895.99ms
+ 2.64ms
View #61 - components.product-card
897.11ms
+ 1.12ms
View #62 - components.add-to-wishlist
900.51ms
+ 3.40ms
View #63 - components.product-card
901.94ms
+ 1.44ms
View #64 - components.add-to-wishlist
904.47ms
+ 2.53ms
View #65 - components.product-card
905.56ms
+ 1.09ms
View #66 - components.add-to-wishlist
908.97ms
+ 3.41ms
View #67 - components.product-card
910.31ms
+ 1.34ms
View #68 - components.add-to-wishlist
912.74ms
+ 2.43ms
View #69 - components.product-card
913.77ms
+ 1.03ms
View #70 - components.add-to-wishlist
915.50ms
+ 1.73ms
View #71 - components.product-card
916.52ms
+ 1.02ms
View #72 - components.add-to-wishlist
919.08ms
+ 2.57ms
View #73 - components.product-card
920.17ms
+ 1.09ms
View #74 - components.add-to-wishlist
922.61ms
+ 2.44ms
View #75 - components.product-card
923.68ms
+ 1.06ms
View #76 - components.add-to-wishlist
925.33ms
+ 1.66ms
View #77 - components.product-card
926.42ms
+ 1.09ms
View #78 - components.add-to-wishlist
928.71ms
+ 2.29ms
View #79 - components.product-card
929.77ms
+ 1.07ms
View #80 - components.add-to-wishlist
932.36ms
+ 2.59ms
View #81 - components.product-card
933.40ms
+ 1.04ms
View #82 - components.add-to-wishlist
936.79ms
+ 3.38ms
View #83 - components.pagination
938.27ms
+ 1.48ms
View #84 - components.button
938.57ms
+ 0.30ms
View #85 - components.recently-viewed
938.78ms
+ 0.21ms
View #86 - components.product-related
946.96ms
+ 8.18ms
View #87 - components.seo-footer
947.23ms
+ 0.27ms
View #88 - components.facets
947.98ms
+ 0.75ms
View #89 - modules.seo-links
948.16ms
+ 0.18ms
View #90 - layout.layout
948.37ms
+ 0.21ms
View #91 - layout.meta
977.91ms
+ 29.54ms
View #92 - modules.notification
1,047.13ms
+ 69.22ms
View #93 - modules.header
1,047.88ms
+ 0.75ms
View #94 - modules.menu
1,048.41ms
+ 0.53ms
View #95 - components.menu-first-level
1,048.85ms
+ 0.44ms
View #96 - components.menu-second-level
1,050.38ms
+ 1.53ms
View #97 - components.menu-pushes
1,052.83ms
+ 2.46ms
View #98 - components.menu-pushes
1,057.30ms
+ 4.47ms
View #99 - components.menu-pushes
1,060.91ms
+ 3.60ms
View #100 - components.menu-pushes
1,062.19ms
+ 1.28ms
View #101 - components.menu-pushes
1,062.98ms
+ 0.80ms
View #102 - svg.logo
1,063.50ms
+ 0.52ms
View #103 - modules.messages
1,064.31ms
+ 0.80ms
View #104 - modules.breadcrumbs
1,064.64ms
+ 0.33ms
View #105 - modules.footer
1,064.81ms
+ 0.17ms
View #106 - components.reinsurance-support
1,065.08ms
+ 0.27ms
View #107 - components.field
1,065.42ms
+ 0.34ms
View #108 - components.csrf-field
1,065.63ms
+ 0.21ms
View #109 - components.button
1,065.84ms
+ 0.21ms
View #110 - components.footer-links
1,066.10ms
+ 0.26ms
View #111 - modules.panel
1,068.07ms
+ 1.97ms
View #112 - modules.popin
1,068.23ms
+ 0.16ms
View #113 - modules.blueshift-popin
1,068.36ms
+ 0.13ms
View #114 - modules.search-panel
1,069.02ms
+ 0.66ms
View #115 - catalog.search-form
1,069.34ms
+ 0.32ms
View #116 - components.field
1,069.66ms
+ 0.33ms
View #117 - modules.toaster
1,070.56ms
+ 0.90ms
View #118 - layout.overlay
1,070.68ms
+ 0.12ms
View #119 - modules.webstore-switcher
1,072.13ms
+ 1.45ms
View #120 - components.close-button
1,072.38ms
+ 0.26ms
View #121 - components.native-select
1,072.69ms
+ 0.31ms
View #122 - components.native-select
1,073.01ms
+ 0.32ms
View #123 - components.button
1,073.17ms
+ 0.16ms
View #124 - components.button
1,073.36ms
+ 0.19ms
View #125 - helpers.grid
1,074.23ms
+ 0.87ms
View #126 - modules.loading-bar
1,074.37ms
+ 0.14ms
View #127 - 3rdparties.didomi
1,094.83ms
+ 20.46ms
View #128 - 3rdparties.gtm
1,095.02ms
+ 0.19ms
View #129 - 3rdparties.abtasty.main
1,095.13ms
+ 0.11ms
View #130 - 3rdparties.abtasty.tracking
1,095.23ms
+ 0.10ms
View #131 - 3rdparties.blueshift
1,095.40ms
+ 0.17ms
View #132 - 3rdparties.sizebay.main
1,095.72ms
+ 0.32ms
View #133 - 3rdparties.sizebay.tracking
1,095.87ms
+ 0.15ms
View #134 - 3rdparties.gsi
1,096.03ms
+ 0.16ms
View #135 - 3rdparties.applepay
1,096.11ms
+ 0.08ms
View #136 - 3rdparties.alma
1,096.29ms
+ 0.18ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
1,099.26ms
+ 2.97ms
... 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.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) 38664
REDIRECT_URL string(23) /en/c-men-clothing.html
REDIRECT_QUERY_STRING string(30) /en/c-men-clothing.html&page=8
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=8
REQUEST_URI string(30) /en/c-men-clothing.html?page=8
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784178635.752
REQUEST_TIME int 1784178635
HTTPS string(2) on
... array(3)
csrf_token string(40) 73tYDkK0v1yRcbm9Md4J2Y34wMnMJcC2ZJWbjM79
last_category string(15) stdClass object
cart string(12) Order object