New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available
704 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.39ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.42ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.44ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.62ms
SELECT `countries`.*, `country_webstore`.`id` AS `pivot_id`, `country_webstore`.`webstore_id` AS `pivot_webstore_id`, `country_webstore`.`country_id` AS `pivot_country_id` FROM `countries` INNER JOIN `country_webstore` ON `countries`.`id` = `country_webstore`.`country_id` WHERE `country_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.45ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.26ms
SELECT * FROM `languages`
0.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.44ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.74ms
SELECT * FROM `config`
0.44ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'men-wool-sweater' LIMIT 1
0.45ms
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` = '67'
0.37ms
SELECT `seo_types`.*, `meta_category_seo_type`.`id` AS `pivot_id`, `meta_category_seo_type`.`category_id` AS `pivot_category_id`, `meta_category_seo_type`.`seo_id` AS `pivot_seo_id` FROM `seo_types` INNER JOIN `meta_category_seo_type` ON `seo_types`.`id` = `meta_category_seo_type`.`seo_id` WHERE `meta_category_seo_type`.`category_id` = '67'
0.27ms
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` = '67'
0.35ms
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` = '67'
225.22ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
9.47ms
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 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
36.46ms
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` WHERE `sizes`.`name` <> 'TU' GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
228.84ms
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` WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 384
0.17ms
SELECT FOUND_ROWS()
1.29ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') ORDER BY `webstore_id` ASC
1.31ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') ORDER BY `position` ASC
0.44ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('9', '1', '3', '6', '8', '4', '15', '7', '5', '12', '10') ORDER BY `singular` ASC
0.48ms
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 ('41', '8', '25', '7', '9', '17', '23', '30', '29', '20', '18', '39', '33', '54') ORDER BY `singular` ASC
0.58ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('70', '76', '45', '51', '48', '64', '52', '42', '15', '50', '26', '40', '43', '33', '68', '28', '39', '60', '35', '66') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.94ms
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 ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') ORDER BY `name` ASC
0.96ms
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 ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') ORDER BY `name` ASC
2.17ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') ORDER BY `position` ASC
3.89ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('19070', '26565', '23983', '28510', '28870', '29026', '29928', '29393', '27164', '20830', '22219', '27527', '27546', '29322', '27528', '29323', '26566', '28511', '28871', '27165', '20831', '22220', '27418', '28512', '28872', '23736', '27166', '20832', '22221', '27416', '27529', '29324', '29406', '30039', '29397', '28202', '26567', '29325', '29407', '30040', '29398', '28201', '26568', '28513', '28873', '23737', '26468', '20833', '27167', '22222', '27415', '27530', '23738', '20834', '27168', '22223', '27414', '27531', '29326', '26469', '29408', '30041', '29399', '29585', '28200', '26569', '28514', '28874', '29327', '26470', '29409', '30042', '29400', '29586', '28203', '26570', '28515', '23739', '20835', '27417', '27532', '20836', '28007', '27419', '27533', '28875', '23466', '29328', '26471', '29410', '30043', '29401', '29587', '28204', '27169', '22224', '26571', '28516', '23740', '27170', '22225', '26572', '28517', '23741', '28006', '29178', '28876', '30044', '23465', '29329', '26472', '29411', '29402', '29588', '29177', '30045', '23464', '26473', '29412', '29403', '29589', '27171', '22226', '26573', '23742', '28005', '22227', '26574', '23743', '28008', '30046', '23467', '26474', '29413', '30538', '29404', '29590', '30047', '26475', '29414', '29405', '23744', '30539', '28221', '29213', '28739', '29212', '28220', '30540', '28740', '29211', '28219', '30541', '28222', '29214', '29215', '28741', '28223', '30542', '28742', '30050', '30702', '30543', '30049', '30701', '28743', '30048', '30700', '30703', '30544', '30051', '30052', '30704', '28744', '30545', '28745', '30546', '28746', '30547', '30548', '30549', '30550', '30551', '30552', '30553', '30554', '30555')
1.05ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '31', '1', '44', '142', '140', '122', '4', '32', '45', '94', '7', '46', '80', '95', '33', '10', '81', '96', '34', '47', '208', '82', '13', '48', '97', '112', '55', '35', '16', '113', '83', '56', '98', '36', '19', '143', '124', '49', '114', '84', '57', '37', '50', '38', '22', '85', '144', '115', '58', '145', '86', '116', '59', '51', '39', '52', '218', '87', '146', '117', '60', '88', '118', '62', '40', '63', '41', '64', '65', '42', '66', '43', '132', '67', '68', '69', '90', '70', '91', '71', '92', '93', '72', '123', '73', '74', '75', '76', '77', '130', '221', '222', '228', '229', '230', '231', '232', '233') ORDER BY `position` ASC
0.68ms
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 ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.37ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5188', '4849') ORDER BY `webstore_id` ASC
0.69ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5188', '4849') ORDER BY `position` ASC
0.50ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('25869', '25870', '25871', '25872', '25873', '25075', '24178', '24179', '24180', '24181')
0.33ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('49', '50', '51', '52', '53', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.92ms
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 ('5625', '5927', '5681', '6077', '5945', '6179', '5349', '5521', '4811', '5907', '5810', '5534', '5729', '3723', '5446', '5858', '5497', '5982', '4687', '4396', '6153', '5950', '5677', '5949', '5897', '5189', '6053', '6078', '5791', '5332', '4747', '4136') GROUP BY `articles`.`id`
1.44ms
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` = '67' AND `is_enabled` = '1' ORDER BY RAND(36167) ASC
0.46ms
SELECT * FROM `seo_types`
0.44ms
SELECT * FROM `styles`
0.67ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.78ms
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.35ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
161.64ms
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.73ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
241.39ms
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
1,566.25ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
747.09ms
+ 747.08ms
View #2 - components.page-header
771.25ms
+ 24.16ms
View #3 - components.button
785.24ms
+ 13.99ms
View #4 - components.button
785.64ms
+ 0.40ms
View #5 - components.filters
786.13ms
+ 0.49ms
View #6 - components.close-button
786.45ms
+ 0.32ms
View #7 - components.accordion.wrapper
786.73ms
+ 0.28ms
View #8 - components.accordion.bodies.filters.colors
786.76ms
+ 0.03ms
View #9 - components.accordion.wrapper
788.13ms
+ 1.37ms
View #10 - components.accordion.bodies.filters.sizes
788.17ms
+ 0.04ms
View #11 - components.accordion.wrapper
789.44ms
+ 1.27ms
View #12 - components.accordion.bodies.filters.list
789.48ms
+ 0.04ms
View #13 - components.button
789.76ms
+ 0.28ms
View #14 - components.button
789.98ms
+ 0.23ms
View #15 - components.button
790.17ms
+ 0.19ms
View #16 - components.button
790.34ms
+ 0.17ms
View #17 - components.pagination
790.54ms
+ 0.20ms
View #18 - components.button
790.75ms
+ 0.21ms
View #19 - catalog.partials.products-listing
790.95ms
+ 0.20ms
View #20 - components.product-card
791.16ms
+ 0.21ms
View #21 - components.add-to-wishlist
827.31ms
+ 36.15ms
View #22 - components.product-card
829.41ms
+ 2.11ms
View #23 - components.add-to-wishlist
832.70ms
+ 3.29ms
View #24 - components.product-card
834.17ms
+ 1.47ms
View #25 - components.add-to-wishlist
836.74ms
+ 2.57ms
View #26 - components.product-card
838.06ms
+ 1.32ms
View #27 - components.add-to-wishlist
840.84ms
+ 2.78ms
View #28 - components.product-card
842.00ms
+ 1.16ms
View #29 - components.add-to-wishlist
844.18ms
+ 2.18ms
View #30 - components.product-card
845.70ms
+ 1.52ms
View #31 - components.add-to-wishlist
848.23ms
+ 2.53ms
View #32 - components.product-card
849.47ms
+ 1.24ms
View #33 - components.add-to-wishlist
852.52ms
+ 3.05ms
View #34 - components.product-card
853.92ms
+ 1.40ms
View #35 - components.add-to-wishlist
856.66ms
+ 2.74ms
View #36 - components.product-card
857.95ms
+ 1.29ms
View #37 - components.add-to-wishlist
859.95ms
+ 2.01ms
View #38 - components.product-card
861.24ms
+ 1.28ms
View #39 - components.add-to-wishlist
863.92ms
+ 2.68ms
View #40 - components.product-card
865.22ms
+ 1.30ms
View #41 - components.add-to-wishlist
867.94ms
+ 2.71ms
View #42 - components.product-card
869.37ms
+ 1.43ms
View #43 - components.add-to-wishlist
871.30ms
+ 1.93ms
View #44 - components.product-card
872.71ms
+ 1.41ms
View #45 - components.add-to-wishlist
876.85ms
+ 4.14ms
View #46 - components.product-card
878.35ms
+ 1.49ms
View #47 - components.add-to-wishlist
880.43ms
+ 2.08ms
View #48 - components.product-card
881.83ms
+ 1.41ms
View #49 - components.add-to-wishlist
887.24ms
+ 5.40ms
View #50 - components.product-card
888.95ms
+ 1.71ms
View #51 - components.add-to-wishlist
891.02ms
+ 2.07ms
View #52 - components.product-card
892.46ms
+ 1.44ms
View #53 - components.add-to-wishlist
895.77ms
+ 3.31ms
View #54 - components.product-card
897.87ms
+ 2.10ms
View #55 - components.add-to-wishlist
900.55ms
+ 2.69ms
View #56 - components.product-card
901.93ms
+ 1.38ms
View #57 - components.add-to-wishlist
904.58ms
+ 2.65ms
View #58 - components.product-card
905.96ms
+ 1.37ms
View #59 - components.add-to-wishlist
908.65ms
+ 2.69ms
View #60 - components.product-card
910.09ms
+ 1.45ms
View #61 - components.add-to-wishlist
913.81ms
+ 3.72ms
View #62 - components.product-card
915.03ms
+ 1.22ms
View #63 - components.add-to-wishlist
917.78ms
+ 2.75ms
View #64 - components.product-card
919.20ms
+ 1.41ms
View #65 - components.add-to-wishlist
921.76ms
+ 2.57ms
View #66 - components.product-card
923.29ms
+ 1.52ms
View #67 - components.add-to-wishlist
926.17ms
+ 2.89ms
View #68 - components.product-card
927.47ms
+ 1.30ms
View #69 - components.add-to-wishlist
929.58ms
+ 2.11ms
View #70 - components.product-card
930.83ms
+ 1.26ms
View #71 - components.add-to-wishlist
934.20ms
+ 3.37ms
View #72 - components.product-card
935.82ms
+ 1.61ms
View #73 - components.add-to-wishlist
937.63ms
+ 1.81ms
View #74 - components.product-card
938.80ms
+ 1.17ms
View #75 - components.add-to-wishlist
941.68ms
+ 2.89ms
View #76 - components.product-card
943.11ms
+ 1.43ms
View #77 - components.add-to-wishlist
946.12ms
+ 3.01ms
View #78 - components.product-card
955.18ms
+ 9.06ms
View #79 - components.add-to-wishlist
958.14ms
+ 2.96ms
View #80 - components.product-card
959.84ms
+ 1.70ms
View #81 - components.add-to-wishlist
963.20ms
+ 3.36ms
View #82 - components.product-card
964.54ms
+ 1.34ms
View #83 - components.add-to-wishlist
967.57ms
+ 3.03ms
View #84 - components.seo-footer
968.98ms
+ 1.42ms
View #85 - components.pagination
969.27ms
+ 0.29ms
View #86 - components.button
969.56ms
+ 0.28ms
View #87 - components.button
970.23ms
+ 0.68ms
View #88 - components.button
970.48ms
+ 0.24ms
View #89 - layout.layout
970.70ms
+ 0.23ms
View #90 - layout.meta
971.57ms
+ 0.87ms
View #91 - modules.notification
1,036.59ms
+ 65.02ms
View #92 - modules.header
1,037.32ms
+ 0.73ms
View #93 - modules.menu
1,504.65ms
+ 467.33ms
View #94 - components.menu-first-level
1,505.25ms
+ 0.60ms
View #95 - components.menu-second-level
1,507.95ms
+ 2.70ms
View #96 - components.menu-pushes
1,513.88ms
+ 5.93ms
View #97 - components.menu-pushes
1,520.66ms
+ 6.78ms
View #98 - components.menu-pushes
1,524.60ms
+ 3.94ms
View #99 - components.menu-pushes
1,529.41ms
+ 4.81ms
View #100 - components.menu-pushes
1,530.71ms
+ 1.30ms
View #101 - components.menu-pushes
1,532.23ms
+ 1.52ms
View #102 - svg.logo
1,533.00ms
+ 0.77ms
View #103 - modules.messages
1,533.63ms
+ 0.63ms
View #104 - modules.breadcrumbs
1,534.58ms
+ 0.96ms
View #105 - modules.footer
1,534.81ms
+ 0.23ms
View #106 - components.reinsurance-support
1,535.12ms
+ 0.31ms
View #107 - components.field
1,535.50ms
+ 0.38ms
View #108 - components.csrf-field
1,535.79ms
+ 0.28ms
View #109 - components.button
1,535.95ms
+ 0.16ms
View #110 - components.footer-links
1,536.16ms
+ 0.21ms
View #111 - modules.panel
1,538.08ms
+ 1.92ms
View #112 - modules.popin
1,538.22ms
+ 0.15ms
View #113 - modules.blueshift-popin
1,538.34ms
+ 0.11ms
View #114 - modules.search-panel
1,538.99ms
+ 0.65ms
View #115 - catalog.search-form
1,539.25ms
+ 0.26ms
View #116 - components.field
1,539.55ms
+ 0.30ms
View #117 - modules.toaster
1,540.19ms
+ 0.64ms
View #118 - layout.overlay
1,540.32ms
+ 0.12ms
View #119 - modules.webstore-switcher
1,541.74ms
+ 1.42ms
View #120 - components.close-button
1,542.04ms
+ 0.30ms
View #121 - components.native-select
1,542.41ms
+ 0.37ms
View #122 - components.native-select
1,542.78ms
+ 0.37ms
View #123 - components.button
1,543.00ms
+ 0.23ms
View #124 - components.button
1,543.24ms
+ 0.23ms
View #125 - helpers.grid
1,543.43ms
+ 0.19ms
View #126 - modules.loading-bar
1,543.54ms
+ 0.11ms
View #127 - 3rdparties.didomi
1,563.44ms
+ 19.90ms
View #128 - 3rdparties.gtm
1,563.68ms
+ 0.24ms
View #129 - 3rdparties.abtasty.main
1,563.84ms
+ 0.16ms
View #130 - 3rdparties.abtasty.tracking
1,563.95ms
+ 0.11ms
View #131 - 3rdparties.blueshift
1,564.13ms
+ 0.19ms
View #132 - 3rdparties.sizebay.main
1,564.50ms
+ 0.37ms
View #133 - 3rdparties.sizebay.tracking
1,564.67ms
+ 0.17ms
View #134 - 3rdparties.gsi
1,564.83ms
+ 0.16ms
View #135 - 3rdparties.applepay
1,564.91ms
+ 0.08ms
View #136 - 3rdparties.alma
1,565.10ms
+ 0.19ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
1,566.29ms
+ 1.19ms
... 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) fursac=5b7594f6f243e0fb7ecb3a6c7ef8161b523ca159%2BjNTJY3o0UY7VzPjq0BU1
fursac=5b7594f6f243e0fb7ecb3a6c7ef8161b523ca159%2BjNTJY3o0UY7VzPjq0BU1ln7iKTCA5Ous1mpI4E1v; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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.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) 49640
REDIRECT_URL string(27) /en/m-men-wool-sweater.html
REDIRECT_QUERY_STRING string(35) /en/m-men-wool-sweater.html&page=13
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(35) /en/m-men-wool-sweater.html&page=13
REQUEST_URI string(35) /en/m-men-wool-sweater.html?page=13
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788388102.293
REQUEST_TIME int 1788388102
HTTPS string(2) on
... array(2)
csrf_token string(40) c7OGUPwJ1SWSAytNowAmqOxrDx0JF73kgXDoBYZS
cart string(12) Order object