Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

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
5.43ms
SELECT * FROM `webstores` ORDER BY `position` ASC
2.60ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
6.78ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
6.58ms
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')
4.91ms
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')
3.79ms
SELECT * FROM `languages`
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.88ms
SELECT * FROM `config`
0.54ms
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` = 'mid-season-sale-selection40' LIMIT 1
0.53ms
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` = '61' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.41ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '96' AND `webstore_id` = '1' ORDER BY `position` ASC
0.39ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.15ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.33ms
SELECT * FROM `categories_links` WHERE `category_id` = '61' ORDER BY `position` ASC
15.49ms
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` = 61 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
6.06ms
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` = 61 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
5.16ms
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` = 61 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
17.41ms
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` = 61 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 31 OFFSET 0
0.09ms
SELECT FOUND_ROWS()
1.42ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `webstore_id` ASC
1.97ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '7', '5', '6', '4', '14') ORDER BY `singular` ASC
0.50ms
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', '21', '27', '7', '25', '36', '10', '20', '19', '17', '18', '26', '4') ORDER BY `singular` ASC
0.58ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('5', '37', '34', '43', '33', '45', '32', '44', '26', '48', '25', '40', '24', '67') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.54ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') 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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `name` ASC
2.21ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `position` ASC
5.97ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28531', '28877', '28878', '26696', '26703', '28421', '28268', '28532', '28419', '25615', '28269', '27725', '28533', '26051', '28394', '28879', '28569', '26697', '28399', '26704', '28918', '28600', '28880', '28570', '26698', '28398', '26705', '28917', '28599', '28418', '25614', '28270', '27724', '28534', '26050', '28393', '28417', '25613', '28271', '27723', '28530', '26049', '28392', '28881', '28571', '26699', '28397', '26706', '28916', '28598', '28919', '28601', '28420', '25616', '28272', '27726', '26052', '28395', '28572', '26700', '28400', '26707', '27727', '28396', '28401', '28573', '26701', '26708', '28920', '28882', '28422', '25617', '28273', '28883', '28574', '28772', '26702', '26709', '28246', '28661', '28217', '28247', '28678', '28656', '28711', '28665', '28212', '28773', '28945', '28655', '28710', '28664', '28211', '28944', '28660', '28216', '28677', '28774', '28676', '28654', '28709', '28663', '28248', '28210', '28943', '28659', '28215', '23082', '28712', '28666', '28181', '28657', '28583', '28213', '28946', '28662', '28165', '28218', '28156', '28161', '28679', '28160', '28249', '28680', '23081', '28180', '28658', '28582', '28214', '28947', '28775', '28164', '28155', '28179', '28581', '28163', '28154', '28159', '23080', '28776', '23083', '28182', '28584', '28250', '28166', '28157', '28162', '28158', '23084', '28251', '28777', '28778', '28252', '28779', '28253', '28803', '28802', '28801', '28804', '28254')
0.74ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('103', '44', '45', '55', '94', '104', '95', '56', '105', '46', '81', '47', '82', '57', '96', '106', '97', '58', '107', '48', '83', '98', '59', '84', '124', '85', '60', '49', '50', '86', '62', '40', '64', '41', '66', '42', '90', '43', '91', '68', '132', '92', '70', '93', '123', '72', '74', '76', '125', '126', '127', '128', '130') ORDER BY `position` ASC
0.77ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.57ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') GROUP BY `articles`.`id`
0.32ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
459.24ms
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.91ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
712.51ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.71ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
7.26ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7161) ASC LIMIT 3
6.76ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7161) ASC LIMIT 3
0.69ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
1.07ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
6.35ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.20ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-15 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,384.44ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,596.68ms
+ 1,596.67ms
View #2 - components.page-header
1,640.33ms
+ 43.65ms
View #3 - components.button
1,640.97ms
+ 0.64ms
View #4 - components.button
1,641.33ms
+ 0.36ms
View #5 - components.facets
1,641.57ms
+ 0.24ms
View #6 - components.filters
1,642.08ms
+ 0.51ms
View #7 - components.close-button
1,642.50ms
+ 0.42ms
View #8 - components.accordion.wrapper
1,642.81ms
+ 0.31ms
View #9 - components.accordion.bodies.filters.list
1,642.85ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,644.44ms
+ 1.59ms
View #11 - components.accordion.bodies.filters.colors
1,644.48ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,645.14ms
+ 0.66ms
View #13 - components.accordion.bodies.filters.list
1,645.18ms
+ 0.04ms
View #14 - components.button
1,645.54ms
+ 0.36ms
View #15 - components.button
1,645.86ms
+ 0.32ms
View #16 - components.button
1,646.18ms
+ 0.32ms
View #17 - components.button
1,646.46ms
+ 0.28ms
View #18 - catalog.partials.products-listing
1,646.76ms
+ 0.31ms
View #19 - components.product-card
1,647.07ms
+ 0.31ms
View #20 - components.add-to-wishlist
1,717.20ms
+ 70.12ms
View #21 - components.product-card
1,721.50ms
+ 4.31ms
View #22 - components.add-to-wishlist
1,729.97ms
+ 8.46ms
View #23 - components.product-card
1,731.75ms
+ 1.78ms
View #24 - components.add-to-wishlist
1,752.99ms
+ 21.25ms
View #25 - components.product-card
1,754.79ms
+ 1.80ms
View #26 - components.add-to-wishlist
1,766.30ms
+ 11.51ms
View #27 - components.product-card
1,770.04ms
+ 3.74ms
View #28 - components.add-to-wishlist
1,782.46ms
+ 12.43ms
View #29 - components.product-card
1,784.29ms
+ 1.83ms
View #30 - components.add-to-wishlist
1,790.66ms
+ 6.37ms
View #31 - components.product-card
1,792.46ms
+ 1.80ms
View #32 - components.add-to-wishlist
1,800.43ms
+ 7.97ms
View #33 - components.product-card
1,802.19ms
+ 1.76ms
View #34 - components.add-to-wishlist
1,810.36ms
+ 8.17ms
View #35 - components.product-card
1,812.11ms
+ 1.75ms
View #36 - components.add-to-wishlist
1,820.78ms
+ 8.67ms
View #37 - components.product-card
1,822.52ms
+ 1.74ms
View #38 - components.add-to-wishlist
1,830.90ms
+ 8.38ms
View #39 - components.product-card
1,832.64ms
+ 1.74ms
View #40 - components.add-to-wishlist
1,841.52ms
+ 8.88ms
View #41 - components.product-card
1,843.31ms
+ 1.79ms
View #42 - components.add-to-wishlist
1,856.12ms
+ 12.81ms
View #43 - components.product-card
1,858.06ms
+ 1.94ms
View #44 - components.add-to-wishlist
1,866.04ms
+ 7.98ms
View #45 - components.product-card
1,874.08ms
+ 8.03ms
View #46 - components.add-to-wishlist
1,878.40ms
+ 4.33ms
View #47 - components.product-card
1,883.81ms
+ 5.40ms
View #48 - components.add-to-wishlist
1,889.85ms
+ 6.05ms
View #49 - components.product-card
1,891.71ms
+ 1.86ms
View #50 - components.add-to-wishlist
1,900.22ms
+ 8.51ms
View #51 - components.product-card
1,904.94ms
+ 4.72ms
View #52 - components.add-to-wishlist
1,915.01ms
+ 10.07ms
View #53 - components.product-card
1,916.95ms
+ 1.94ms
View #54 - components.add-to-wishlist
1,921.71ms
+ 4.76ms
View #55 - components.product-card
1,923.55ms
+ 1.84ms
View #56 - components.add-to-wishlist
1,936.66ms
+ 13.11ms
View #57 - components.catalog-push
1,938.61ms
+ 1.95ms
View #58 - components.product-card
1,942.64ms
+ 4.03ms
View #59 - components.add-to-wishlist
1,946.87ms
+ 4.23ms
View #60 - components.product-card
1,951.10ms
+ 4.23ms
View #61 - components.add-to-wishlist
1,964.71ms
+ 13.61ms
View #62 - components.product-card
1,966.77ms
+ 2.06ms
View #63 - components.add-to-wishlist
1,970.90ms
+ 4.13ms
View #64 - components.product-card
1,972.64ms
+ 1.75ms
View #65 - components.add-to-wishlist
1,981.46ms
+ 8.82ms
View #66 - components.product-card
1,983.30ms
+ 1.84ms
View #67 - components.add-to-wishlist
1,996.43ms
+ 13.13ms
View #68 - components.product-card
1,998.34ms
+ 1.91ms
View #69 - components.add-to-wishlist
2,002.23ms
+ 3.89ms
View #70 - components.product-card
2,004.00ms
+ 1.77ms
View #71 - components.add-to-wishlist
2,017.19ms
+ 13.20ms
View #72 - components.product-card
2,020.08ms
+ 2.89ms
View #73 - components.add-to-wishlist
2,028.81ms
+ 8.73ms
View #74 - components.product-card
2,034.98ms
+ 6.17ms
View #75 - components.add-to-wishlist
2,044.92ms
+ 9.93ms
View #76 - components.product-card
2,046.90ms
+ 1.98ms
View #77 - components.add-to-wishlist
2,052.20ms
+ 5.30ms
View #78 - components.product-card
2,053.96ms
+ 1.77ms
View #79 - components.add-to-wishlist
2,066.84ms
+ 12.87ms
View #80 - components.product-card
2,068.93ms
+ 2.09ms
View #81 - components.add-to-wishlist
2,073.20ms
+ 4.27ms
View #82 - components.pagination
2,079.68ms
+ 6.48ms
View #83 - components.button
2,080.76ms
+ 1.08ms
View #84 - components.recently-viewed
2,081.13ms
+ 0.37ms
View #85 - components.product-related
2,096.90ms
+ 15.77ms
View #86 - components.seo-footer
2,097.27ms
+ 0.37ms
View #87 - components.facets
2,098.48ms
+ 1.21ms
View #88 - modules.seo-links
2,098.80ms
+ 0.32ms
View #89 - components.button
2,099.33ms
+ 0.52ms
View #90 - components.button
2,099.81ms
+ 0.48ms
View #91 - components.button
2,100.23ms
+ 0.42ms
View #92 - layout.layout
2,100.64ms
+ 0.41ms
View #93 - layout.meta
2,149.59ms
+ 48.95ms
View #94 - modules.notification
2,278.74ms
+ 129.15ms
View #95 - modules.header
2,279.72ms
+ 0.98ms
View #96 - modules.menu
2,280.50ms
+ 0.78ms
View #97 - components.menu-first-level
2,281.09ms
+ 0.59ms
View #98 - components.menu-second-level
2,283.31ms
+ 2.23ms
View #99 - components.menu-pushes
2,291.71ms
+ 8.39ms
View #100 - components.menu-pushes
2,302.74ms
+ 11.03ms
View #101 - components.menu-pushes
2,312.15ms
+ 9.41ms
View #102 - components.menu-pushes
2,314.01ms
+ 1.86ms
View #103 - components.menu-pushes
2,318.79ms
+ 4.78ms
View #104 - svg.logo
2,319.76ms
+ 0.97ms
View #105 - modules.messages
2,320.82ms
+ 1.06ms
View #106 - modules.breadcrumbs
2,321.28ms
+ 0.46ms
View #107 - modules.footer
2,321.54ms
+ 0.26ms
View #108 - components.reinsurance-support
2,321.97ms
+ 0.44ms
View #109 - components.field
2,322.52ms
+ 0.54ms
View #110 - components.csrf-field
2,322.83ms
+ 0.31ms
View #111 - components.button
2,323.00ms
+ 0.17ms
View #112 - components.footer-links
2,323.28ms
+ 0.28ms
View #113 - modules.panel
2,328.70ms
+ 5.42ms
View #114 - modules.popin
2,329.02ms
+ 0.32ms
View #115 - modules.blueshift-popin
2,329.21ms
+ 0.19ms
View #116 - modules.search-panel
2,330.24ms
+ 1.03ms
View #117 - catalog.search-form
2,330.62ms
+ 0.38ms
View #118 - components.field
2,331.10ms
+ 0.49ms
View #119 - modules.toaster
2,331.86ms
+ 0.76ms
View #120 - layout.overlay
2,332.01ms
+ 0.15ms
View #121 - modules.webstore-switcher
2,334.12ms
+ 2.10ms
View #122 - components.close-button
2,337.86ms
+ 3.74ms
View #123 - components.native-select
2,338.51ms
+ 0.66ms
View #124 - components.native-select
2,339.20ms
+ 0.69ms
View #125 - components.button
2,339.48ms
+ 0.28ms
View #126 - components.button
2,339.79ms
+ 0.31ms
View #127 - helpers.grid
2,340.08ms
+ 0.29ms
View #128 - modules.loading-bar
2,340.23ms
+ 0.15ms
View #129 - 3rdparties.didomi
2,369.99ms
+ 29.75ms
View #130 - 3rdparties.gtm
2,370.24ms
+ 0.26ms
View #131 - 3rdparties.abtasty.main
2,381.23ms
+ 10.99ms
View #132 - 3rdparties.abtasty.tracking
2,381.49ms
+ 0.26ms
View #133 - 3rdparties.blueshift
2,381.74ms
+ 0.25ms
View #134 - 3rdparties.sizebay.main
2,382.25ms
+ 0.51ms
View #135 - 3rdparties.sizebay.tracking
2,382.47ms
+ 0.22ms
View #136 - 3rdparties.gsi
2,382.70ms
+ 0.22ms
View #137 - 3rdparties.applepay
2,382.81ms
+ 0.11ms
View #138 - 3rdparties.alma
2,383.06ms
+ 0.25ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
2,384.49ms
+ 1.43ms
... 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) fursac=736daea2a81e75e2dd5adb73fe77bf9e7787f8f3%2Bv9BAxoBwv9EOufiQhN3j
fursac=736daea2a81e75e2dd5adb73fe77bf9e7787f8f3%2Bv9BAxoBwv9EOufiQhN3jjzvprzLO7MQrTVeBupn2; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 55790
REDIRECT_URL string(38) /fr/c-mid-season-sale-selection40.html
REDIRECT_QUERY_STRING string(38) /fr/c-mid-season-sale-selection40.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /fr/c-mid-season-sale-selection40.html
REQUEST_URI string(38) /fr/c-mid-season-sale-selection40.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151739.445
REQUEST_TIME int 1784151739
HTTPS string(2) on
... array(3)
csrf_token string(40) 9axmD7qyyYK3DshYAnRY0GmFuP2GOOdtlNsPLNyb
cart string(12) Order object
last_category string(15) stdClass object