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

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.42ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.39ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.55ms
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.22ms
SELECT * FROM `languages`
0.35ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.65ms
SELECT * FROM `config`
0.57ms
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` = 'la-collection' LIMIT 1
0.80ms
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` = '2' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.60ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.59ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.37ms
SELECT * FROM `categories_links` WHERE `category_id` = '2' ORDER BY `position` ASC
90.19ms
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` = 2 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
9.16ms
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` = 2 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
5.66ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 2 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
91.43ms
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` = 2 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 317
0.96ms
SELECT FOUND_ROWS()
0.99ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') ORDER BY `webstore_id` ASC
1.27ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') ORDER BY `position` ASC
0.47ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '12', '4', '5', '15', '9', '1', '8') 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 ('20', '45', '23', '18', '29', '39', '8', '9', '53', '31', '32') ORDER BY `singular` ASC
0.69ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('26', '53', '42', '39', '68', '28', '51', '73', '50', '76', '64', '13', '16') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.04ms
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 ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') ORDER BY `name` ASC
0.79ms
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 ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') ORDER BY `name` ASC
1.12ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') ORDER BY `position` ASC
1.76ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6495', '28540', '28535', '28108', '25857', '28518', '19071', '28542', '23355', '26196', '28537', '28140', '28519', '27537', '26202', '25858', '25625', '25859', '25624', '25860', '25861', '25623', '28455', '25626', '25062', '25065', '25869', '25862', '28456', '26844', '25627', '25059', '26845', '19592', '19594', '19596', '25870', '25863', '28457', '19597', '25871', '28458', '26846', '19593', '19595', '25060', '25063', '25066', '25872', '28459', '26847', '25067', '25873', '26848', '25061', '25064', '26643', '25075', '24178', '26644', '26645', '24179', '24180', '26646', '26647', '24181')
0.55ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '121', '44', '140', '142', '45', '95', '46', '96', '47', '48', '97', '16', '98', '143', '49', '19', '124', '50', '144', '22', '145', '51', '25', '146', '52', '28', '192', '53', '73', '75', '77', '78', '151') ORDER BY `position` ASC
0.80ms
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 ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.69ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5447', '5692', '5400', '5463', '5387', '5804', '5188', '5184', '5362', '5691', '5445', '4853', '5386', '5361', '4849', '5789') ORDER BY `webstore_id` ASC
1.14ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5447', '5692', '5400', '5463', '5387', '5804', '5188', '5184', '5362', '5691', '5445', '4853', '5386', '5361', '4849', '5789') ORDER BY `position` ASC
2.53ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26942', '25857', '28289', '27247', '27172', '27173', '26943', '25858', '28290', '27248', '25859', '28291', '27249', '27174', '26944', '27175', '26945', '25860', '28292', '27250', '25861', '28293', '27251', '27176', '26946', '28826', '27177', '26947', '25869', '25862', '28294', '27252', '26844', '28295', '27253', '26845', '28827', '27178', '26948', '25870', '25863', '26949', '25871', '28296', '27254', '26846', '28828', '27179', '26847', '24205', '28829', '27156', '26950', '25872', '26648', '26837', '28281', '25873', '26848', '28830', '26951', '26649', '26838', '28282', '24206', '27157', '24207', '27158', '26650', '26839', '28283', '26651', '26840', '28284', '24208', '27159', '27160', '26652', '26841', '28285', '24209', '25075', '28286', '24210', '26643', '27161', '26653', '28726', '26842', '27162', '26654', '28727', '26843', '24178', '28287', '24211', '26644', '26645', '27163', '28728', '24179', '28288', '28729', '24180', '26646', '26647', '28730', '24181')
0.44ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '63', '53', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.10ms
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 ('5128', '5258', '5387', '5361', '5525', '3875', '5823', '5743', '5721', '5656', '5188', '4849', '3874', '5750', '5745', '5838', '5731', '5646', '5185', '5662', '5424', '3873', '5638', '5264', '5417', '5748', '5730', '5189', '4667', '74', '5184', '3724') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
123.40ms
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.67ms
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.42ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
172.64ms
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.57ms
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
4.92ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7102) ASC LIMIT 3
5.37ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7102) ASC LIMIT 3
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.37ms
SELECT * FROM `seo_types`
0.35ms
SELECT * FROM `styles`
0.70ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.35ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.41ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-16 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
0.27ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,036.35ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
717.39ms
+ 717.39ms
View #2 - components.page-header
738.42ms
+ 21.03ms
View #3 - components.facets
739.04ms
+ 0.62ms
View #4 - components.filters
739.89ms
+ 0.85ms
View #5 - components.close-button
740.23ms
+ 0.34ms
View #6 - components.accordion.wrapper
740.55ms
+ 0.32ms
View #7 - components.accordion.bodies.filters.list
740.58ms
+ 0.03ms
View #8 - components.accordion.wrapper
742.07ms
+ 1.49ms
View #9 - components.accordion.bodies.filters.colors
742.10ms
+ 0.03ms
View #10 - components.accordion.wrapper
742.57ms
+ 0.47ms
View #11 - components.accordion.bodies.filters.list
742.60ms
+ 0.03ms
View #12 - components.button
742.79ms
+ 0.19ms
View #13 - components.button
743.04ms
+ 0.25ms
View #14 - components.button
743.22ms
+ 0.18ms
View #15 - components.button
743.39ms
+ 0.17ms
View #16 - components.pagination
743.56ms
+ 0.17ms
View #17 - components.button
743.81ms
+ 0.25ms
View #18 - catalog.partials.products-listing
744.00ms
+ 0.19ms
View #19 - components.product-card
744.20ms
+ 0.20ms
View #20 - components.add-to-wishlist
778.60ms
+ 34.40ms
View #21 - components.product-card
780.66ms
+ 2.06ms
View #22 - components.add-to-wishlist
782.83ms
+ 2.16ms
View #23 - components.product-card
784.12ms
+ 1.29ms
View #24 - components.add-to-wishlist
786.76ms
+ 2.65ms
View #25 - components.product-card
787.96ms
+ 1.20ms
View #26 - components.add-to-wishlist
790.61ms
+ 2.65ms
View #27 - components.product-card
791.93ms
+ 1.32ms
View #28 - components.add-to-wishlist
793.76ms
+ 1.83ms
View #29 - components.product-card
795.02ms
+ 1.26ms
View #30 - components.add-to-wishlist
797.15ms
+ 2.13ms
View #31 - components.product-card
798.29ms
+ 1.14ms
View #32 - components.add-to-wishlist
802.25ms
+ 3.96ms
View #33 - components.product-card
803.66ms
+ 1.40ms
View #34 - components.add-to-wishlist
805.51ms
+ 1.85ms
View #35 - components.product-card
806.69ms
+ 1.18ms
View #36 - components.add-to-wishlist
809.75ms
+ 3.06ms
View #37 - components.product-card
811.02ms
+ 1.27ms
View #38 - components.add-to-wishlist
813.28ms
+ 2.26ms
View #39 - components.product-card
814.45ms
+ 1.17ms
View #40 - components.add-to-wishlist
817.16ms
+ 2.71ms
View #41 - components.product-card
818.91ms
+ 1.75ms
View #42 - components.add-to-wishlist
821.76ms
+ 2.85ms
View #43 - components.product-card
823.00ms
+ 1.24ms
View #44 - components.add-to-wishlist
825.20ms
+ 2.20ms
View #45 - components.product-card
826.51ms
+ 1.32ms
View #46 - components.add-to-wishlist
828.39ms
+ 1.87ms
View #47 - components.product-card
829.57ms
+ 1.18ms
View #48 - components.add-to-wishlist
831.80ms
+ 2.24ms
View #49 - components.product-card
833.16ms
+ 1.35ms
View #50 - components.add-to-wishlist
836.39ms
+ 3.24ms
View #51 - components.product-card
837.71ms
+ 1.31ms
View #52 - components.add-to-wishlist
839.54ms
+ 1.83ms
View #53 - components.product-card
840.67ms
+ 1.13ms
View #54 - components.add-to-wishlist
843.98ms
+ 3.31ms
View #55 - components.product-card
845.34ms
+ 1.36ms
View #56 - components.add-to-wishlist
849.11ms
+ 3.77ms
View #57 - components.product-card
850.61ms
+ 1.50ms
View #58 - components.add-to-wishlist
852.36ms
+ 1.75ms
View #59 - components.product-card
853.43ms
+ 1.07ms
View #60 - components.add-to-wishlist
858.17ms
+ 4.74ms
View #61 - components.product-card
859.69ms
+ 1.52ms
View #62 - components.add-to-wishlist
861.86ms
+ 2.17ms
View #63 - components.product-card
863.05ms
+ 1.19ms
View #64 - components.add-to-wishlist
866.73ms
+ 3.68ms
View #65 - components.product-card
868.09ms
+ 1.36ms
View #66 - components.add-to-wishlist
870.04ms
+ 1.96ms
View #67 - components.product-card
871.11ms
+ 1.07ms
View #68 - components.add-to-wishlist
874.17ms
+ 3.06ms
View #69 - components.product-card
875.49ms
+ 1.32ms
View #70 - components.add-to-wishlist
877.31ms
+ 1.81ms
View #71 - components.product-card
878.41ms
+ 1.11ms
View #72 - components.add-to-wishlist
880.24ms
+ 1.82ms
View #73 - components.product-card
881.24ms
+ 1.01ms
View #74 - components.add-to-wishlist
884.57ms
+ 3.32ms
View #75 - components.product-card
886.02ms
+ 1.45ms
View #76 - components.add-to-wishlist
887.73ms
+ 1.70ms
View #77 - components.product-card
888.82ms
+ 1.09ms
View #78 - components.add-to-wishlist
890.63ms
+ 1.81ms
View #79 - components.product-card
891.64ms
+ 1.01ms
View #80 - components.add-to-wishlist
894.03ms
+ 2.39ms
View #81 - components.product-card
895.12ms
+ 1.09ms
View #82 - components.add-to-wishlist
896.88ms
+ 1.75ms
View #83 - components.pagination
898.00ms
+ 1.12ms
View #84 - components.button
898.30ms
+ 0.30ms
View #85 - components.recently-viewed
898.51ms
+ 0.21ms
View #86 - components.product-related
904.34ms
+ 5.83ms
View #87 - components.seo-footer
904.69ms
+ 0.35ms
View #88 - components.facets
905.43ms
+ 0.74ms
View #89 - modules.seo-links
905.61ms
+ 0.18ms
View #90 - components.button
905.97ms
+ 0.36ms
View #91 - components.button
906.28ms
+ 0.32ms
View #92 - components.button
906.54ms
+ 0.25ms
View #93 - layout.layout
907.40ms
+ 0.86ms
View #94 - layout.meta
926.74ms
+ 19.35ms
View #95 - modules.notification
980.97ms
+ 54.22ms
View #96 - modules.header
981.60ms
+ 0.63ms
View #97 - modules.menu
982.22ms
+ 0.62ms
View #98 - components.menu-first-level
982.65ms
+ 0.43ms
View #99 - components.menu-second-level
984.37ms
+ 1.72ms
View #100 - components.menu-pushes
992.62ms
+ 8.24ms
View #101 - components.menu-pushes
998.14ms
+ 5.52ms
View #102 - components.menu-pushes
1,001.56ms
+ 3.42ms
View #103 - components.menu-pushes
1,002.80ms
+ 1.25ms
View #104 - components.menu-pushes
1,003.58ms
+ 0.78ms
View #105 - svg.logo
1,004.11ms
+ 0.52ms
View #106 - modules.messages
1,004.85ms
+ 0.74ms
View #107 - modules.breadcrumbs
1,005.34ms
+ 0.49ms
View #108 - modules.footer
1,005.58ms
+ 0.24ms
View #109 - components.reinsurance-support
1,005.96ms
+ 0.38ms
View #110 - components.field
1,006.41ms
+ 0.45ms
View #111 - components.csrf-field
1,006.67ms
+ 0.26ms
View #112 - components.button
1,006.87ms
+ 0.19ms
View #113 - components.footer-links
1,007.07ms
+ 0.21ms
View #114 - modules.panel
1,008.81ms
+ 1.74ms
View #115 - modules.popin
1,009.08ms
+ 0.27ms
View #116 - modules.blueshift-popin
1,009.23ms
+ 0.15ms
View #117 - modules.search-panel
1,010.01ms
+ 0.78ms
View #118 - catalog.search-form
1,010.35ms
+ 0.33ms
View #119 - components.field
1,010.68ms
+ 0.34ms
View #120 - modules.toaster
1,011.50ms
+ 0.81ms
View #121 - layout.overlay
1,011.66ms
+ 0.16ms
View #122 - modules.webstore-switcher
1,013.35ms
+ 1.69ms
View #123 - components.close-button
1,013.62ms
+ 0.27ms
View #124 - components.native-select
1,013.95ms
+ 0.33ms
View #125 - components.native-select
1,014.32ms
+ 0.37ms
View #126 - components.button
1,014.51ms
+ 0.19ms
View #127 - components.button
1,014.74ms
+ 0.23ms
View #128 - helpers.grid
1,014.92ms
+ 0.18ms
View #129 - modules.loading-bar
1,015.11ms
+ 0.19ms
View #130 - 3rdparties.didomi
1,031.75ms
+ 16.64ms
View #131 - 3rdparties.gtm
1,031.94ms
+ 0.19ms
View #132 - 3rdparties.abtasty.main
1,032.06ms
+ 0.12ms
View #133 - 3rdparties.abtasty.tracking
1,032.16ms
+ 0.10ms
View #134 - 3rdparties.blueshift
1,032.33ms
+ 0.17ms
View #135 - 3rdparties.sizebay.main
1,032.69ms
+ 0.36ms
View #136 - 3rdparties.sizebay.tracking
1,032.95ms
+ 0.26ms
View #137 - 3rdparties.gsi
1,033.13ms
+ 0.18ms
View #138 - 3rdparties.applepay
1,033.22ms
+ 0.09ms
View #139 - 3rdparties.alma
1,033.40ms
+ 0.18ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
1,036.40ms
+ 3.00ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 36328
REDIRECT_URL string(24) /fr/c-la-collection.html
REDIRECT_QUERY_STRING string(32) /fr/c-la-collection.html&page=11
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(32) /fr/c-la-collection.html&page=11
REQUEST_URI string(32) /fr/c-la-collection.html?page=11
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784187930.626
REQUEST_TIME int 1784187930
HTTPS string(2) on
... array(3)
csrf_token string(40) uOCADgLeq1oXaGbef5ZRIB9FjS2FPWSETANsuWuA
last_category string(15) stdClass object
cart string(12) Order object