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

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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.36ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
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.40ms
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.32ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.67ms
SELECT * FROM `config`
0.56ms
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` = 'tenues-de-fete' LIMIT 1
0.50ms
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` = '137' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.29ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.45ms
SELECT * FROM `categories_links` WHERE `category_id` = '137' ORDER BY `position` ASC
13.32ms
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` = 137 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
2.76ms
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` = 137 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
2.11ms
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` = 137 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
15.55ms
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` = 137 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 0
0.14ms
SELECT FOUND_ROWS()
1.10ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') ORDER BY `webstore_id` ASC
1.83ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') ORDER BY `position` ASC
0.62ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '9', '6', '4', '5', '15', '2', '10', '8', '14') ORDER BY `singular` ASC
0.47ms
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 ('8', '15', '31', '7', '22', '30', '18', '29', '58', '9', '23', '77') ORDER BY `singular` ASC
0.51ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('28', '64', '13', '33', '15', '39', '35', '66', '61', '50', '42', '67') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.00ms
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 ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') ORDER BY `name` ASC
0.94ms
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 ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') ORDER BY `name` ASC
1.74ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') ORDER BY `position` ASC
4.49ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('19081', '25857', '6502', '27232', '29089', '27563', '6488', '29016', '29365', '28998', '27247', '19075', '6489', '20830', '29088', '22367', '29373', '27248', '20831', '29374', '25026', '25858', '27233', '29137', '27564', '29017', '29366', '28999', '25027', '25859', '27234', '29138', '27565', '29018', '29367', '24105', '29000', '29397', '27249', '20832', '29375', '23736', '23599', '27250', '20833', '29376', '29455', '23737', '23600', '25028', '25860', '27235', '29139', '27566', '29019', '29368', '24106', '29001', '29398', '24009', '27236', '29140', '27567', '29020', '29369', '24107', '29002', '29399', '24010', '27251', '20834', '29377', '17540', '29456', '23738', '23601', '25029', '25861', '20835', '29378', '17541', '29457', '23739', '23602', '25030', '27237', '27568', '29370', '24108', '29400', '24011', '27569', '29371', '24109', '29401', '24012', '25862', '20836', '29379', '29141', '17542', '29021', '23740', '29458', '29003', '23603', '25031', '27238', '27252', '17543', '29022', '23741', '29459', '29004', '23604', '27239', '29372', '27253', '24110', '29402', '24013', '19760', '25863', '29380', '29142', '29403', '24014', '19761', '17544', '29023', '23742', '29460', '29005', '23605', '27254', '24111', '23606', '24112', '29404', '25072', '19762', '17545', '23743', '29006', '17546', '23744', '25070', '24113', '29405', '25071', '19763', '24114', '24702', '24205', '24998', '24115', '24206', '24999', '24207', '25000', '23593', '24208', '25001', '23594', '23595', '23596', '24209', '25002', '23597', '24210', '25003', '23598', '24211', '25004', '25076', '25077', '25078')
0.60ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '142', '2', '121', '1', '45', '4', '5', '8', '46', '7', '80', '47', '10', '81', '11', '14', '48', '13', '82', '112', '16', '113', '83', '17', '19', '84', '49', '114', '20', '115', '50', '85', '23', '22', '147', '86', '148', '116', '51', '87', '149', '117', '52', '118', '88', '150', '129', '190', '63', '187', '65', '67', '89', '69', '90', '91', '92', '71', '93', '73', '123', '75', '77', '78', '151') ORDER BY `position` ASC
0.55ms
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 ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.35ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '4669') ORDER BY `webstore_id` ASC
0.51ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '4669') ORDER BY `position` ASC
0.62ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23534', '23535', '23536', '23537', '23538', '23539', '23540', '23541', '23542', '23357', '23358', '23359', '23360', '23361', '23362', '23363', '23364', '23365')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '62', '64', '66', '68', '70', '72', '74', '76', '130') ORDER BY `position` ASC
2.50ms
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 ('4714', '5543', '3734', '4815', '5850', '68', '5009', '81', '5461', '3728', '4710', '5933', '5958', '3396', '5013', '5885', '5874', '4747', '5932', '5184', '4853', '5873', '5949', '5852', '67', '4834', '4136', '5463', '4709', '4429', '3907') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
156.66ms
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.70ms
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.69ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
243.43ms
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.73ms
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
2.56ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9237) ASC LIMIT 3
7.55ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9237) ASC LIMIT 3
0.41ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.72ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.82ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.63ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-08-03 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
1,067.31ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
695.19ms
+ 695.18ms
View #2 - components.page-header
726.40ms
+ 31.22ms
View #3 - components.facets
726.79ms
+ 0.38ms
View #4 - components.filters
727.20ms
+ 0.41ms
View #5 - components.close-button
727.50ms
+ 0.30ms
View #6 - components.accordion.wrapper
727.71ms
+ 0.21ms
View #7 - components.accordion.bodies.filters.list
727.74ms
+ 0.03ms
View #8 - components.accordion.wrapper
728.89ms
+ 1.15ms
View #9 - components.accordion.bodies.filters.colors
728.92ms
+ 0.03ms
View #10 - components.accordion.wrapper
729.33ms
+ 0.41ms
View #11 - components.accordion.bodies.filters.list
729.37ms
+ 0.03ms
View #12 - components.button
729.56ms
+ 0.19ms
View #13 - components.button
729.88ms
+ 0.32ms
View #14 - components.button
730.09ms
+ 0.21ms
View #15 - components.button
730.26ms
+ 0.17ms
View #16 - catalog.partials.products-listing
730.46ms
+ 0.20ms
View #17 - components.product-card
730.67ms
+ 0.21ms
View #18 - components.add-to-wishlist
765.59ms
+ 34.91ms
View #19 - components.product-card
767.63ms
+ 2.05ms
View #20 - components.add-to-wishlist
770.54ms
+ 2.91ms
View #21 - components.product-card
771.89ms
+ 1.35ms
View #22 - components.add-to-wishlist
774.05ms
+ 2.16ms
View #23 - components.product-card
775.25ms
+ 1.20ms
View #24 - components.add-to-wishlist
778.21ms
+ 2.95ms
View #25 - components.product-card
779.39ms
+ 1.18ms
View #26 - components.add-to-wishlist
782.20ms
+ 2.82ms
View #27 - components.product-card
783.43ms
+ 1.23ms
View #28 - components.add-to-wishlist
785.30ms
+ 1.86ms
View #29 - components.product-card
786.66ms
+ 1.36ms
View #30 - components.add-to-wishlist
789.78ms
+ 3.13ms
View #31 - components.product-card
791.06ms
+ 1.28ms
View #32 - components.add-to-wishlist
793.12ms
+ 2.06ms
View #33 - components.product-card
794.36ms
+ 1.24ms
View #34 - components.add-to-wishlist
797.92ms
+ 3.56ms
View #35 - components.product-card
799.67ms
+ 1.76ms
View #36 - components.add-to-wishlist
801.80ms
+ 2.13ms
View #37 - components.product-card
803.36ms
+ 1.56ms
View #38 - components.add-to-wishlist
806.47ms
+ 3.11ms
View #39 - components.catalog-push
807.85ms
+ 1.37ms
View #40 - components.product-card
808.60ms
+ 0.75ms
View #41 - components.add-to-wishlist
811.53ms
+ 2.93ms
View #42 - components.product-card
812.86ms
+ 1.33ms
View #43 - components.add-to-wishlist
815.88ms
+ 3.02ms
View #44 - components.product-card
817.35ms
+ 1.47ms
View #45 - components.add-to-wishlist
820.16ms
+ 2.81ms
View #46 - components.product-card
821.38ms
+ 1.22ms
View #47 - components.add-to-wishlist
825.13ms
+ 3.75ms
View #48 - components.product-card
826.91ms
+ 1.78ms
View #49 - components.add-to-wishlist
830.26ms
+ 3.35ms
View #50 - components.product-card
831.83ms
+ 1.57ms
View #51 - components.add-to-wishlist
834.00ms
+ 2.17ms
View #52 - components.product-card
835.34ms
+ 1.34ms
View #53 - components.add-to-wishlist
838.42ms
+ 3.08ms
View #54 - components.product-card
839.63ms
+ 1.21ms
View #55 - components.add-to-wishlist
842.43ms
+ 2.81ms
View #56 - components.product-card
843.88ms
+ 1.45ms
View #57 - components.add-to-wishlist
846.68ms
+ 2.80ms
View #58 - components.product-card
847.99ms
+ 1.31ms
View #59 - components.add-to-wishlist
858.32ms
+ 10.33ms
View #60 - components.product-card
859.67ms
+ 1.34ms
View #61 - components.add-to-wishlist
861.58ms
+ 1.91ms
View #62 - components.product-card
862.91ms
+ 1.33ms
View #63 - components.add-to-wishlist
866.15ms
+ 3.24ms
View #64 - components.product-card
867.64ms
+ 1.49ms
View #65 - components.add-to-wishlist
870.44ms
+ 2.80ms
View #66 - components.product-card
871.63ms
+ 1.19ms
View #67 - components.add-to-wishlist
873.59ms
+ 1.95ms
View #68 - components.product-card
874.73ms
+ 1.14ms
View #69 - components.add-to-wishlist
877.90ms
+ 3.17ms
View #70 - components.product-card
879.05ms
+ 1.15ms
View #71 - components.add-to-wishlist
882.27ms
+ 3.22ms
View #72 - components.product-card
883.85ms
+ 1.58ms
View #73 - components.add-to-wishlist
886.95ms
+ 3.09ms
View #74 - components.product-card
888.37ms
+ 1.43ms
View #75 - components.add-to-wishlist
891.66ms
+ 3.29ms
View #76 - components.product-card
893.27ms
+ 1.60ms
View #77 - components.add-to-wishlist
895.33ms
+ 2.07ms
View #78 - components.product-card
896.87ms
+ 1.53ms
View #79 - components.add-to-wishlist
899.86ms
+ 3.00ms
View #80 - components.pagination
901.95ms
+ 2.09ms
View #81 - components.button
903.36ms
+ 1.41ms
View #82 - components.recently-viewed
903.70ms
+ 0.33ms
View #83 - components.product-related
909.86ms
+ 6.17ms
View #84 - components.seo-footer
910.17ms
+ 0.31ms
View #85 - modules.seo-links
910.88ms
+ 0.71ms
View #86 - components.button
911.21ms
+ 0.34ms
View #87 - components.button
911.55ms
+ 0.33ms
View #88 - components.button
911.81ms
+ 0.27ms
View #89 - layout.layout
912.06ms
+ 0.25ms
View #90 - layout.meta
912.96ms
+ 0.89ms
View #91 - modules.notification
980.67ms
+ 67.72ms
View #92 - modules.header
981.30ms
+ 0.63ms
View #93 - modules.menu
981.86ms
+ 0.56ms
View #94 - components.menu-first-level
982.37ms
+ 0.51ms
View #95 - components.menu-second-level
985.14ms
+ 2.77ms
View #96 - components.menu-pushes
990.25ms
+ 5.12ms
View #97 - components.menu-pushes
995.40ms
+ 5.15ms
View #98 - components.menu-pushes
1,001.17ms
+ 5.77ms
View #99 - components.menu-pushes
1,007.68ms
+ 6.51ms
View #100 - components.menu-pushes
1,009.79ms
+ 2.11ms
View #101 - components.menu-pushes
1,011.31ms
+ 1.52ms
View #102 - svg.logo
1,012.24ms
+ 0.93ms
View #103 - modules.messages
1,013.21ms
+ 0.98ms
View #104 - modules.breadcrumbs
1,013.81ms
+ 0.59ms
View #105 - modules.footer
1,014.09ms
+ 0.28ms
View #106 - components.reinsurance-support
1,014.59ms
+ 0.50ms
View #107 - components.field
1,015.19ms
+ 0.60ms
View #108 - components.csrf-field
1,015.52ms
+ 0.33ms
View #109 - components.button
1,015.70ms
+ 0.18ms
View #110 - components.footer-links
1,016.06ms
+ 0.36ms
View #111 - modules.panel
1,019.75ms
+ 3.69ms
View #112 - modules.popin
1,020.00ms
+ 0.26ms
View #113 - modules.blueshift-popin
1,020.20ms
+ 0.20ms
View #114 - modules.search-panel
1,021.20ms
+ 1.00ms
View #115 - catalog.search-form
1,021.60ms
+ 0.40ms
View #116 - components.field
1,022.21ms
+ 0.61ms
View #117 - modules.toaster
1,023.06ms
+ 0.85ms
View #118 - layout.overlay
1,023.30ms
+ 0.23ms
View #119 - modules.webstore-switcher
1,027.08ms
+ 3.79ms
View #120 - components.close-button
1,027.67ms
+ 0.58ms
View #121 - components.native-select
1,029.17ms
+ 1.50ms
View #122 - components.native-select
1,030.49ms
+ 1.32ms
View #123 - components.button
1,031.46ms
+ 0.97ms
View #124 - components.button
1,032.31ms
+ 0.86ms
View #125 - helpers.grid
1,032.80ms
+ 0.49ms
View #126 - modules.loading-bar
1,033.02ms
+ 0.22ms
View #127 - 3rdparties.didomi
1,062.91ms
+ 29.89ms
View #128 - 3rdparties.gtm
1,063.38ms
+ 0.47ms
View #129 - 3rdparties.abtasty.main
1,063.63ms
+ 0.25ms
View #130 - 3rdparties.abtasty.tracking
1,063.83ms
+ 0.20ms
View #131 - 3rdparties.blueshift
1,064.14ms
+ 0.32ms
View #132 - 3rdparties.sizebay.main
1,064.66ms
+ 0.51ms
View #133 - 3rdparties.sizebay.tracking
1,064.92ms
+ 0.26ms
View #134 - 3rdparties.gsi
1,065.22ms
+ 0.30ms
View #135 - 3rdparties.applepay
1,065.37ms
+ 0.15ms
View #136 - 3rdparties.alma
1,065.73ms
+ 0.36ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
1,067.37ms
+ 1.63ms
... 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) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=43a470d732e86b1226935d6f632463b230a5c561%2BWMy3TvVDRCs8WMM0UmRNeVdGGoUXz7bANNIi41Ax
HTTP_X_FORWARDED_FOR string(14) 216.73.216.200
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 35620
REDIRECT_URL string(25) /fr/c-tenues-de-fete.html
REDIRECT_QUERY_STRING string(25) /fr/c-tenues-de-fete.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(25) /fr/c-tenues-de-fete.html
REQUEST_URI string(25) /fr/c-tenues-de-fete.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788330693.358
REQUEST_TIME int 1788330693
HTTPS string(2) on
... array(3)
csrf_token string(40) 5oFATBO40mqiVjMIX0o6sJUUGzIk3JNwLQJcvDkv
last_category string(15) stdClass object
cart string(12) Order object