Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Famille de produits

Couleur

Taille

Trier par

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

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.29ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.37ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.51ms
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.39ms
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.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.88ms
SELECT * FROM `config`
0.50ms
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` = 'accessoires-homme' LIMIT 1
0.52ms
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` = '17' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '77' AND `webstore_id` = '1' ORDER BY `position` ASC
0.40ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.14ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.26ms
SELECT * FROM `categories_links` WHERE `category_id` = '17' ORDER BY `position` ASC
86.02ms
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` = 17 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.80ms
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` = 17 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
100.04ms
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` = 17 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` = 17 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
6.47ms
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` = 17 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
91.35ms
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` = 17 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 31 OFFSET 31
0.10ms
SELECT FOUND_ROWS()
1.40ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') ORDER BY `webstore_id` ASC
1.48ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') ORDER BY `position` ASC
0.31ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('8', '9', '14', '12') ORDER BY `singular` ASC
0.53ms
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 ('9', '31', '4', '12', '50', '42', '65', '39', '30', '77', '53', '38', '33') ORDER BY `singular` ASC
0.60ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('50', '13', '18', '73', '71', '68', '51', '67', '15', '52', '55') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.93ms
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 ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') ORDER BY `name` ASC
0.99ms
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 ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') ORDER BY `name` ASC
1.55ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') ORDER BY `position` ASC
2.59ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('24354', '6633', '6716', '22367', '27434', '28543', '27430', '28524', '26203', '28108', '19080', '26224', '24355', '6636', '19075', '23286', '27431', '28537', '26204', '27429', '24356', '6971', '19079', '6932', '6972', '6933', '27554', '27555', '6973', '6934', '6974', '6937', '27556', '6975', '6935', '27553', '6976', '6936', '26207', '28339', '4913', '28926', '4915', '28335', '28925', '28334', '26206', '19760', '28338', '19764', '26205', '19761', '19765', '28337', '28924', '28333', '28336', '26208', '19762', '19766', '28340', '19763', '19767', '26209', '24702', '24712')
0.40ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '122', '121', '103', '104', '105', '106', '107', '108', '143', '109', '144', '147', '145', '148', '146', '149', '150', '192', '190') ORDER BY `position` ASC
0.68ms
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 ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.77ms
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 ('4429', '3732', '457', '5736', '5507', '4885', '5265', '5503', '5698', '5699', '5820', '5745', '5536', '4887', '3728', '438', '3908', '3733', '5267', '5656', '5278', '450', '4656', '5504', '4886', '435', '3907', '688', '5502', '5266', '5751') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
214.42ms
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.98ms
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.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
306.16ms
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.65ms
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
7.03ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7117) ASC LIMIT 3
6.48ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7117) ASC LIMIT 3
0.42ms
SELECT * FROM `seo_types`
0.39ms
SELECT * FROM `styles`
1.02ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.24ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.90ms
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-15 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
1,395.37ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,061.38ms
+ 1,061.38ms
View #2 - components.page-header
1,074.69ms
+ 13.31ms
View #3 - components.facets
1,075.23ms
+ 0.54ms
View #4 - components.filters
1,075.74ms
+ 0.51ms
View #5 - components.close-button
1,076.18ms
+ 0.44ms
View #6 - components.accordion.wrapper
1,076.52ms
+ 0.34ms
View #7 - components.accordion.bodies.filters.list
1,076.56ms
+ 0.04ms
View #8 - components.accordion.wrapper
1,078.14ms
+ 1.58ms
View #9 - components.accordion.bodies.filters.colors
1,078.18ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,078.84ms
+ 0.65ms
View #11 - components.accordion.bodies.filters.sizes
1,078.87ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,079.80ms
+ 0.93ms
View #13 - components.accordion.bodies.filters.list
1,079.84ms
+ 0.04ms
View #14 - components.button
1,080.11ms
+ 0.27ms
View #15 - components.button
1,080.57ms
+ 0.45ms
View #16 - components.button
1,080.88ms
+ 0.31ms
View #17 - components.button
1,081.20ms
+ 0.32ms
View #18 - components.pagination
1,081.51ms
+ 0.31ms
View #19 - components.button
1,081.82ms
+ 0.30ms
View #20 - catalog.partials.products-listing
1,082.13ms
+ 0.31ms
View #21 - components.product-card
1,082.43ms
+ 0.30ms
View #22 - components.add-to-wishlist
1,132.89ms
+ 50.47ms
View #23 - components.product-card
1,135.24ms
+ 2.35ms
View #24 - components.add-to-wishlist
1,138.32ms
+ 3.09ms
View #25 - components.product-card
1,140.21ms
+ 1.88ms
View #26 - components.add-to-wishlist
1,144.11ms
+ 3.91ms
View #27 - components.catalog-push
1,145.89ms
+ 1.77ms
View #28 - components.product-card
1,147.00ms
+ 1.12ms
View #29 - components.add-to-wishlist
1,149.71ms
+ 2.71ms
View #30 - components.product-card
1,151.54ms
+ 1.82ms
View #31 - components.add-to-wishlist
1,155.06ms
+ 3.53ms
View #32 - components.product-card
1,156.74ms
+ 1.68ms
View #33 - components.add-to-wishlist
1,159.57ms
+ 2.82ms
View #34 - components.product-card
1,161.37ms
+ 1.81ms
View #35 - components.add-to-wishlist
1,164.22ms
+ 2.85ms
View #36 - components.product-card
1,165.96ms
+ 1.73ms
View #37 - components.add-to-wishlist
1,168.89ms
+ 2.93ms
View #38 - components.product-card
1,170.61ms
+ 1.72ms
View #39 - components.add-to-wishlist
1,174.55ms
+ 3.95ms
View #40 - components.product-card
1,176.23ms
+ 1.68ms
View #41 - components.add-to-wishlist
1,179.76ms
+ 3.53ms
View #42 - components.product-card
1,181.59ms
+ 1.84ms
View #43 - components.add-to-wishlist
1,185.03ms
+ 3.43ms
View #44 - components.product-card
1,186.75ms
+ 1.72ms
View #45 - components.add-to-wishlist
1,189.68ms
+ 2.93ms
View #46 - components.product-card
1,191.50ms
+ 1.82ms
View #47 - components.add-to-wishlist
1,194.84ms
+ 3.33ms
View #48 - components.product-card
1,196.51ms
+ 1.67ms
View #49 - components.add-to-wishlist
1,199.18ms
+ 2.68ms
View #50 - components.product-card
1,200.90ms
+ 1.71ms
View #51 - components.add-to-wishlist
1,203.62ms
+ 2.72ms
View #52 - components.product-card
1,205.47ms
+ 1.85ms
View #53 - components.add-to-wishlist
1,208.07ms
+ 2.60ms
View #54 - components.product-card
1,209.74ms
+ 1.67ms
View #55 - components.add-to-wishlist
1,213.51ms
+ 3.77ms
View #56 - components.product-card
1,215.46ms
+ 1.95ms
View #57 - components.add-to-wishlist
1,218.20ms
+ 2.74ms
View #58 - components.product-card
1,219.95ms
+ 1.75ms
View #59 - components.add-to-wishlist
1,223.39ms
+ 3.43ms
View #60 - components.product-card
1,225.36ms
+ 1.97ms
View #61 - components.add-to-wishlist
1,228.81ms
+ 3.45ms
View #62 - components.product-card
1,230.65ms
+ 1.84ms
View #63 - components.add-to-wishlist
1,233.39ms
+ 2.74ms
View #64 - components.product-card
1,235.32ms
+ 1.93ms
View #65 - components.add-to-wishlist
1,238.75ms
+ 3.43ms
View #66 - components.product-card
1,240.60ms
+ 1.85ms
View #67 - components.add-to-wishlist
1,243.68ms
+ 3.08ms
View #68 - components.product-card
1,245.51ms
+ 1.83ms
View #69 - components.add-to-wishlist
1,248.53ms
+ 3.02ms
View #70 - components.product-card
1,250.28ms
+ 1.75ms
View #71 - components.add-to-wishlist
1,253.15ms
+ 2.86ms
View #72 - components.product-card
1,254.98ms
+ 1.83ms
View #73 - components.add-to-wishlist
1,257.56ms
+ 2.58ms
View #74 - components.product-card
1,259.16ms
+ 1.61ms
View #75 - components.add-to-wishlist
1,262.86ms
+ 3.70ms
View #76 - components.product-card
1,264.78ms
+ 1.91ms
View #77 - components.add-to-wishlist
1,267.39ms
+ 2.61ms
View #78 - components.product-card
1,269.05ms
+ 1.66ms
View #79 - components.add-to-wishlist
1,271.99ms
+ 2.94ms
View #80 - components.product-card
1,273.74ms
+ 1.75ms
View #81 - components.add-to-wishlist
1,276.58ms
+ 2.84ms
View #82 - components.product-card
1,278.24ms
+ 1.66ms
View #83 - components.add-to-wishlist
1,281.36ms
+ 3.11ms
View #84 - components.pagination
1,283.20ms
+ 1.85ms
View #85 - components.button
1,283.78ms
+ 0.57ms
View #86 - components.recently-viewed
1,284.15ms
+ 0.37ms
View #87 - components.product-related
1,292.09ms
+ 7.94ms
View #88 - components.seo-footer
1,292.58ms
+ 0.49ms
View #89 - components.facets
1,293.66ms
+ 1.09ms
View #90 - components.button
1,294.09ms
+ 0.43ms
View #91 - components.button
1,294.44ms
+ 0.35ms
View #92 - modules.seo-links
1,294.70ms
+ 0.26ms
View #93 - components.button
1,295.16ms
+ 0.45ms
View #94 - components.button
1,295.59ms
+ 0.43ms
View #95 - components.button
1,295.98ms
+ 0.39ms
View #96 - layout.layout
1,296.34ms
+ 0.36ms
View #97 - layout.meta
1,307.07ms
+ 10.73ms
View #98 - modules.notification
1,340.59ms
+ 33.53ms
View #99 - modules.header
1,341.51ms
+ 0.92ms
View #100 - modules.menu
1,342.28ms
+ 0.77ms
View #101 - components.menu-first-level
1,342.93ms
+ 0.65ms
View #102 - components.menu-second-level
1,345.70ms
+ 2.77ms
View #103 - components.menu-pushes
1,350.36ms
+ 4.67ms
View #104 - components.menu-pushes
1,357.71ms
+ 7.35ms
View #105 - components.menu-pushes
1,362.96ms
+ 5.25ms
View #106 - components.menu-pushes
1,365.18ms
+ 2.22ms
View #107 - components.menu-pushes
1,366.42ms
+ 1.24ms
View #108 - svg.logo
1,367.23ms
+ 0.81ms
View #109 - modules.messages
1,368.09ms
+ 0.86ms
View #110 - modules.breadcrumbs
1,368.52ms
+ 0.43ms
View #111 - modules.footer
1,368.77ms
+ 0.25ms
View #112 - components.reinsurance-support
1,369.21ms
+ 0.44ms
View #113 - components.field
1,369.79ms
+ 0.58ms
View #114 - components.csrf-field
1,370.11ms
+ 0.32ms
View #115 - components.button
1,370.29ms
+ 0.18ms
View #116 - components.footer-links
1,370.68ms
+ 0.39ms
View #117 - modules.panel
1,373.09ms
+ 2.41ms
View #118 - modules.popin
1,373.32ms
+ 0.23ms
View #119 - modules.blueshift-popin
1,373.50ms
+ 0.18ms
View #120 - modules.search-panel
1,374.67ms
+ 1.17ms
View #121 - catalog.search-form
1,375.01ms
+ 0.35ms
View #122 - components.field
1,375.43ms
+ 0.42ms
View #123 - modules.toaster
1,376.57ms
+ 1.15ms
View #124 - layout.overlay
1,376.72ms
+ 0.15ms
View #125 - modules.webstore-switcher
1,378.98ms
+ 2.26ms
View #126 - components.close-button
1,379.33ms
+ 0.35ms
View #127 - components.native-select
1,379.86ms
+ 0.53ms
View #128 - components.native-select
1,380.36ms
+ 0.51ms
View #129 - components.button
1,380.64ms
+ 0.28ms
View #130 - components.button
1,381.09ms
+ 0.45ms
View #131 - helpers.grid
1,381.45ms
+ 0.36ms
View #132 - modules.loading-bar
1,381.62ms
+ 0.17ms
View #133 - 3rdparties.didomi
1,391.73ms
+ 10.10ms
View #134 - 3rdparties.gtm
1,391.99ms
+ 0.26ms
View #135 - 3rdparties.abtasty.main
1,392.15ms
+ 0.16ms
View #136 - 3rdparties.abtasty.tracking
1,392.30ms
+ 0.15ms
View #137 - 3rdparties.blueshift
1,392.55ms
+ 0.25ms
View #138 - 3rdparties.sizebay.main
1,393.01ms
+ 0.46ms
View #139 - 3rdparties.sizebay.tracking
1,393.32ms
+ 0.31ms
View #140 - 3rdparties.gsi
1,393.58ms
+ 0.26ms
View #141 - 3rdparties.applepay
1,393.76ms
+ 0.19ms
View #142 - 3rdparties.alma
1,394.02ms
+ 0.26ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
1,395.42ms
+ 1.40ms
... 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) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=1f7709f61f24839da0d8c6ed433f2a001e5072dd%2BUYkccXTaSM3F9m69v4fuzGAggQDhJNQ4dh1h6M3q; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 39618
REDIRECT_URL string(28) /fr/c-accessoires-homme.html
REDIRECT_QUERY_STRING string(35) /fr/c-accessoires-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(35) /fr/c-accessoires-homme.html&page=2
REQUEST_URI string(35) /fr/c-accessoires-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151430.234
REQUEST_TIME int 1784151430
HTTPS string(2) on
... array(3)
csrf_token string(40) lqWNYQPDF5dZ7EUDORk0L8VyE9iopFxsr5byT1Xn
cart string(12) Order object
last_category string(15) stdClass object