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

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.40ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.30ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.33ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.53ms
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.38ms
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.21ms
SELECT * FROM `languages`
0.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.91ms
SELECT * FROM `config`
0.56ms
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` = '5') AND `slug` = '30' LIMIT 1
0.69ms
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` = '74' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.92ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.50ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.24ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.38ms
SELECT * FROM `categories_links` WHERE `category_id` = '74' ORDER BY `position` ASC
165.37ms
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` = 74 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
12.68ms
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` = 74 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
10.33ms
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` = 74 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
183.16ms
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` = 74 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 32 OFFSET 94
0.12ms
SELECT FOUND_ROWS()
1.68ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') ORDER BY `webstore_id` ASC
1.86ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') ORDER BY `position` ASC
0.42ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '8', '7', '5', '3', '2', '6', '1') 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 ('23', '9', '21', '18', '19', '22', '25', '7', '76', '20', '8', '61', '27', '26', '15') ORDER BY `singular` ASC
0.76ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('42', '52', '25', '43', '39', '51', '44', '45', '40', '34', '49', '26', '37', '64', '46') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.80ms
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 ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') ORDER BY `name` ASC
1.16ms
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 ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') ORDER BY `name` ASC
2.28ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') ORDER BY `position` ASC
6.13ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28326', '26863', '22219', '28503', '28041', '28541', '27131', '29392', '26942', '28029', '29394', '27172', '6764', '29386', '28030', '27173', '28327', '26864', '19378', '22220', '28504', '28042', '27132', '26943', '28043', '27133', '13176', '26944', '27755', '28031', '27174', '28328', '26865', '13186', '22221', '28505', '27175', '28329', '26866', '13187', '22222', '28506', '28044', '27134', '13177', '26945', '27754', '28032', '27135', '13178', '26946', '27753', '28033', '27176', '28330', '26867', '13188', '22223', '28507', '28045', '13189', '28508', '27136', '13179', '27756', '27177', '13180', '28331', '25869', '26868', '22224', '28046', '26947', '13190', '28509', '28034', '27137', '26948', '28035', '27138', '27178', '28332', '25870', '26869', '22225', '28047', '25871', '26870', '22226', '28048', '26949', '28036', '27179', '25872', '26871', '22227', '26950', '26872', '26951', '25873', '27898', '21384', '27979', '26837', '29536', '28646', '28207', '27042', '28231', '28645', '27980', '28206', '28230', '29535', '27899', '21385', '27043', '28644', '26838', '28205', '28229', '29534', '21386', '28232', '29537', '27981', '28647', '27900', '28208', '28648', '28209', '28233', '27044', '29538', '26839', '27982', '27901', '21387', '27045', '29483', '26840', '26275', '29094', '29093', '27983', '29482', '27902', '26274', '21388', '29481', '26273', '27046', '29092', '26841', '29095', '27903', '21389', '29484', '26276', '27984', '27047', '25075', '26277', '26842', '29096', '27985', '28359', '27904', '21390', '27048', '24178', '26843', '27905', '21391', '27986', '27049', '24179', '27987', '21392', '24180', '24181')
0.74ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '1', '121', '45', '94', '4', '46', '7', '95', '47', '96', '10', '13', '97', '48', '98', '16', '49', '124', '19', '50', '22', '51', '52', '53', '62', '63', '40', '41', '64', '65', '42', '66', '43', '132', '67', '68', '69', '90', '91', '70', '92', '71', '93', '72', '73', '123', '74', '212', '75', '76', '77', '130', '78', '151') ORDER BY `position` ASC
0.82ms
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 ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.41ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5461', '5009') ORDER BY `webstore_id` ASC
0.72ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5461', '5009') ORDER BY `position` ASC
1.00ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27232', '27233', '27234', '27235', '27236', '27237', '27238', '27239', '24998', '24999', '25000', '25001', '25002', '25003', '25004', '25076', '25077', '25078')
0.48ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('2', '5', '8', '11', '14', '17', '20', '23', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
2.83ms
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 ('5400', '874', '2591', '5629', '5188', '4849', '5944', '5771', '5390', '2589', '5649', '5974', '5631', '5608', '5963', '5683', '5447', '5428', '5938', '5580', '5620', '5877', '5728', '5749', '5697', '4233', '5678', '5298', '4396', '5946', '5386', '5442') GROUP BY `articles`.`id`
0.36ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
269.47ms
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.89ms
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.36ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
226.83ms
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.65ms
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.56ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
6.83ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
0.41ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.67ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.73ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.90ms
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-07-18 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
1,711.82ms (time from start to render)
 
Controller entry
0.01ms
+ 0.01ms
View #1 - catalog.category
1,253.87ms
+ 1,253.87ms
View #2 - components.page-header
1,283.48ms
+ 29.61ms
View #3 - components.button
1,296.26ms
+ 12.78ms
View #4 - components.button
1,296.95ms
+ 0.69ms
View #5 - components.facets
1,297.20ms
+ 0.25ms
View #6 - components.filters
1,297.68ms
+ 0.48ms
View #7 - components.close-button
1,298.10ms
+ 0.41ms
View #8 - components.accordion.wrapper
1,298.34ms
+ 0.24ms
View #9 - components.accordion.bodies.filters.list
1,298.37ms
+ 0.03ms
View #10 - components.accordion.wrapper
1,300.06ms
+ 1.69ms
View #11 - components.accordion.bodies.filters.colors
1,300.10ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,300.59ms
+ 0.49ms
View #13 - components.accordion.bodies.filters.list
1,300.62ms
+ 0.03ms
View #14 - components.button
1,300.82ms
+ 0.21ms
View #15 - components.button
1,301.05ms
+ 0.22ms
View #16 - components.button
1,301.24ms
+ 0.19ms
View #17 - components.button
1,301.42ms
+ 0.18ms
View #18 - components.pagination
1,301.61ms
+ 0.20ms
View #19 - components.button
1,301.83ms
+ 0.22ms
View #20 - catalog.partials.products-listing
1,302.05ms
+ 0.22ms
View #21 - components.product-card
1,302.25ms
+ 0.20ms
View #22 - components.add-to-wishlist
1,334.12ms
+ 31.87ms
View #23 - components.product-card
1,335.91ms
+ 1.79ms
View #24 - components.add-to-wishlist
1,338.38ms
+ 2.47ms
View #25 - components.product-card
1,339.97ms
+ 1.59ms
View #26 - components.add-to-wishlist
1,342.77ms
+ 2.80ms
View #27 - components.product-card
1,344.21ms
+ 1.44ms
View #28 - components.add-to-wishlist
1,347.23ms
+ 3.02ms
View #29 - components.product-card
1,348.70ms
+ 1.47ms
View #30 - components.add-to-wishlist
1,351.27ms
+ 2.57ms
View #31 - components.product-card
1,352.84ms
+ 1.57ms
View #32 - components.add-to-wishlist
1,356.86ms
+ 4.02ms
View #33 - components.product-card
1,358.87ms
+ 2.01ms
View #34 - components.add-to-wishlist
1,361.80ms
+ 2.93ms
View #35 - components.product-card
1,363.99ms
+ 2.19ms
View #36 - components.add-to-wishlist
1,367.99ms
+ 4.00ms
View #37 - components.product-card
1,370.07ms
+ 2.07ms
View #38 - components.add-to-wishlist
1,374.37ms
+ 4.30ms
View #39 - components.product-card
1,376.51ms
+ 2.14ms
View #40 - components.add-to-wishlist
1,380.34ms
+ 3.83ms
View #41 - components.product-card
1,382.34ms
+ 2.00ms
View #42 - components.add-to-wishlist
1,388.08ms
+ 5.74ms
View #43 - components.product-card
1,390.55ms
+ 2.47ms
View #44 - components.add-to-wishlist
1,394.72ms
+ 4.16ms
View #45 - components.product-card
1,396.69ms
+ 1.98ms
View #46 - components.add-to-wishlist
1,400.95ms
+ 4.26ms
View #47 - components.product-card
1,402.96ms
+ 2.01ms
View #48 - components.add-to-wishlist
1,407.23ms
+ 4.26ms
View #49 - components.product-card
1,409.26ms
+ 2.03ms
View #50 - components.add-to-wishlist
1,413.02ms
+ 3.76ms
View #51 - components.product-card
1,415.04ms
+ 2.02ms
View #52 - components.add-to-wishlist
1,418.97ms
+ 3.93ms
View #53 - components.product-card
1,420.97ms
+ 2.00ms
View #54 - components.add-to-wishlist
1,435.55ms
+ 14.58ms
View #55 - components.product-card
1,437.59ms
+ 2.04ms
View #56 - components.add-to-wishlist
1,441.92ms
+ 4.33ms
View #57 - components.product-card
1,443.99ms
+ 2.07ms
View #58 - components.add-to-wishlist
1,447.10ms
+ 3.11ms
View #59 - components.product-card
1,449.10ms
+ 2.00ms
View #60 - components.add-to-wishlist
1,453.18ms
+ 4.07ms
View #61 - components.product-card
1,455.35ms
+ 2.18ms
View #62 - components.add-to-wishlist
1,459.78ms
+ 4.43ms
View #63 - components.product-card
1,461.85ms
+ 2.07ms
View #64 - components.add-to-wishlist
1,465.86ms
+ 4.01ms
View #65 - components.product-card
1,467.90ms
+ 2.03ms
View #66 - components.add-to-wishlist
1,472.03ms
+ 4.13ms
View #67 - components.product-card
1,474.07ms
+ 2.04ms
View #68 - components.add-to-wishlist
1,477.04ms
+ 2.97ms
View #69 - components.product-card
1,479.09ms
+ 2.05ms
View #70 - components.add-to-wishlist
1,483.14ms
+ 4.05ms
View #71 - components.product-card
1,485.21ms
+ 2.06ms
View #72 - components.add-to-wishlist
1,489.36ms
+ 4.15ms
View #73 - components.product-card
1,491.43ms
+ 2.07ms
View #74 - components.add-to-wishlist
1,495.62ms
+ 4.19ms
View #75 - components.product-card
1,497.72ms
+ 2.11ms
View #76 - components.add-to-wishlist
1,501.68ms
+ 3.96ms
View #77 - components.product-card
1,503.74ms
+ 2.06ms
View #78 - components.add-to-wishlist
1,507.89ms
+ 4.15ms
View #79 - components.product-card
1,510.03ms
+ 2.14ms
View #80 - components.add-to-wishlist
1,513.29ms
+ 3.27ms
View #81 - components.product-card
1,515.43ms
+ 2.13ms
View #82 - components.add-to-wishlist
1,519.76ms
+ 4.33ms
View #83 - components.product-card
1,521.97ms
+ 2.21ms
View #84 - components.add-to-wishlist
1,526.62ms
+ 4.65ms
View #85 - components.pagination
1,528.93ms
+ 2.31ms
View #86 - components.button
1,529.47ms
+ 0.54ms
View #87 - components.recently-viewed
1,529.86ms
+ 0.39ms
View #88 - components.product-related
1,538.24ms
+ 8.39ms
View #89 - components.seo-footer
1,538.71ms
+ 0.46ms
View #90 - components.facets
1,540.00ms
+ 1.29ms
View #91 - modules.seo-links
1,540.32ms
+ 0.32ms
View #92 - components.button
1,540.82ms
+ 0.50ms
View #93 - components.button
1,541.35ms
+ 0.53ms
View #94 - components.button
1,541.83ms
+ 0.47ms
View #95 - layout.layout
1,542.35ms
+ 0.52ms
View #96 - layout.meta
1,543.16ms
+ 0.81ms
View #97 - modules.notification
1,628.92ms
+ 85.76ms
View #98 - modules.header
1,629.86ms
+ 0.94ms
View #99 - modules.menu
1,630.79ms
+ 0.93ms
View #100 - components.menu-first-level
1,631.50ms
+ 0.71ms
View #101 - components.menu-second-level
1,635.01ms
+ 3.50ms
View #102 - components.menu-pushes
1,642.60ms
+ 7.59ms
View #103 - components.menu-pushes
1,650.53ms
+ 7.94ms
View #104 - components.menu-pushes
1,655.91ms
+ 5.37ms
View #105 - components.menu-pushes
1,661.50ms
+ 5.60ms
View #106 - components.menu-pushes
1,663.51ms
+ 2.01ms
View #107 - components.menu-pushes
1,665.00ms
+ 1.49ms
View #108 - svg.logo
1,665.90ms
+ 0.90ms
View #109 - modules.messages
1,667.08ms
+ 1.18ms
View #110 - modules.breadcrumbs
1,667.57ms
+ 0.49ms
View #111 - modules.footer
1,667.93ms
+ 0.36ms
View #112 - components.reinsurance-support
1,668.36ms
+ 0.43ms
View #113 - components.field
1,668.91ms
+ 0.56ms
View #114 - components.csrf-field
1,669.24ms
+ 0.33ms
View #115 - components.button
1,669.43ms
+ 0.19ms
View #116 - components.footer-links
1,669.72ms
+ 0.29ms
View #117 - modules.panel
1,672.96ms
+ 3.24ms
View #118 - modules.popin
1,673.18ms
+ 0.21ms
View #119 - modules.blueshift-popin
1,673.38ms
+ 0.20ms
View #120 - modules.search-panel
1,674.39ms
+ 1.01ms
View #121 - catalog.search-form
1,674.79ms
+ 0.40ms
View #122 - components.field
1,675.25ms
+ 0.46ms
View #123 - modules.toaster
1,676.44ms
+ 1.19ms
View #124 - layout.overlay
1,676.59ms
+ 0.16ms
View #125 - modules.webstore-switcher
1,678.76ms
+ 2.17ms
View #126 - components.close-button
1,679.14ms
+ 0.38ms
View #127 - components.native-select
1,679.64ms
+ 0.50ms
View #128 - components.native-select
1,680.15ms
+ 0.51ms
View #129 - components.button
1,680.44ms
+ 0.29ms
View #130 - components.button
1,680.76ms
+ 0.31ms
View #131 - helpers.grid
1,681.04ms
+ 0.29ms
View #132 - modules.loading-bar
1,681.22ms
+ 0.17ms
View #133 - 3rdparties.didomi
1,708.13ms
+ 26.92ms
View #134 - 3rdparties.gtm
1,708.41ms
+ 0.28ms
View #135 - 3rdparties.abtasty.main
1,708.59ms
+ 0.18ms
View #136 - 3rdparties.abtasty.tracking
1,708.76ms
+ 0.17ms
View #137 - 3rdparties.blueshift
1,709.02ms
+ 0.26ms
View #138 - 3rdparties.sizebay.main
1,709.47ms
+ 0.45ms
View #139 - 3rdparties.sizebay.tracking
1,709.70ms
+ 0.23ms
View #140 - 3rdparties.gsi
1,709.94ms
+ 0.24ms
View #141 - 3rdparties.applepay
1,710.07ms
+ 0.14ms
View #142 - 3rdparties.alma
1,710.37ms
+ 0.29ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
1,711.86ms
+ 1.50ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=9e4866566179b3cf6a9e56afdd555e9c23816ec3%2BPNGaPE3UnVlwWOaY7lBcKjulGhfQ8St8LXFC7kXb; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(13) 216.73.217.39
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) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
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.2
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) 52122
REDIRECT_URL string(13) /fr/s-30.html
REDIRECT_QUERY_STRING string(20) /fr/s-30.html&page=4
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(20) /fr/s-30.html&page=4
REQUEST_URI string(20) /fr/s-30.html?page=4
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786974787.427
REQUEST_TIME int 1786974787
HTTPS string(2) on
... array(3)
csrf_token string(40) YelwYrjHZ86QVnLrrVaVa7y5Tx6CF5nfFlG4KVp8
last_category string(15) stdClass object
cart string(12) Order object