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

Filtres

Famille de produits

Couleur

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.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.60ms
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')
0.23ms
SELECT * FROM `languages`
0.41ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.33ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.93ms
SELECT * FROM `config`
0.47ms
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` = 'selection-homme-fursac' LIMIT 1
0.58ms
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` = '30' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.52ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '38' AND `webstore_id` = '1' ORDER BY `position` ASC
0.52ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.19ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.63ms
SELECT * FROM `categories_links` WHERE `category_id` = '30' ORDER BY `position` ASC
34.31ms
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` = 30 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
8.46ms
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` = 30 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
5.85ms
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` = 30 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
36.41ms
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` = 30 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 62
0.11ms
SELECT FOUND_ROWS()
1.77ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') ORDER BY `webstore_id` ASC
1.43ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') ORDER BY `position` ASC
0.55ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '6', '9', '7', '5', '4', '10', '1', '12') ORDER BY `singular` ASC
0.61ms
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 ('19', '7', '1', '44', '49', '76', '23', '18', '27', '20', '54', '8', '58', '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 ('44', '34', '31', '41', '49', '43', '40', '37', '26', '60', '76', '61', '55') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.37ms
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 ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') ORDER BY `name` ASC
1.25ms
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 ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') ORDER BY `name` ASC
6.54ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') ORDER BY `position` ASC
11.11ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29322', '27426', '29733', '28041', '29173', '29314', '29734', '28042', '29315', '17460', '23624', '29323', '23625', '28356', '29278', '22752', '29283', '29324', '27401', '22762', '29735', '28043', '29165', '29316', '17461', '26460', '29317', '17462', '23626', '28355', '29277', '22751', '29282', '26468', '29325', '27400', '22761', '29736', '28044', '29164', '27862', '28354', '29276', '22750', '17540', '29281', '26461', '29326', '27399', '22760', '29737', '28045', '29163', '27917', '26469', '29318', '17463', '23627', '27918', '26470', '29319', '17464', '23628', '27863', '28357', '29279', '22753', '17541', '29284', '26462', '29327', '27402', '22763', '29166', '17542', '29285', '26463', '29328', '27403', '22764', '29167', '27919', '26471', '29320', '17468', '29738', '23629', '28046', '27864', '28358', '29280', '22754', '26472', '29321', '29739', '28047', '27865', '17543', '29329', '26464', '27920', '27921', '26473', '29740', '28048', '27866', '17544', '26465', '27867', '17545', '26466', '27922', '26474', '26475', '17546', '26467', '27898', '27923', '27868', '29120', '29506', '29526', '29568', '29505', '29525', '27899', '29119', '29118', '29504', '29524', '29507', '29527', '29569', '29121', '27900', '29122', '29508', '29528', '27901', '29570', '29487', '29486', '29571', '27902', '29485', '29488', '27903', '29572', '29573', '27904', '27905', '29574', '29575', '27323', '27322', '27321', '27324', '27325')
0.93ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '122', '44', '140', '45', '4', '94', '95', '7', '46', '208', '10', '96', '47', '55', '97', '112', '13', '48', '56', '113', '16', '98', '114', '124', '19', '57', '49', '115', '22', '50', '58', '59', '116', '51', '60', '117', '118', '62', '40', '64', '41', '42', '43', '66', '132', '68', '90', '91', '70', '92', '93', '72', '74', '76', '130', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.65ms
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 ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.65ms
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 ('5968', '5964', '5499', '4534', '5611', '5972', '5631', '5608', '5881', '5920', '5603', '5891', '6002', '5980', '4729', '5331', '5927', '5703', '3396', '5926', '5494', '5480', '3383', '5332', '4536', '5893', '5919') GROUP BY `articles`.`id`
0.40ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
494.47ms
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.92ms
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.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
754.55ms
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.95ms
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(8130) ASC LIMIT 3
18.05ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8130) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.45ms
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.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.29ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.26ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.33ms
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.45ms
SELECT * FROM `seo_types`
0.39ms
SELECT * FROM `styles`
0.91ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.75ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.93ms
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
0.24ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
2,507.50ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,985.60ms
+ 1,985.60ms
View #2 - components.page-header
2,022.57ms
+ 36.97ms
View #3 - components.facets
2,024.40ms
+ 1.84ms
View #4 - components.filters
2,042.59ms
+ 18.18ms
View #5 - components.close-button
2,043.25ms
+ 0.67ms
View #6 - components.accordion.wrapper
2,043.69ms
+ 0.44ms
View #7 - components.accordion.bodies.filters.list
2,043.74ms
+ 0.05ms
View #8 - components.accordion.wrapper
2,045.83ms
+ 2.09ms
View #9 - components.accordion.bodies.filters.colors
2,045.88ms
+ 0.05ms
View #10 - components.accordion.wrapper
2,046.56ms
+ 0.69ms
View #11 - components.accordion.bodies.filters.list
2,046.61ms
+ 0.04ms
View #12 - components.button
2,046.90ms
+ 0.29ms
View #13 - components.button
2,047.29ms
+ 0.39ms
View #14 - components.button
2,047.59ms
+ 0.30ms
View #15 - components.button
2,047.87ms
+ 0.29ms
View #16 - components.pagination
2,048.19ms
+ 0.32ms
View #17 - components.button
2,048.92ms
+ 0.73ms
View #18 - catalog.partials.products-listing
2,049.29ms
+ 0.37ms
View #19 - components.product-card
2,049.58ms
+ 0.29ms
View #20 - components.add-to-wishlist
2,104.60ms
+ 55.02ms
View #21 - components.product-card
2,107.06ms
+ 2.46ms
View #22 - components.add-to-wishlist
2,111.04ms
+ 3.98ms
View #23 - components.product-card
2,113.17ms
+ 2.14ms
View #24 - components.add-to-wishlist
2,116.26ms
+ 3.09ms
View #25 - components.product-card
2,118.51ms
+ 2.25ms
View #26 - components.add-to-wishlist
2,123.24ms
+ 4.72ms
View #27 - components.product-card
2,125.76ms
+ 2.52ms
View #28 - components.add-to-wishlist
2,130.11ms
+ 4.35ms
View #29 - components.product-card
2,132.20ms
+ 2.09ms
View #30 - components.add-to-wishlist
2,136.92ms
+ 4.72ms
View #31 - components.product-card
2,139.20ms
+ 2.28ms
View #32 - components.add-to-wishlist
2,143.83ms
+ 4.63ms
View #33 - components.product-card
2,146.08ms
+ 2.25ms
View #34 - components.add-to-wishlist
2,150.67ms
+ 4.59ms
View #35 - components.product-card
2,152.91ms
+ 2.24ms
View #36 - components.add-to-wishlist
2,157.19ms
+ 4.27ms
View #37 - components.product-card
2,159.32ms
+ 2.13ms
View #38 - components.add-to-wishlist
2,163.39ms
+ 4.07ms
View #39 - components.product-card
2,165.65ms
+ 2.26ms
View #40 - components.add-to-wishlist
2,169.91ms
+ 4.25ms
View #41 - components.product-card
2,172.00ms
+ 2.09ms
View #42 - components.add-to-wishlist
2,176.39ms
+ 4.39ms
View #43 - components.product-card
2,178.48ms
+ 2.10ms
View #44 - components.add-to-wishlist
2,183.37ms
+ 4.88ms
View #45 - components.product-card
2,185.60ms
+ 2.23ms
View #46 - components.add-to-wishlist
2,190.07ms
+ 4.47ms
View #47 - components.product-card
2,192.17ms
+ 2.10ms
View #48 - components.add-to-wishlist
2,196.78ms
+ 4.62ms
View #49 - components.product-card
2,198.76ms
+ 1.98ms
View #50 - components.add-to-wishlist
2,203.18ms
+ 4.41ms
View #51 - components.product-card
2,205.21ms
+ 2.03ms
View #52 - components.add-to-wishlist
2,210.00ms
+ 4.79ms
View #53 - components.product-card
2,212.14ms
+ 2.14ms
View #54 - components.add-to-wishlist
2,216.25ms
+ 4.11ms
View #55 - components.product-card
2,218.13ms
+ 1.88ms
View #56 - components.add-to-wishlist
2,223.58ms
+ 5.45ms
View #57 - components.product-card
2,225.62ms
+ 2.03ms
View #58 - components.add-to-wishlist
2,230.50ms
+ 4.88ms
View #59 - components.product-card
2,232.62ms
+ 2.12ms
View #60 - components.add-to-wishlist
2,237.46ms
+ 4.84ms
View #61 - components.product-card
2,254.48ms
+ 17.02ms
View #62 - components.add-to-wishlist
2,258.83ms
+ 4.35ms
View #63 - components.product-card
2,260.96ms
+ 2.13ms
View #64 - components.add-to-wishlist
2,274.36ms
+ 13.40ms
View #65 - components.product-card
2,276.50ms
+ 2.14ms
View #66 - components.add-to-wishlist
2,283.55ms
+ 7.05ms
View #67 - components.product-card
2,294.96ms
+ 11.40ms
View #68 - components.add-to-wishlist
2,298.96ms
+ 4.00ms
View #69 - components.product-card
2,300.87ms
+ 1.91ms
View #70 - components.add-to-wishlist
2,310.64ms
+ 9.76ms
View #71 - components.product-card
2,319.10ms
+ 8.46ms
View #72 - components.add-to-wishlist
2,334.30ms
+ 15.20ms
View #73 - components.pagination
2,336.66ms
+ 2.36ms
View #74 - components.recently-viewed
2,337.20ms
+ 0.54ms
View #75 - components.product-related
2,346.25ms
+ 9.05ms
View #76 - components.seo-footer
2,346.62ms
+ 0.37ms
View #77 - components.facets
2,347.63ms
+ 1.00ms
View #78 - modules.seo-links
2,347.88ms
+ 0.25ms
View #79 - components.button
2,356.69ms
+ 8.81ms
View #80 - components.button
2,357.35ms
+ 0.66ms
View #81 - components.button
2,357.83ms
+ 0.48ms
View #82 - layout.layout
2,358.23ms
+ 0.40ms
View #83 - layout.meta
2,359.02ms
+ 0.80ms
View #84 - modules.notification
2,427.98ms
+ 68.95ms
View #85 - modules.header
2,428.91ms
+ 0.93ms
View #86 - modules.menu
2,429.71ms
+ 0.80ms
View #87 - components.menu-first-level
2,430.31ms
+ 0.60ms
View #88 - components.menu-second-level
2,434.06ms
+ 3.75ms
View #89 - components.menu-pushes
2,441.82ms
+ 7.75ms
View #90 - components.menu-pushes
2,449.42ms
+ 7.60ms
View #91 - components.menu-pushes
2,454.71ms
+ 5.29ms
View #92 - components.menu-pushes
2,460.16ms
+ 5.45ms
View #93 - components.menu-pushes
2,462.07ms
+ 1.91ms
View #94 - components.menu-pushes
2,463.56ms
+ 1.49ms
View #95 - svg.logo
2,464.49ms
+ 0.93ms
View #96 - modules.messages
2,465.48ms
+ 0.99ms
View #97 - modules.breadcrumbs
2,465.96ms
+ 0.48ms
View #98 - modules.footer
2,466.23ms
+ 0.27ms
View #99 - components.reinsurance-support
2,466.70ms
+ 0.47ms
View #100 - components.field
2,467.31ms
+ 0.61ms
View #101 - components.csrf-field
2,467.65ms
+ 0.34ms
View #102 - components.button
2,467.84ms
+ 0.19ms
View #103 - components.footer-links
2,468.14ms
+ 0.29ms
View #104 - modules.panel
2,471.70ms
+ 3.56ms
View #105 - modules.popin
2,472.03ms
+ 0.33ms
View #106 - modules.blueshift-popin
2,472.23ms
+ 0.21ms
View #107 - modules.search-panel
2,473.33ms
+ 1.10ms
View #108 - catalog.search-form
2,473.76ms
+ 0.43ms
View #109 - components.field
2,474.24ms
+ 0.48ms
View #110 - modules.toaster
2,475.02ms
+ 0.78ms
View #111 - layout.overlay
2,475.18ms
+ 0.17ms
View #112 - modules.webstore-switcher
2,477.36ms
+ 2.17ms
View #113 - components.close-button
2,477.75ms
+ 0.39ms
View #114 - components.native-select
2,478.23ms
+ 0.48ms
View #115 - components.native-select
2,478.76ms
+ 0.53ms
View #116 - components.button
2,479.14ms
+ 0.37ms
View #117 - components.button
2,479.46ms
+ 0.33ms
View #118 - helpers.grid
2,479.77ms
+ 0.31ms
View #119 - modules.loading-bar
2,479.95ms
+ 0.18ms
View #120 - 3rdparties.didomi
2,503.78ms
+ 23.83ms
View #121 - 3rdparties.gtm
2,504.11ms
+ 0.32ms
View #122 - 3rdparties.abtasty.main
2,504.29ms
+ 0.18ms
View #123 - 3rdparties.abtasty.tracking
2,504.44ms
+ 0.15ms
View #124 - 3rdparties.blueshift
2,504.70ms
+ 0.26ms
View #125 - 3rdparties.sizebay.main
2,505.11ms
+ 0.42ms
View #126 - 3rdparties.sizebay.tracking
2,505.34ms
+ 0.23ms
View #127 - 3rdparties.gsi
2,505.59ms
+ 0.25ms
View #128 - 3rdparties.applepay
2,505.73ms
+ 0.14ms
View #129 - 3rdparties.alma
2,506.00ms
+ 0.27ms
View #130 - path: /var/www/html/laravel/profiling/template.blade.php
2,507.54ms
+ 1.54ms
... 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(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) 33746
REDIRECT_URL string(33) /fr/c-selection-homme-fursac.html
REDIRECT_QUERY_STRING string(40) /fr/c-selection-homme-fursac.html&page=3
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(40) /fr/c-selection-homme-fursac.html&page=3
REQUEST_URI string(40) /fr/c-selection-homme-fursac.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786969862.574
REQUEST_TIME int 1786969862
HTTPS string(2) on
... array(3)
csrf_token string(40) 5C1ABDoekf4SbaIRdIx2Yuy3E29uScdLyDZNZgKY
last_category string(15) stdClass object
cart string(12) Order object