Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible

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.85ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.96ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.43ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
2.70ms
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')
3.06ms
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.41ms
SELECT * FROM `languages`
0.37ms
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.98ms
SELECT * FROM `config`
0.58ms
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.63ms
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.50ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '38' AND `webstore_id` = '1' ORDER BY `position` ASC
0.48ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.21ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.33ms
SELECT * FROM `categories_links` WHERE `category_id` = '44' ORDER BY `position` ASC
55.73ms
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
7.37ms
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
6.51ms
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`
63.02ms
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 0
0.11ms
SELECT FOUND_ROWS()
1.53ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') ORDER BY `webstore_id` ASC
1.84ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '9', '5', '14', '6', '8', '13', '1', '15', '12', '3') ORDER BY `singular` ASC
0.59ms
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 ('44', '42', '49', '4', '7', '9', '63', '8', '38', '39', '21', '29', '33', '31', '25', '41', '30', '20') ORDER BY `singular` ASC
0.64ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('31', '71', '41', '34', '50', '54', '76', '73', '35', '68', '5', '55', '51', '13', '33', '45', '70', '64', '15', '74', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.34ms
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 ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') ORDER BY `name` ASC
1.02ms
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 ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') ORDER BY `name` ASC
1.96ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') ORDER BY `position` ASC
4.15ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6633', '29383', '27475', '28921', '16130', '27430', '29186', '29088', '6967', '29386', '27431', '29330', '26202', '29026', '29175', '29331', '27476', '22303', '6968', '13191', '29078', '6969', '29332', '22762', '29773', '23599', '29397', '27477', '29333', '22761', '29772', '23600', '29398', '27478', '13192', '29077', '6970', '29076', '6965', '29334', '22760', '29771', '23601', '29399', '27479', '13193', '29774', '23602', '29400', '27480', '13194', '29079', '6966', '29335', '22763', '29080', '1768', '29336', '22764', '23603', '28926', '29401', '27481', '13195', '29690', '23604', '28925', '29402', '29689', '29184', '29337', '29338', '23605', '28924', '29403', '29688', '29183', '29404', '29691', '29339', '23606', '25070', '29405', '29692', '29536', '29535', '29607', '29614', '29534', '29608', '29615', '29537', '29538', '29609', '29616', '29487', '29491', '29473', '29610', '29617', '29490', '29472', '29486', '29489', '29471', '29485', '29492', '29474', '29488', '29611', '29618', '29475', '29619', '29612', '29613', '29620')
0.73ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '141', '1', '122', '121', '103', '142', '4', '94', '104', '95', '105', '7', '80', '10', '96', '81', '106', '97', '107', '13', '82', '98', '83', '16', '108', '124', '109', '19', '84', '143', '85', '144', '22', '25', '86', '145', '87', '146', '28', '88', '192', '40', '41', '64', '42', '66', '43', '132', '68', '90', '70', '91', '92', '93', '72', '123', '74', '76') ORDER BY `position` ASC
0.67ms
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 ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.46ms
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 ('5871', '5503', '5985', '451', '5965', '5902', '5936', '5514', '5504', '3144', '4710', '5817', '5820', '2592', '5858', '5986', '4536', '435', '5938', '5964', '5264', '5949', '5974', '5900', '5961', '5996', '5928', '5873', '5895', '6007') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
281.26ms
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.04ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.34ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
267.27ms
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` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.66ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
2.76ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9144) ASC LIMIT 3
6.77ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9144) ASC LIMIT 3
0.33ms
SELECT `code`, `taxes` FROM `countries`
0.39ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.29ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.24ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.31ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.42ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.72ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.96ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.53ms
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-08-03 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
0.27ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,326.34ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,028.43ms
+ 1,028.42ms
View #2 - components.page-header
1,057.16ms
+ 28.73ms
View #3 - components.button
1,057.59ms
+ 0.44ms
View #4 - components.button
1,057.86ms
+ 0.27ms
View #5 - components.facets
1,058.12ms
+ 0.25ms
View #6 - components.filters
1,058.47ms
+ 0.35ms
View #7 - components.close-button
1,058.75ms
+ 0.28ms
View #8 - components.accordion.wrapper
1,059.02ms
+ 0.27ms
View #9 - components.accordion.bodies.filters.list
1,059.06ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,060.30ms
+ 1.24ms
View #11 - components.accordion.bodies.filters.colors
1,060.33ms
+ 0.03ms
View #12 - components.accordion.wrapper
1,060.76ms
+ 0.43ms
View #13 - components.accordion.bodies.filters.list
1,060.78ms
+ 0.03ms
View #14 - components.button
1,060.95ms
+ 0.17ms
View #15 - components.button
1,061.21ms
+ 0.26ms
View #16 - components.button
1,061.40ms
+ 0.18ms
View #17 - components.button
1,061.57ms
+ 0.17ms
View #18 - catalog.partials.products-listing
1,061.77ms
+ 0.20ms
View #19 - components.product-card
1,061.97ms
+ 0.20ms
View #20 - components.add-to-wishlist
1,096.39ms
+ 34.42ms
View #21 - components.product-card
1,097.92ms
+ 1.53ms
View #22 - components.add-to-wishlist
1,100.19ms
+ 2.27ms
View #23 - components.product-card
1,101.33ms
+ 1.14ms
View #24 - components.add-to-wishlist
1,104.13ms
+ 2.80ms
View #25 - components.product-card
1,105.41ms
+ 1.28ms
View #26 - components.add-to-wishlist
1,107.86ms
+ 2.45ms
View #27 - components.product-card
1,109.07ms
+ 1.21ms
View #28 - components.add-to-wishlist
1,111.78ms
+ 2.71ms
View #29 - components.product-card
1,113.21ms
+ 1.43ms
View #30 - components.add-to-wishlist
1,115.06ms
+ 1.85ms
View #31 - components.product-card
1,116.63ms
+ 1.57ms
View #32 - components.add-to-wishlist
1,119.88ms
+ 3.25ms
View #33 - components.catalog-push
1,121.48ms
+ 1.60ms
View #34 - components.button
1,122.56ms
+ 1.09ms
View #35 - components.product-card
1,122.91ms
+ 0.35ms
View #36 - components.add-to-wishlist
1,126.12ms
+ 3.21ms
View #37 - components.product-card
1,127.53ms
+ 1.42ms
View #38 - components.add-to-wishlist
1,129.91ms
+ 2.37ms
View #39 - components.product-card
1,131.14ms
+ 1.23ms
View #40 - components.add-to-wishlist
1,133.19ms
+ 2.04ms
View #41 - components.product-card
1,134.39ms
+ 1.21ms
View #42 - components.add-to-wishlist
1,137.45ms
+ 3.06ms
View #43 - components.product-card
1,138.73ms
+ 1.28ms
View #44 - components.add-to-wishlist
1,141.02ms
+ 2.28ms
View #45 - components.product-card
1,142.25ms
+ 1.23ms
View #46 - components.add-to-wishlist
1,144.39ms
+ 2.14ms
View #47 - components.product-card
1,145.63ms
+ 1.24ms
View #48 - components.add-to-wishlist
1,148.19ms
+ 2.55ms
View #49 - components.product-card
1,149.54ms
+ 1.36ms
View #50 - components.add-to-wishlist
1,151.55ms
+ 2.00ms
View #51 - components.product-card
1,152.97ms
+ 1.43ms
View #52 - components.add-to-wishlist
1,155.51ms
+ 2.54ms
View #53 - components.product-card
1,156.80ms
+ 1.29ms
View #54 - components.add-to-wishlist
1,160.09ms
+ 3.29ms
View #55 - components.product-card
1,161.32ms
+ 1.23ms
View #56 - components.add-to-wishlist
1,163.45ms
+ 2.13ms
View #57 - components.catalog-push
1,164.74ms
+ 1.29ms
View #58 - components.product-card
1,165.25ms
+ 0.51ms
View #59 - components.add-to-wishlist
1,167.10ms
+ 1.85ms
View #60 - components.product-card
1,168.43ms
+ 1.33ms
View #61 - components.add-to-wishlist
1,170.93ms
+ 2.50ms
View #62 - components.product-card
1,172.32ms
+ 1.39ms
View #63 - components.add-to-wishlist
1,174.24ms
+ 1.93ms
View #64 - components.product-card
1,175.45ms
+ 1.21ms
View #65 - components.add-to-wishlist
1,178.16ms
+ 2.71ms
View #66 - components.product-card
1,179.42ms
+ 1.27ms
View #67 - components.add-to-wishlist
1,181.89ms
+ 2.47ms
View #68 - components.product-card
1,183.26ms
+ 1.37ms
View #69 - components.add-to-wishlist
1,185.29ms
+ 2.03ms
View #70 - components.product-card
1,186.50ms
+ 1.21ms
View #71 - components.add-to-wishlist
1,189.06ms
+ 2.56ms
View #72 - components.product-card
1,190.36ms
+ 1.30ms
View #73 - components.add-to-wishlist
1,193.06ms
+ 2.70ms
View #74 - components.product-card
1,194.36ms
+ 1.30ms
View #75 - components.add-to-wishlist
1,197.67ms
+ 3.31ms
View #76 - components.product-card
1,199.18ms
+ 1.51ms
View #77 - components.add-to-wishlist
1,201.21ms
+ 2.03ms
View #78 - components.product-card
1,202.56ms
+ 1.36ms
View #79 - components.add-to-wishlist
1,204.58ms
+ 2.02ms
View #80 - components.product-card
1,205.69ms
+ 1.11ms
View #81 - components.add-to-wishlist
1,208.23ms
+ 2.54ms
View #82 - components.pagination
1,209.65ms
+ 1.42ms
View #83 - components.button
1,210.34ms
+ 0.69ms
View #84 - components.recently-viewed
1,210.58ms
+ 0.24ms
View #85 - components.product-related
1,216.33ms
+ 5.75ms
View #86 - components.seo-footer
1,216.59ms
+ 0.27ms
View #87 - components.facets
1,217.23ms
+ 0.64ms
View #88 - modules.seo-links
1,217.40ms
+ 0.16ms
View #89 - components.button
1,217.68ms
+ 0.28ms
View #90 - components.button
1,217.98ms
+ 0.30ms
View #91 - components.button
1,218.24ms
+ 0.26ms
View #92 - layout.layout
1,218.55ms
+ 0.31ms
View #93 - layout.meta
1,219.14ms
+ 0.59ms
View #94 - modules.notification
1,257.07ms
+ 37.93ms
View #95 - modules.header
1,257.67ms
+ 0.60ms
View #96 - modules.menu
1,258.27ms
+ 0.60ms
View #97 - components.menu-first-level
1,258.66ms
+ 0.38ms
View #98 - components.menu-second-level
1,260.68ms
+ 2.02ms
View #99 - components.menu-pushes
1,265.42ms
+ 4.75ms
View #100 - components.menu-pushes
1,270.71ms
+ 5.29ms
View #101 - components.menu-pushes
1,274.00ms
+ 3.29ms
View #102 - components.menu-pushes
1,277.48ms
+ 3.48ms
View #103 - components.menu-pushes
1,285.77ms
+ 8.28ms
View #104 - components.menu-pushes
1,287.41ms
+ 1.64ms
View #105 - svg.logo
1,288.48ms
+ 1.07ms
View #106 - modules.messages
1,289.48ms
+ 1.00ms
View #107 - modules.breadcrumbs
1,289.94ms
+ 0.46ms
View #108 - modules.footer
1,290.23ms
+ 0.29ms
View #109 - components.reinsurance-support
1,290.67ms
+ 0.44ms
View #110 - components.field
1,291.25ms
+ 0.58ms
View #111 - components.csrf-field
1,291.64ms
+ 0.39ms
View #112 - components.button
1,291.91ms
+ 0.27ms
View #113 - components.footer-links
1,292.22ms
+ 0.30ms
View #114 - modules.panel
1,295.59ms
+ 3.37ms
View #115 - modules.popin
1,295.86ms
+ 0.28ms
View #116 - modules.blueshift-popin
1,296.06ms
+ 0.20ms
View #117 - modules.search-panel
1,297.01ms
+ 0.95ms
View #118 - catalog.search-form
1,297.35ms
+ 0.34ms
View #119 - components.field
1,297.88ms
+ 0.54ms
View #120 - modules.toaster
1,298.70ms
+ 0.82ms
View #121 - layout.overlay
1,298.85ms
+ 0.15ms
View #122 - modules.webstore-switcher
1,301.07ms
+ 2.21ms
View #123 - components.close-button
1,301.45ms
+ 0.38ms
View #124 - components.native-select
1,302.00ms
+ 0.56ms
View #125 - components.native-select
1,302.62ms
+ 0.61ms
View #126 - components.button
1,302.98ms
+ 0.36ms
View #127 - components.button
1,303.41ms
+ 0.43ms
View #128 - helpers.grid
1,303.85ms
+ 0.44ms
View #129 - modules.loading-bar
1,304.02ms
+ 0.17ms
View #130 - 3rdparties.didomi
1,322.62ms
+ 18.60ms
View #131 - 3rdparties.gtm
1,323.00ms
+ 0.39ms
View #132 - 3rdparties.abtasty.main
1,323.19ms
+ 0.19ms
View #133 - 3rdparties.abtasty.tracking
1,323.35ms
+ 0.16ms
View #134 - 3rdparties.blueshift
1,323.62ms
+ 0.28ms
View #135 - 3rdparties.sizebay.main
1,324.06ms
+ 0.43ms
View #136 - 3rdparties.sizebay.tracking
1,324.28ms
+ 0.22ms
View #137 - 3rdparties.gsi
1,324.53ms
+ 0.25ms
View #138 - 3rdparties.applepay
1,324.68ms
+ 0.14ms
View #139 - 3rdparties.alma
1,324.94ms
+ 0.26ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
1,326.38ms
+ 1.45ms
... 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.216.200
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) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
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) 42882
REDIRECT_URL string(30) /fr/c-idees-cadeaux-homme.html
REDIRECT_QUERY_STRING string(30) /fr/c-idees-cadeaux-homme.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(30) /fr/c-idees-cadeaux-homme.html
REQUEST_URI string(30) /fr/c-idees-cadeaux-homme.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788327412.563
REQUEST_TIME int 1788327412
HTTPS string(2) on
... array(3)
csrf_token string(40) vxrh6wWru5y2B9RJoTHD0ZyKiJsDIEHYerC3f1pU
last_category string(15) stdClass object
cart string(12) Order object