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.47ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.32ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.75ms
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.51ms
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.45ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.59ms
SELECT * FROM `config`
0.69ms
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.73ms
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.98ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.72ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.21ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.40ms
SELECT * FROM `categories_links` WHERE `category_id` = '74' ORDER BY `position` ASC
226.18ms
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
14.56ms
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.72ms
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`
191.58ms
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 62
0.11ms
SELECT FOUND_ROWS()
1.58ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') ORDER BY `webstore_id` ASC
2.57ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') ORDER BY `position` ASC
0.45ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '12', '3', '1', '10', '15', '8', '6', '4', '5', '9', '2') 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 ('20', '45', '76', '8', '55', '29', '21', '9', '7', '23', '18', '17', '22', '30', '3') ORDER BY `singular` ASC
0.68ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('26', '53', '49', '28', '63', '64', '5', '50', '34', '42', '39', '52', '48', '15', '23', '76') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.14ms
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 ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') ORDER BY `name` ASC
1.10ms
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 ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') ORDER BY `name` ASC
2.19ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') ORDER BY `position` ASC
5.56ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('15832', '25128', '28855', '29306', '19075', '23355', '26200', '27534', '6891', '28133', '26565', '28297', '27397', '29274', '29137', '28120', '22303', '28134', '26566', '25129', '28856', '29307', '28446', '21101', '29308', '28444', '21099', '28298', '27395', '29272', '29138', '29773', '28118', '13191', '28135', '26567', '29246', '25130', '28857', '29139', '29772', '28117', '13192', '28136', '26568', '29245', '25131', '28858', '29309', '28443', '21098', '28299', '27394', '29271', '21097', '28300', '27393', '29270', '29140', '29771', '28116', '13193', '28137', '26569', '29244', '25132', '28859', '4916', '29310', '28442', '28119', '26570', '13194', '28138', '29247', '25133', '2760', '29311', '28445', '21100', '28301', '27396', '29273', '29774', '29141', '21102', '28302', '28860', '27398', '29275', '28121', '26571', '13195', '28139', '29248', '25134', '2761', '29312', '28447', '28826', '26572', '28948', '2759', '29313', '28441', '28827', '29142', '28861', '29269', '26573', '2762', '28828', '2763', '28829', '26574', '2764', '28830', '27319', '24205', '27318', '27317', '24206', '27320', '24207', '27690', '24208', '27689', '27688', '24209', '27691', '24210', '28726', '27692', '28727', '24211', '28728', '28729', '28730')
1.64ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('142', '1', '44', '122', '121', '140', '31', '5', '94', '45', '4', '32', '7', '95', '8', '46', '33', '47', '96', '10', '34', '11', '97', '14', '48', '13', '35', '112', '98', '36', '16', '113', '17', '49', '124', '20', '37', '19', '114', '38', '22', '115', '185', '50', '39', '116', '51', '117', '52', '218', '118', '53', '40', '63', '41', '42', '65', '43', '67', '90', '69', '91', '92', '71', '93', '73', '123', '75', '77', '78', '151') ORDER BY `position` ASC
1.09ms
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 ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.88ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5429', '6001', '5446', '5634', '5629', '5599', '5614', '5444', '5428', '5984') ORDER BY `webstore_id` ASC
1.46ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5429', '6001', '5446', '5634', '5629', '5599', '5614', '5444', '5428', '5984') ORDER BY `position` ASC
2.63ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28029', '27164', '27050', '29723', '29724', '28030', '28064', '27165', '27051', '28031', '28065', '27166', '27052', '29725', '29726', '28032', '28066', '27167', '27053', '27168', '27054', '29727', '28033', '28067', '28034', '28068', '27169', '27055', '29728', '27056', '29729', '28035', '28069', '27170', '28036', '27171', '27057', '29730', '29731', '27058', '27059', '29732', '29599', '27148', '27042', '27939', '29600', '27149', '27043', '29601', '27940', '27150', '27044', '27941', '29602', '27151', '27045', '29603', '27942', '27152', '27046', '27943', '29604', '27047', '27153', '27944', '29605', '27154', '27048', '29606', '27155', '27049', '27842', '27841', '27840', '27843')
0.65ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '125', '126', '127', '128') ORDER BY `position` ASC
3.40ms
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 ('5493', '5522', '5479', '6007', '5641', '5913', '683', '5025', '5645', '5262', '2592', '5430', '5661', '4667', '5566', '3087', '5804', '5789', '1387', '5349', '5885', '3728', '5658', '5925', '5808', '4853', '4183', '5693', '6012', '5918', '5451', '5719') GROUP BY `articles`.`id`
0.40ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
310.71ms
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.94ms
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
427.18ms
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.86ms
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.79ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
7.24ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
0.38ms
SELECT * FROM `seo_types`
0.39ms
SELECT * FROM `styles`
0.99ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.42ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.59ms
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
2,166.63ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,644.36ms
+ 1,644.36ms
View #2 - components.page-header
1,676.40ms
+ 32.03ms
View #3 - components.button
1,689.78ms
+ 13.39ms
View #4 - components.button
1,690.26ms
+ 0.48ms
View #5 - components.facets
1,690.46ms
+ 0.20ms
View #6 - components.filters
1,690.84ms
+ 0.38ms
View #7 - components.close-button
1,691.13ms
+ 0.29ms
View #8 - components.accordion.wrapper
1,691.37ms
+ 0.24ms
View #9 - components.accordion.bodies.filters.list
1,691.40ms
+ 0.03ms
View #10 - components.accordion.wrapper
1,692.55ms
+ 1.15ms
View #11 - components.accordion.bodies.filters.colors
1,692.58ms
+ 0.03ms
View #12 - components.accordion.wrapper
1,693.01ms
+ 0.43ms
View #13 - components.accordion.bodies.filters.list
1,693.04ms
+ 0.03ms
View #14 - components.button
1,693.22ms
+ 0.18ms
View #15 - components.button
1,693.42ms
+ 0.20ms
View #16 - components.button
1,693.60ms
+ 0.17ms
View #17 - components.button
1,693.77ms
+ 0.17ms
View #18 - components.pagination
1,693.95ms
+ 0.18ms
View #19 - components.button
1,694.13ms
+ 0.19ms
View #20 - catalog.partials.products-listing
1,694.39ms
+ 0.26ms
View #21 - components.product-card
1,694.61ms
+ 0.22ms
View #22 - components.add-to-wishlist
1,730.67ms
+ 36.06ms
View #23 - components.product-card
1,732.96ms
+ 2.30ms
View #24 - components.add-to-wishlist
1,736.62ms
+ 3.66ms
View #25 - components.product-card
1,738.67ms
+ 2.05ms
View #26 - components.add-to-wishlist
1,741.43ms
+ 2.76ms
View #27 - components.product-card
1,743.41ms
+ 1.98ms
View #28 - components.add-to-wishlist
1,746.89ms
+ 3.48ms
View #29 - components.product-card
1,748.37ms
+ 1.48ms
View #30 - components.add-to-wishlist
1,751.95ms
+ 3.59ms
View #31 - components.product-card
1,753.56ms
+ 1.61ms
View #32 - components.add-to-wishlist
1,756.72ms
+ 3.16ms
View #33 - components.product-card
1,758.18ms
+ 1.46ms
View #34 - components.add-to-wishlist
1,761.50ms
+ 3.33ms
View #35 - components.product-card
1,762.98ms
+ 1.47ms
View #36 - components.add-to-wishlist
1,767.11ms
+ 4.13ms
View #37 - components.product-card
1,777.44ms
+ 10.33ms
View #38 - components.add-to-wishlist
1,782.40ms
+ 4.95ms
View #39 - components.product-card
1,784.45ms
+ 2.06ms
View #40 - components.add-to-wishlist
1,787.37ms
+ 2.91ms
View #41 - components.product-card
1,789.98ms
+ 2.61ms
View #42 - components.add-to-wishlist
1,793.64ms
+ 3.66ms
View #43 - components.product-card
1,795.33ms
+ 1.68ms
View #44 - components.add-to-wishlist
1,800.44ms
+ 5.11ms
View #45 - components.product-card
1,802.21ms
+ 1.77ms
View #46 - components.add-to-wishlist
1,805.84ms
+ 3.64ms
View #47 - components.product-card
1,807.56ms
+ 1.72ms
View #48 - components.add-to-wishlist
1,809.83ms
+ 2.26ms
View #49 - components.product-card
1,811.27ms
+ 1.44ms
View #50 - components.add-to-wishlist
1,813.90ms
+ 2.64ms
View #51 - components.product-card
1,815.35ms
+ 1.44ms
View #52 - components.add-to-wishlist
1,817.41ms
+ 2.06ms
View #53 - components.product-card
1,818.96ms
+ 1.55ms
View #54 - components.add-to-wishlist
1,823.56ms
+ 4.60ms
View #55 - components.product-card
1,825.90ms
+ 2.34ms
View #56 - components.add-to-wishlist
1,830.67ms
+ 4.77ms
View #57 - components.product-card
1,832.98ms
+ 2.31ms
View #58 - components.add-to-wishlist
1,836.57ms
+ 3.59ms
View #59 - components.product-card
1,838.76ms
+ 2.18ms
View #60 - components.add-to-wishlist
1,843.64ms
+ 4.88ms
View #61 - components.product-card
1,845.76ms
+ 2.12ms
View #62 - components.add-to-wishlist
1,849.90ms
+ 4.14ms
View #63 - components.product-card
1,851.97ms
+ 2.07ms
View #64 - components.add-to-wishlist
1,854.77ms
+ 2.80ms
View #65 - components.product-card
1,856.66ms
+ 1.89ms
View #66 - components.add-to-wishlist
1,860.87ms
+ 4.21ms
View #67 - components.product-card
1,863.02ms
+ 2.15ms
View #68 - components.add-to-wishlist
1,868.75ms
+ 5.73ms
View #69 - components.product-card
1,870.94ms
+ 2.19ms
View #70 - components.add-to-wishlist
1,875.50ms
+ 4.56ms
View #71 - components.product-card
1,878.33ms
+ 2.83ms
View #72 - components.add-to-wishlist
1,882.68ms
+ 4.35ms
View #73 - components.product-card
1,885.05ms
+ 2.36ms
View #74 - components.add-to-wishlist
1,889.36ms
+ 4.32ms
View #75 - components.product-card
1,892.02ms
+ 2.66ms
View #76 - components.add-to-wishlist
1,896.73ms
+ 4.71ms
View #77 - components.product-card
1,899.23ms
+ 2.50ms
View #78 - components.add-to-wishlist
1,905.52ms
+ 6.30ms
View #79 - components.product-card
1,908.39ms
+ 2.86ms
View #80 - components.add-to-wishlist
1,913.35ms
+ 4.96ms
View #81 - components.product-card
1,915.75ms
+ 2.41ms
View #82 - components.add-to-wishlist
1,922.68ms
+ 6.93ms
View #83 - components.product-card
1,925.70ms
+ 3.02ms
View #84 - components.add-to-wishlist
1,931.30ms
+ 5.59ms
View #85 - components.pagination
1,935.06ms
+ 3.77ms
View #86 - components.button
1,935.77ms
+ 0.71ms
View #87 - components.recently-viewed
1,936.16ms
+ 0.40ms
View #88 - components.product-related
1,946.10ms
+ 9.94ms
View #89 - components.seo-footer
1,946.49ms
+ 0.39ms
View #90 - components.facets
1,947.83ms
+ 1.34ms
View #91 - modules.seo-links
1,948.45ms
+ 0.63ms
View #92 - components.button
1,949.10ms
+ 0.65ms
View #93 - components.button
1,949.60ms
+ 0.50ms
View #94 - components.button
1,950.04ms
+ 0.43ms
View #95 - layout.layout
1,950.46ms
+ 0.42ms
View #96 - layout.meta
1,951.45ms
+ 0.99ms
View #97 - modules.notification
2,066.99ms
+ 115.55ms
View #98 - modules.header
2,068.45ms
+ 1.46ms
View #99 - modules.menu
2,069.37ms
+ 0.92ms
View #100 - components.menu-first-level
2,070.22ms
+ 0.85ms
View #101 - components.menu-second-level
2,074.45ms
+ 4.22ms
View #102 - components.menu-pushes
2,084.81ms
+ 10.37ms
View #103 - components.menu-pushes
2,097.67ms
+ 12.86ms
View #104 - components.menu-pushes
2,103.50ms
+ 5.83ms
View #105 - components.menu-pushes
2,109.64ms
+ 6.13ms
View #106 - components.menu-pushes
2,111.56ms
+ 1.92ms
View #107 - components.menu-pushes
2,113.07ms
+ 1.51ms
View #108 - svg.logo
2,113.96ms
+ 0.90ms
View #109 - modules.messages
2,114.96ms
+ 0.99ms
View #110 - modules.breadcrumbs
2,115.41ms
+ 0.45ms
View #111 - modules.footer
2,115.69ms
+ 0.28ms
View #112 - components.reinsurance-support
2,116.11ms
+ 0.42ms
View #113 - components.field
2,116.66ms
+ 0.56ms
View #114 - components.csrf-field
2,116.97ms
+ 0.31ms
View #115 - components.button
2,117.18ms
+ 0.21ms
View #116 - components.footer-links
2,117.47ms
+ 0.29ms
View #117 - modules.panel
2,120.69ms
+ 3.23ms
View #118 - modules.popin
2,120.90ms
+ 0.21ms
View #119 - modules.blueshift-popin
2,121.10ms
+ 0.20ms
View #120 - modules.search-panel
2,122.04ms
+ 0.95ms
View #121 - catalog.search-form
2,122.41ms
+ 0.37ms
View #122 - components.field
2,122.86ms
+ 0.44ms
View #123 - modules.toaster
2,124.02ms
+ 1.16ms
View #124 - layout.overlay
2,124.19ms
+ 0.17ms
View #125 - modules.webstore-switcher
2,126.53ms
+ 2.34ms
View #126 - components.close-button
2,126.91ms
+ 0.37ms
View #127 - components.native-select
2,127.74ms
+ 0.84ms
View #128 - components.native-select
2,128.32ms
+ 0.58ms
View #129 - components.button
2,128.65ms
+ 0.33ms
View #130 - components.button
2,129.02ms
+ 0.36ms
View #131 - helpers.grid
2,129.34ms
+ 0.32ms
View #132 - modules.loading-bar
2,129.56ms
+ 0.22ms
View #133 - 3rdparties.didomi
2,162.86ms
+ 33.29ms
View #134 - 3rdparties.gtm
2,163.15ms
+ 0.29ms
View #135 - 3rdparties.abtasty.main
2,163.34ms
+ 0.19ms
View #136 - 3rdparties.abtasty.tracking
2,163.50ms
+ 0.16ms
View #137 - 3rdparties.blueshift
2,163.77ms
+ 0.27ms
View #138 - 3rdparties.sizebay.main
2,164.22ms
+ 0.44ms
View #139 - 3rdparties.sizebay.tracking
2,164.45ms
+ 0.23ms
View #140 - 3rdparties.gsi
2,164.70ms
+ 0.25ms
View #141 - 3rdparties.applepay
2,164.84ms
+ 0.14ms
View #142 - 3rdparties.alma
2,165.11ms
+ 0.27ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
2,166.68ms
+ 1.57ms
... 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; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=5468bc4244346a4a152063e7ed77005dc5bd4752%2Bgt1Y4UVRrj9vuYYuNPKOqznyQdjipNamhlemqZU2
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) 34822
REDIRECT_URL string(13) /fr/s-30.html
REDIRECT_QUERY_STRING string(20) /fr/s-30.html&page=3
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=3
REQUEST_URI string(20) /fr/s-30.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786972096.643
REQUEST_TIME int 1786972096
HTTPS string(2) on
... array(3)
csrf_token string(40) giKengsMMfj6QnShz6sRU6Tri2UxtidqCxQaaV52
last_category string(15) stdClass object
cart string(12) Order object