Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Product family

Color

Sort by

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.40ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.38ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
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.44ms
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.20ms
SELECT * FROM `languages`
0.31ms
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.81ms
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_en` = 'men-gift' LIMIT 1
0.65ms
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.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '88' AND `webstore_id` = '1' ORDER BY `position` ASC
0.38ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '90' AND `webstore_id` = '1' ORDER BY `position` ASC
0.72ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '87' AND `webstore_id` = '1' ORDER BY `position` ASC
0.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '89' AND `webstore_id` = '1' ORDER BY `position` ASC
0.41ms
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.52ms
SELECT * FROM `categories_links` WHERE `category_id` = '44' ORDER BY `position` ASC
58.13ms
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
6.67ms
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
11.85ms
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`
65.09ms
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.11ms
SELECT FOUND_ROWS()
4.02ms
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
5.84ms
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.43ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '8', '1', '6', '7', '4', '12', '5', '9', '13') ORDER BY `singular` ASC
0.79ms
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.82ms
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.66ms
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.12ms
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.06ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28847', '28537', '28923', '28526', '28523', '27430', '28480', '28540', '28831', '28528', '28921', '28524', '28521', '28832', '28433', '28848', '28439', '28481', '28409', '28569', '28849', '28369', '28437', '28482', '28833', '28431', '28575', '28384', '28430', '28576', '28383', '28408', '28570', '28850', '28368', '28436', '28483', '28834', '28851', '28367', '28435', '28484', '28835', '28429', '28577', '28382', '28407', '28571', '28385', '28410', '28572', '28370', '28438', '28485', '28432', '28578', '28440', '28486', '28434', '28579', '28852', '28386', '28411', '28573', '28836', '28371', '28574', '28837', '28366', '28487', '28580', '28853', '28854', '28838', '28739', '21665', '28231', '24464', '28646', '28720', '28656', '28711', '28710', '21664', '28230', '28740', '24463', '28645', '28719', '28655', '24462', '28644', '28718', '28654', '28709', '21663', '28229', '28741', '21666', '28232', '24465', '28647', '28721', '28657', '28151', '28712', '28648', '28658', '28150', '21667', '28233', '24466', '28742', '28149', '28152', '28153', '28743', '28744', '28745', '28746')
0.75ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '121', '140', '141', '122', '1', '45', '94', '4', '95', '81', '46', '7', '96', '82', '47', '10', '48', '97', '13', '83', '98', '84', '16', '124', '19', '85', '49', '86', '50', '185', '22', '51', '63', '40', '41', '65', '42', '67', '43', '90', '132', '91', '69', '92', '93', '123', '71', '73', '75', '77') ORDER BY `position` ASC
1.55ms
SELECT `products`.*, `products_items`.`id` AS `pivot_id`, `products_items`.`parent_id` AS `pivot_parent_id`, `products_items`.`item_id` AS `pivot_item_id`, `products_items`.`pos` AS `pivot_pos` FROM `products` INNER JOIN `products_items` ON `products`.`id` = `products_items`.`item_id` WHERE `products_items`.`parent_id` IN ('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
3.07ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5694', '5691') ORDER BY `webstore_id` ASC
0.62ms
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
5.85ms
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.45ms
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.95ms
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.35ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
493.42ms
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
1.01ms
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.38ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
788.33ms
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.73ms
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
7.32ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7144) ASC LIMIT 3
7.60ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7144) ASC LIMIT 3
1.27ms
SELECT * FROM `seo_types`
0.40ms
SELECT * FROM `styles`
0.94ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.23ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.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-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
Name Running Time (ms) Difference
default_timer
2,867.62ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
2,128.49ms
+ 2,128.49ms
View #2 - components.page-header
2,184.47ms
+ 55.98ms
View #3 - components.button
2,185.08ms
+ 0.61ms
View #4 - components.button
2,185.49ms
+ 0.40ms
View #5 - components.facets
2,185.72ms
+ 0.24ms
View #6 - components.filters
2,186.16ms
+ 0.44ms
View #7 - components.close-button
2,186.57ms
+ 0.41ms
View #8 - components.accordion.wrapper
2,186.88ms
+ 0.30ms
View #9 - components.accordion.bodies.filters.list
2,186.91ms
+ 0.04ms
View #10 - components.accordion.wrapper
2,189.15ms
+ 2.24ms
View #11 - components.accordion.bodies.filters.colors
2,189.20ms
+ 0.05ms
View #12 - components.accordion.wrapper
2,189.84ms
+ 0.65ms
View #13 - components.accordion.bodies.filters.list
2,189.88ms
+ 0.04ms
View #14 - components.button
2,190.15ms
+ 0.27ms
View #15 - components.button
2,190.46ms
+ 0.31ms
View #16 - components.button
2,190.75ms
+ 0.29ms
View #17 - components.button
2,191.02ms
+ 0.27ms
View #18 - components.pagination
2,191.33ms
+ 0.31ms
View #19 - components.button
2,191.64ms
+ 0.31ms
View #20 - catalog.partials.products-listing
2,191.95ms
+ 0.31ms
View #21 - components.product-card
2,192.22ms
+ 0.28ms
View #22 - components.add-to-wishlist
2,260.46ms
+ 68.24ms
View #23 - components.product-card
2,262.53ms
+ 2.07ms
View #24 - components.add-to-wishlist
2,268.77ms
+ 6.24ms
View #25 - components.product-card
2,270.61ms
+ 1.84ms
View #26 - components.add-to-wishlist
2,276.31ms
+ 5.70ms
View #27 - components.product-card
2,278.71ms
+ 2.39ms
View #28 - components.add-to-wishlist
2,290.02ms
+ 11.31ms
View #29 - components.product-card
2,292.03ms
+ 2.01ms
View #30 - components.add-to-wishlist
2,296.13ms
+ 4.10ms
View #31 - components.product-card
2,298.14ms
+ 2.01ms
View #32 - components.add-to-wishlist
2,301.99ms
+ 3.84ms
View #33 - components.product-card
2,303.79ms
+ 1.81ms
View #34 - components.add-to-wishlist
2,308.26ms
+ 4.47ms
View #35 - components.catalog-push
2,310.04ms
+ 1.78ms
View #36 - components.product-card
2,311.22ms
+ 1.17ms
View #37 - components.add-to-wishlist
2,315.12ms
+ 3.90ms
View #38 - components.product-card
2,316.96ms
+ 1.84ms
View #39 - components.add-to-wishlist
2,324.39ms
+ 7.43ms
View #40 - components.product-card
2,326.29ms
+ 1.90ms
View #41 - components.add-to-wishlist
2,332.12ms
+ 5.83ms
View #42 - components.product-card
2,333.90ms
+ 1.78ms
View #43 - components.add-to-wishlist
2,342.89ms
+ 8.99ms
View #44 - components.product-card
2,348.80ms
+ 5.91ms
View #45 - components.add-to-wishlist
2,352.67ms
+ 3.87ms
View #46 - components.product-card
2,364.11ms
+ 11.44ms
View #47 - components.add-to-wishlist
2,367.91ms
+ 3.80ms
View #48 - components.product-card
2,369.88ms
+ 1.96ms
View #49 - components.add-to-wishlist
2,372.59ms
+ 2.71ms
View #50 - components.product-card
2,374.30ms
+ 1.71ms
View #51 - components.add-to-wishlist
2,387.84ms
+ 13.54ms
View #52 - components.product-card
2,390.48ms
+ 2.64ms
View #53 - components.add-to-wishlist
2,403.75ms
+ 13.27ms
View #54 - components.product-card
2,405.67ms
+ 1.92ms
View #55 - components.add-to-wishlist
2,414.80ms
+ 9.13ms
View #56 - components.product-card
2,416.74ms
+ 1.94ms
View #57 - components.add-to-wishlist
2,421.48ms
+ 4.75ms
View #58 - components.catalog-push
2,423.19ms
+ 1.70ms
View #59 - components.product-card
2,429.53ms
+ 6.34ms
View #60 - components.add-to-wishlist
2,443.74ms
+ 14.22ms
View #61 - components.product-card
2,445.85ms
+ 2.10ms
View #62 - components.add-to-wishlist
2,456.82ms
+ 10.97ms
View #63 - components.product-card
2,465.56ms
+ 8.74ms
View #64 - components.add-to-wishlist
2,476.32ms
+ 10.76ms
View #65 - components.product-card
2,484.65ms
+ 8.33ms
View #66 - components.add-to-wishlist
2,490.84ms
+ 6.19ms
View #67 - components.product-card
2,502.53ms
+ 11.69ms
View #68 - components.add-to-wishlist
2,507.03ms
+ 4.51ms
View #69 - components.product-card
2,514.86ms
+ 7.83ms
View #70 - components.add-to-wishlist
2,526.18ms
+ 11.31ms
View #71 - components.product-card
2,534.58ms
+ 8.40ms
View #72 - components.add-to-wishlist
2,537.88ms
+ 3.30ms
View #73 - components.product-card
2,539.90ms
+ 2.02ms
View #74 - components.add-to-wishlist
2,552.22ms
+ 12.32ms
View #75 - components.product-card
2,557.73ms
+ 5.52ms
View #76 - components.add-to-wishlist
2,566.85ms
+ 9.12ms
View #77 - components.product-card
2,569.98ms
+ 3.13ms
View #78 - components.add-to-wishlist
2,572.78ms
+ 2.80ms
View #79 - components.product-card
2,580.91ms
+ 8.13ms
View #80 - components.add-to-wishlist
2,588.42ms
+ 7.51ms
View #81 - components.product-card
2,591.68ms
+ 3.27ms
View #82 - components.add-to-wishlist
2,594.65ms
+ 2.97ms
View #83 - components.pagination
2,596.46ms
+ 1.81ms
View #84 - components.button
2,596.86ms
+ 0.40ms
View #85 - components.recently-viewed
2,597.19ms
+ 0.33ms
View #86 - components.product-related
2,610.41ms
+ 13.22ms
View #87 - components.seo-footer
2,610.76ms
+ 0.36ms
View #88 - components.facets
2,611.71ms
+ 0.94ms
View #89 - modules.seo-links
2,611.93ms
+ 0.22ms
View #90 - layout.layout
2,612.20ms
+ 0.27ms
View #91 - layout.meta
2,638.30ms
+ 26.10ms
View #92 - modules.notification
2,739.64ms
+ 101.34ms
View #93 - modules.header
2,740.51ms
+ 0.87ms
View #94 - modules.menu
2,741.26ms
+ 0.75ms
View #95 - components.menu-first-level
2,741.81ms
+ 0.56ms
View #96 - components.menu-second-level
2,752.36ms
+ 10.55ms
View #97 - components.menu-pushes
2,766.66ms
+ 14.30ms
View #98 - components.menu-pushes
2,774.21ms
+ 7.55ms
View #99 - components.menu-pushes
2,788.51ms
+ 14.30ms
View #100 - components.menu-pushes
2,790.32ms
+ 1.82ms
View #101 - components.menu-pushes
2,791.61ms
+ 1.29ms
View #102 - svg.logo
2,792.41ms
+ 0.80ms
View #103 - modules.messages
2,793.26ms
+ 0.85ms
View #104 - modules.breadcrumbs
2,793.68ms
+ 0.42ms
View #105 - modules.footer
2,793.93ms
+ 0.25ms
View #106 - components.reinsurance-support
2,794.29ms
+ 0.37ms
View #107 - components.field
2,794.84ms
+ 0.55ms
View #108 - components.csrf-field
2,795.15ms
+ 0.31ms
View #109 - components.button
2,795.67ms
+ 0.52ms
View #110 - components.footer-links
2,796.22ms
+ 0.55ms
View #111 - modules.panel
2,798.64ms
+ 2.42ms
View #112 - modules.popin
2,798.84ms
+ 0.20ms
View #113 - modules.blueshift-popin
2,799.01ms
+ 0.17ms
View #114 - modules.search-panel
2,800.48ms
+ 1.48ms
View #115 - catalog.search-form
2,800.84ms
+ 0.36ms
View #116 - components.field
2,801.27ms
+ 0.43ms
View #117 - modules.toaster
2,802.39ms
+ 1.12ms
View #118 - layout.overlay
2,802.54ms
+ 0.15ms
View #119 - modules.webstore-switcher
2,812.72ms
+ 10.18ms
View #120 - components.close-button
2,813.13ms
+ 0.41ms
View #121 - components.native-select
2,813.60ms
+ 0.46ms
View #122 - components.native-select
2,814.12ms
+ 0.52ms
View #123 - components.button
2,814.40ms
+ 0.28ms
View #124 - components.button
2,814.73ms
+ 0.33ms
View #125 - helpers.grid
2,815.01ms
+ 0.29ms
View #126 - modules.loading-bar
2,815.17ms
+ 0.16ms
View #127 - 3rdparties.didomi
2,864.23ms
+ 49.06ms
View #128 - 3rdparties.gtm
2,864.46ms
+ 0.23ms
View #129 - 3rdparties.abtasty.main
2,864.63ms
+ 0.17ms
View #130 - 3rdparties.abtasty.tracking
2,864.80ms
+ 0.17ms
View #131 - 3rdparties.blueshift
2,865.05ms
+ 0.25ms
View #132 - 3rdparties.sizebay.main
2,865.44ms
+ 0.39ms
View #133 - 3rdparties.sizebay.tracking
2,865.65ms
+ 0.21ms
View #134 - 3rdparties.gsi
2,865.89ms
+ 0.24ms
View #135 - 3rdparties.applepay
2,866.01ms
+ 0.12ms
View #136 - 3rdparties.alma
2,866.26ms
+ 0.24ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
2,867.67ms
+ 1.42ms
... 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=0738e8495cace90d86962106f85c0419851056a4%2BoiHlSKnjHQhqTJlckpMQWvAfg6jF5ghx9AgLfUuk
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) 54818
REDIRECT_URL string(19) /en/c-men-gift.html
REDIRECT_QUERY_STRING string(26) /en/c-men-gift.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(26) /en/c-men-gift.html&page=2
REQUEST_URI string(26) /en/c-men-gift.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784153950.606
REQUEST_TIME int 1784153950
HTTPS string(2) on
... array(3)
csrf_token string(40) r8LlXPNf0qWh4GTfNLt4ZLNmItK0zMJSoO1FVArl
cart string(12) Order object
last_category string(15) stdClass object