Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible

Filtres

Couleur

Taille

Type de produit

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.33ms
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.58ms
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.45ms
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.53ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.97ms
SELECT * FROM `config`
0.65ms
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` = '5') AND `slug` = 'chemise-homme' LIMIT 1
0.55ms
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` = '25' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.60ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.26ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '6' LIMIT 1
0.42ms
SELECT * FROM `categories_links` WHERE `category_id` = '25' ORDER BY `position` ASC
29.56ms
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` = 25 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.90ms
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` = 25 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
161.78ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 25 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 25 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
7.70ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 25 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 6 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
30.42ms
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` = 25 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 31
0.14ms
SELECT FOUND_ROWS()
1.43ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') ORDER BY `webstore_id` ASC
2.19ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('6') ORDER BY `singular` ASC
0.38ms
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') ORDER BY `singular` ASC
0.66ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('34', '33') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.17ms
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 ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') ORDER BY `name` ASC
1.07ms
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 ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') ORDER BY `name` ASC
2.59ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') ORDER BY `position` ASC
6.43ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27587', '27570', '25511', '25418', '28560', '28551', '29415', '29406', '29397', '28561', '28552', '29416', '29407', '29398', '27658', '28575', '27588', '27571', '28569', '25512', '25419', '27589', '27572', '28570', '25513', '25420', '28553', '29417', '29408', '28562', '29399', '27659', '28576', '28554', '29418', '29409', '28563', '29400', '27660', '28577', '27590', '27573', '28571', '25514', '25421', '27591', '27574', '28572', '25515', '25422', '28555', '29419', '29410', '28564', '29401', '27661', '28578', '29420', '29411', '28565', '29402', '27662', '28579', '27592', '27575', '28573', '25516', '25423', '28556', '27576', '28574', '25517', '25424', '28557', '29421', '29412', '28566', '29403', '27663', '28580', '27593', '29404', '27594', '27577', '25518', '25425', '28558', '29422', '29413', '28567', '25426', '28559', '29423', '29414', '28568', '29405', '27578', '25519', '28596', '27666', '28587', '28169', '27632', '28151', '28165', '27628', '28156', '27678', '27619', '28161', '27624', '29094', '29435', '28591', '27674', '27615', '28173', '27677', '27618', '28160', '27623', '29093', '29434', '28590', '27673', '27614', '28172', '28595', '28586', '27665', '28168', '27631', '28150', '28164', '27627', '28155', '28167', '27630', '28149', '28163', '27626', '28154', '27676', '27617', '28159', '27622', '29092', '29433', '28589', '27672', '27613', '28171', '28594', '28585', '27664', '28162', '27625', '29095', '29436', '28592', '27675', '27616', '28174', '28597', '28588', '27667', '28170', '27633', '28152', '28166', '27629', '28157', '27679', '27620', '27634', '28153', '28158', '27621', '29096', '29437', '28593')
0.45ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('80', '81', '82', '83', '84', '85', '86', '87', '88', '90', '91', '92', '93', '123') ORDER BY `position` ASC
0.73ms
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 ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.81ms
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 ('5670', '5761', '5760', '5759', '5669', '5668', '5667', '5666', '5563', '5562', '5560', '5757', '5756', '5559', '5877', '5953', '5553', '5552', '5551', '5550', '5549', '5951', '5755', '5754', '5105', '5665', '5950', '5949', '5546', '5544', '5071') GROUP BY `articles`.`id`
0.54ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
505.83ms
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
1.14ms
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.65ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
669.46ms
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.89ms
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
3.55ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8125) ASC LIMIT 3
9.53ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8125) ASC LIMIT 3
0.65ms
SELECT * FROM `seo_types`
0.37ms
SELECT * FROM `styles`
0.96ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.99ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.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-07-18 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
2,897.71ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,968.93ms
+ 1,968.93ms
View #2 - components.page-header
2,009.29ms
+ 40.36ms
View #3 - components.button
2,050.04ms
+ 40.75ms
View #4 - components.button
2,050.62ms
+ 0.57ms
View #5 - components.facets
2,050.93ms
+ 0.31ms
View #6 - components.filters
2,051.47ms
+ 0.54ms
View #7 - components.close-button
2,051.94ms
+ 0.48ms
View #8 - components.accordion.wrapper
2,052.25ms
+ 0.31ms
View #9 - components.accordion.bodies.filters.colors
2,052.29ms
+ 0.04ms
View #10 - components.accordion.wrapper
2,053.93ms
+ 1.63ms
View #11 - components.accordion.bodies.filters.sizes
2,053.97ms
+ 0.05ms
View #12 - components.accordion.wrapper
2,065.48ms
+ 11.50ms
View #13 - components.accordion.bodies.filters.list
2,065.56ms
+ 0.08ms
View #14 - components.accordion.wrapper
2,066.54ms
+ 0.98ms
View #15 - components.accordion.bodies.filters.list
2,066.61ms
+ 0.07ms
View #16 - components.button
2,066.93ms
+ 0.32ms
View #17 - components.button
2,067.26ms
+ 0.33ms
View #18 - components.button
2,067.54ms
+ 0.28ms
View #19 - components.button
2,067.84ms
+ 0.31ms
View #20 - components.pagination
2,068.16ms
+ 0.31ms
View #21 - components.button
2,068.97ms
+ 0.81ms
View #22 - catalog.partials.products-listing
2,069.31ms
+ 0.34ms
View #23 - components.product-card
2,069.76ms
+ 0.45ms
View #24 - components.add-to-wishlist
2,177.24ms
+ 107.48ms
View #25 - components.product-card
2,187.64ms
+ 10.40ms
View #26 - components.add-to-wishlist
2,197.37ms
+ 9.73ms
View #27 - components.product-card
2,201.04ms
+ 3.67ms
View #28 - components.add-to-wishlist
2,205.45ms
+ 4.41ms
View #29 - components.product-card
2,219.95ms
+ 14.49ms
View #30 - components.add-to-wishlist
2,224.59ms
+ 4.64ms
View #31 - components.product-card
2,239.20ms
+ 14.61ms
View #32 - components.add-to-wishlist
2,243.39ms
+ 4.20ms
View #33 - components.product-card
2,245.26ms
+ 1.87ms
View #34 - components.add-to-wishlist
2,251.63ms
+ 6.36ms
View #35 - components.product-card
2,253.56ms
+ 1.94ms
View #36 - components.add-to-wishlist
2,267.39ms
+ 13.83ms
View #37 - components.product-card
2,269.46ms
+ 2.07ms
View #38 - components.add-to-wishlist
2,273.16ms
+ 3.70ms
View #39 - components.product-card
2,275.08ms
+ 1.92ms
View #40 - components.add-to-wishlist
2,289.11ms
+ 14.03ms
View #41 - components.product-card
2,292.00ms
+ 2.89ms
View #42 - components.add-to-wishlist
2,307.02ms
+ 15.02ms
View #43 - components.product-card
2,315.99ms
+ 8.97ms
View #44 - components.add-to-wishlist
2,319.56ms
+ 3.57ms
View #45 - components.product-card
2,327.44ms
+ 7.88ms
View #46 - components.add-to-wishlist
2,331.28ms
+ 3.84ms
View #47 - components.product-card
2,333.10ms
+ 1.82ms
View #48 - components.add-to-wishlist
2,347.05ms
+ 13.96ms
View #49 - components.product-card
2,349.16ms
+ 2.10ms
View #50 - components.add-to-wishlist
2,353.06ms
+ 3.90ms
View #51 - components.product-card
2,354.94ms
+ 1.88ms
View #52 - components.add-to-wishlist
2,367.12ms
+ 12.19ms
View #53 - components.product-card
2,371.95ms
+ 4.83ms
View #54 - components.add-to-wishlist
2,375.95ms
+ 4.00ms
View #55 - components.product-card
2,377.83ms
+ 1.87ms
View #56 - components.add-to-wishlist
2,390.88ms
+ 13.06ms
View #57 - components.product-card
2,392.79ms
+ 1.91ms
View #58 - components.add-to-wishlist
2,408.53ms
+ 15.74ms
View #59 - components.product-card
2,410.72ms
+ 2.20ms
View #60 - components.add-to-wishlist
2,414.58ms
+ 3.86ms
View #61 - components.product-card
2,420.10ms
+ 5.51ms
View #62 - components.add-to-wishlist
2,424.01ms
+ 3.92ms
View #63 - components.product-card
2,436.10ms
+ 12.09ms
View #64 - components.add-to-wishlist
2,440.09ms
+ 4.00ms
View #65 - components.product-card
2,441.97ms
+ 1.88ms
View #66 - components.add-to-wishlist
2,446.15ms
+ 4.18ms
View #67 - components.product-card
2,460.55ms
+ 14.39ms
View #68 - components.add-to-wishlist
2,464.61ms
+ 4.07ms
View #69 - components.product-card
2,469.66ms
+ 5.04ms
View #70 - components.add-to-wishlist
2,479.81ms
+ 10.15ms
View #71 - components.product-card
2,481.84ms
+ 2.03ms
View #72 - components.add-to-wishlist
2,485.75ms
+ 3.91ms
View #73 - components.product-card
2,501.04ms
+ 15.29ms
View #74 - components.add-to-wishlist
2,504.69ms
+ 3.65ms
View #75 - components.product-card
2,506.63ms
+ 1.94ms
View #76 - components.add-to-wishlist
2,516.02ms
+ 9.39ms
View #77 - components.product-card
2,517.87ms
+ 1.85ms
View #78 - components.add-to-wishlist
2,528.70ms
+ 10.83ms
View #79 - components.product-card
2,530.86ms
+ 2.16ms
View #80 - components.add-to-wishlist
2,567.13ms
+ 36.27ms
View #81 - components.product-card
2,569.30ms
+ 2.18ms
View #82 - components.add-to-wishlist
2,579.06ms
+ 9.76ms
View #83 - components.product-card
2,581.27ms
+ 2.21ms
View #84 - components.add-to-wishlist
2,587.90ms
+ 6.63ms
View #85 - components.pagination
2,596.84ms
+ 8.94ms
View #86 - components.recently-viewed
2,597.33ms
+ 0.48ms
View #87 - components.product-related
2,609.91ms
+ 12.59ms
View #88 - components.seo-footer
2,614.15ms
+ 4.24ms
View #89 - components.facets
2,615.22ms
+ 1.07ms
View #90 - components.button
2,615.69ms
+ 0.48ms
View #91 - components.button
2,619.02ms
+ 3.32ms
View #92 - modules.seo-links
2,619.32ms
+ 0.31ms
View #93 - components.button
2,620.03ms
+ 0.71ms
View #94 - components.button
2,620.48ms
+ 0.44ms
View #95 - components.button
2,621.08ms
+ 0.60ms
View #96 - layout.layout
2,621.64ms
+ 0.56ms
View #97 - layout.meta
2,622.71ms
+ 1.07ms
View #98 - modules.notification
2,796.47ms
+ 173.76ms
View #99 - modules.header
2,797.30ms
+ 0.84ms
View #100 - modules.menu
2,798.05ms
+ 0.75ms
View #101 - components.menu-first-level
2,802.61ms
+ 4.56ms
View #102 - components.menu-second-level
2,805.64ms
+ 3.03ms
View #103 - components.menu-pushes
2,823.59ms
+ 17.95ms
View #104 - components.menu-pushes
2,834.78ms
+ 11.19ms
View #105 - components.menu-pushes
2,840.42ms
+ 5.64ms
View #106 - components.menu-pushes
2,845.50ms
+ 5.08ms
View #107 - components.menu-pushes
2,847.34ms
+ 1.84ms
View #108 - components.menu-pushes
2,848.74ms
+ 1.40ms
View #109 - svg.logo
2,849.63ms
+ 0.88ms
View #110 - modules.messages
2,850.63ms
+ 1.00ms
View #111 - modules.breadcrumbs
2,851.09ms
+ 0.46ms
View #112 - modules.footer
2,851.57ms
+ 0.48ms
View #113 - components.reinsurance-support
2,852.07ms
+ 0.50ms
View #114 - components.field
2,853.03ms
+ 0.96ms
View #115 - components.csrf-field
2,853.41ms
+ 0.38ms
View #116 - components.button
2,853.61ms
+ 0.20ms
View #117 - components.footer-links
2,853.90ms
+ 0.29ms
View #118 - modules.panel
2,857.39ms
+ 3.48ms
View #119 - modules.popin
2,857.80ms
+ 0.41ms
View #120 - modules.blueshift-popin
2,858.20ms
+ 0.40ms
View #121 - modules.search-panel
2,859.42ms
+ 1.22ms
View #122 - catalog.search-form
2,859.86ms
+ 0.44ms
View #123 - components.field
2,860.78ms
+ 0.92ms
View #124 - modules.toaster
2,862.06ms
+ 1.28ms
View #125 - layout.overlay
2,862.43ms
+ 0.37ms
View #126 - modules.webstore-switcher
2,864.84ms
+ 2.41ms
View #127 - components.close-button
2,865.28ms
+ 0.44ms
View #128 - components.native-select
2,865.76ms
+ 0.48ms
View #129 - components.native-select
2,866.29ms
+ 0.53ms
View #130 - components.button
2,866.61ms
+ 0.31ms
View #131 - components.button
2,866.94ms
+ 0.33ms
View #132 - helpers.grid
2,867.28ms
+ 0.34ms
View #133 - modules.loading-bar
2,867.45ms
+ 0.17ms
View #134 - 3rdparties.didomi
2,893.75ms
+ 26.30ms
View #135 - 3rdparties.gtm
2,894.16ms
+ 0.41ms
View #136 - 3rdparties.abtasty.main
2,894.33ms
+ 0.17ms
View #137 - 3rdparties.abtasty.tracking
2,894.46ms
+ 0.13ms
View #138 - 3rdparties.blueshift
2,894.77ms
+ 0.31ms
View #139 - 3rdparties.sizebay.main
2,895.18ms
+ 0.41ms
View #140 - 3rdparties.sizebay.tracking
2,895.39ms
+ 0.21ms
View #141 - 3rdparties.gsi
2,895.65ms
+ 0.26ms
View #142 - 3rdparties.applepay
2,895.78ms
+ 0.13ms
View #143 - 3rdparties.alma
2,896.04ms
+ 0.26ms
View #144 - path: /var/www/html/laravel/profiling/template.blade.php
2,897.76ms
+ 1.72ms
... 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=a8ffdfeba0eb74daf1ca3e010c51866f98367351%2BS0lXHqvOoad0RAMN5hwp
fursac=a8ffdfeba0eb74daf1ca3e010c51866f98367351%2BS0lXHqvOoad0RAMN5hwpCmkigTtHVi7SuB3X91mZ; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
HTTP_X_FORWARDED_FOR string(13) 216.73.217.39
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) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
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.2
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) 47754
REDIRECT_URL string(24) /fr/s-chemise-homme.html
REDIRECT_QUERY_STRING string(31) /fr/s-chemise-homme.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(31) /fr/s-chemise-homme.html&page=2
REQUEST_URI string(31) /fr/s-chemise-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786967550.616
REQUEST_TIME int 1786967550
HTTPS string(2) on
... array(3)
csrf_token string(40) kBC9u3Nk6XSGI7v1NqoExYHtVvm4MW1tXCK9Og1E
last_category string(15) stdClass object
cart string(12) Order object