New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available
116 products

Filters

Color

Size

Sort by

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.42ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.27ms
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.37ms
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.41ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.72ms
SELECT * FROM `config`
0.50ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'mens-wedding-clothes' LIMIT 1
0.37ms
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` = '55'
0.29ms
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` = '55'
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` = '55'
0.31ms
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` = '55'
40.14ms
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 (18) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
3.53ms
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 (18) GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
7,459.80ms
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 (18) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (18) 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
41.01ms
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 (18) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 64
0.20ms
SELECT FOUND_ROWS()
1.54ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `webstore_id` ASC
1.75ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `position` ASC
0.45ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('15', '2', '4', '8', '1', '9', '6', '5', '10') 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 ('29', '22', '23', '9', '15', '31', '32', '7', '8', '30', '18', '58', '55') ORDER BY `singular` ASC
0.53ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '50', '64', '13', '16', '35', '28', '15', '40', '74', '61', '63') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.23ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `name` ASC
0.95ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `name` ASC
1.56ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY `position` ASC
3.18ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29186', '27535', '6488', '29050', '6636', '28029', '27131', '29340', '27537', '6496', '28839', '29090', '27546', '6502', '19079', '26204', '27527', '29348', '28840', '27528', '29349', '29051', '28030', '27132', '27240', '29341', '28031', '27133', '27241', '29342', '28841', '27529', '29350', '29052', '27530', '29351', '29053', '29455', '28032', '27134', '27242', '29343', '28842', '28033', '27135', '27243', '29344', '28843', '27531', '29352', '3802', '29054', '17540', '29456', '27532', '29353', '2775', '17541', '29457', '27136', '27244', '29345', '27137', '27245', '29346', '29055', '28034', '27533', '29354', '2771', '17542', '28844', '29458', '2776', '29355', '17543', '28845', '29459', '27138', '27246', '29347', '29056', '28035', '29057', '28036', '2772', '29356', '17544', '28846', '29460', '29357', '17545', '2773', '2774', '17546', '27854', '27898', '28039', '27899', '28038', '27855', '28037', '28040', '27856', '27900', '27901', '23593', '27857', '23594', '27858', '23595', '27902', '23596', '27903', '23597', '27859', '23598', '27904', '27860', '27861', '27905')
0.82ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '142', '122', '44', '1', '45', '4', '5', '46', '7', '8', '10', '47', '81', '11', '48', '13', '14', '112', '82', '16', '113', '83', '17', '19', '20', '49', '114', '84', '115', '22', '50', '85', '23', '51', '116', '25', '86', '28', '117', '118', '62', '152', '64', '153', '154', '155', '66', '68', '89', '90', '70', '91', '92', '72', '93', '123', '74', '76') ORDER BY `position` ASC
0.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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.62ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5633', '6001', '5999', '5850', '5851', '5628', '5849', '5602', '5009', '5983', '5613', '5984') ORDER BY `webstore_id` ASC
1.40ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5633', '6001', '5999', '5850', '5851', '5628', '5849', '5602', '5009', '5983', '5613', '5984') ORDER BY `position` ASC
2.40ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29708', '29723', '29007', '28998', '28021', '28056', '28057', '29709', '29724', '29008', '28999', '28022', '29710', '29725', '29009', '29000', '28023', '28058', '28059', '29711', '29726', '29010', '29001', '28024', '29727', '29011', '29002', '28025', '28060', '29712', '28061', '29713', '29728', '29012', '29003', '28026', '28027', '28062', '29714', '29729', '29013', '29004', '29730', '29014', '29005', '28028', '28063', '29731', '29015', '29006', '29732', '29591', '27854', '29599', '27931', '24998', '28989', '29600', '27932', '29592', '27855', '24999', '28990', '29593', '27856', '29601', '27933', '28991', '25000', '29602', '27934', '29594', '27857', '25001', '28992', '27858', '29603', '27935', '29595', '28993', '25002', '27936', '29596', '27859', '29604', '25003', '28994', '27860', '29605', '27937', '29597', '28995', '25004', '29598', '27861', '29606', '27938', '25076', '28996', '25077', '28997', '25078')
0.47ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '53', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151') ORDER BY `position` ASC
1.72ms
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 ('5525', '5854', '5629', '5875', '5442', '3732', '75', '4709', '5644', '6009', '67', '5266', '5929', '6012', '5930', '5902', '5630', '5806', '5534', '5864', '5521', '5602', '5523', '5462', '438', '5958', '5608', '3396', '685', '81', '5637', '5855') GROUP BY `articles`.`id`
1.28ms
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` = '55' AND `is_enabled` = '1' ORDER BY RAND(36155) ASC
0.39ms
SELECT * FROM `seo_types`
0.43ms
SELECT * FROM `styles`
0.74ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.85ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.29ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
150.20ms
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.70ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
228.86ms
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.70ms
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
Name Running Time (ms) Difference
default_timer
8,650.21ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
7,814.45ms
+ 7,814.45ms
View #2 - components.page-header
7,848.32ms
+ 33.87ms
View #3 - components.button
7,864.50ms
+ 16.18ms
View #4 - components.button
7,864.99ms
+ 0.49ms
View #5 - components.filters
7,865.75ms
+ 0.77ms
View #6 - components.close-button
7,866.11ms
+ 0.36ms
View #7 - components.accordion.wrapper
7,866.36ms
+ 0.25ms
View #8 - components.accordion.bodies.filters.colors
7,866.41ms
+ 0.06ms
View #9 - components.accordion.wrapper
7,867.72ms
+ 1.31ms
View #10 - components.accordion.bodies.filters.sizes
7,867.76ms
+ 0.04ms
View #11 - components.accordion.wrapper
7,868.58ms
+ 0.83ms
View #12 - components.accordion.bodies.filters.list
7,868.61ms
+ 0.03ms
View #13 - components.button
7,868.83ms
+ 0.22ms
View #14 - components.button
7,869.05ms
+ 0.22ms
View #15 - components.button
7,869.23ms
+ 0.18ms
View #16 - components.button
7,869.41ms
+ 0.18ms
View #17 - components.pagination
7,869.65ms
+ 0.24ms
View #18 - components.button
7,869.90ms
+ 0.25ms
View #19 - catalog.partials.products-listing
7,870.13ms
+ 0.23ms
View #20 - components.product-card
7,870.35ms
+ 0.22ms
View #21 - components.add-to-wishlist
7,902.15ms
+ 31.80ms
View #22 - components.product-card
7,903.90ms
+ 1.75ms
View #23 - components.add-to-wishlist
7,908.00ms
+ 4.10ms
View #24 - components.product-card
7,909.49ms
+ 1.49ms
View #25 - components.add-to-wishlist
7,912.54ms
+ 3.05ms
View #26 - components.product-card
7,914.06ms
+ 1.52ms
View #27 - components.add-to-wishlist
7,916.24ms
+ 2.17ms
View #28 - components.product-card
7,917.63ms
+ 1.39ms
View #29 - components.add-to-wishlist
7,920.44ms
+ 2.81ms
View #30 - components.product-card
7,921.92ms
+ 1.48ms
View #31 - components.add-to-wishlist
7,924.07ms
+ 2.15ms
View #32 - components.product-card
7,925.43ms
+ 1.36ms
View #33 - components.add-to-wishlist
7,927.37ms
+ 1.93ms
View #34 - components.product-card
7,928.69ms
+ 1.33ms
View #35 - components.add-to-wishlist
7,931.79ms
+ 3.10ms
View #36 - components.product-card
7,933.28ms
+ 1.49ms
View #37 - components.add-to-wishlist
7,937.80ms
+ 4.52ms
View #38 - components.product-card
7,939.58ms
+ 1.78ms
View #39 - components.add-to-wishlist
7,943.57ms
+ 3.99ms
View #40 - components.product-card
7,945.49ms
+ 1.92ms
View #41 - components.add-to-wishlist
7,947.55ms
+ 2.06ms
View #42 - components.product-card
7,948.76ms
+ 1.21ms
View #43 - components.add-to-wishlist
7,950.80ms
+ 2.04ms
View #44 - components.product-card
7,952.07ms
+ 1.27ms
View #45 - components.add-to-wishlist
7,955.35ms
+ 3.28ms
View #46 - components.product-card
7,956.74ms
+ 1.39ms
View #47 - components.add-to-wishlist
7,960.97ms
+ 4.22ms
View #48 - components.product-card
7,962.80ms
+ 1.84ms
View #49 - components.add-to-wishlist
7,966.35ms
+ 3.54ms
View #50 - components.product-card
7,967.75ms
+ 1.41ms
View #51 - components.add-to-wishlist
7,969.84ms
+ 2.08ms
View #52 - components.product-card
7,971.09ms
+ 1.25ms
View #53 - components.add-to-wishlist
7,974.49ms
+ 3.40ms
View #54 - components.product-card
7,976.25ms
+ 1.76ms
View #55 - components.add-to-wishlist
7,984.72ms
+ 8.47ms
View #56 - components.product-card
7,986.28ms
+ 1.55ms
View #57 - components.add-to-wishlist
7,988.29ms
+ 2.01ms
View #58 - components.product-card
7,989.79ms
+ 1.49ms
View #59 - components.add-to-wishlist
7,992.83ms
+ 3.04ms
View #60 - components.product-card
7,994.36ms
+ 1.54ms
View #61 - components.add-to-wishlist
7,997.76ms
+ 3.40ms
View #62 - components.product-card
7,999.29ms
+ 1.53ms
View #63 - components.add-to-wishlist
8,002.71ms
+ 3.42ms
View #64 - components.product-card
8,004.25ms
+ 1.54ms
View #65 - components.add-to-wishlist
8,006.29ms
+ 2.05ms
View #66 - components.product-card
8,007.67ms
+ 1.38ms
View #67 - components.add-to-wishlist
8,010.57ms
+ 2.90ms
View #68 - components.product-card
8,012.29ms
+ 1.73ms
View #69 - components.add-to-wishlist
8,014.55ms
+ 2.26ms
View #70 - components.product-card
8,015.89ms
+ 1.33ms
View #71 - components.add-to-wishlist
8,018.85ms
+ 2.96ms
View #72 - components.product-card
8,020.22ms
+ 1.37ms
View #73 - components.add-to-wishlist
8,023.88ms
+ 3.65ms
View #74 - components.product-card
8,025.50ms
+ 1.62ms
View #75 - components.add-to-wishlist
8,028.62ms
+ 3.12ms
View #76 - components.product-card
8,030.55ms
+ 1.92ms
View #77 - components.add-to-wishlist
8,033.69ms
+ 3.14ms
View #78 - components.product-card
8,035.42ms
+ 1.72ms
View #79 - components.add-to-wishlist
8,038.05ms
+ 2.63ms
View #80 - components.product-card
8,039.40ms
+ 1.34ms
View #81 - components.add-to-wishlist
8,043.49ms
+ 4.09ms
View #82 - components.product-card
8,045.93ms
+ 2.44ms
View #83 - components.add-to-wishlist
8,050.25ms
+ 4.32ms
View #84 - components.seo-footer
8,052.34ms
+ 2.09ms
View #85 - components.pagination
8,052.65ms
+ 0.31ms
View #86 - components.button
8,052.94ms
+ 0.29ms
View #87 - components.button
8,053.81ms
+ 0.87ms
View #88 - components.button
8,054.06ms
+ 0.25ms
View #89 - layout.layout
8,054.30ms
+ 0.24ms
View #90 - layout.meta
8,055.33ms
+ 1.03ms
View #91 - modules.notification
8,136.77ms
+ 81.44ms
View #92 - modules.header
8,137.47ms
+ 0.70ms
View #93 - modules.menu
8,581.54ms
+ 444.07ms
View #94 - components.menu-first-level
8,582.07ms
+ 0.53ms
View #95 - components.menu-second-level
8,584.73ms
+ 2.65ms
View #96 - components.menu-pushes
8,590.20ms
+ 5.47ms
View #97 - components.menu-pushes
8,596.26ms
+ 6.06ms
View #98 - components.menu-pushes
8,599.88ms
+ 3.62ms
View #99 - components.menu-pushes
8,603.86ms
+ 3.99ms
View #100 - components.menu-pushes
8,605.23ms
+ 1.37ms
View #101 - components.menu-pushes
8,606.20ms
+ 0.97ms
View #102 - svg.logo
8,606.76ms
+ 0.55ms
View #103 - modules.messages
8,607.36ms
+ 0.60ms
View #104 - modules.breadcrumbs
8,607.73ms
+ 0.37ms
View #105 - modules.footer
8,607.92ms
+ 0.20ms
View #106 - components.reinsurance-support
8,608.22ms
+ 0.30ms
View #107 - components.field
8,608.56ms
+ 0.33ms
View #108 - components.csrf-field
8,608.78ms
+ 0.22ms
View #109 - components.button
8,608.90ms
+ 0.12ms
View #110 - components.footer-links
8,609.11ms
+ 0.21ms
View #111 - modules.panel
8,611.19ms
+ 2.08ms
View #112 - modules.popin
8,611.36ms
+ 0.17ms
View #113 - modules.blueshift-popin
8,611.48ms
+ 0.12ms
View #114 - modules.search-panel
8,612.20ms
+ 0.72ms
View #115 - catalog.search-form
8,612.46ms
+ 0.26ms
View #116 - components.field
8,612.76ms
+ 0.29ms
View #117 - modules.toaster
8,613.25ms
+ 0.49ms
View #118 - layout.overlay
8,613.36ms
+ 0.11ms
View #119 - modules.webstore-switcher
8,615.20ms
+ 1.85ms
View #120 - components.close-button
8,615.49ms
+ 0.29ms
View #121 - components.native-select
8,615.80ms
+ 0.31ms
View #122 - components.native-select
8,616.15ms
+ 0.35ms
View #123 - components.button
8,616.32ms
+ 0.17ms
View #124 - components.button
8,616.53ms
+ 0.21ms
View #125 - helpers.grid
8,616.76ms
+ 0.23ms
View #126 - modules.loading-bar
8,616.87ms
+ 0.11ms
View #127 - 3rdparties.didomi
8,647.46ms
+ 30.59ms
View #128 - 3rdparties.gtm
8,647.68ms
+ 0.22ms
View #129 - 3rdparties.abtasty.main
8,647.80ms
+ 0.12ms
View #130 - 3rdparties.abtasty.tracking
8,647.91ms
+ 0.11ms
View #131 - 3rdparties.blueshift
8,648.09ms
+ 0.18ms
View #132 - 3rdparties.sizebay.main
8,648.43ms
+ 0.34ms
View #133 - 3rdparties.sizebay.tracking
8,648.59ms
+ 0.16ms
View #134 - 3rdparties.gsi
8,648.75ms
+ 0.17ms
View #135 - 3rdparties.applepay
8,648.83ms
+ 0.08ms
View #136 - 3rdparties.alma
8,649.02ms
+ 0.18ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
8,650.27ms
+ 1.25ms
... 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(146) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=e1ff7e527fd1f346ac8c8d147bd3a3c6c495c07a%2B1mrfago5uzXR1FGA6zDtbjcH9xM22SRIS3XssCbt
HTTP_X_FORWARDED_FOR string(14) 216.73.216.136
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) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.136
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.5
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) 51076
REDIRECT_URL string(31) /en/m-mens-wedding-clothes.html
REDIRECT_QUERY_STRING string(38) /en/m-mens-wedding-clothes.html&page=3
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /en/m-mens-wedding-clothes.html&page=3
REQUEST_URI string(38) /en/m-mens-wedding-clothes.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788530365.295
REQUEST_TIME int 1788530365
HTTPS string(2) on
... array(2)
csrf_token string(40) o0IFx5pt7Y4uS0WTyUf4jUKgsVyEYKRFVahwiKz6
cart string(12) Order object