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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.34ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.51ms
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.21ms
SELECT * FROM `languages`
0.38ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.63ms
SELECT * FROM `config`
0.50ms
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.48ms
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.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.17ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.40ms
SELECT * FROM `categories_links` WHERE `category_id` = '74' ORDER BY `position` ASC
93.31ms
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
7.80ms
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
5.91ms
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`
99.46ms
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 30
0.14ms
SELECT FOUND_ROWS()
1.19ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') ORDER BY `webstore_id` ASC
1.14ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '15', '8', '6', '1', '3', '7', '9') ORDER BY `singular` ASC
0.43ms
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', '18', '29', '9', '7', '8', '49', '25', '44', '21', '31', '20') ORDER BY `singular` ASC
0.56ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '40', '51', '42', '33', '28', '41', '34', '45', '31', '50', '25', '76', '13', '39', '26') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.43ms
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 ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') ORDER BY `name` ASC
0.77ms
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 ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') ORDER BY `name` ASC
1.45ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') ORDER BY `position` ASC
3.01ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28009', '29089', '25857', '29388', '26201', '29708', '28289', '29749', '29395', '25476', '29381', '29709', '28290', '29750', '28010', '28064', '25858', '27391', '25859', '29415', '27389', '29288', '29710', '27604', '28291', '27595', '29751', '29293', '29231', '28011', '28065', '29292', '29230', '28012', '28066', '29416', '25860', '27388', '29287', '29711', '27605', '28292', '27596', '29752', '27387', '29286', '29712', '27606', '28293', '27597', '29753', '29291', '29229', '28013', '28067', '29417', '25861', '29232', '29418', '27390', '29289', '27607', '27598', '29294', '27392', '29290', '28014', '27608', '28068', '27599', '29295', '25862', '29233', '29713', '29419', '28294', '29754', '29714', '29420', '28295', '29755', '28015', '27609', '28069', '27600', '25863', '29228', '28016', '27610', '27601', '29421', '28296', '29756', '29422', '27611', '27602', '27603', '29423', '27612', '29552', '29591', '28281', '29130', '29129', '29592', '27939', '29553', '29128', '28282', '29554', '29593', '27940', '29131', '28283', '29132', '29594', '27941', '29555', '29491', '28284', '27004', '29556', '27003', '29490', '29595', '27942', '27002', '29489', '28285', '27005', '29596', '27943', '29492', '29557', '28286', '27006', '29558', '29597', '27944', '28287', '29559', '29598', '28288', '29680', '29546', '29545', '29679', '29678', '29544', '29681', '29547', '29682')
0.61ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '121', '122', '142', '45', '94', '46', '80', '95', '96', '47', '81', '97', '48', '82', '98', '83', '124', '49', '84', '50', '85', '185', '51', '86', '87', '88', '62', '63', '40', '41', '64', '42', '65', '66', '43', '67', '132', '68', '90', '69', '70', '91', '92', '71', '93', '72', '73', '123', '74', '75', '76', '77', '125', '126', '127', '128', '156') 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 ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.47ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5400', '5447', '5692', '5694', '5386', '5445', '5691') ORDER BY `webstore_id` ASC
0.74ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5400', '5447', '5692', '5694', '5386', '5445', '5691') ORDER BY `position` ASC
1.29ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28303', '27172', '28289', '26942', '28290', '27173', '26943', '28304', '28305', '28291', '27174', '26944', '28292', '27175', '26945', '28306', '28293', '27176', '26946', '28307', '26947', '28308', '28294', '27177', '28295', '27178', '26948', '28309', '28310', '28296', '27179', '26949', '26950', '26951', '27156', '28281', '26837', '26838', '27157', '28282', '27158', '28283', '26839', '26840', '27159', '28284', '26841', '27160', '28285', '27161', '28286', '26842', '26843', '27162', '28287', '27163', '28288')
0.38ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '63', '65', '67', '69', '71', '73', '75', '77') ORDER BY `position` ASC
1.67ms
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 ('5999', '5983', '5934', '5947', '5626', '5548', '5823', '5994', '6004', '5414', '5634', '5614', '5883', '5965', '5921', '5976', '5424', '5874', '5951', '5184', '5638', '5547', '5091', '5910', '5824', '5978', '5263', '5922', '5692', '5691', '5940', '5492') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
250.35ms
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.00ms
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.37ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
431.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` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.99ms
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
3.90ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
9.33ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
0.43ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.90ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.91ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.96ms
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,764.48ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,213.49ms
+ 1,213.48ms
View #2 - components.page-header
1,257.90ms
+ 44.42ms
View #3 - components.button
1,276.34ms
+ 18.44ms
View #4 - components.button
1,276.93ms
+ 0.59ms
View #5 - components.facets
1,277.23ms
+ 0.29ms
View #6 - components.filters
1,277.87ms
+ 0.65ms
View #7 - components.close-button
1,278.33ms
+ 0.46ms
View #8 - components.accordion.wrapper
1,278.74ms
+ 0.41ms
View #9 - components.accordion.bodies.filters.list
1,278.79ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,280.76ms
+ 1.97ms
View #11 - components.accordion.bodies.filters.colors
1,280.82ms
+ 0.06ms
View #12 - components.accordion.wrapper
1,281.66ms
+ 0.84ms
View #13 - components.accordion.bodies.filters.list
1,281.70ms
+ 0.04ms
View #14 - components.button
1,281.99ms
+ 0.29ms
View #15 - components.button
1,282.31ms
+ 0.32ms
View #16 - components.button
1,282.62ms
+ 0.31ms
View #17 - components.button
1,282.92ms
+ 0.30ms
View #18 - components.pagination
1,283.22ms
+ 0.30ms
View #19 - components.button
1,283.52ms
+ 0.30ms
View #20 - catalog.partials.products-listing
1,283.84ms
+ 0.32ms
View #21 - components.product-card
1,284.13ms
+ 0.28ms
View #22 - components.add-to-wishlist
1,336.00ms
+ 51.88ms
View #23 - components.product-card
1,338.40ms
+ 2.39ms
View #24 - components.add-to-wishlist
1,343.25ms
+ 4.85ms
View #25 - components.product-card
1,345.28ms
+ 2.03ms
View #26 - components.add-to-wishlist
1,348.17ms
+ 2.89ms
View #27 - components.product-card
1,350.27ms
+ 2.10ms
View #28 - components.add-to-wishlist
1,353.38ms
+ 3.12ms
View #29 - components.product-card
1,355.46ms
+ 2.07ms
View #30 - components.add-to-wishlist
1,359.87ms
+ 4.41ms
View #31 - components.product-card
1,362.03ms
+ 2.16ms
View #32 - components.add-to-wishlist
1,366.33ms
+ 4.30ms
View #33 - components.product-card
1,368.36ms
+ 2.03ms
View #34 - components.add-to-wishlist
1,374.21ms
+ 5.84ms
View #35 - components.product-card
1,376.76ms
+ 2.55ms
View #36 - components.add-to-wishlist
1,381.06ms
+ 4.30ms
View #37 - components.product-card
1,383.11ms
+ 2.06ms
View #38 - components.add-to-wishlist
1,387.45ms
+ 4.33ms
View #39 - components.product-card
1,389.54ms
+ 2.09ms
View #40 - components.add-to-wishlist
1,403.30ms
+ 13.76ms
View #41 - components.product-card
1,405.40ms
+ 2.10ms
View #42 - components.add-to-wishlist
1,409.66ms
+ 4.26ms
View #43 - components.product-card
1,411.81ms
+ 2.15ms
View #44 - components.add-to-wishlist
1,415.96ms
+ 4.15ms
View #45 - components.product-card
1,417.96ms
+ 2.00ms
View #46 - components.add-to-wishlist
1,422.19ms
+ 4.23ms
View #47 - components.product-card
1,424.25ms
+ 2.06ms
View #48 - components.add-to-wishlist
1,428.29ms
+ 4.03ms
View #49 - components.product-card
1,430.49ms
+ 2.21ms
View #50 - components.add-to-wishlist
1,434.66ms
+ 4.16ms
View #51 - components.product-card
1,436.73ms
+ 2.07ms
View #52 - components.add-to-wishlist
1,440.64ms
+ 3.91ms
View #53 - components.product-card
1,442.68ms
+ 2.03ms
View #54 - components.add-to-wishlist
1,449.00ms
+ 6.32ms
View #55 - components.product-card
1,451.88ms
+ 2.88ms
View #56 - components.add-to-wishlist
1,454.95ms
+ 3.07ms
View #57 - components.product-card
1,457.01ms
+ 2.06ms
View #58 - components.add-to-wishlist
1,461.80ms
+ 4.79ms
View #59 - components.product-card
1,463.87ms
+ 2.07ms
View #60 - components.add-to-wishlist
1,468.28ms
+ 4.41ms
View #61 - components.product-card
1,470.41ms
+ 2.13ms
View #62 - components.add-to-wishlist
1,475.67ms
+ 5.25ms
View #63 - components.product-card
1,478.28ms
+ 2.62ms
View #64 - components.add-to-wishlist
1,482.99ms
+ 4.70ms
View #65 - components.product-card
1,485.05ms
+ 2.06ms
View #66 - components.add-to-wishlist
1,488.06ms
+ 3.02ms
View #67 - components.product-card
1,490.18ms
+ 2.12ms
View #68 - components.add-to-wishlist
1,494.26ms
+ 4.08ms
View #69 - components.product-card
1,496.66ms
+ 2.40ms
View #70 - components.add-to-wishlist
1,504.09ms
+ 7.43ms
View #71 - components.product-card
1,507.13ms
+ 3.04ms
View #72 - components.add-to-wishlist
1,511.77ms
+ 4.64ms
View #73 - components.product-card
1,513.92ms
+ 2.15ms
View #74 - components.add-to-wishlist
1,516.93ms
+ 3.02ms
View #75 - components.product-card
1,519.12ms
+ 2.19ms
View #76 - components.add-to-wishlist
1,523.51ms
+ 4.38ms
View #77 - components.product-card
1,525.64ms
+ 2.13ms
View #78 - components.add-to-wishlist
1,530.18ms
+ 4.55ms
View #79 - components.product-card
1,532.22ms
+ 2.03ms
View #80 - components.add-to-wishlist
1,536.70ms
+ 4.48ms
View #81 - components.product-card
1,538.86ms
+ 2.16ms
View #82 - components.add-to-wishlist
1,542.00ms
+ 3.14ms
View #83 - components.product-card
1,544.12ms
+ 2.13ms
View #84 - components.add-to-wishlist
1,548.02ms
+ 3.89ms
View #85 - components.pagination
1,550.21ms
+ 2.19ms
View #86 - components.button
1,550.68ms
+ 0.47ms
View #87 - components.recently-viewed
1,551.02ms
+ 0.34ms
View #88 - components.product-related
1,560.49ms
+ 9.47ms
View #89 - components.seo-footer
1,560.89ms
+ 0.40ms
View #90 - components.facets
1,561.86ms
+ 0.97ms
View #91 - modules.seo-links
1,562.17ms
+ 0.31ms
View #92 - components.button
1,562.68ms
+ 0.51ms
View #93 - components.button
1,563.15ms
+ 0.48ms
View #94 - components.button
1,563.57ms
+ 0.41ms
View #95 - layout.layout
1,563.92ms
+ 0.36ms
View #96 - layout.meta
1,564.68ms
+ 0.75ms
View #97 - modules.notification
1,670.50ms
+ 105.83ms
View #98 - modules.header
1,671.46ms
+ 0.95ms
View #99 - modules.menu
1,672.28ms
+ 0.83ms
View #100 - components.menu-first-level
1,672.93ms
+ 0.65ms
View #101 - components.menu-second-level
1,676.47ms
+ 3.53ms
View #102 - components.menu-pushes
1,684.85ms
+ 8.38ms
View #103 - components.menu-pushes
1,693.15ms
+ 8.30ms
View #104 - components.menu-pushes
1,698.99ms
+ 5.84ms
View #105 - components.menu-pushes
1,704.88ms
+ 5.89ms
View #106 - components.menu-pushes
1,707.07ms
+ 2.19ms
View #107 - components.menu-pushes
1,708.88ms
+ 1.81ms
View #108 - svg.logo
1,710.05ms
+ 1.17ms
View #109 - modules.messages
1,711.02ms
+ 0.96ms
View #110 - modules.breadcrumbs
1,711.58ms
+ 0.57ms
View #111 - modules.footer
1,711.87ms
+ 0.28ms
View #112 - components.reinsurance-support
1,712.29ms
+ 0.42ms
View #113 - components.field
1,712.89ms
+ 0.60ms
View #114 - components.csrf-field
1,713.22ms
+ 0.32ms
View #115 - components.button
1,713.42ms
+ 0.20ms
View #116 - components.footer-links
1,713.71ms
+ 0.29ms
View #117 - modules.panel
1,717.35ms
+ 3.64ms
View #118 - modules.popin
1,717.72ms
+ 0.36ms
View #119 - modules.blueshift-popin
1,717.99ms
+ 0.28ms
View #120 - modules.search-panel
1,719.23ms
+ 1.24ms
View #121 - catalog.search-form
1,719.78ms
+ 0.54ms
View #122 - components.field
1,720.30ms
+ 0.53ms
View #123 - modules.toaster
1,721.68ms
+ 1.38ms
View #124 - layout.overlay
1,721.87ms
+ 0.19ms
View #125 - modules.webstore-switcher
1,723.99ms
+ 2.12ms
View #126 - components.close-button
1,724.40ms
+ 0.41ms
View #127 - components.native-select
1,724.97ms
+ 0.57ms
View #128 - components.native-select
1,725.48ms
+ 0.51ms
View #129 - components.button
1,725.84ms
+ 0.36ms
View #130 - components.button
1,726.25ms
+ 0.41ms
View #131 - helpers.grid
1,726.74ms
+ 0.49ms
View #132 - modules.loading-bar
1,726.93ms
+ 0.19ms
View #133 - 3rdparties.didomi
1,760.08ms
+ 33.15ms
View #134 - 3rdparties.gtm
1,760.47ms
+ 0.39ms
View #135 - 3rdparties.abtasty.main
1,760.75ms
+ 0.28ms
View #136 - 3rdparties.abtasty.tracking
1,760.93ms
+ 0.18ms
View #137 - 3rdparties.blueshift
1,761.25ms
+ 0.31ms
View #138 - 3rdparties.sizebay.main
1,761.78ms
+ 0.54ms
View #139 - 3rdparties.sizebay.tracking
1,762.08ms
+ 0.29ms
View #140 - 3rdparties.gsi
1,762.36ms
+ 0.28ms
View #141 - 3rdparties.applepay
1,762.52ms
+ 0.15ms
View #142 - 3rdparties.alma
1,762.87ms
+ 0.36ms
View #143 - path: /var/www/html/laravel/profiling/template.blade.php
1,764.54ms
+ 1.67ms
... 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(349) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=5c2aa267d28e3899530f5a0d5b7988d430b697bd%2BujrSLb4RkttV8HIy09zbMyOgYeBQLKKUqlcpxvoG; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=5c2aa267d28e3899530f5a0d5b7988d430b697bd%2BujrSLb4RkttV8HIy09zbMyOgYeBQLKKUqlcpxvoG
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) 36680
REDIRECT_URL string(13) /fr/s-30.html
REDIRECT_QUERY_STRING string(20) /fr/s-30.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(20) /fr/s-30.html&page=2
REQUEST_URI string(20) /fr/s-30.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786967503.589
REQUEST_TIME int 1786967503
HTTPS string(2) on
... array(3)
csrf_token string(40) phePt7aPbciLn5GKThq18SDdmcraSvsMWKufsGKb
cart string(12) Order object
last_category string(15) stdClass object