Gifts: Explore the selection. Free shipping & extended returns until 01/11.

Filters

Product family

Color

Sort by

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

Semi-traditional manufacturing

Semi-traditional manufacturing

All tailoring pieces are crafted with a semi-traditional construction,...

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.34ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.45ms
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.34ms
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.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.60ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.67ms
SELECT * FROM `config`
0.52ms
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_en` = 'mens-ceremony-outfit' 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` = '88' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.50ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '91' AND `webstore_id` = '1' ORDER BY `position` ASC
0.40ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '92' AND `webstore_id` = '1' ORDER BY `position` ASC
0.36ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '75' AND `webstore_id` = '1' ORDER BY `position` ASC
0.17ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.27ms
SELECT * FROM `categories_links` WHERE `category_id` = '88' ORDER BY `position` ASC
19.10ms
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` = 88 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
3.97ms
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` = 88 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3.28ms
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` = 88 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
20.35ms
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` = 88 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 30 OFFSET 30
0.14ms
SELECT FOUND_ROWS()
1.01ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') ORDER BY `webstore_id` ASC
1.12ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') ORDER BY `position` ASC
0.39ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '7', '10', '2', '9', '6', '14', '1', '8', '15') ORDER BY `singular` ASC
0.47ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('23', '18', '21', '57', '22', '30', '7', '55', '31', '77', '8', '15', '9', '29') ORDER BY `singular` ASC
0.54ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('43', '40', '25', '59', '15', '33', '63', '11', '13', '35', '39', '42', '67', '28', '64', '52', '34') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.03ms
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 ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') ORDER BY `name` ASC
0.78ms
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 ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') ORDER BY `name` ASC
1.42ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') ORDER BY `position` ASC
4.18ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6636', '25836', '27563', '23286', '28141', '28831', '29042', '19081', '28519', '28892', '29050', '28560', '28893', '29051', '25026', '25837', '27564', '24105', '28832', '29043', '23599', '25027', '25838', '28575', '27565', '24106', '28833', '29044', '23600', '28561', '13176', '28894', '29052', '28562', '13177', '28895', '29053', '25028', '25839', '28576', '27566', '24107', '28834', '29045', '23601', '25840', '28577', '27567', '24108', '28835', '29046', '23602', '28563', '13178', '3800', '28896', '29054', '28606', '25029', '18459', '28564', '13179', '2765', '25030', '18460', '28578', '27568', '24109', '23603', '28607', '24110', '23604', '28608', '28897', '29055', '28565', '25841', '13180', '2767', '28836', '29047', '25031', '18461', '28579', '27569', '2766', '19760', '28837', '29048', '18462', '28580', '24111', '23605', '28609', '28898', '29056', '28566', '25842', '29057', '28610', '28899', '28567', '28780', '26799', '2769', '19761', '28838', '29049', '18463', '24112', '28772', '23606', '18464', '24113', '26648', '25070', '28611', '28568', '23348', '2768', '19762', '28773', '2770', '19763', '24114', '28781', '26800', '24115', '23349', '26649', '24702', '28782', '26801', '28774', '26650', '21568', '23350', '28775', '21567', '28783', '26802', '21566', '23351', '26651', '28784', '26803', '21569', '28776', '26652', '23352', '21570', '28777', '28785', '26804', '23353', '26653', '28786', '26805', '28778', '23354', '26654', '26806', '28779', '26807')
0.77ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '1', '121', '142', '80', '45', '5', '4', '8', '46', '81', '7', '95', '82', '96', '47', '11', '10', '48', '83', '13', '97', '112', '14', '84', '98', '113', '17', '16', '85', '114', '49', '124', '20', '19', '115', '147', '50', '86', '51', '116', '87', '62', '148', '117', '88', '63', '149', '64', '118', '150', '129', '187', '65', '190', '66', '67', '90', '68', '91', '92', '69', '70', '93', '71', '123', '72', '73', '74', '75', '76', '130') ORDER BY `position` ASC
0.62ms
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 ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.51ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5693', '5696', '4669', '5009') ORDER BY `webstore_id` ASC
0.67ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5693', '5696', '4669', '5009') ORDER BY `position` ASC
1.15ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28319', '23534', '28297', '28320', '23535', '28321', '23536', '28298', '28299', '28322', '23537', '28300', '28323', '23538', '28301', '28324', '23539', '28302', '28325', '23540', '23357', '23541', '24998', '23542', '23358', '24999', '23359', '25000', '23360', '25001', '23361', '25002', '23362', '25003', '23363', '25004', '23364', '25076', '25077', '25078', '23365')
0.49ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('2', '44', '5', '45', '8', '46', '11', '47', '14', '48', '17', '49', '20', '50', '62', '51', '63', '52', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
1.86ms
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 ('5805', '5796', '2589', '5764', '5702', '438', '5797', '5864', '5863', '5755', '684', '5830', '3734', '4710', '5362', '5178', '4666', '5757', '3590', '5013', '5663', '4834', '3907', '4714', '5543', '4656', '5813', '5382', '4278', '5731') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
118.35ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.67ms
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.39ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
169.17ms
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.56ms
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
4.98ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7188) ASC LIMIT 3
4.40ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7188) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.44ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
1.02ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.99ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.41ms
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-16 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.28ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
937.64ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
602.81ms
+ 602.81ms
View #2 - components.page-header
631.19ms
+ 28.38ms
View #3 - components.button
643.14ms
+ 11.95ms
View #4 - components.button
643.56ms
+ 0.42ms
View #5 - components.facets
643.73ms
+ 0.17ms
View #6 - components.filters
644.13ms
+ 0.40ms
View #7 - components.close-button
644.44ms
+ 0.31ms
View #8 - components.accordion.wrapper
644.66ms
+ 0.22ms
View #9 - components.accordion.bodies.filters.list
644.69ms
+ 0.03ms
View #10 - components.accordion.wrapper
645.82ms
+ 1.13ms
View #11 - components.accordion.bodies.filters.colors
645.85ms
+ 0.03ms
View #12 - components.accordion.wrapper
646.31ms
+ 0.46ms
View #13 - components.accordion.bodies.filters.list
646.34ms
+ 0.03ms
View #14 - components.button
646.51ms
+ 0.18ms
View #15 - components.button
646.72ms
+ 0.21ms
View #16 - components.button
646.88ms
+ 0.16ms
View #17 - components.button
647.10ms
+ 0.22ms
View #18 - components.pagination
647.34ms
+ 0.24ms
View #19 - components.button
647.56ms
+ 0.22ms
View #20 - catalog.partials.products-listing
647.76ms
+ 0.19ms
View #21 - components.product-card
647.95ms
+ 0.19ms
View #22 - components.add-to-wishlist
678.36ms
+ 30.41ms
View #23 - components.product-card
680.02ms
+ 1.66ms
View #24 - components.add-to-wishlist
682.79ms
+ 2.77ms
View #25 - components.product-card
684.00ms
+ 1.20ms
View #26 - components.add-to-wishlist
686.42ms
+ 2.42ms
View #27 - components.product-card
687.61ms
+ 1.19ms
View #28 - components.add-to-wishlist
690.10ms
+ 2.49ms
View #29 - components.product-card
691.36ms
+ 1.26ms
View #30 - components.add-to-wishlist
694.65ms
+ 3.29ms
View #31 - components.product-card
696.30ms
+ 1.65ms
View #32 - components.add-to-wishlist
698.38ms
+ 2.07ms
View #33 - components.product-card
699.82ms
+ 1.45ms
View #34 - components.add-to-wishlist
702.56ms
+ 2.74ms
View #35 - components.product-card
703.69ms
+ 1.13ms
View #36 - components.add-to-wishlist
706.26ms
+ 2.56ms
View #37 - components.product-card
707.41ms
+ 1.15ms
View #38 - components.add-to-wishlist
709.87ms
+ 2.47ms
View #39 - components.product-card
710.98ms
+ 1.11ms
View #40 - components.add-to-wishlist
713.61ms
+ 2.63ms
View #41 - components.product-card
714.71ms
+ 1.10ms
View #42 - components.add-to-wishlist
717.20ms
+ 2.50ms
View #43 - components.catalog-push
718.26ms
+ 1.05ms
View #44 - components.product-card
719.05ms
+ 0.80ms
View #45 - components.add-to-wishlist
722.52ms
+ 3.47ms
View #46 - components.product-card
723.83ms
+ 1.31ms
View #47 - components.add-to-wishlist
725.84ms
+ 2.01ms
View #48 - components.product-card
727.00ms
+ 1.16ms
View #49 - components.add-to-wishlist
729.92ms
+ 2.92ms
View #50 - components.product-card
731.09ms
+ 1.17ms
View #51 - components.add-to-wishlist
733.54ms
+ 2.44ms
View #52 - components.product-card
734.62ms
+ 1.08ms
View #53 - components.add-to-wishlist
737.21ms
+ 2.60ms
View #54 - components.product-card
738.26ms
+ 1.04ms
View #55 - components.add-to-wishlist
740.84ms
+ 2.58ms
View #56 - components.product-card
741.89ms
+ 1.05ms
View #57 - components.add-to-wishlist
751.24ms
+ 9.36ms
View #58 - components.product-card
752.40ms
+ 1.16ms
View #59 - components.add-to-wishlist
754.74ms
+ 2.34ms
View #60 - components.product-card
756.11ms
+ 1.37ms
View #61 - components.add-to-wishlist
758.61ms
+ 2.49ms
View #62 - components.product-card
759.77ms
+ 1.16ms
View #63 - components.add-to-wishlist
761.61ms
+ 1.84ms
View #64 - components.product-card
762.63ms
+ 1.02ms
View #65 - components.add-to-wishlist
765.43ms
+ 2.80ms
View #66 - components.product-card
766.59ms
+ 1.17ms
View #67 - components.add-to-wishlist
768.91ms
+ 2.32ms
View #68 - components.product-card
770.16ms
+ 1.25ms
View #69 - components.add-to-wishlist
773.56ms
+ 3.40ms
View #70 - components.product-card
774.87ms
+ 1.31ms
View #71 - components.add-to-wishlist
777.60ms
+ 2.73ms
View #72 - components.product-card
778.70ms
+ 1.10ms
View #73 - components.add-to-wishlist
780.77ms
+ 2.06ms
View #74 - components.catalog-push
781.82ms
+ 1.05ms
View #75 - components.button
782.34ms
+ 0.52ms
View #76 - components.button
782.56ms
+ 0.22ms
View #77 - components.product-card
782.76ms
+ 0.20ms
View #78 - components.add-to-wishlist
785.31ms
+ 2.55ms
View #79 - components.product-card
786.46ms
+ 1.15ms
View #80 - components.add-to-wishlist
789.58ms
+ 3.12ms
View #81 - components.product-card
790.83ms
+ 1.25ms
View #82 - components.add-to-wishlist
793.21ms
+ 2.38ms
View #83 - components.product-card
794.30ms
+ 1.08ms
View #84 - components.add-to-wishlist
796.08ms
+ 1.78ms
View #85 - components.pagination
797.28ms
+ 1.20ms
View #86 - components.button
797.55ms
+ 0.28ms
View #87 - components.recently-viewed
797.77ms
+ 0.21ms
View #88 - components.product-related
805.50ms
+ 7.73ms
View #89 - components.seo-footer
805.78ms
+ 0.28ms
View #90 - components.facets
806.49ms
+ 0.71ms
View #91 - modules.seo-links
806.70ms
+ 0.21ms
View #92 - layout.layout
806.92ms
+ 0.22ms
View #93 - layout.meta
827.75ms
+ 20.83ms
View #94 - modules.notification
889.99ms
+ 62.24ms
View #95 - modules.header
890.67ms
+ 0.68ms
View #96 - modules.menu
891.33ms
+ 0.66ms
View #97 - components.menu-first-level
891.70ms
+ 0.37ms
View #98 - components.menu-second-level
893.14ms
+ 1.44ms
View #99 - components.menu-pushes
895.56ms
+ 2.41ms
View #100 - components.menu-pushes
900.25ms
+ 4.69ms
View #101 - components.menu-pushes
903.58ms
+ 3.34ms
View #102 - components.menu-pushes
904.69ms
+ 1.10ms
View #103 - components.menu-pushes
905.61ms
+ 0.92ms
View #104 - svg.logo
906.12ms
+ 0.52ms
View #105 - modules.messages
906.81ms
+ 0.69ms
View #106 - modules.breadcrumbs
907.29ms
+ 0.48ms
View #107 - modules.footer
907.49ms
+ 0.19ms
View #108 - components.reinsurance-support
907.75ms
+ 0.26ms
View #109 - components.field
908.07ms
+ 0.32ms
View #110 - components.csrf-field
908.29ms
+ 0.23ms
View #111 - components.button
908.41ms
+ 0.12ms
View #112 - components.footer-links
908.60ms
+ 0.19ms
View #113 - modules.panel
910.24ms
+ 1.64ms
View #114 - modules.popin
910.38ms
+ 0.14ms
View #115 - modules.blueshift-popin
910.50ms
+ 0.12ms
View #116 - modules.search-panel
911.13ms
+ 0.62ms
View #117 - catalog.search-form
911.36ms
+ 0.24ms
View #118 - components.field
911.64ms
+ 0.28ms
View #119 - modules.toaster
912.42ms
+ 0.78ms
View #120 - layout.overlay
912.54ms
+ 0.12ms
View #121 - modules.webstore-switcher
913.88ms
+ 1.35ms
View #122 - components.close-button
914.13ms
+ 0.25ms
View #123 - components.native-select
914.43ms
+ 0.29ms
View #124 - components.native-select
914.76ms
+ 0.33ms
View #125 - components.button
914.92ms
+ 0.16ms
View #126 - components.button
915.17ms
+ 0.25ms
View #127 - helpers.grid
915.39ms
+ 0.22ms
View #128 - modules.loading-bar
915.50ms
+ 0.11ms
View #129 - 3rdparties.didomi
934.97ms
+ 19.47ms
View #130 - 3rdparties.gtm
935.18ms
+ 0.22ms
View #131 - 3rdparties.abtasty.main
935.31ms
+ 0.12ms
View #132 - 3rdparties.abtasty.tracking
935.41ms
+ 0.10ms
View #133 - 3rdparties.blueshift
935.58ms
+ 0.17ms
View #134 - 3rdparties.sizebay.main
935.89ms
+ 0.32ms
View #135 - 3rdparties.sizebay.tracking
936.09ms
+ 0.20ms
View #136 - 3rdparties.gsi
936.26ms
+ 0.18ms
View #137 - 3rdparties.applepay
936.35ms
+ 0.08ms
View #138 - 3rdparties.alma
936.53ms
+ 0.18ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
937.69ms
+ 1.16ms
... 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) 33650
REDIRECT_URL string(31) /en/c-mens-ceremony-outfit.html
REDIRECT_QUERY_STRING string(38) /en/c-mens-ceremony-outfit.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /en/c-mens-ceremony-outfit.html&page=2
REQUEST_URI string(38) /en/c-mens-ceremony-outfit.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784154615.91
REQUEST_TIME int 1784154615
HTTPS string(2) on
... array(3)
csrf_token string(40) kphvrdgXfrcvsKcJ3yeB35etZOUGP9k1BpwnGlI2
last_category string(15) stdClass object
cart string(12) Order object