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

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.30ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.48ms
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.33ms
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.19ms
SELECT * FROM `languages`
0.35ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.59ms
SELECT * FROM `config`
0.46ms
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` = 'essentiels' LIMIT 1
0.43ms
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` = '138' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.39ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.36ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.35ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.34ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '71' AND `webstore_id` = '1' ORDER BY `position` ASC
0.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.22ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
36.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` = 138 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
5.29ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
4.06ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
38.70ms
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` = 138 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 30 OFFSET 30
0.14ms
SELECT FOUND_ROWS()
0.92ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') ORDER BY `webstore_id` ASC
1.20ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '7', '9', '5', '10', '4', '12', '8', '6', '14') ORDER BY `singular` ASC
0.45ms
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 ('25', '20', '42', '18', '21', '54', '23', '58', '17', '27', '12', '9', '7', '4') 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 ('45', '26', '71', '37', '25', '60', '40', '42', '39', '61', '48', '5', '18', '50', '33', '35') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.98ms
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 ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') ORDER BY `name` ASC
0.77ms
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 ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') ORDER BY `name` ASC
1.52ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') ORDER BY `position` ASC
3.93ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('22367', '6932', '27430', '23355', '28855', '26555', '26224', '27172', '26942', '26565', '26556', '19378', '27173', '26943', '21399', '26566', '23339', '6933', '21401', '24105', '28856', '19238', '24106', '28857', '26557', '13186', '27174', '28356', '25615', '26944', '19243', '26567', '23340', '6934', '28569', '26051', '27175', '28355', '25614', '26468', '26945', '19244', '26568', '23341', '6937', '28570', '26050', '19239', '24107', '28858', '26558', '13187', '26469', '19240', '24108', '28859', '26559', '13188', '27176', '28354', '25613', '26946', '19245', '26569', '17540', '23342', '6935', '28571', '26049', '28357', '25616', '19246', '26570', '17541', '23343', '6936', '28572', '26052', '26470', '19241', '24109', '26560', '13189', '24110', '26947', '26561', '13190', '28358', '25617', '19247', '26571', '17542', '23344', '4915', '28573', '28860', '26471', '27177', '19242', '26572', '17543', '23345', '28574', '28861', '27178', '26472', '24111', '26948', '26562', '26563', '27332', '26573', '17544', '23346', '28246', '27179', '27979', '26473', '24112', '26949', '27156', '26474', '24113', '26950', '24205', '26837', '17545', '23347', '28247', '27980', '17546', '27795', '27333', '26475', '24114', '26951', '27794', '24206', '26838', '24115', '27157', '27334', '27793', '28248', '27981', '27158', '24207', '26839', '27796', '28249', '27982', '27797', '27335', '26840', '26564', '27159', '26574', '24208', '27336', '28250', '27983', '27160', '24209', '26841', '27984', '27337', '28251', '26842', '27161', '24210', '28252', '27985', '27338', '24211', '26843', '27162', '27339', '28253', '27986', '27163', '26664', '26674', '26663', '26673', '26662', '26672', '26665', '26675', '26666', '26676', '28254', '27987', '27340')
0.64ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '103', '122', '44', '31', '140', '32', '94', '45', '80', '104', '95', '81', '46', '33', '105', '47', '96', '208', '34', '82', '106', '112', '97', '83', '48', '35', '107', '98', '36', '113', '84', '108', '85', '49', '37', '124', '114', '109', '38', '115', '86', '50', '39', '62', '116', '87', '51', '63', '117', '88', '52', '64', '118', '40', '129', '53', '41', '65', '187', '66', '42', '67', '43', '68', '132', '69', '218', '70', '71', '72', '73', '74', '75', '76', '77', '125', '126', '127', '128', '156', '130') ORDER BY `position` ASC
0.52ms
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 ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.84ms
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 ('5589', '5703', '5503', '5482', '3769', '5332', '5364', '5400', '5386', '3396', '3770', '5348', '5234', '5686', '5278', '5349', '4429', '5756', '5366', '5126', '5620', '2591', '5808', '4665', '457', '4853', '5447', '4667', '4834', '5445') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
116.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` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.64ms
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.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
169.63ms
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.60ms
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.30ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
4.30ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7238) ASC LIMIT 3
0.42ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
0.82ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.36ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.38ms
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` WHERE `is_enabled` = '1' AND `products`.`id` IN ('5070') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5070) ASC
0.29ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5070') ORDER BY `webstore_id` ASC
0.28ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5070') ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7') ORDER BY `singular` ASC
0.38ms
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 ('5070') ORDER BY `name` ASC
0.25ms
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 ('21') ORDER BY `singular` ASC
0.27ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('25') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.27ms
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 ('5070') ORDER BY `name` ASC
0.32ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5070') ORDER BY `position` ASC
0.31ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('25415', '25414', '25413', '25416', '25417')
0.23ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('95', '96', '97', '98', '124') ORDER BY `position` ASC
0.34ms
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 ('5070') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
872.58ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
571.06ms
+ 571.06ms
View #2 - components.page-header
596.41ms
+ 25.34ms
View #3 - components.filters
597.02ms
+ 0.62ms
View #4 - components.close-button
597.38ms
+ 0.36ms
View #5 - components.accordion.wrapper
597.58ms
+ 0.21ms
View #6 - components.accordion.bodies.filters.list
597.61ms
+ 0.03ms
View #7 - components.accordion.wrapper
598.82ms
+ 1.21ms
View #8 - components.accordion.bodies.filters.colors
598.85ms
+ 0.03ms
View #9 - components.accordion.wrapper
599.29ms
+ 0.44ms
View #10 - components.accordion.bodies.filters.list
599.32ms
+ 0.03ms
View #11 - components.button
599.49ms
+ 0.17ms
View #12 - components.button
599.72ms
+ 0.23ms
View #13 - components.button
599.90ms
+ 0.18ms
View #14 - components.button
600.07ms
+ 0.16ms
View #15 - components.pagination
600.30ms
+ 0.23ms
View #16 - components.button
600.50ms
+ 0.20ms
View #17 - catalog.partials.products-listing
600.69ms
+ 0.19ms
View #18 - components.product-card
600.89ms
+ 0.20ms
View #19 - components.add-to-wishlist
630.14ms
+ 29.24ms
View #20 - components.product-card
631.54ms
+ 1.40ms
View #21 - components.add-to-wishlist
634.17ms
+ 2.63ms
View #22 - components.product-card
635.30ms
+ 1.13ms
View #23 - components.add-to-wishlist
637.21ms
+ 1.91ms
View #24 - components.product-card
638.19ms
+ 0.98ms
View #25 - components.add-to-wishlist
640.76ms
+ 2.57ms
View #26 - components.product-card
641.73ms
+ 0.97ms
View #27 - components.add-to-wishlist
644.19ms
+ 2.46ms
View #28 - components.product-card
645.17ms
+ 0.98ms
View #29 - components.add-to-wishlist
647.46ms
+ 2.28ms
View #30 - components.product-card
648.45ms
+ 0.99ms
View #31 - components.add-to-wishlist
650.61ms
+ 2.17ms
View #32 - components.catalog-push
651.57ms
+ 0.95ms
View #33 - components.product-card
652.27ms
+ 0.70ms
View #34 - components.add-to-wishlist
654.98ms
+ 2.71ms
View #35 - components.product-card
655.97ms
+ 0.99ms
View #36 - components.add-to-wishlist
658.32ms
+ 2.35ms
View #37 - components.product-card
659.31ms
+ 0.99ms
View #38 - components.add-to-wishlist
661.71ms
+ 2.40ms
View #39 - components.product-card
662.81ms
+ 1.10ms
View #40 - components.add-to-wishlist
665.14ms
+ 2.33ms
View #41 - components.product-card
666.13ms
+ 1.00ms
View #42 - components.add-to-wishlist
668.85ms
+ 2.72ms
View #43 - components.product-card
669.89ms
+ 1.04ms
View #44 - components.add-to-wishlist
672.01ms
+ 2.12ms
View #45 - components.product-card
673.14ms
+ 1.13ms
View #46 - components.add-to-wishlist
675.69ms
+ 2.55ms
View #47 - components.product-card
676.70ms
+ 1.00ms
View #48 - components.add-to-wishlist
678.44ms
+ 1.74ms
View #49 - components.product-card
679.49ms
+ 1.05ms
View #50 - components.add-to-wishlist
682.29ms
+ 2.79ms
View #51 - components.product-card
683.44ms
+ 1.15ms
View #52 - components.add-to-wishlist
685.09ms
+ 1.65ms
View #53 - components.product-card
686.08ms
+ 0.99ms
View #54 - components.add-to-wishlist
688.42ms
+ 2.34ms
View #55 - components.product-card
689.45ms
+ 1.03ms
View #56 - components.add-to-wishlist
691.70ms
+ 2.25ms
View #57 - components.product-card
692.82ms
+ 1.12ms
View #58 - components.add-to-wishlist
695.21ms
+ 2.39ms
View #59 - components.product-card
696.25ms
+ 1.04ms
View #60 - components.add-to-wishlist
698.77ms
+ 2.51ms
View #61 - components.product-card
699.95ms
+ 1.19ms
View #62 - components.add-to-wishlist
702.32ms
+ 2.37ms
View #63 - components.catalog-push
703.47ms
+ 1.15ms
View #64 - components.button
704.04ms
+ 0.57ms
View #65 - components.product-card
704.29ms
+ 0.25ms
View #66 - components.add-to-wishlist
706.87ms
+ 2.58ms
View #67 - components.product-card
707.95ms
+ 1.08ms
View #68 - components.add-to-wishlist
710.72ms
+ 2.77ms
View #69 - components.product-card
711.81ms
+ 1.09ms
View #70 - components.add-to-wishlist
720.42ms
+ 8.61ms
View #71 - components.product-card
721.53ms
+ 1.11ms
View #72 - components.add-to-wishlist
724.20ms
+ 2.67ms
View #73 - components.product-card
725.22ms
+ 1.02ms
View #74 - components.add-to-wishlist
727.70ms
+ 2.48ms
View #75 - components.product-card
728.74ms
+ 1.04ms
View #76 - components.add-to-wishlist
730.59ms
+ 1.85ms
View #77 - components.product-card
731.62ms
+ 1.03ms
View #78 - components.add-to-wishlist
734.48ms
+ 2.86ms
View #79 - components.product-card
735.48ms
+ 1.00ms
View #80 - components.add-to-wishlist
737.89ms
+ 2.41ms
View #81 - components.pagination
739.02ms
+ 1.13ms
View #82 - components.button
739.30ms
+ 0.29ms
View #83 - components.recently-viewed
739.52ms
+ 0.22ms
View #84 - components.product-related
754.02ms
+ 14.50ms
View #85 - components.product-card
754.33ms
+ 0.31ms
View #86 - components.add-to-wishlist
756.87ms
+ 2.53ms
View #87 - components.seo-footer
758.61ms
+ 1.74ms
View #88 - components.facets
759.28ms
+ 0.67ms
View #89 - modules.seo-links
759.46ms
+ 0.18ms
View #90 - components.button
759.80ms
+ 0.34ms
View #91 - components.button
760.12ms
+ 0.31ms
View #92 - components.button
760.36ms
+ 0.24ms
View #93 - layout.layout
760.66ms
+ 0.30ms
View #94 - layout.meta
778.00ms
+ 17.34ms
View #95 - modules.notification
829.29ms
+ 51.29ms
View #96 - modules.header
829.91ms
+ 0.62ms
View #97 - modules.menu
830.55ms
+ 0.64ms
View #98 - components.menu-first-level
830.96ms
+ 0.41ms
View #99 - components.menu-second-level
832.38ms
+ 1.41ms
View #100 - components.menu-pushes
835.03ms
+ 2.65ms
View #101 - components.menu-pushes
839.52ms
+ 4.49ms
View #102 - components.menu-pushes
842.89ms
+ 3.37ms
View #103 - components.menu-pushes
844.19ms
+ 1.30ms
View #104 - components.menu-pushes
844.94ms
+ 0.76ms
View #105 - svg.logo
845.45ms
+ 0.50ms
View #106 - modules.messages
845.96ms
+ 0.52ms
View #107 - modules.breadcrumbs
846.32ms
+ 0.36ms
View #108 - modules.footer
846.51ms
+ 0.18ms
View #109 - components.reinsurance-support
846.76ms
+ 0.25ms
View #110 - components.field
847.08ms
+ 0.33ms
View #111 - components.csrf-field
847.30ms
+ 0.22ms
View #112 - components.button
847.42ms
+ 0.11ms
View #113 - components.footer-links
847.59ms
+ 0.18ms
View #114 - modules.panel
848.92ms
+ 1.32ms
View #115 - modules.popin
849.04ms
+ 0.12ms
View #116 - modules.blueshift-popin
849.15ms
+ 0.11ms
View #117 - modules.search-panel
849.74ms
+ 0.59ms
View #118 - catalog.search-form
850.00ms
+ 0.26ms
View #119 - components.field
850.31ms
+ 0.30ms
View #120 - modules.toaster
850.84ms
+ 0.53ms
View #121 - layout.overlay
850.94ms
+ 0.10ms
View #122 - modules.webstore-switcher
852.18ms
+ 1.23ms
View #123 - components.close-button
852.43ms
+ 0.26ms
View #124 - components.native-select
852.80ms
+ 0.37ms
View #125 - components.native-select
853.15ms
+ 0.35ms
View #126 - components.button
853.50ms
+ 0.35ms
View #127 - components.button
853.71ms
+ 0.21ms
View #128 - helpers.grid
853.88ms
+ 0.17ms
View #129 - modules.loading-bar
853.99ms
+ 0.11ms
View #130 - 3rdparties.didomi
869.88ms
+ 15.89ms
View #131 - 3rdparties.gtm
870.07ms
+ 0.19ms
View #132 - 3rdparties.abtasty.main
870.19ms
+ 0.12ms
View #133 - 3rdparties.abtasty.tracking
870.40ms
+ 0.21ms
View #134 - 3rdparties.blueshift
870.58ms
+ 0.18ms
View #135 - 3rdparties.sizebay.main
870.89ms
+ 0.31ms
View #136 - 3rdparties.sizebay.tracking
871.04ms
+ 0.15ms
View #137 - 3rdparties.gsi
871.19ms
+ 0.15ms
View #138 - 3rdparties.applepay
871.28ms
+ 0.09ms
View #139 - 3rdparties.alma
871.46ms
+ 0.18ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
872.67ms
+ 1.21ms
... 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=f726a6278a131e4cc7276dde64718fccf2e0630e%2BkNX7gsMvJBjvVuXfhw3mDlYNIvEqHbUMxA8afibQ; 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) 53068
REDIRECT_URL string(21) /fr/c-essentiels.html
REDIRECT_QUERY_STRING string(28) /fr/c-essentiels.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(28) /fr/c-essentiels.html&page=2
REQUEST_URI string(28) /fr/c-essentiels.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784152166.793
REQUEST_TIME int 1784152166
HTTPS string(2) on
... array(4)
csrf_token string(40) s5ZbkJHztVEpYaOjFR5jrnDenJryqeAVru9muxyz
cart string(12) Order object
recently_viewed array(1)
0 int 5070
last_category string(15) stdClass object