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

Filtres

Couleur

Taille

Type de produit

Trier par

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.28ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.36ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.29ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.62ms
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.46ms
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')
2.01ms
SELECT * FROM `languages`
0.49ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
1.89ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.45ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
2.29ms
SELECT * FROM `config`
0.57ms
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-pantalons' LIMIT 1
6.04ms
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` = '39' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
1.58ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '97' AND `webstore_id` = '1' ORDER BY `position` ASC
2.77ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
3.45ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '5' LIMIT 1
7.10ms
SELECT * FROM `categories_links` WHERE `category_id` = '39' ORDER BY `position` ASC
41.28ms
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` = 39 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
11.62ms
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` = 39 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
146.91ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`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 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 39 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 39 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
15.29ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`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` = 39 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 5 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
70.78ms
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` = 39 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.08ms
SELECT FOUND_ROWS()
1.64ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') ORDER BY `webstore_id` ASC
1.80ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5') ORDER BY `singular` ASC
0.40ms
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 ('18', '27', '28') ORDER BY `singular` ASC
0.35ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('40', '39', '37', '38') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.65ms
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 ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') ORDER BY `name` ASC
4.03ms
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 ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') ORDER BY `name` ASC
2.91ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') ORDER BY `position` ASC
6.18ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26771', '26760', '26782', '26696', '28268', '26703', '26783', '26772', '26761', '26762', '26697', '28269', '26704', '26784', '26773', '26705', '26785', '26774', '26763', '26698', '28270', '26699', '28271', '26706', '26786', '26775', '26764', '26787', '26776', '26765', '26700', '28272', '26707', '26701', '28273', '26708', '26788', '26777', '26766', '26778', '26767', '26789', '27979', '28772', '28071', '22682', '26790', '28255', '28246', '26779', '28812', '27332', '26799', '28764', '28787', '26768', '28755', '26702', '26709', '26769', '27156', '28731', '26837', '27042', '28739', '28281', '26791', '26780', '28234', '28813', '27333', '26800', '28765', '28788', '28756', '27980', '28773', '23826', '22683', '28256', '28247', '26838', '27043', '28740', '28282', '28264', '28235', '27157', '28732', '28774', '23827', '22684', '28257', '28248', '28814', '27334', '26801', '28766', '28789', '28757', '27981', '27158', '28733', '26839', '27044', '28741', '28283', '28265', '28236', '28758', '27982', '28775', '23828', '22685', '28258', '28249', '28815', '27335', '26802', '28767', '28790', '28284', '28742', '28266', '28237', '27159', '28734', '26840', '27045', '22686', '28259', '28250', '28816', '28791', '27336', '26803', '28768', '28759', '27983', '28776', '23829', '26841', '27046', '28285', '28743', '28267', '28238', '27160', '28735', '27984', '28777', '23830', '22687', '28260', '28251', '28817', '28792', '27337', '26804', '28769', '28760', '28239', '27161', '28736', '26842', '27047', '28286', '28744', '28261', '28252', '28818', '28793', '26805', '28770', '28761', '27985', '27338', '28778', '23831', '22688', '26843', '27048', '28287', '28745', '28240', '27162', '28737', '27986', '27339', '28779', '28072', '22689', '28262', '28253', '26806', '28771', '28762', '28241', '27163', '28738', '27049', '28288', '28746', '28070', '28749', '26669', '28803', '26674', '28753', '26668', '28802', '26673', '28752', '28748', '28747', '26667', '28801', '26672', '28751', '26670', '28804', '26675', '28754', '28750', '26671', '26676', '26807', '28763', '27987', '27340', '28263', '28254', '26781', '26770', '26759')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('54', '55', '56', '57', '58', '59', '60', '61', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '131', '125', '126', '127', '128', '156', '130', '225') ORDER BY `position` ASC
6.71ms
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 ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.70ms
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 ('5794', '5795', '5691', '5686', '5620', '5386', '5428', '5445', '5684', '5482', '5798', '5382', '5792', '5687', '5378', '5379', '5791', '4768', '4519', '5793', '5802', '5366', '5796', '5689', '5369', '5365', '5790', '5370', '5380', '5688', '5800') GROUP BY `articles`.`id`
0.36ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
849.77ms
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.97ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
571.78ms
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.70ms
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
6.41ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7139) ASC LIMIT 3
5.94ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7139) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.37ms
SELECT * FROM `seo_types`
1.00ms
SELECT * FROM `styles`
0.92ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
3.95ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
2.00ms
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
0.39ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
3,436.81ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
2,439.21ms
+ 2,439.20ms
View #2 - components.page-header
2,497.47ms
+ 58.26ms
View #3 - components.button
2,498.11ms
+ 0.64ms
View #4 - components.button
2,498.50ms
+ 0.39ms
View #5 - components.facets
2,498.77ms
+ 0.27ms
View #6 - components.filters
2,499.23ms
+ 0.46ms
View #7 - components.close-button
2,499.70ms
+ 0.47ms
View #8 - components.accordion.wrapper
2,500.08ms
+ 0.38ms
View #9 - components.accordion.bodies.filters.colors
2,500.13ms
+ 0.06ms
View #10 - components.accordion.wrapper
2,501.62ms
+ 1.49ms
View #11 - components.accordion.bodies.filters.sizes
2,501.67ms
+ 0.04ms
View #12 - components.accordion.wrapper
2,503.11ms
+ 1.45ms
View #13 - components.accordion.bodies.filters.list
2,503.15ms
+ 0.04ms
View #14 - components.accordion.wrapper
2,503.58ms
+ 0.42ms
View #15 - components.accordion.bodies.filters.list
2,503.62ms
+ 0.04ms
View #16 - components.button
2,503.95ms
+ 0.33ms
View #17 - components.button
2,504.34ms
+ 0.39ms
View #18 - components.button
2,504.63ms
+ 0.29ms
View #19 - components.button
2,504.93ms
+ 0.30ms
View #20 - catalog.partials.products-listing
2,505.25ms
+ 0.33ms
View #21 - components.product-card
2,505.54ms
+ 0.29ms
View #22 - components.add-to-wishlist
2,554.53ms
+ 48.99ms
View #23 - components.product-card
2,556.55ms
+ 2.01ms
View #24 - components.add-to-wishlist
2,560.64ms
+ 4.10ms
View #25 - components.product-card
2,562.36ms
+ 1.72ms
View #26 - components.add-to-wishlist
2,566.52ms
+ 4.16ms
View #27 - components.product-card
2,568.21ms
+ 1.69ms
View #28 - components.add-to-wishlist
2,572.06ms
+ 3.85ms
View #29 - components.product-card
2,573.63ms
+ 1.57ms
View #30 - components.add-to-wishlist
2,577.65ms
+ 4.02ms
View #31 - components.product-card
2,579.42ms
+ 1.77ms
View #32 - components.add-to-wishlist
2,583.34ms
+ 3.93ms
View #33 - components.product-card
2,584.98ms
+ 1.64ms
View #34 - components.add-to-wishlist
2,588.96ms
+ 3.98ms
View #35 - components.product-card
2,590.55ms
+ 1.59ms
View #36 - components.add-to-wishlist
2,594.50ms
+ 3.95ms
View #37 - components.product-card
2,596.24ms
+ 1.75ms
View #38 - components.add-to-wishlist
2,600.34ms
+ 4.10ms
View #39 - components.product-card
2,601.95ms
+ 1.61ms
View #40 - components.add-to-wishlist
2,605.89ms
+ 3.94ms
View #41 - components.product-card
2,607.44ms
+ 1.55ms
View #42 - components.add-to-wishlist
2,611.42ms
+ 3.98ms
View #43 - components.product-card
2,613.00ms
+ 1.59ms
View #44 - components.add-to-wishlist
2,617.24ms
+ 4.24ms
View #45 - components.product-card
2,618.91ms
+ 1.67ms
View #46 - components.add-to-wishlist
2,622.38ms
+ 3.46ms
View #47 - components.product-card
2,632.85ms
+ 10.48ms
View #48 - components.add-to-wishlist
2,637.02ms
+ 4.16ms
View #49 - components.product-card
2,638.65ms
+ 1.63ms
View #50 - components.add-to-wishlist
2,675.62ms
+ 36.97ms
View #51 - components.product-card
2,681.17ms
+ 5.55ms
View #52 - components.add-to-wishlist
2,696.12ms
+ 14.94ms
View #53 - components.product-card
2,697.84ms
+ 1.72ms
View #54 - components.add-to-wishlist
2,706.69ms
+ 8.85ms
View #55 - components.product-card
2,715.03ms
+ 8.34ms
View #56 - components.add-to-wishlist
2,719.19ms
+ 4.15ms
View #57 - components.product-card
2,720.95ms
+ 1.76ms
View #58 - components.add-to-wishlist
2,729.05ms
+ 8.11ms
View #59 - components.catalog-push
2,730.75ms
+ 1.70ms
View #60 - components.product-card
2,731.86ms
+ 1.10ms
View #61 - components.add-to-wishlist
2,745.18ms
+ 13.32ms
View #62 - components.product-card
2,746.95ms
+ 1.77ms
View #63 - components.add-to-wishlist
2,768.77ms
+ 21.82ms
View #64 - components.product-card
2,770.51ms
+ 1.75ms
View #65 - components.add-to-wishlist
2,782.87ms
+ 12.36ms
View #66 - components.product-card
2,792.37ms
+ 9.50ms
View #67 - components.add-to-wishlist
2,802.18ms
+ 9.81ms
View #68 - components.product-card
2,803.93ms
+ 1.75ms
View #69 - components.add-to-wishlist
2,818.06ms
+ 14.13ms
View #70 - components.product-card
2,819.66ms
+ 1.60ms
View #71 - components.add-to-wishlist
2,831.78ms
+ 12.12ms
View #72 - components.product-card
2,833.56ms
+ 1.79ms
View #73 - components.add-to-wishlist
2,837.40ms
+ 3.84ms
View #74 - components.product-card
2,839.12ms
+ 1.72ms
View #75 - components.add-to-wishlist
2,855.77ms
+ 16.65ms
View #76 - components.product-card
2,857.51ms
+ 1.74ms
View #77 - components.add-to-wishlist
2,868.48ms
+ 10.97ms
View #78 - components.product-card
2,870.38ms
+ 1.90ms
View #79 - components.add-to-wishlist
2,880.49ms
+ 10.11ms
View #80 - components.product-card
2,882.28ms
+ 1.78ms
View #81 - components.add-to-wishlist
2,890.19ms
+ 7.92ms
View #82 - components.product-card
2,891.96ms
+ 1.77ms
View #83 - components.add-to-wishlist
2,905.34ms
+ 13.38ms
View #84 - components.pagination
2,907.19ms
+ 1.85ms
View #85 - components.recently-viewed
2,908.02ms
+ 0.83ms
View #86 - components.product-related
2,925.23ms
+ 17.21ms
View #87 - components.seo-footer
2,925.64ms
+ 0.41ms
View #88 - components.facets
2,926.55ms
+ 0.91ms
View #89 - components.button
2,926.88ms
+ 0.33ms
View #90 - components.button
2,927.19ms
+ 0.31ms
View #91 - modules.seo-links
2,927.46ms
+ 0.27ms
View #92 - components.button
2,927.95ms
+ 0.48ms
View #93 - components.button
2,928.35ms
+ 0.41ms
View #94 - components.button
2,928.75ms
+ 0.39ms
View #95 - layout.layout
2,929.12ms
+ 0.37ms
View #96 - layout.meta
3,011.23ms
+ 82.12ms
View #97 - modules.notification
3,241.27ms
+ 230.03ms
View #98 - modules.header
3,242.08ms
+ 0.81ms
View #99 - modules.menu
3,242.76ms
+ 0.68ms
View #100 - components.menu-first-level
3,243.32ms
+ 0.56ms
View #101 - components.menu-second-level
3,260.57ms
+ 17.25ms
View #102 - components.menu-pushes
3,266.01ms
+ 5.44ms
View #103 - components.menu-pushes
3,292.47ms
+ 26.46ms
View #104 - components.menu-pushes
3,309.47ms
+ 17.00ms
View #105 - components.menu-pushes
3,319.96ms
+ 10.49ms
View #106 - components.menu-pushes
3,321.51ms
+ 1.55ms
View #107 - svg.logo
3,322.37ms
+ 0.86ms
View #108 - modules.messages
3,323.25ms
+ 0.88ms
View #109 - modules.breadcrumbs
3,323.69ms
+ 0.45ms
View #110 - modules.footer
3,330.41ms
+ 6.72ms
View #111 - components.reinsurance-support
3,330.92ms
+ 0.51ms
View #112 - components.field
3,333.78ms
+ 2.86ms
View #113 - components.csrf-field
3,334.16ms
+ 0.38ms
View #114 - components.button
3,334.36ms
+ 0.20ms
View #115 - components.footer-links
3,335.50ms
+ 1.15ms
View #116 - modules.panel
3,337.86ms
+ 2.35ms
View #117 - modules.popin
3,338.05ms
+ 0.20ms
View #118 - modules.blueshift-popin
3,338.22ms
+ 0.17ms
View #119 - modules.search-panel
3,339.12ms
+ 0.90ms
View #120 - catalog.search-form
3,339.44ms
+ 0.32ms
View #121 - components.field
3,350.98ms
+ 11.54ms
View #122 - modules.toaster
3,352.06ms
+ 1.08ms
View #123 - layout.overlay
3,352.25ms
+ 0.19ms
View #124 - modules.webstore-switcher
3,360.25ms
+ 8.00ms
View #125 - components.close-button
3,360.74ms
+ 0.48ms
View #126 - components.native-select
3,361.23ms
+ 0.49ms
View #127 - components.native-select
3,382.30ms
+ 21.07ms
View #128 - components.button
3,382.70ms
+ 0.40ms
View #129 - components.button
3,383.05ms
+ 0.35ms
View #130 - helpers.grid
3,383.41ms
+ 0.36ms
View #131 - modules.loading-bar
3,383.60ms
+ 0.19ms
View #132 - 3rdparties.didomi
3,432.03ms
+ 48.44ms
View #133 - 3rdparties.gtm
3,432.28ms
+ 0.25ms
View #134 - 3rdparties.abtasty.main
3,432.45ms
+ 0.17ms
View #135 - 3rdparties.abtasty.tracking
3,432.59ms
+ 0.14ms
View #136 - 3rdparties.blueshift
3,432.84ms
+ 0.25ms
View #137 - 3rdparties.sizebay.main
3,433.23ms
+ 0.40ms
View #138 - 3rdparties.sizebay.tracking
3,433.44ms
+ 0.21ms
View #139 - 3rdparties.gsi
3,433.66ms
+ 0.22ms
View #140 - 3rdparties.applepay
3,433.79ms
+ 0.13ms
View #141 - 3rdparties.alma
3,434.03ms
+ 0.24ms
View #142 - path: /var/www/html/laravel/profiling/template.blade.php
3,436.86ms
+ 2.83ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(14) 216.73.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) 37876
REDIRECT_URL string(36) /fr/c-mid-season-sale-pantalons.html
REDIRECT_QUERY_STRING string(36) /fr/c-mid-season-sale-pantalons.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(36) /fr/c-mid-season-sale-pantalons.html
REQUEST_URI string(36) /fr/c-mid-season-sale-pantalons.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151784.262
REQUEST_TIME int 1784151784
HTTPS string(2) on
... array(3)
csrf_token string(40) 0Pb8DYcwzlrmXBiK9ykFTXOaSe9iIC09e6ItgzkW
last_category string(15) stdClass object
cart string(12) Order object