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.30ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.28ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.54ms
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.41ms
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.25ms
SELECT * FROM `languages`
0.35ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.88ms
SELECT * FROM `config`
0.49ms
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` = 'idees-cadeaux-homme' LIMIT 1
0.55ms
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` = '44' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '88' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '90' AND `webstore_id` = '1' ORDER BY `position` ASC
0.38ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '87' AND `webstore_id` = '1' ORDER BY `position` ASC
0.41ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '89' AND `webstore_id` = '1' ORDER BY `position` ASC
0.34ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '93' AND `webstore_id` = '1' ORDER BY `position` ASC
0.16ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.30ms
SELECT * FROM `categories_links` WHERE `category_id` = '44' ORDER BY `position` ASC
31.12ms
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` = 44 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
4.07ms
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` = 44 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
7.21ms
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` = 44 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
30.45ms
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` = 44 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.09ms
SELECT FOUND_ROWS()
1.31ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') ORDER BY `webstore_id` ASC
1.47ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') ORDER BY `position` ASC
0.41ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '8', '1', '6', '7', '4', '12', '5', '9', '13') ORDER BY `singular` ASC
0.54ms
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 ('17', '9', '8', '7', '11', '21', '23', '12', '18', '38', '31', '19', '42', '35', '10', '76', '45') ORDER BY `singular` ASC
0.55ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('48', '51', '76', '33', '47', '5', '43', '18', '42', '39', '25', '73', '13', '34', '44', '64', '71', '56', '49', '53') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.39ms
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 ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') ORDER BY `name` ASC
1.11ms
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 ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') ORDER BY `name` ASC
1.82ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') ORDER BY `position` ASC
4.80ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28523', '27430', '28480', '28540', '28831', '28528', '28921', '28524', '28521', '28847', '28537', '28923', '28526', '28848', '28439', '28481', '28832', '28433', '28833', '28431', '28575', '28384', '28409', '28569', '28849', '28369', '28437', '28482', '28408', '28570', '28850', '28368', '28436', '28483', '28834', '28430', '28576', '28383', '28835', '28429', '28577', '28382', '28407', '28571', '28851', '28367', '28435', '28484', '28370', '28438', '28485', '28432', '28578', '28385', '28410', '28572', '28434', '28852', '28579', '28386', '28411', '28573', '28836', '28371', '28440', '28486', '28366', '28487', '28853', '28580', '28574', '28837', '28838', '28854', '28739', '28720', '28656', '28711', '21665', '28231', '24464', '28646', '21664', '28230', '28740', '24463', '28645', '28719', '28655', '28710', '28709', '21663', '28229', '24462', '28644', '28718', '28654', '24465', '28647', '28721', '28657', '28151', '28712', '28741', '21666', '28232', '21667', '28233', '24466', '28648', '28658', '28150', '28742', '28149', '28152', '28153', '28743', '28744', '28745', '28746')
0.76ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '122', '1', '121', '44', '141', '45', '94', '4', '46', '95', '81', '7', '96', '82', '47', '10', '48', '97', '83', '13', '98', '16', '84', '124', '49', '85', '19', '185', '22', '50', '86', '51', '63', '40', '41', '65', '42', '43', '90', '67', '132', '91', '69', '92', '93', '123', '71', '73', '75', '77') ORDER BY `position` ASC
0.76ms
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 ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.39ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5694', '5691') ORDER BY `webstore_id` ASC
0.61ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5694', '5691') ORDER BY `position` ASC
0.77ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28303', '28304', '28305', '28306', '28307', '28308', '28309', '28310', '28281', '28282', '28283', '28284', '28285', '28286', '28287', '28288')
0.38ms
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
2.22ms
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 ('4914', '5748', '5824', '5756', '5787', '5708', '5805', '5705', '5736', '5807', '5791', '5717', '5817', '5733', '5665', '5771', '5745', '5725', '5773', '5713', '5503', '5718', '5738', '5785', '5740', '4294', '5683', '5819', '5757', '5735') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
220.04ms
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.96ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
310.41ms
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.59ms
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
5.33ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7144) ASC LIMIT 3
6.63ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7144) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.41ms
SELECT * FROM `seo_types`
0.31ms
SELECT * FROM `styles`
1.03ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.07ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.17ms
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.26ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,318.89ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
917.86ms
+ 917.86ms
View #2 - components.page-header
939.55ms
+ 21.69ms
View #3 - components.button
940.13ms
+ 0.58ms
View #4 - components.button
940.53ms
+ 0.40ms
View #5 - components.facets
940.80ms
+ 0.26ms
View #6 - components.filters
941.30ms
+ 0.51ms
View #7 - components.close-button
941.76ms
+ 0.46ms
View #8 - components.accordion.wrapper
942.20ms
+ 0.44ms
View #9 - components.accordion.bodies.filters.list
942.25ms
+ 0.05ms
View #10 - components.accordion.wrapper
944.25ms
+ 2.00ms
View #11 - components.accordion.bodies.filters.colors
944.29ms
+ 0.05ms
View #12 - components.accordion.wrapper
944.97ms
+ 0.68ms
View #13 - components.accordion.bodies.filters.list
945.01ms
+ 0.04ms
View #14 - components.button
945.28ms
+ 0.27ms
View #15 - components.button
945.72ms
+ 0.44ms
View #16 - components.button
946.05ms
+ 0.33ms
View #17 - components.button
946.35ms
+ 0.30ms
View #18 - components.pagination
946.84ms
+ 0.50ms
View #19 - components.button
947.16ms
+ 0.31ms
View #20 - catalog.partials.products-listing
947.48ms
+ 0.32ms
View #21 - components.product-card
947.79ms
+ 0.30ms
View #22 - components.add-to-wishlist
998.19ms
+ 50.41ms
View #23 - components.product-card
1,000.26ms
+ 2.07ms
View #24 - components.add-to-wishlist
1,003.24ms
+ 2.98ms
View #25 - components.product-card
1,005.06ms
+ 1.82ms
View #26 - components.add-to-wishlist
1,011.45ms
+ 6.39ms
View #27 - components.product-card
1,013.65ms
+ 2.20ms
View #28 - components.add-to-wishlist
1,018.11ms
+ 4.46ms
View #29 - components.product-card
1,019.85ms
+ 1.74ms
View #30 - components.add-to-wishlist
1,031.09ms
+ 11.24ms
View #31 - components.product-card
1,033.12ms
+ 2.03ms
View #32 - components.add-to-wishlist
1,037.12ms
+ 3.99ms
View #33 - components.product-card
1,039.13ms
+ 2.01ms
View #34 - components.add-to-wishlist
1,043.52ms
+ 4.40ms
View #35 - components.catalog-push
1,045.23ms
+ 1.70ms
View #36 - components.product-card
1,046.60ms
+ 1.37ms
View #37 - components.add-to-wishlist
1,050.34ms
+ 3.74ms
View #38 - components.product-card
1,052.11ms
+ 1.77ms
View #39 - components.add-to-wishlist
1,054.96ms
+ 2.85ms
View #40 - components.product-card
1,056.96ms
+ 2.00ms
View #41 - components.add-to-wishlist
1,061.22ms
+ 4.26ms
View #42 - components.product-card
1,063.05ms
+ 1.84ms
View #43 - components.add-to-wishlist
1,067.41ms
+ 4.36ms
View #44 - components.product-card
1,069.09ms
+ 1.68ms
View #45 - components.add-to-wishlist
1,073.07ms
+ 3.98ms
View #46 - components.product-card
1,074.71ms
+ 1.64ms
View #47 - components.add-to-wishlist
1,078.07ms
+ 3.36ms
View #48 - components.product-card
1,079.76ms
+ 1.69ms
View #49 - components.add-to-wishlist
1,082.55ms
+ 2.80ms
View #50 - components.product-card
1,084.25ms
+ 1.70ms
View #51 - components.add-to-wishlist
1,088.23ms
+ 3.98ms
View #52 - components.product-card
1,089.85ms
+ 1.62ms
View #53 - components.add-to-wishlist
1,093.56ms
+ 3.71ms
View #54 - components.product-card
1,095.23ms
+ 1.68ms
View #55 - components.add-to-wishlist
1,098.08ms
+ 2.85ms
View #56 - components.product-card
1,099.75ms
+ 1.67ms
View #57 - components.add-to-wishlist
1,104.27ms
+ 4.52ms
View #58 - components.catalog-push
1,105.95ms
+ 1.67ms
View #59 - components.product-card
1,106.89ms
+ 0.95ms
View #60 - components.add-to-wishlist
1,110.70ms
+ 3.80ms
View #61 - components.product-card
1,112.29ms
+ 1.59ms
View #62 - components.add-to-wishlist
1,116.35ms
+ 4.07ms
View #63 - components.product-card
1,118.18ms
+ 1.83ms
View #64 - components.add-to-wishlist
1,121.09ms
+ 2.91ms
View #65 - components.product-card
1,122.82ms
+ 1.73ms
View #66 - components.add-to-wishlist
1,126.87ms
+ 4.05ms
View #67 - components.product-card
1,128.52ms
+ 1.65ms
View #68 - components.add-to-wishlist
1,131.19ms
+ 2.67ms
View #69 - components.product-card
1,133.02ms
+ 1.83ms
View #70 - components.add-to-wishlist
1,136.95ms
+ 3.93ms
View #71 - components.product-card
1,138.65ms
+ 1.70ms
View #72 - components.add-to-wishlist
1,141.32ms
+ 2.67ms
View #73 - components.product-card
1,143.05ms
+ 1.74ms
View #74 - components.add-to-wishlist
1,147.57ms
+ 4.52ms
View #75 - components.product-card
1,149.47ms
+ 1.90ms
View #76 - components.add-to-wishlist
1,154.18ms
+ 4.71ms
View #77 - components.product-card
1,156.12ms
+ 1.94ms
View #78 - components.add-to-wishlist
1,159.25ms
+ 3.13ms
View #79 - components.product-card
1,161.12ms
+ 1.87ms
View #80 - components.add-to-wishlist
1,165.40ms
+ 4.27ms
View #81 - components.product-card
1,167.66ms
+ 2.26ms
View #82 - components.add-to-wishlist
1,170.59ms
+ 2.93ms
View #83 - components.pagination
1,172.45ms
+ 1.85ms
View #84 - components.button
1,172.94ms
+ 0.49ms
View #85 - components.recently-viewed
1,173.39ms
+ 0.45ms
View #86 - components.product-related
1,187.20ms
+ 13.80ms
View #87 - components.seo-footer
1,187.61ms
+ 0.42ms
View #88 - components.facets
1,188.63ms
+ 1.01ms
View #89 - modules.seo-links
1,188.86ms
+ 0.24ms
View #90 - components.button
1,189.36ms
+ 0.50ms
View #91 - components.button
1,189.88ms
+ 0.51ms
View #92 - components.button
1,190.34ms
+ 0.46ms
View #93 - layout.layout
1,190.69ms
+ 0.35ms
View #94 - layout.meta
1,210.54ms
+ 19.85ms
View #95 - modules.notification
1,268.70ms
+ 58.16ms
View #96 - modules.header
1,269.71ms
+ 1.01ms
View #97 - modules.menu
1,270.65ms
+ 0.94ms
View #98 - components.menu-first-level
1,271.50ms
+ 0.85ms
View #99 - components.menu-second-level
1,274.02ms
+ 2.53ms
View #100 - components.menu-pushes
1,278.06ms
+ 4.04ms
View #101 - components.menu-pushes
1,285.05ms
+ 6.98ms
View #102 - components.menu-pushes
1,290.21ms
+ 5.16ms
View #103 - components.menu-pushes
1,291.97ms
+ 1.76ms
View #104 - components.menu-pushes
1,293.42ms
+ 1.45ms
View #105 - svg.logo
1,294.81ms
+ 1.38ms
View #106 - modules.messages
1,295.38ms
+ 0.57ms
View #107 - modules.breadcrumbs
1,295.82ms
+ 0.44ms
View #108 - modules.footer
1,296.06ms
+ 0.24ms
View #109 - components.reinsurance-support
1,296.34ms
+ 0.28ms
View #110 - components.field
1,296.83ms
+ 0.49ms
View #111 - components.csrf-field
1,297.14ms
+ 0.31ms
View #112 - components.button
1,297.29ms
+ 0.15ms
View #113 - components.footer-links
1,297.48ms
+ 0.20ms
View #114 - modules.panel
1,298.98ms
+ 1.50ms
View #115 - modules.popin
1,299.11ms
+ 0.13ms
View #116 - modules.blueshift-popin
1,299.22ms
+ 0.11ms
View #117 - modules.search-panel
1,299.80ms
+ 0.58ms
View #118 - catalog.search-form
1,300.03ms
+ 0.23ms
View #119 - components.field
1,300.31ms
+ 0.28ms
View #120 - modules.toaster
1,301.14ms
+ 0.82ms
View #121 - layout.overlay
1,301.25ms
+ 0.11ms
View #122 - modules.webstore-switcher
1,302.60ms
+ 1.35ms
View #123 - components.close-button
1,302.87ms
+ 0.26ms
View #124 - components.native-select
1,303.30ms
+ 0.44ms
View #125 - components.native-select
1,303.69ms
+ 0.39ms
View #126 - components.button
1,303.85ms
+ 0.17ms
View #127 - components.button
1,304.07ms
+ 0.21ms
View #128 - helpers.grid
1,304.24ms
+ 0.17ms
View #129 - modules.loading-bar
1,304.35ms
+ 0.11ms
View #130 - 3rdparties.didomi
1,316.03ms
+ 11.68ms
View #131 - 3rdparties.gtm
1,316.24ms
+ 0.21ms
View #132 - 3rdparties.abtasty.main
1,316.39ms
+ 0.15ms
View #133 - 3rdparties.abtasty.tracking
1,316.51ms
+ 0.12ms
View #134 - 3rdparties.blueshift
1,316.75ms
+ 0.24ms
View #135 - 3rdparties.sizebay.main
1,317.12ms
+ 0.38ms
View #136 - 3rdparties.sizebay.tracking
1,317.28ms
+ 0.15ms
View #137 - 3rdparties.gsi
1,317.46ms
+ 0.18ms
View #138 - 3rdparties.applepay
1,317.58ms
+ 0.12ms
View #139 - 3rdparties.alma
1,317.84ms
+ 0.26ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
1,318.94ms
+ 1.10ms
... 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) 57464
REDIRECT_URL string(30) /fr/c-idees-cadeaux-homme.html
REDIRECT_QUERY_STRING string(37) /fr/c-idees-cadeaux-homme.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(37) /fr/c-idees-cadeaux-homme.html&page=2
REQUEST_URI string(37) /fr/c-idees-cadeaux-homme.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784155161.446
REQUEST_TIME int 1784155161
HTTPS string(2) on
... array(3)
csrf_token string(40) U6w8j9xZ4D5dARLtOd2LEpTJs0ajReOGBiCSe33i
last_category string(15) stdClass object
cart string(12) Order object