Gifts: Explore the selection. Free shipping & extended returns until 01/11.
63 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.34ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.25ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.52ms
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.53ms
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.20ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
4.15ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
20.34ms
SELECT * FROM `config`
0.35ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'men-wedding-guest-attire' 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` = '113'
0.34ms
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` = '113'
0.23ms
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` = '113'
0.56ms
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` = '113'
100.79ms
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(29) ASC) q
5.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 `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
6,825.95ms
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
63.63ms
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(29) ASC LIMIT 32 OFFSET 32
0.11ms
SELECT FOUND_ROWS()
1.61ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `webstore_id` ASC
1.68ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `position` ASC
0.40ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('8', '6', '2', '5', '10', '9', '4', '15', '1') ORDER BY `singular` ASC
0.83ms
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 ('9', '7', '22', '18', '55', '31', '30', '29', '8') ORDER BY `singular` ASC
0.76ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('50', '35', '39', '63', '13', '15', '76', '11') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.85ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `name` ASC
1.35ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `name` ASC
1.97ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY `position` ASC
3.97ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6488', '19071', '26204', '28319', '29090', '25896', '29026', '19079', '19070', '28141', '26202', '29050', '29051', '23736', '23599', '29137', '25026', '28320', '29097', '29138', '25027', '28321', '29098', '29052', '23737', '23600', '29053', '23738', '23601', '29139', '25028', '28322', '29099', '25029', '28323', '29100', '29140', '3800', '3802', '29054', '23739', '23602', '23740', '23603', '25030', '28324', '29101', '2765', '2775', '29055', '2767', '2771', '23741', '29141', '23604', '25031', '28325', '29102', '23742', '29142', '23605', '29103', '29056', '2766', '2776', '2769', '2772', '23743', '23606', '29104', '29057', '23357', '28234', '29105', '24998', '2768', '2773', '23744', '25070', '2770', '2774', '23358', '28235', '28264', '24999', '23359', '23593', '28265', '25000', '23594', '28236', '23360', '23595', '23596', '28237', '28266', '25001', '23597', '23361', '23598', '25002', '28238', '28267', '23362', '28239', '25003', '23363', '28240', '25004', '23364', '28241', '25076', '25077', '25078', '23365')
0.53ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '121', '2', '142', '44', '45', '80', '5', '46', '8', '81', '47', '82', '11', '14', '83', '48', '112', '84', '17', '113', '49', '114', '85', '20', '86', '50', '115', '116', '87', '51', '62', '63', '88', '117', '118', '64', '65', '66', '89', '67', '90', '68', '91', '92', '69', '93', '70', '123', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
0.67ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.55ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5463', '5885', '5461', '5806', '5863', '5852', '5851', '5009', '5849', '5362') ORDER BY `webstore_id` ASC
0.94ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5463', '5885', '5461', '5806', '5863', '5852', '5851', '5009', '5849', '5362') ORDER BY `position` ASC
1.66ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29042', '28839', '27232', '29016', '29007', '27247', '29017', '29008', '27248', '29043', '29137', '28840', '27233', '29044', '29138', '28841', '27234', '29018', '29009', '27249', '29019', '29010', '27250', '29045', '29139', '28842', '27235', '29046', '29140', '28843', '27236', '29020', '29011', '27251', '27237', '29021', '29012', '27238', '27252', '29047', '29141', '28844', '29142', '28845', '29022', '29013', '27239', '27253', '29048', '27254', '29049', '28846', '29023', '29014', '24998', '29015', '26648', '28989', '28990', '24999', '26649', '26650', '28991', '25000', '28992', '25001', '26651', '26652', '28993', '25002', '28994', '25003', '26653', '26654', '28995', '25004', '28996', '25076', '28997', '25077', '25078')
0.34ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '47', '11', '48', '14', '17', '49', '20', '50', '23', '51', '63', '52', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.34ms
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 ('5875', '3724', '4709', '5696', '3723', '5853', '5009', '5854', '685', '5264', '5866', '5864', '5663', '5858', '5886', '5013', '5646', '5684', '5266', '4747', '5688', '5649', '4710', '4669', '5195', '3732', '67', '5885', '5878', '684', '5831') GROUP BY `articles`.`id`
1.08ms
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` = '113' AND `is_enabled` = '1' ORDER BY RAND(29213) ASC
0.35ms
SELECT * FROM `seo_types`
0.35ms
SELECT * FROM `styles`
0.79ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.38ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.39ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
268.21ms
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.82ms
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.36ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
334.74ms
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.64ms
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
8,482.85ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
7,363.83ms
+ 7,363.83ms
View #2 - components.page-header
7,383.71ms
+ 19.87ms
View #3 - components.button
7,395.46ms
+ 11.76ms
View #4 - components.button
7,395.83ms
+ 0.36ms
View #5 - components.filters
7,396.18ms
+ 0.36ms
View #6 - components.close-button
7,396.53ms
+ 0.35ms
View #7 - components.accordion.wrapper
7,396.77ms
+ 0.24ms
View #8 - components.accordion.bodies.filters.colors
7,396.79ms
+ 0.03ms
View #9 - components.accordion.wrapper
7,398.11ms
+ 1.31ms
View #10 - components.accordion.bodies.filters.sizes
7,398.14ms
+ 0.03ms
View #11 - components.accordion.wrapper
7,398.92ms
+ 0.78ms
View #12 - components.accordion.bodies.filters.list
7,398.95ms
+ 0.03ms
View #13 - components.button
7,399.16ms
+ 0.22ms
View #14 - components.button
7,399.36ms
+ 0.20ms
View #15 - components.button
7,399.53ms
+ 0.17ms
View #16 - components.button
7,399.69ms
+ 0.16ms
View #17 - components.pagination
7,399.87ms
+ 0.18ms
View #18 - components.button
7,400.35ms
+ 0.48ms
View #19 - catalog.partials.products-listing
7,400.57ms
+ 0.22ms
View #20 - components.product-card
7,400.75ms
+ 0.19ms
View #21 - components.add-to-wishlist
7,435.14ms
+ 34.39ms
View #22 - components.product-card
7,436.62ms
+ 1.48ms
View #23 - components.add-to-wishlist
7,438.65ms
+ 2.03ms
View #24 - components.product-card
7,439.74ms
+ 1.09ms
View #25 - components.add-to-wishlist
7,442.23ms
+ 2.49ms
View #26 - components.product-card
7,443.31ms
+ 1.08ms
View #27 - components.add-to-wishlist
7,445.81ms
+ 2.50ms
View #28 - components.product-card
7,446.93ms
+ 1.13ms
View #29 - components.add-to-wishlist
7,448.92ms
+ 1.99ms
View #30 - components.product-card
7,449.96ms
+ 1.04ms
View #31 - components.add-to-wishlist
7,453.32ms
+ 3.37ms
View #32 - components.product-card
7,454.66ms
+ 1.34ms
View #33 - components.add-to-wishlist
7,457.48ms
+ 2.82ms
View #34 - components.product-card
7,458.70ms
+ 1.22ms
View #35 - components.add-to-wishlist
7,462.28ms
+ 3.58ms
View #36 - components.product-card
7,463.63ms
+ 1.35ms
View #37 - components.add-to-wishlist
7,466.24ms
+ 2.60ms
View #38 - components.product-card
7,467.43ms
+ 1.20ms
View #39 - components.add-to-wishlist
7,469.25ms
+ 1.82ms
View #40 - components.product-card
7,470.31ms
+ 1.06ms
View #41 - components.add-to-wishlist
7,474.17ms
+ 3.86ms
View #42 - components.product-card
7,475.55ms
+ 1.38ms
View #43 - components.add-to-wishlist
7,478.33ms
+ 2.78ms
View #44 - components.product-card
7,479.43ms
+ 1.10ms
View #45 - components.add-to-wishlist
7,481.19ms
+ 1.75ms
View #46 - components.product-card
7,482.27ms
+ 1.08ms
View #47 - components.add-to-wishlist
7,484.02ms
+ 1.76ms
View #48 - components.product-card
7,485.32ms
+ 1.30ms
View #49 - components.add-to-wishlist
7,488.81ms
+ 3.49ms
View #50 - components.product-card
7,490.22ms
+ 1.40ms
View #51 - components.add-to-wishlist
7,492.69ms
+ 2.48ms
View #52 - components.product-card
7,493.84ms
+ 1.15ms
View #53 - components.add-to-wishlist
7,497.50ms
+ 3.65ms
View #54 - components.product-card
7,499.02ms
+ 1.53ms
View #55 - components.add-to-wishlist
7,501.68ms
+ 2.65ms
View #56 - components.product-card
7,502.77ms
+ 1.09ms
View #57 - components.add-to-wishlist
7,504.52ms
+ 1.75ms
View #58 - components.product-card
7,505.65ms
+ 1.13ms
View #59 - components.add-to-wishlist
7,508.41ms
+ 2.77ms
View #60 - components.product-card
7,509.52ms
+ 1.11ms
View #61 - components.add-to-wishlist
7,511.64ms
+ 2.12ms
View #62 - components.product-card
7,512.69ms
+ 1.05ms
View #63 - components.add-to-wishlist
7,516.25ms
+ 3.56ms
View #64 - components.product-card
7,517.64ms
+ 1.40ms
View #65 - components.add-to-wishlist
7,520.47ms
+ 2.83ms
View #66 - components.product-card
7,521.81ms
+ 1.34ms
View #67 - components.add-to-wishlist
7,524.60ms
+ 2.79ms
View #68 - components.product-card
7,526.35ms
+ 1.75ms
View #69 - components.add-to-wishlist
7,528.98ms
+ 2.64ms
View #70 - components.product-card
7,530.55ms
+ 1.57ms
View #71 - components.add-to-wishlist
7,533.36ms
+ 2.80ms
View #72 - components.product-card
7,534.94ms
+ 1.58ms
View #73 - components.add-to-wishlist
7,537.46ms
+ 2.52ms
View #74 - components.product-card
7,539.05ms
+ 1.59ms
View #75 - components.add-to-wishlist
7,542.51ms
+ 3.47ms
View #76 - components.product-card
7,544.13ms
+ 1.62ms
View #77 - components.add-to-wishlist
7,547.15ms
+ 3.03ms
View #78 - components.product-card
7,548.36ms
+ 1.21ms
View #79 - components.add-to-wishlist
7,557.38ms
+ 9.02ms
View #80 - components.product-card
7,558.67ms
+ 1.29ms
View #81 - components.add-to-wishlist
7,562.20ms
+ 3.52ms
View #82 - components.seo-footer
7,563.67ms
+ 1.48ms
View #83 - components.pagination
7,563.92ms
+ 0.24ms
View #84 - components.button
7,564.60ms
+ 0.68ms
View #85 - components.button
7,564.90ms
+ 0.30ms
View #86 - layout.layout
7,565.17ms
+ 0.27ms
View #87 - layout.meta
7,585.20ms
+ 20.03ms
View #88 - modules.notification
7,652.94ms
+ 67.74ms
View #89 - modules.header
7,653.90ms
+ 0.95ms
View #90 - modules.menu
8,366.84ms
+ 712.94ms
View #91 - components.menu-first-level
8,367.38ms
+ 0.54ms
View #92 - components.menu-second-level
8,370.34ms
+ 2.96ms
View #93 - components.menu-pushes
8,374.88ms
+ 4.54ms
View #94 - components.menu-pushes
8,382.66ms
+ 7.78ms
View #95 - components.menu-pushes
8,388.42ms
+ 5.76ms
View #96 - components.menu-pushes
8,390.30ms
+ 1.88ms
View #97 - components.menu-pushes
8,391.60ms
+ 1.30ms
View #98 - svg.logo
8,392.43ms
+ 0.83ms
View #99 - modules.messages
8,393.46ms
+ 1.02ms
View #100 - modules.breadcrumbs
8,393.89ms
+ 0.43ms
View #101 - modules.footer
8,394.17ms
+ 0.27ms
View #102 - components.reinsurance-support
8,394.56ms
+ 0.40ms
View #103 - components.field
8,395.10ms
+ 0.53ms
View #104 - components.csrf-field
8,395.39ms
+ 0.30ms
View #105 - components.button
8,395.57ms
+ 0.17ms
View #106 - components.footer-links
8,395.85ms
+ 0.28ms
View #107 - modules.panel
8,398.37ms
+ 2.52ms
View #108 - modules.popin
8,398.57ms
+ 0.20ms
View #109 - modules.blueshift-popin
8,398.75ms
+ 0.18ms
View #110 - modules.search-panel
8,399.75ms
+ 1.00ms
View #111 - catalog.search-form
8,400.10ms
+ 0.35ms
View #112 - components.field
8,400.53ms
+ 0.43ms
View #113 - modules.toaster
8,401.30ms
+ 0.78ms
View #114 - layout.overlay
8,401.45ms
+ 0.15ms
View #115 - modules.webstore-switcher
8,403.55ms
+ 2.10ms
View #116 - components.close-button
8,403.92ms
+ 0.37ms
View #117 - components.native-select
8,404.42ms
+ 0.50ms
View #118 - components.native-select
8,405.05ms
+ 0.63ms
View #119 - components.button
8,405.33ms
+ 0.28ms
View #120 - components.button
8,405.65ms
+ 0.32ms
View #121 - helpers.grid
8,405.94ms
+ 0.29ms
View #122 - modules.loading-bar
8,406.11ms
+ 0.17ms
View #123 - 3rdparties.didomi
8,479.50ms
+ 73.39ms
View #124 - 3rdparties.gtm
8,479.74ms
+ 0.25ms
View #125 - 3rdparties.abtasty.main
8,479.91ms
+ 0.17ms
View #126 - 3rdparties.abtasty.tracking
8,480.07ms
+ 0.15ms
View #127 - 3rdparties.blueshift
8,480.32ms
+ 0.25ms
View #128 - 3rdparties.sizebay.main
8,480.76ms
+ 0.44ms
View #129 - 3rdparties.sizebay.tracking
8,481.04ms
+ 0.28ms
View #130 - 3rdparties.gsi
8,481.27ms
+ 0.23ms
View #131 - 3rdparties.applepay
8,481.38ms
+ 0.12ms
View #132 - 3rdparties.alma
8,481.64ms
+ 0.25ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
8,482.90ms
+ 1.26ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) fursac=32c310c3daa4431d587066f7e294138dee3bfbf3%2BYkPu5zeCiqXHN7zMwCpU
fursac=32c310c3daa4431d587066f7e294138dee3bfbf3%2BYkPu5zeCiqXHN7zMwCpUgac0ChbLqbqCAumNBO2X; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 53484
REDIRECT_URL string(35) /en/m-men-wedding-guest-attire.html
REDIRECT_QUERY_STRING string(42) /en/m-men-wedding-guest-attire.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(42) /en/m-men-wedding-guest-attire.html&page=2
REQUEST_URI string(42) /en/m-men-wedding-guest-attire.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784157848.064
REQUEST_TIME int 1784157848
HTTPS string(2) on
... array(3)
csrf_token string(40) I2WnZ6ROGadiRIwWAvBbjy1rDb65SCMtzjvo5ANT
recently_viewed array(1)
0 int 5494
cart string(12) Order object