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

Filtres

Couleur

Taille

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.28ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.22ms
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.45ms
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.23ms
SELECT * FROM `languages`
0.44ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.52ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.93ms
SELECT * FROM `config`
0.42ms
SELECT * FROM `meta_categories` WHERE `slug` = 'costume-business' LIMIT 1
0.35ms
SELECT `colors`.*, `color_meta_category`.`id` AS `pivot_id`, `color_meta_category`.`category_id` AS `pivot_category_id`, `color_meta_category`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_meta_category` ON `colors`.`id` = `color_meta_category`.`color_id` WHERE `color_meta_category`.`category_id` = '15'
0.37ms
SELECT `seo_types`.*, `meta_category_seo_type`.`id` AS `pivot_id`, `meta_category_seo_type`.`category_id` AS `pivot_category_id`, `meta_category_seo_type`.`seo_id` AS `pivot_seo_id` FROM `seo_types` INNER JOIN `meta_category_seo_type` ON `seo_types`.`id` = `meta_category_seo_type`.`seo_id` WHERE `meta_category_seo_type`.`category_id` = '15'
0.25ms
SELECT `styles`.*, `meta_category_style`.`id` AS `pivot_id`, `meta_category_style`.`category_id` AS `pivot_category_id`, `meta_category_style`.`style_id` AS `pivot_style_id` FROM `styles` INNER JOIN `meta_category_style` ON `styles`.`id` = `meta_category_style`.`style_id` WHERE `meta_category_style`.`category_id` = '15'
0.24ms
SELECT `tags`.*, `meta_category_tag`.`id` AS `pivot_id`, `meta_category_tag`.`category_id` AS `pivot_category_id`, `meta_category_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `meta_category_tag` ON `tags`.`id` = `meta_category_tag`.`tag_id` WHERE `meta_category_tag`.`category_id` = '15'
12.74ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (9) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(29) ASC) q
4.45ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (9) GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3,140.03ms
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 `products` AS `p2` ON `p2`.`id` = `products_items`.`parent_id` LEFT JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (9) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (9) WHERE `sizes`.`name` <> 'TU' AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
9.36ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (9) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(29) ASC LIMIT 32 OFFSET 0
0.13ms
SELECT FOUND_ROWS()
0.96ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') ORDER BY `webstore_id` ASC
1.17ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1', '5', '4') 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 ('8', '18', '23') ORDER BY `singular` ASC
0.42ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('76', '64', '28', '39', '42') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.96ms
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 ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') ORDER BY `name` ASC
0.74ms
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 ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') ORDER BY `name` ASC
1.31ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') ORDER BY `position` ASC
2.12ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28466', '27468', '28473', '27512', '28480', '28496', '28133', '28503', '28510', '27172', '28488', '25175', '28489', '28460', '25176', '28467', '27469', '28474', '27513', '28481', '28497', '28134', '28504', '28511', '27173', '28482', '28498', '28135', '28505', '28512', '27174', '28490', '28461', '25177', '28468', '27470', '28475', '27514', '28462', '25178', '28469', '27471', '28476', '27515', '28483', '28499', '28136', '28506', '28513', '27175', '28491', '28514', '27176', '28492', '28463', '25179', '28470', '27472', '28477', '27516', '28484', '28500', '28137', '28507', '28464', '25180', '28455', '28471', '27473', '28478', '27517', '28485', '28501', '28138', '28508', '28515', '28493', '28494', '28465', '25181', '28456', '28472', '27474', '28479', '27177', '27518', '28139', '28486', '28502', '28509', '28516', '28457', '27178', '28487', '28517', '28495', '28458', '27179', '27156', '28459', '27157', '27158', '27159', '27160', '27161', '27162', '27163')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '44', '4', '45', '7', '46', '10', '47', '13', '48', '16', '19', '49', '22', '50', '25', '51', '63', '28', '65', '67', '69', '71', '73', '75', '77') ORDER BY `position` ASC
1.05ms
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 ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.89ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4666', '5809', '5692', '5447', '5808', '5429', '5400', '5810', '5387', '5804', '5807', '5184', '5188', '5694', '4853', '5790', '5791', '5803', '5691', '5178', '4849', '5361', '5386', '5428', '5445', '5789', '3590') ORDER BY `webstore_id` ASC
1.57ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4666', '5809', '5692', '5447', '5808', '5429', '5400', '5810', '5387', '5804', '5807', '5184', '5188', '5694', '4853', '5790', '5791', '5803', '5691', '5178', '4849', '5361', '5386', '5428', '5445', '5789', '3590') ORDER BY `position` ASC
3.58ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28303', '28870', '27172', '28855', '28289', '28862', '27050', '26942', '25836', '28847', '25857', '26943', '25837', '28848', '25858', '28304', '28871', '27173', '28856', '28290', '28863', '27051', '27174', '28857', '28291', '28864', '27052', '26944', '25838', '28849', '25859', '28305', '28872', '25839', '28850', '25860', '28306', '28873', '27175', '28858', '28292', '28865', '27053', '26945', '27176', '28859', '28293', '28866', '27054', '26946', '25840', '28851', '25861', '28307', '28874', '18459', '18460', '25869', '25841', '28852', '25862', '28308', '28875', '26844', '27177', '28860', '28294', '28867', '27055', '28826', '18461', '26947', '27178', '28861', '28295', '28868', '27056', '28827', '18462', '26948', '25870', '25842', '28853', '25863', '28309', '28876', '26845', '28854', '28310', '26846', '27179', '28296', '28869', '27057', '28828', '18463', '26949', '25871', '27042', '27058', '28829', '18464', '26950', '28739', '25872', '26837', '23348', '28731', '28819', '26847', '24205', '28281', '27156', '26848', '27059', '28830', '26951', '25873', '23349', '28732', '28820', '24206', '28282', '27157', '27043', '28740', '26838', '28741', '26839', '23350', '28733', '28821', '24207', '28283', '27158', '27044', '28734', '28822', '24208', '28284', '27159', '27045', '28742', '26840', '23351', '26841', '23352', '28735', '28823', '24209', '28285', '27160', '27046', '28743', '24210', '28286', '27161', '26643', '27047', '28744', '28726', '26842', '25075', '23353', '28736', '28824', '26843', '24178', '23354', '28737', '28825', '24211', '28287', '27162', '26644', '27048', '28745', '28727', '26645', '28288', '27049', '28746', '28728', '24179', '28738', '27163', '26646', '28729', '24180', '28730', '24181', '26647')
0.44ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '112', '113', '49', '114', '50', '115', '51', '116', '63', '52', '117', '53', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.33ms
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 ('5826', '5727', '5721', '5729', '5185', '5829', '5661', '5032', '5430', '5445', '5825', '5189', '5513', '5823', '5638', '5824', '5519', '5725', '5417', '5728', '5726', '5838', '5724', '5723', '5722', '5827', '5424', '5179', '5447') GROUP BY `articles`.`id`
1.34ms
SELECT `meta_categories`.*, `meta_categories_xlinking`.`id` AS `pivot_id`, `meta_categories_xlinking`.`parent_id` AS `pivot_parent_id`, `meta_categories_xlinking`.`child_id` AS `pivot_child_id` FROM `meta_categories` INNER JOIN `meta_categories_xlinking` ON `meta_categories`.`id` = `meta_categories_xlinking`.`child_id` WHERE `meta_categories_xlinking`.`parent_id` = '15' AND `is_enabled` = '1' ORDER BY RAND(29115) ASC
0.25ms
SELECT `code`, `taxes` FROM `countries`
0.62ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
1.03ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.03ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.26ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.57ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
217.48ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.89ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('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.29ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
321.90ms
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.66ms
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
Name Running Time (ms) Difference
default_timer
4,554.34ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
3,354.80ms
+ 3,354.79ms
View #2 - components.page-header
3,399.44ms
+ 44.65ms
View #3 - components.button
3,399.97ms
+ 0.52ms
View #4 - components.button
3,400.39ms
+ 0.42ms
View #5 - components.filters
3,401.11ms
+ 0.72ms
View #6 - components.close-button
3,401.54ms
+ 0.43ms
View #7 - components.accordion.wrapper
3,401.88ms
+ 0.34ms
View #8 - components.accordion.bodies.filters.colors
3,401.92ms
+ 0.04ms
View #9 - components.accordion.wrapper
3,403.58ms
+ 1.66ms
View #10 - components.accordion.bodies.filters.sizes
3,403.62ms
+ 0.05ms
View #11 - components.accordion.wrapper
3,404.54ms
+ 0.92ms
View #12 - components.accordion.bodies.filters.list
3,404.58ms
+ 0.05ms
View #13 - components.button
3,404.88ms
+ 0.29ms
View #14 - components.button
3,405.19ms
+ 0.31ms
View #15 - components.button
3,405.48ms
+ 0.29ms
View #16 - components.button
3,405.85ms
+ 0.37ms
View #17 - catalog.partials.products-listing
3,406.18ms
+ 0.33ms
View #18 - components.product-card
3,406.46ms
+ 0.27ms
View #19 - components.add-to-wishlist
3,459.40ms
+ 52.95ms
View #20 - components.product-card
3,461.99ms
+ 2.59ms
View #21 - components.add-to-wishlist
3,466.05ms
+ 4.06ms
View #22 - components.product-card
3,467.90ms
+ 1.85ms
View #23 - components.add-to-wishlist
3,472.03ms
+ 4.13ms
View #24 - components.product-card
3,473.70ms
+ 1.67ms
View #25 - components.add-to-wishlist
3,478.32ms
+ 4.62ms
View #26 - components.product-card
3,480.24ms
+ 1.92ms
View #27 - components.add-to-wishlist
3,485.45ms
+ 5.21ms
View #28 - components.product-card
3,487.67ms
+ 2.23ms
View #29 - components.add-to-wishlist
3,493.50ms
+ 5.83ms
View #30 - components.product-card
3,495.71ms
+ 2.21ms
View #31 - components.add-to-wishlist
3,500.25ms
+ 4.54ms
View #32 - components.product-card
3,501.93ms
+ 1.68ms
View #33 - components.add-to-wishlist
3,506.01ms
+ 4.08ms
View #34 - components.product-card
3,507.79ms
+ 1.78ms
View #35 - components.add-to-wishlist
3,513.75ms
+ 5.96ms
View #36 - components.product-card
3,516.31ms
+ 2.56ms
View #37 - components.add-to-wishlist
3,521.25ms
+ 4.94ms
View #38 - components.product-card
3,523.15ms
+ 1.89ms
View #39 - components.add-to-wishlist
3,540.40ms
+ 17.26ms
View #40 - components.product-card
3,542.69ms
+ 2.29ms
View #41 - components.add-to-wishlist
3,547.87ms
+ 5.18ms
View #42 - components.product-card
3,550.46ms
+ 2.59ms
View #43 - components.add-to-wishlist
3,554.72ms
+ 4.27ms
View #44 - components.product-card
3,556.61ms
+ 1.88ms
View #45 - components.add-to-wishlist
3,562.53ms
+ 5.92ms
View #46 - components.product-card
3,564.78ms
+ 2.25ms
View #47 - components.add-to-wishlist
3,570.74ms
+ 5.96ms
View #48 - components.product-card
3,573.00ms
+ 2.27ms
View #49 - components.add-to-wishlist
3,578.85ms
+ 5.84ms
View #50 - components.product-card
3,581.29ms
+ 2.45ms
View #51 - components.add-to-wishlist
3,585.51ms
+ 4.21ms
View #52 - components.product-card
3,587.44ms
+ 1.94ms
View #53 - components.add-to-wishlist
3,592.10ms
+ 4.66ms
View #54 - components.product-card
3,593.91ms
+ 1.81ms
View #55 - components.add-to-wishlist
3,599.36ms
+ 5.45ms
View #56 - components.product-card
3,601.74ms
+ 2.39ms
View #57 - components.add-to-wishlist
3,605.80ms
+ 4.05ms
View #58 - components.product-card
3,607.62ms
+ 1.83ms
View #59 - components.add-to-wishlist
3,612.14ms
+ 4.52ms
View #60 - components.product-card
3,613.82ms
+ 1.68ms
View #61 - components.add-to-wishlist
3,618.67ms
+ 4.85ms
View #62 - components.product-card
3,621.12ms
+ 2.46ms
View #63 - components.add-to-wishlist
3,625.11ms
+ 3.99ms
View #64 - components.product-card
3,626.92ms
+ 1.81ms
View #65 - components.add-to-wishlist
3,631.35ms
+ 4.43ms
View #66 - components.product-card
3,633.00ms
+ 1.65ms
View #67 - components.add-to-wishlist
3,637.04ms
+ 4.04ms
View #68 - components.product-card
3,638.66ms
+ 1.62ms
View #69 - components.add-to-wishlist
3,644.09ms
+ 5.43ms
View #70 - components.product-card
3,646.28ms
+ 2.19ms
View #71 - components.add-to-wishlist
3,653.22ms
+ 6.94ms
View #72 - components.product-card
3,655.71ms
+ 2.49ms
View #73 - components.add-to-wishlist
3,663.25ms
+ 7.54ms
View #74 - components.product-card
3,665.89ms
+ 2.64ms
View #75 - components.add-to-wishlist
3,670.17ms
+ 4.29ms
View #76 - components.seo-footer
3,672.66ms
+ 2.49ms
View #77 - components.button
3,674.12ms
+ 1.46ms
View #78 - components.button
3,674.66ms
+ 0.53ms
View #79 - layout.layout
3,675.99ms
+ 1.33ms
View #80 - layout.meta
3,725.19ms
+ 49.21ms
View #81 - modules.notification
3,846.27ms
+ 121.08ms
View #82 - modules.header
3,847.38ms
+ 1.11ms
View #83 - modules.menu
4,460.58ms
+ 613.20ms
View #84 - components.menu-first-level
4,461.17ms
+ 0.59ms
View #85 - components.menu-second-level
4,463.97ms
+ 2.80ms
View #86 - components.menu-pushes
4,468.41ms
+ 4.44ms
View #87 - components.menu-pushes
4,476.29ms
+ 7.89ms
View #88 - components.menu-pushes
4,482.49ms
+ 6.19ms
View #89 - components.menu-pushes
4,484.44ms
+ 1.96ms
View #90 - components.menu-pushes
4,485.83ms
+ 1.39ms
View #91 - svg.logo
4,486.67ms
+ 0.84ms
View #92 - modules.messages
4,487.77ms
+ 1.10ms
View #93 - modules.breadcrumbs
4,488.21ms
+ 0.44ms
View #94 - modules.footer
4,488.46ms
+ 0.25ms
View #95 - components.reinsurance-support
4,488.86ms
+ 0.40ms
View #96 - components.field
4,489.38ms
+ 0.52ms
View #97 - components.csrf-field
4,489.78ms
+ 0.40ms
View #98 - components.button
4,489.97ms
+ 0.19ms
View #99 - components.footer-links
4,490.31ms
+ 0.34ms
View #100 - modules.panel
4,492.89ms
+ 2.58ms
View #101 - modules.popin
4,493.07ms
+ 0.18ms
View #102 - modules.blueshift-popin
4,493.23ms
+ 0.17ms
View #103 - modules.search-panel
4,494.18ms
+ 0.95ms
View #104 - catalog.search-form
4,494.50ms
+ 0.32ms
View #105 - components.field
4,494.96ms
+ 0.46ms
View #106 - modules.toaster
4,495.83ms
+ 0.86ms
View #107 - layout.overlay
4,495.97ms
+ 0.15ms
View #108 - modules.webstore-switcher
4,498.10ms
+ 2.13ms
View #109 - components.close-button
4,498.43ms
+ 0.33ms
View #110 - components.native-select
4,498.91ms
+ 0.47ms
View #111 - components.native-select
4,499.48ms
+ 0.57ms
View #112 - components.button
4,499.83ms
+ 0.35ms
View #113 - components.button
4,500.15ms
+ 0.32ms
View #114 - helpers.grid
4,500.51ms
+ 0.36ms
View #115 - modules.loading-bar
4,500.68ms
+ 0.17ms
View #116 - 3rdparties.didomi
4,550.51ms
+ 49.83ms
View #117 - 3rdparties.gtm
4,550.87ms
+ 0.36ms
View #118 - 3rdparties.abtasty.main
4,551.12ms
+ 0.24ms
View #119 - 3rdparties.abtasty.tracking
4,551.33ms
+ 0.21ms
View #120 - 3rdparties.blueshift
4,551.59ms
+ 0.27ms
View #121 - 3rdparties.sizebay.main
4,552.03ms
+ 0.44ms
View #122 - 3rdparties.sizebay.tracking
4,552.25ms
+ 0.22ms
View #123 - 3rdparties.gsi
4,552.49ms
+ 0.24ms
View #124 - 3rdparties.applepay
4,552.62ms
+ 0.12ms
View #125 - 3rdparties.alma
4,552.88ms
+ 0.26ms
View #126 - path: /var/www/html/laravel/profiling/template.blade.php
4,554.39ms
+ 1.52ms
... 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) 55298
REDIRECT_URL string(27) /fr/m-costume-business.html
REDIRECT_QUERY_STRING string(27) /fr/m-costume-business.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(27) /fr/m-costume-business.html
REQUEST_URI string(27) /fr/m-costume-business.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784150999.627
REQUEST_TIME int 1784150999
HTTPS string(2) on
... array(2)
csrf_token string(40) tRhytKPJLwcAncR7N9tbop2YVbTTAaPebLxUiDmf
cart string(12) Order object