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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.50ms
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.32ms
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.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.58ms
SELECT * FROM `config`
0.44ms
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` = 'guide-cadeaux-classiques' LIMIT 1
0.46ms
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` = '142' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '95' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '6' LIMIT 1
0.27ms
SELECT * FROM `categories_links` WHERE `category_id` = '142' ORDER BY `position` ASC
14.14ms
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` = 142 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
3.32ms
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` = 142 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
2.95ms
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` = 142 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
14.96ms
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` = 142 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.10ms
SELECT FOUND_ROWS()
0.93ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') ORDER BY `webstore_id` ASC
1.29ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '9', '1', '6', '7', '10', '5', '12', '4', '14', '8', '15') 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 ('19', '31', '8', '7', '17', '20', '57', '25', '21', '18', '12', '23', '30', '77', '4', '28', '54', '58', '9', '29', '44') ORDER BY `singular` ASC
0.52ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('44', '13', '28', '33', '47', '26', '59', '45', '5', '40', '18', '42', '39', '15', '67', '48', '25', '38', '60', '61', '50', '31') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.92ms
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 ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') ORDER BY `name` ASC
0.76ms
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 ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') ORDER BY `name` ASC
1.80ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') ORDER BY `position` ASC
3.53ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('24354', '19074', '26565', '6502', '19081', '19069', '25836', '26555', '6967', '26771', '6932', '6489', '25837', '26556', '6968', '24105', '26772', '6933', '26032', '25086', '23914', '26566', '25987', '21401', '26403', '19382', '23912', '26567', '25985', '19238', '25838', '26557', '6969', '24106', '26773', '6934', '26030', '25839', '26558', '6970', '24107', '26774', '6937', '26029', '26460', '26402', '19383', '23911', '26568', '25984', '19239', '18459', '25983', '26461', '19240', '25840', '26559', '6965', '24108', '26775', '6935', '26028', '26401', '19384', '23910', '26569', '3801', '26560', '6966', '24109', '26776', '6936', '26031', '26404', '19385', '23913', '26570', '2753', '18460', '25986', '26462', '19241', '26463', '19242', '26561', '1768', '24110', '26777', '4915', '26033', '20739', '26405', '23915', '26571', '2756', '18461', '25841', '25988', '19760', '26572', '2754', '18462', '25842', '26464', '26562', '24111', '26778', '26465', '26563', '24112', '26779', '19761', '26573', '2758', '18463', '19762', '2757', '18464', '26466', '23348', '26648', '26780', '24113', '24114', '21665', '19763', '24464', '2755', '27795', '28646', '26467', '23349', '26649', '27794', '28645', '24115', '21664', '24702', '24463', '21663', '24462', '27793', '28644', '28647', '23350', '26650', '21666', '24465', '27796', '21667', '24466', '27797', '28648', '26574', '26564', '23351', '26651', '23352', '26652', '23353', '26653', '23354', '26654', '26669', '26668', '26667', '26670', '26671', '26770')
0.60ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '122', '31', '142', '121', '44', '103', '54', '45', '32', '104', '80', '55', '94', '95', '33', '46', '105', '81', '56', '47', '34', '106', '82', '57', '96', '208', '112', '97', '48', '35', '107', '83', '58', '36', '108', '84', '59', '98', '113', '114', '124', '37', '109', '85', '60', '49', '147', '38', '115', '50', '86', '61', '116', '39', '87', '62', '148', '149', '117', '63', '88', '129', '40', '150', '118', '65', '41', '187', '190', '42', '43', '67', '132', '218', '69', '71', '73', '75', '125', '126', '127', '128', '156', '225') ORDER BY `position` ASC
0.59ms
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 ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.31ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5447', '5445') ORDER BY `webstore_id` ASC
0.45ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5447', '5445') ORDER BY `position` ASC
0.52ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27172', '27173', '27174', '27175', '27176', '27177', '27178', '27179', '27156', '27157', '27158', '27159', '27160', '27161', '27162', '27163')
0.31ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '63', '65', '67', '69', '71', '73', '75', '77') ORDER BY `position` ASC
1.78ms
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 ('5771', '3734', '5638', '4834', '4294', '3815', '3590', '5589', '5230', '5365', '4885', '5178', '4666', '68', '3907', '5349', '451', '3769', '5379', '4914', '4788', '5331', '5362', '682', '3722', '3727', '81', '5222', '5348', '457', '5319') GROUP BY `articles`.`id`
0.38ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
114.00ms
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.62ms
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
166.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` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.52ms
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.25ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7242) ASC LIMIT 3
4.29ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7242) ASC LIMIT 3
0.35ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
0.71ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.44ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.34ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-15 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
804.81ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
516.12ms
+ 516.12ms
View #2 - components.page-header
536.01ms
+ 19.89ms
View #3 - components.button
536.35ms
+ 0.34ms
View #4 - components.button
536.61ms
+ 0.26ms
View #5 - components.facets
536.85ms
+ 0.24ms
View #6 - components.filters
537.18ms
+ 0.33ms
View #7 - components.close-button
537.55ms
+ 0.37ms
View #8 - components.accordion.wrapper
537.76ms
+ 0.21ms
View #9 - components.accordion.bodies.filters.list
537.79ms
+ 0.04ms
View #10 - components.accordion.wrapper
538.92ms
+ 1.13ms
View #11 - components.accordion.bodies.filters.colors
538.96ms
+ 0.03ms
View #12 - components.accordion.wrapper
539.35ms
+ 0.40ms
View #13 - components.accordion.bodies.filters.list
539.38ms
+ 0.03ms
View #14 - components.button
539.55ms
+ 0.17ms
View #15 - components.button
539.75ms
+ 0.19ms
View #16 - components.button
539.96ms
+ 0.22ms
View #17 - components.button
540.18ms
+ 0.22ms
View #18 - catalog.partials.products-listing
540.44ms
+ 0.26ms
View #19 - components.product-card
540.64ms
+ 0.20ms
View #20 - components.add-to-wishlist
573.93ms
+ 33.28ms
View #21 - components.product-card
575.28ms
+ 1.35ms
View #22 - components.add-to-wishlist
577.31ms
+ 2.03ms
View #23 - components.product-card
578.40ms
+ 1.09ms
View #24 - components.add-to-wishlist
581.98ms
+ 3.58ms
View #25 - components.product-card
583.31ms
+ 1.33ms
View #26 - components.add-to-wishlist
586.18ms
+ 2.87ms
View #27 - components.product-card
587.27ms
+ 1.09ms
View #28 - components.add-to-wishlist
589.80ms
+ 2.53ms
View #29 - components.product-card
590.96ms
+ 1.16ms
View #30 - components.add-to-wishlist
593.31ms
+ 2.35ms
View #31 - components.product-card
594.44ms
+ 1.14ms
View #32 - components.add-to-wishlist
596.80ms
+ 2.36ms
View #33 - components.catalog-push
597.89ms
+ 1.09ms
View #34 - components.product-card
598.62ms
+ 0.73ms
View #35 - components.add-to-wishlist
601.21ms
+ 2.59ms
View #36 - components.product-card
602.36ms
+ 1.15ms
View #37 - components.add-to-wishlist
604.67ms
+ 2.31ms
View #38 - components.product-card
605.72ms
+ 1.04ms
View #39 - components.add-to-wishlist
608.03ms
+ 2.31ms
View #40 - components.product-card
609.03ms
+ 1.00ms
View #41 - components.add-to-wishlist
610.98ms
+ 1.95ms
View #42 - components.product-card
611.98ms
+ 1.00ms
View #43 - components.add-to-wishlist
614.36ms
+ 2.38ms
View #44 - components.product-card
615.37ms
+ 1.01ms
View #45 - components.add-to-wishlist
617.75ms
+ 2.38ms
View #46 - components.product-card
618.76ms
+ 1.01ms
View #47 - components.add-to-wishlist
620.54ms
+ 1.78ms
View #48 - components.product-card
621.65ms
+ 1.12ms
View #49 - components.add-to-wishlist
623.74ms
+ 2.09ms
View #50 - components.product-card
624.72ms
+ 0.97ms
View #51 - components.add-to-wishlist
627.50ms
+ 2.79ms
View #52 - components.product-card
628.56ms
+ 1.05ms
View #53 - components.add-to-wishlist
630.88ms
+ 2.32ms
View #54 - components.product-card
631.86ms
+ 0.98ms
View #55 - components.add-to-wishlist
634.09ms
+ 2.23ms
View #56 - components.product-card
635.06ms
+ 0.97ms
View #57 - components.add-to-wishlist
637.78ms
+ 2.72ms
View #58 - components.product-card
638.80ms
+ 1.02ms
View #59 - components.add-to-wishlist
641.36ms
+ 2.56ms
View #60 - components.product-card
642.38ms
+ 1.02ms
View #61 - components.add-to-wishlist
644.62ms
+ 2.24ms
View #62 - components.product-card
645.66ms
+ 1.04ms
View #63 - components.add-to-wishlist
648.22ms
+ 2.56ms
View #64 - components.product-card
649.26ms
+ 1.04ms
View #65 - components.add-to-wishlist
651.76ms
+ 2.50ms
View #66 - components.product-card
652.80ms
+ 1.04ms
View #67 - components.add-to-wishlist
655.26ms
+ 2.46ms
View #68 - components.product-card
656.35ms
+ 1.10ms
View #69 - components.add-to-wishlist
658.09ms
+ 1.74ms
View #70 - components.product-card
659.12ms
+ 1.03ms
View #71 - components.add-to-wishlist
660.93ms
+ 1.81ms
View #72 - components.product-card
662.04ms
+ 1.11ms
View #73 - components.add-to-wishlist
663.63ms
+ 1.60ms
View #74 - components.product-card
664.65ms
+ 1.02ms
View #75 - components.add-to-wishlist
667.01ms
+ 2.36ms
View #76 - components.product-card
668.05ms
+ 1.04ms
View #77 - components.add-to-wishlist
671.57ms
+ 3.52ms
View #78 - components.product-card
672.60ms
+ 1.02ms
View #79 - components.add-to-wishlist
674.73ms
+ 2.14ms
View #80 - components.product-card
675.77ms
+ 1.03ms
View #81 - components.add-to-wishlist
678.02ms
+ 2.26ms
View #82 - components.pagination
679.11ms
+ 1.09ms
View #83 - components.button
679.80ms
+ 0.69ms
View #84 - components.recently-viewed
680.06ms
+ 0.26ms
View #85 - components.product-related
685.42ms
+ 5.35ms
View #86 - components.seo-footer
685.68ms
+ 0.26ms
View #87 - modules.seo-links
686.40ms
+ 0.72ms
View #88 - components.button
686.70ms
+ 0.30ms
View #89 - components.button
692.45ms
+ 5.75ms
View #90 - components.button
692.72ms
+ 0.28ms
View #91 - layout.layout
693.73ms
+ 1.00ms
View #92 - layout.meta
710.56ms
+ 16.84ms
View #93 - modules.notification
760.50ms
+ 49.93ms
View #94 - modules.header
761.10ms
+ 0.61ms
View #95 - modules.menu
761.67ms
+ 0.57ms
View #96 - components.menu-first-level
762.04ms
+ 0.38ms
View #97 - components.menu-second-level
763.39ms
+ 1.34ms
View #98 - components.menu-pushes
765.80ms
+ 2.41ms
View #99 - components.menu-pushes
770.67ms
+ 4.87ms
View #100 - components.menu-pushes
773.87ms
+ 3.20ms
View #101 - components.menu-pushes
774.98ms
+ 1.11ms
View #102 - components.menu-pushes
775.73ms
+ 0.76ms
View #103 - svg.logo
776.32ms
+ 0.58ms
View #104 - modules.messages
776.88ms
+ 0.56ms
View #105 - modules.breadcrumbs
777.21ms
+ 0.33ms
View #106 - modules.footer
777.44ms
+ 0.23ms
View #107 - components.reinsurance-support
777.69ms
+ 0.26ms
View #108 - components.field
778.05ms
+ 0.36ms
View #109 - components.csrf-field
778.27ms
+ 0.22ms
View #110 - components.button
778.39ms
+ 0.12ms
View #111 - components.footer-links
778.56ms
+ 0.18ms
View #112 - modules.panel
780.06ms
+ 1.50ms
View #113 - modules.popin
780.22ms
+ 0.16ms
View #114 - modules.blueshift-popin
780.35ms
+ 0.13ms
View #115 - modules.search-panel
781.03ms
+ 0.68ms
View #116 - catalog.search-form
781.30ms
+ 0.28ms
View #117 - components.field
781.58ms
+ 0.28ms
View #118 - modules.toaster
782.04ms
+ 0.46ms
View #119 - layout.overlay
782.14ms
+ 0.10ms
View #120 - modules.webstore-switcher
783.43ms
+ 1.29ms
View #121 - components.close-button
783.68ms
+ 0.24ms
View #122 - components.native-select
783.97ms
+ 0.30ms
View #123 - components.native-select
784.28ms
+ 0.31ms
View #124 - components.button
784.45ms
+ 0.16ms
View #125 - components.button
784.63ms
+ 0.19ms
View #126 - helpers.grid
784.81ms
+ 0.18ms
View #127 - modules.loading-bar
784.92ms
+ 0.10ms
View #128 - 3rdparties.didomi
802.35ms
+ 17.43ms
View #129 - 3rdparties.gtm
802.59ms
+ 0.24ms
View #130 - 3rdparties.abtasty.main
802.70ms
+ 0.12ms
View #131 - 3rdparties.abtasty.tracking
802.80ms
+ 0.09ms
View #132 - 3rdparties.blueshift
802.97ms
+ 0.17ms
View #133 - 3rdparties.sizebay.main
803.26ms
+ 0.29ms
View #134 - 3rdparties.sizebay.tracking
803.41ms
+ 0.15ms
View #135 - 3rdparties.gsi
803.59ms
+ 0.18ms
View #136 - 3rdparties.applepay
803.67ms
+ 0.08ms
View #137 - 3rdparties.alma
803.85ms
+ 0.17ms
View #138 - path: /var/www/html/laravel/profiling/template.blade.php
804.85ms
+ 1.00ms
... 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=a788b7263083d660dea95074271935a5e6be813d%2BxF0dlOELXyCi7I6MX97Ju0hmerU01ujvNsHlEmeO
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) 36280
REDIRECT_URL string(35) /fr/c-guide-cadeaux-classiques.html
REDIRECT_QUERY_STRING string(35) /fr/c-guide-cadeaux-classiques.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(35) /fr/c-guide-cadeaux-classiques.html
REQUEST_URI string(35) /fr/c-guide-cadeaux-classiques.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784148338.986
REQUEST_TIME int 1784148338
HTTPS string(2) on
... array(3)
csrf_token string(40) Icpi2kAias3nKXiPWdOlfJ2WbqGDYD7wmVhxlQa8
last_category string(15) stdClass object
cart string(12) Order object