Gifts: Explore the selection. Free shipping & extended returns until 01/11.
19 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.37ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.46ms
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.24ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.60ms
SELECT * FROM `config`
0.46ms
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` = 'smoking-mens-tuxedos' LIMIT 1
0.49ms
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` = '9' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.48ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '2' LIMIT 1
0.26ms
SELECT * FROM `categories_links` WHERE `category_id` = '9' ORDER BY `position` ASC
6.69ms
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` = 9 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
2.93ms
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` = 9 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
47.70ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 9 AND `category_product`.`webstore_id` = 1 LEFT JOIN category_product AS _category_product ON `_category_product`.`product_id` = `products_items`.`parent_id` AND `_category_product`.`category_id` = 9 AND `category_product`.`webstore_id` = 1 WHERE `sizes`.`name` <> 'TU' AND (`category_product`.`id` IS NOT NULL OR `_category_product`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
3.03ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 9 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 2 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
7.94ms
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` = 9 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 31 OFFSET 0
0.11ms
SELECT FOUND_ROWS()
0.72ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') ORDER BY `webstore_id` ASC
0.99ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') ORDER BY `position` ASC
0.31ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('2', '5', '4') ORDER BY `singular` ASC
0.32ms
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 ('22', '18') ORDER BY `singular` ASC
0.36ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('11', '39') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.77ms
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 ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') ORDER BY `name` ASC
0.60ms
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 ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') ORDER BY `name` ASC
0.80ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') ORDER BY `position` ASC
1.30ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28319', '28839', '29016', '27232', '29017', '29137', '25026', '27233', '28297', '28320', '28840', '29018', '29138', '25027', '27234', '28298', '28321', '28841', '25028', '27235', '28299', '28322', '28842', '29019', '29139', '29020', '29140', '25029', '27236', '28300', '28323', '28843', '25030', '27237', '28301', '28324', '28844', '25031', '27238', '28302', '28325', '29021', '29141', '29022', '29142', '28845', '27239', '28846', '29023', '24998', '24999', '25000', '25001', '25002', '25003', '25004', '25076', '25077', '25078')
0.43ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('2', '44', '45', '5', '46', '8', '11', '47', '48', '14', '17', '49', '20', '50', '23', '51', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
0.69ms
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 ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.62ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5461', '5850', '5851', '5852', '5864', '5806', '5865', '5696', '5693', '5885', '5863', '5009', '5849') ORDER BY `webstore_id` ASC
1.15ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5461', '5850', '5851', '5852', '5864', '5806', '5865', '5696', '5693', '5885', '5863', '5009', '5849') ORDER BY `position` ASC
2.12ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27232', '29042', '28319', '28839', '29016', '29050', '29007', '28998', '29017', '29051', '29008', '29058', '28999', '27233', '29043', '28297', '28320', '29137', '28840', '27234', '29044', '28298', '28321', '29138', '28841', '29018', '29052', '29009', '29059', '29000', '29019', '29053', '29010', '29060', '29001', '27235', '29045', '28299', '28322', '29139', '28842', '27236', '29046', '28300', '28323', '29140', '28843', '29020', '29054', '29011', '29061', '29002', '27237', '28301', '28324', '29062', '29012', '28325', '29003', '29047', '29141', '28844', '27238', '29021', '28302', '29055', '28845', '29142', '27239', '29022', '29056', '29063', '29013', '29004', '29048', '29049', '28846', '29023', '29057', '29014', '29005', '29015', '29006', '24998', '28989', '24999', '28990', '25000', '28991', '25001', '28992', '25002', '28993', '25003', '28994', '25004', '28995', '28996', '25076', '25077', '28997', '25078')
0.46ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('2', '44', '45', '5', '8', '46', '47', '11', '14', '48', '17', '49', '20', '50', '23', '51', '52', '63', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.00ms
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 ('5855', '5831', '5853', '5866', '5461', '5886', '5009', '5696', '5868', '5854', '5852', '5885', '5693', '5806', '5867', '5013', '5702', '5830', '5649') GROUP BY `articles`.`id`
0.29ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
115.55ms
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.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
265.06ms
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.68ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
6.38ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7109) ASC LIMIT 3
6.51ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7109) ASC LIMIT 3
0.69ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.91ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.24ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.49ms
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` WHERE `is_enabled` = '1' AND `products`.`id` IN ('5816') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 5816) ASC
0.30ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5816') ORDER BY `webstore_id` ASC
0.30ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5816') ORDER BY `position` ASC
0.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7') ORDER BY `singular` ASC
0.34ms
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 ('5816') ORDER BY `name` ASC
0.27ms
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 ('21') ORDER BY `singular` ASC
0.30ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('5') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.37ms
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 ('5816') ORDER BY `name` ASC
0.43ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5816') ORDER BY `position` ASC
0.39ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28918', '28917', '28916', '28919', '28920')
0.26ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('95', '96', '97', '98', '124') ORDER BY `position` ASC
0.36ms
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 ('5816') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
1,154.27ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
737.84ms
+ 737.84ms
View #2 - components.page-header
761.80ms
+ 23.96ms
View #3 - components.facets
762.34ms
+ 0.54ms
View #4 - components.filters
762.88ms
+ 0.54ms
View #5 - components.close-button
763.37ms
+ 0.49ms
View #6 - components.accordion.wrapper
763.72ms
+ 0.35ms
View #7 - components.accordion.bodies.filters.colors
763.77ms
+ 0.04ms
View #8 - components.accordion.wrapper
765.34ms
+ 1.57ms
View #9 - components.accordion.bodies.filters.sizes
765.37ms
+ 0.04ms
View #10 - components.accordion.wrapper
766.37ms
+ 1.00ms
View #11 - components.accordion.bodies.filters.list
766.42ms
+ 0.04ms
View #12 - components.button
766.74ms
+ 0.32ms
View #13 - components.button
767.13ms
+ 0.39ms
View #14 - components.button
767.47ms
+ 0.34ms
View #15 - components.button
767.76ms
+ 0.29ms
View #16 - catalog.partials.products-listing
768.09ms
+ 0.33ms
View #17 - components.product-card
768.36ms
+ 0.27ms
View #18 - components.add-to-wishlist
828.16ms
+ 59.80ms
View #19 - components.product-card
830.65ms
+ 2.48ms
View #20 - components.add-to-wishlist
836.89ms
+ 6.25ms
View #21 - components.product-card
839.06ms
+ 2.17ms
View #22 - components.add-to-wishlist
844.76ms
+ 5.70ms
View #23 - components.product-card
847.31ms
+ 2.55ms
View #24 - components.add-to-wishlist
853.09ms
+ 5.78ms
View #25 - components.product-card
855.27ms
+ 2.19ms
View #26 - components.add-to-wishlist
859.60ms
+ 4.32ms
View #27 - components.product-card
861.33ms
+ 1.73ms
View #28 - components.add-to-wishlist
866.55ms
+ 5.22ms
View #29 - components.product-card
868.96ms
+ 2.41ms
View #30 - components.add-to-wishlist
880.43ms
+ 11.47ms
View #31 - components.catalog-push
882.26ms
+ 1.83ms
View #32 - components.product-card
883.55ms
+ 1.29ms
View #33 - components.add-to-wishlist
887.84ms
+ 4.29ms
View #34 - components.product-card
889.55ms
+ 1.71ms
View #35 - components.add-to-wishlist
894.78ms
+ 5.23ms
View #36 - components.product-card
897.19ms
+ 2.41ms
View #37 - components.add-to-wishlist
902.73ms
+ 5.54ms
View #38 - components.product-card
904.90ms
+ 2.17ms
View #39 - components.add-to-wishlist
909.22ms
+ 4.32ms
View #40 - components.product-card
910.92ms
+ 1.70ms
View #41 - components.add-to-wishlist
914.63ms
+ 3.71ms
View #42 - components.product-card
916.54ms
+ 1.91ms
View #43 - components.add-to-wishlist
920.31ms
+ 3.77ms
View #44 - components.product-card
922.00ms
+ 1.69ms
View #45 - components.add-to-wishlist
926.35ms
+ 4.35ms
View #46 - components.product-card
928.15ms
+ 1.80ms
View #47 - components.add-to-wishlist
933.71ms
+ 5.56ms
View #48 - components.product-card
935.93ms
+ 2.22ms
View #49 - components.add-to-wishlist
940.16ms
+ 4.23ms
View #50 - components.product-card
941.93ms
+ 1.77ms
View #51 - components.add-to-wishlist
947.95ms
+ 6.02ms
View #52 - components.product-card
950.09ms
+ 2.14ms
View #53 - components.add-to-wishlist
955.67ms
+ 5.58ms
View #54 - components.product-card
957.97ms
+ 2.30ms
View #55 - components.add-to-wishlist
963.81ms
+ 5.83ms
View #56 - components.pagination
966.23ms
+ 2.43ms
View #57 - components.recently-viewed
967.28ms
+ 1.05ms
View #58 - components.product-related
989.22ms
+ 21.94ms
View #59 - components.product-card
989.50ms
+ 0.28ms
View #60 - components.add-to-wishlist
993.51ms
+ 4.01ms
View #61 - components.seo-footer
995.34ms
+ 1.83ms
View #62 - components.facets
996.32ms
+ 0.97ms
View #63 - components.button
996.60ms
+ 0.29ms
View #64 - components.button
996.92ms
+ 0.32ms
View #65 - modules.seo-links
997.20ms
+ 0.28ms
View #66 - layout.layout
997.46ms
+ 0.26ms
View #67 - layout.meta
1,025.03ms
+ 27.57ms
View #68 - modules.notification
1,088.31ms
+ 63.28ms
View #69 - modules.header
1,089.17ms
+ 0.85ms
View #70 - modules.menu
1,089.90ms
+ 0.73ms
View #71 - components.menu-first-level
1,090.46ms
+ 0.56ms
View #72 - components.menu-second-level
1,092.83ms
+ 2.37ms
View #73 - components.menu-pushes
1,097.15ms
+ 4.32ms
View #74 - components.menu-pushes
1,104.11ms
+ 6.95ms
View #75 - components.menu-pushes
1,109.74ms
+ 5.64ms
View #76 - components.menu-pushes
1,111.58ms
+ 1.84ms
View #77 - components.menu-pushes
1,113.08ms
+ 1.49ms
View #78 - svg.logo
1,113.90ms
+ 0.83ms
View #79 - modules.messages
1,114.79ms
+ 0.89ms
View #80 - modules.breadcrumbs
1,115.29ms
+ 0.50ms
View #81 - modules.footer
1,115.62ms
+ 0.33ms
View #82 - components.reinsurance-support
1,116.01ms
+ 0.39ms
View #83 - components.field
1,116.74ms
+ 0.73ms
View #84 - components.csrf-field
1,117.05ms
+ 0.31ms
View #85 - components.button
1,117.22ms
+ 0.17ms
View #86 - components.footer-links
1,117.50ms
+ 0.28ms
View #87 - modules.panel
1,119.95ms
+ 2.45ms
View #88 - modules.popin
1,120.13ms
+ 0.18ms
View #89 - modules.blueshift-popin
1,120.30ms
+ 0.17ms
View #90 - modules.search-panel
1,121.24ms
+ 0.94ms
View #91 - catalog.search-form
1,121.57ms
+ 0.32ms
View #92 - components.field
1,121.97ms
+ 0.41ms
View #93 - modules.toaster
1,122.83ms
+ 0.86ms
View #94 - layout.overlay
1,122.98ms
+ 0.15ms
View #95 - modules.webstore-switcher
1,125.05ms
+ 2.08ms
View #96 - components.close-button
1,125.49ms
+ 0.43ms
View #97 - components.native-select
1,126.03ms
+ 0.54ms
View #98 - components.native-select
1,126.64ms
+ 0.61ms
View #99 - components.button
1,126.98ms
+ 0.35ms
View #100 - components.button
1,127.35ms
+ 0.37ms
View #101 - helpers.grid
1,127.70ms
+ 0.35ms
View #102 - modules.loading-bar
1,127.86ms
+ 0.17ms
View #103 - 3rdparties.didomi
1,148.03ms
+ 20.17ms
View #104 - 3rdparties.gtm
1,148.28ms
+ 0.24ms
View #105 - 3rdparties.abtasty.main
1,148.44ms
+ 0.16ms
View #106 - 3rdparties.abtasty.tracking
1,148.59ms
+ 0.15ms
View #107 - 3rdparties.blueshift
1,148.84ms
+ 0.25ms
View #108 - 3rdparties.sizebay.main
1,149.25ms
+ 0.41ms
View #109 - 3rdparties.sizebay.tracking
1,149.47ms
+ 0.22ms
View #110 - 3rdparties.gsi
1,149.71ms
+ 0.24ms
View #111 - 3rdparties.applepay
1,149.83ms
+ 0.13ms
View #112 - 3rdparties.alma
1,150.07ms
+ 0.24ms
View #113 - path: /var/www/html/laravel/profiling/template.blade.php
1,154.33ms
+ 4.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) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=ebc24b3e618dd2ba9d99ee7af9ae2a388522dcea%2Bk4dzVxCxbG5qQZorZPklV2SY0KAX3smN9a9caiBv
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) 47582
REDIRECT_URL string(31) /en/c-smoking-mens-tuxedos.html
REDIRECT_QUERY_STRING string(31) /en/c-smoking-mens-tuxedos.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(31) /en/c-smoking-mens-tuxedos.html
REQUEST_URI string(31) /en/c-smoking-mens-tuxedos.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784151077.42
REQUEST_TIME int 1784151077
HTTPS string(2) on
... array(4)
csrf_token string(40) DcytzTgYZrGirAI0esk5FuxrgUSIPqJVEKPWtMQF
recently_viewed array(1)
0 int 5816
cart string(12) Order object
last_category string(15) stdClass object