Gifts: Explore the selection. Free shipping & extended returns until 01/11.
414 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.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.39ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.50ms
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.22ms
SELECT * FROM `languages`
0.41ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.39ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.08ms
SELECT * FROM `config`
0.45ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'men-wool-sweater' LIMIT 1
0.51ms
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.33ms
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.26ms
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.24ms
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'
101.41ms
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(29) ASC) q
10.73ms
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
34.75ms
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
164.39ms
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(29) ASC LIMIT 32 OFFSET 64
0.11ms
SELECT FOUND_ROWS()
1.48ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') ORDER BY `webstore_id` ASC
1.60ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') ORDER BY `position` ASC
0.40ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('9', '8', '7', '15', '5', '6', '14', '4', '3', '1', '12') ORDER BY `singular` ASC
0.75ms
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 ('38', '9', '21', '29', '20', '18', '7', '4', '36', '23', '22', '61', '44', '25', '28', '8', '39', '19', '12', '30') ORDER BY `singular` ASC
0.67ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('73', '50', '5', '25', '26', '39', '33', '67', '32', '42', '31', '45', '38', '28', '34', '68', '44', '18', '15', '51', '40', '64') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.35ms
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 ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') ORDER BY `name` ASC
1.02ms
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 ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') ORDER BY `name` ASC
2.38ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') ORDER BY `position` ASC
5.76ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27549', '28520', '29090', '27050', '28870', '25478', '29016', '28528', '22772', '27431', '26782', '17238', '19075', '28839', '28560', '22773', '26783', '17237', '28840', '27550', '28131', '27554', '27051', '28871', '26038', '29017', '28129', '29068', '27555', '28189', '27052', '28872', '26036', '29018', '28561', '22774', '26046', '26784', '26051', '17236', '27270', '28841', '27551', '28384', '26050', '17235', '27269', '28842', '27552', '28383', '28128', '29067', '27556', '28188', '28562', '27053', '28873', '26035', '29019', '22775', '26045', '26785', '28187', '28563', '27054', '28874', '26034', '29020', '22776', '26044', '26786', '26049', '17234', '27268', '28843', '27547', '28382', '28127', '29066', '27553', '26052', '17233', '27271', '27548', '28385', '28130', '29069', '28190', '28564', '26037', '26047', '26787', '26039', '28844', '26048', '26788', '25062', '17232', '27055', '28875', '29021', '28386', '28132', '29070', '22777', '28565', '27056', '28876', '29022', '22778', '28566', '28845', '26789', '19594', '28846', '26790', '19595', '27057', '23357', '29023', '22779', '28567', '28780', '22780', '28568', '26791', '25063', '27058', '25064', '28781', '27059', '27800', '28646', '23358', '28645', '27799', '27798', '23359', '28644', '28782', '28647', '26270', '27801', '27802', '28783', '28648', '23360', '26269', '26268', '23361', '28784', '26271', '26272', '28785', '23362', '23363', '28786', '23364', '23365', '26781')
0.77ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('103', '142', '121', '44', '140', '122', '54', '80', '45', '55', '104', '94', '95', '105', '46', '81', '56', '96', '106', '47', '82', '57', '97', '83', '48', '58', '107', '98', '108', '84', '59', '124', '49', '60', '143', '109', '85', '50', '86', '61', '144', '51', '62', '145', '87', '52', '88', '63', '146', '192', '64', '53', '40', '41', '42', '66', '43', '90', '132', '68', '91', '92', '70', '93', '123', '72', '74', '76', '130', '225') ORDER BY `position` ASC
0.91ms
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 ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.44ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5184', '5814', '4853', '5794') ORDER BY `webstore_id` ASC
0.74ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5184', '5814', '4853', '5794') ORDER BY `position` ASC
1.29ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('25857', '28900', '25858', '28901', '25859', '28902', '25860', '28903', '25861', '28904', '25862', '28905', '25863', '28906', '28755', '28907', '24205', '28756', '24206', '28757', '24207', '28758', '24208', '28759', '24209', '28760', '24210', '28761', '24211', '28762', '28763')
0.44ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '62', '51', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '130') ORDER BY `position` ASC
2.70ms
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 ('5504', '5875', '5466', '5732', '5233', '5660', '4669', '5755', '3354', '5869', '5810', '5806', '5535', '4538', '5674', '5708', '5590', '5380', '5832', '5231', '5297', '3874', '5234', '5771', '5852', '5740', '3728', '5093', '5797', '5185', '5429', '5536') 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(29167) ASC
0.20ms
SELECT `code`, `taxes` FROM `countries`
0.41ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
0.92ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.13ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.26ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
117.56ms
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.68ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
168.33ms
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.62ms
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
1,417.28ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
639.00ms
+ 638.99ms
View #2 - components.page-header
666.08ms
+ 27.08ms
View #3 - components.button
682.83ms
+ 16.75ms
View #4 - components.button
683.37ms
+ 0.54ms
View #5 - components.filters
683.90ms
+ 0.53ms
View #6 - components.close-button
684.42ms
+ 0.52ms
View #7 - components.accordion.wrapper
684.77ms
+ 0.36ms
View #8 - components.accordion.bodies.filters.colors
684.81ms
+ 0.04ms
View #9 - components.accordion.wrapper
689.02ms
+ 4.21ms
View #10 - components.accordion.bodies.filters.sizes
689.08ms
+ 0.06ms
View #11 - components.accordion.wrapper
691.72ms
+ 2.64ms
View #12 - components.accordion.bodies.filters.list
691.78ms
+ 0.06ms
View #13 - components.button
692.22ms
+ 0.44ms
View #14 - components.button
692.56ms
+ 0.34ms
View #15 - components.button
692.85ms
+ 0.29ms
View #16 - components.button
693.19ms
+ 0.33ms
View #17 - components.pagination
693.49ms
+ 0.31ms
View #18 - components.button
693.81ms
+ 0.31ms
View #19 - catalog.partials.products-listing
694.12ms
+ 0.31ms
View #20 - components.product-card
694.41ms
+ 0.29ms
View #21 - components.add-to-wishlist
749.86ms
+ 55.46ms
View #22 - components.product-card
752.12ms
+ 2.26ms
View #23 - components.add-to-wishlist
755.21ms
+ 3.09ms
View #24 - components.product-card
757.02ms
+ 1.81ms
View #25 - components.add-to-wishlist
760.41ms
+ 3.39ms
View #26 - components.product-card
762.21ms
+ 1.80ms
View #27 - components.add-to-wishlist
764.92ms
+ 2.71ms
View #28 - components.product-card
766.62ms
+ 1.70ms
View #29 - components.add-to-wishlist
770.32ms
+ 3.70ms
View #30 - components.product-card
772.02ms
+ 1.70ms
View #31 - components.add-to-wishlist
775.72ms
+ 3.70ms
View #32 - components.product-card
777.37ms
+ 1.65ms
View #33 - components.add-to-wishlist
781.56ms
+ 4.19ms
View #34 - components.product-card
783.27ms
+ 1.71ms
View #35 - components.add-to-wishlist
787.42ms
+ 4.16ms
View #36 - components.product-card
789.16ms
+ 1.73ms
View #37 - components.add-to-wishlist
792.71ms
+ 3.56ms
View #38 - components.product-card
794.43ms
+ 1.72ms
View #39 - components.add-to-wishlist
798.00ms
+ 3.57ms
View #40 - components.product-card
799.76ms
+ 1.76ms
View #41 - components.add-to-wishlist
803.77ms
+ 4.00ms
View #42 - components.product-card
805.47ms
+ 1.71ms
View #43 - components.add-to-wishlist
809.72ms
+ 4.25ms
View #44 - components.product-card
811.42ms
+ 1.70ms
View #45 - components.add-to-wishlist
814.88ms
+ 3.46ms
View #46 - components.product-card
816.83ms
+ 1.95ms
View #47 - components.add-to-wishlist
821.27ms
+ 4.44ms
View #48 - components.product-card
823.02ms
+ 1.75ms
View #49 - components.add-to-wishlist
826.54ms
+ 3.53ms
View #50 - components.product-card
828.27ms
+ 1.72ms
View #51 - components.add-to-wishlist
831.96ms
+ 3.69ms
View #52 - components.product-card
833.73ms
+ 1.77ms
View #53 - components.add-to-wishlist
837.46ms
+ 3.73ms
View #54 - components.product-card
839.18ms
+ 1.73ms
View #55 - components.add-to-wishlist
843.60ms
+ 4.42ms
View #56 - components.product-card
845.61ms
+ 2.01ms
View #57 - components.add-to-wishlist
850.99ms
+ 5.38ms
View #58 - components.product-card
853.16ms
+ 2.17ms
View #59 - components.add-to-wishlist
856.80ms
+ 3.64ms
View #60 - components.product-card
858.50ms
+ 1.70ms
View #61 - components.add-to-wishlist
862.17ms
+ 3.68ms
View #62 - components.product-card
863.90ms
+ 1.72ms
View #63 - components.add-to-wishlist
867.17ms
+ 3.27ms
View #64 - components.product-card
868.95ms
+ 1.77ms
View #65 - components.add-to-wishlist
872.32ms
+ 3.37ms
View #66 - components.product-card
874.01ms
+ 1.69ms
View #67 - components.add-to-wishlist
878.19ms
+ 4.18ms
View #68 - components.product-card
879.99ms
+ 1.80ms
View #69 - components.add-to-wishlist
884.12ms
+ 4.14ms
View #70 - components.product-card
885.89ms
+ 1.76ms
View #71 - components.add-to-wishlist
888.59ms
+ 2.71ms
View #72 - components.product-card
890.32ms
+ 1.72ms
View #73 - components.add-to-wishlist
893.08ms
+ 2.77ms
View #74 - components.product-card
894.79ms
+ 1.70ms
View #75 - components.add-to-wishlist
897.49ms
+ 2.71ms
View #76 - components.product-card
899.18ms
+ 1.69ms
View #77 - components.add-to-wishlist
903.03ms
+ 3.85ms
View #78 - components.product-card
904.79ms
+ 1.76ms
View #79 - components.add-to-wishlist
910.13ms
+ 5.34ms
View #80 - components.product-card
912.31ms
+ 2.18ms
View #81 - components.add-to-wishlist
916.88ms
+ 4.57ms
View #82 - components.product-card
918.75ms
+ 1.87ms
View #83 - components.add-to-wishlist
921.80ms
+ 3.05ms
View #84 - components.seo-footer
923.64ms
+ 1.84ms
View #85 - components.pagination
924.09ms
+ 0.45ms
View #86 - components.button
924.48ms
+ 0.39ms
View #87 - components.button
925.61ms
+ 1.13ms
View #88 - components.button
925.96ms
+ 0.35ms
View #89 - layout.layout
926.30ms
+ 0.34ms
View #90 - layout.meta
959.63ms
+ 33.33ms
View #91 - modules.notification
1,041.45ms
+ 81.82ms
View #92 - modules.header
1,042.18ms
+ 0.74ms
View #93 - modules.menu
1,370.04ms
+ 327.86ms
View #94 - components.menu-first-level
1,370.51ms
+ 0.47ms
View #95 - components.menu-second-level
1,372.60ms
+ 2.09ms
View #96 - components.menu-pushes
1,375.24ms
+ 2.64ms
View #97 - components.menu-pushes
1,380.40ms
+ 5.16ms
View #98 - components.menu-pushes
1,384.25ms
+ 3.85ms
View #99 - components.menu-pushes
1,385.37ms
+ 1.11ms
View #100 - components.menu-pushes
1,386.16ms
+ 0.80ms
View #101 - svg.logo
1,386.67ms
+ 0.51ms
View #102 - modules.messages
1,387.34ms
+ 0.66ms
View #103 - modules.breadcrumbs
1,387.68ms
+ 0.34ms
View #104 - modules.footer
1,387.87ms
+ 0.20ms
View #105 - components.reinsurance-support
1,388.22ms
+ 0.35ms
View #106 - components.field
1,388.58ms
+ 0.36ms
View #107 - components.csrf-field
1,388.80ms
+ 0.22ms
View #108 - components.button
1,388.92ms
+ 0.12ms
View #109 - components.footer-links
1,389.10ms
+ 0.18ms
View #110 - modules.panel
1,390.70ms
+ 1.59ms
View #111 - modules.popin
1,390.86ms
+ 0.16ms
View #112 - modules.blueshift-popin
1,391.05ms
+ 0.20ms
View #113 - modules.search-panel
1,391.74ms
+ 0.69ms
View #114 - catalog.search-form
1,392.02ms
+ 0.29ms
View #115 - components.field
1,392.31ms
+ 0.29ms
View #116 - modules.toaster
1,392.79ms
+ 0.48ms
View #117 - layout.overlay
1,392.89ms
+ 0.10ms
View #118 - modules.webstore-switcher
1,394.16ms
+ 1.26ms
View #119 - components.close-button
1,394.40ms
+ 0.25ms
View #120 - components.native-select
1,394.70ms
+ 0.30ms
View #121 - components.native-select
1,395.02ms
+ 0.32ms
View #122 - components.button
1,395.18ms
+ 0.16ms
View #123 - components.button
1,395.37ms
+ 0.19ms
View #124 - helpers.grid
1,395.55ms
+ 0.18ms
View #125 - modules.loading-bar
1,395.66ms
+ 0.11ms
View #126 - 3rdparties.didomi
1,414.68ms
+ 19.02ms
View #127 - 3rdparties.gtm
1,414.87ms
+ 0.19ms
View #128 - 3rdparties.abtasty.main
1,414.99ms
+ 0.11ms
View #129 - 3rdparties.abtasty.tracking
1,415.10ms
+ 0.11ms
View #130 - 3rdparties.blueshift
1,415.27ms
+ 0.18ms
View #131 - 3rdparties.sizebay.main
1,415.60ms
+ 0.32ms
View #132 - 3rdparties.sizebay.tracking
1,415.75ms
+ 0.15ms
View #133 - 3rdparties.gsi
1,415.91ms
+ 0.16ms
View #134 - 3rdparties.applepay
1,416.02ms
+ 0.12ms
View #135 - 3rdparties.alma
1,416.21ms
+ 0.18ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
1,417.33ms
+ 1.12ms
... 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) 44726
REDIRECT_URL string(27) /en/m-men-wool-sweater.html
REDIRECT_QUERY_STRING string(34) /en/m-men-wool-sweater.html&page=3
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(34) /en/m-men-wool-sweater.html&page=3
REQUEST_URI string(34) /en/m-men-wool-sweater.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784160571.735
REQUEST_TIME int 1784160571
HTTPS string(2) on
... array(2)
csrf_token string(40) 5tgfB4Nk20WY9UVcxziECNvvW4HwqrC0xiJLNn7G
cart string(12) Order object