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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.22ms
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.42ms
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.38ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.93ms
SELECT * FROM `config`
0.28ms
SELECT * FROM `meta_categories` WHERE `slug_en` = 'men-wool-sweater' LIMIT 1
0.32ms
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.25ms
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.22ms
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.22ms
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'
286.63ms
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
19.37ms
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
51.22ms
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
267.24ms
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 0
0.10ms
SELECT FOUND_ROWS()
1.64ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') ORDER BY `webstore_id` ASC
5.81ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') ORDER BY `position` ASC
0.77ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '9', '4', '6', '7', '14', '13', '3', '8', '10', '12', '1') ORDER BY `singular` ASC
1.13ms
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 ('18', '43', '23', '7', '20', '4', '36', '63', '17', '9', '39', '59', '21', '45', '11', '55', '8', '12', '28') ORDER BY `singular` ASC
0.77ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('39', '72', '43', '34', '26', '67', '32', '54', '48', '42', '52', '68', '50', '62', '5', '25', '53', '47', '63', '51', '28', '12', '64', '18', '38') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.50ms
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 ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') ORDER BY `name` ASC
1.11ms
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 ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') ORDER BY `name` ASC
5.04ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') ORDER BY `position` ASC
4.81ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28908', '24614', '26224', '29084', '28540', '16140', '29089', '28831', '25857', '24355', '26196', '17857', '29025', '28522', '6891', '28832', '23914', '25858', '27397', '28453', '28460', '28909', '28794', '24615', '29085', '28409', '24616', '29086', '28833', '28929', '23912', '25859', '27395', '28451', '28461', '28910', '28795', '28928', '23911', '25860', '27394', '28450', '28462', '28911', '28796', '28408', '24617', '29087', '28834', '28931', '29081', '28835', '28927', '23910', '25861', '27393', '28449', '28463', '28912', '28797', '3800', '28407', '24618', '28464', '28798', '2765', '28410', '28932', '29082', '28930', '23913', '27396', '28452', '28913', '23915', '27398', '28454', '24619', '28465', '28799', '28836', '2767', '28411', '25862', '28933', '29083', '28837', '2766', '23787', '25863', '28934', '28914', '28448', '24620', '28915', '28800', '24621', '28838', '2769', '23786', '28935', '2768', '28936', '26837', '27042', '2770', '28945', '28724', '26838', '27043', '28944', '28723', '28943', '28722', '28946', '28725', '26839', '27044', '28151', '28150', '28947', '27045', '28149', '26840', '28152', '26841', '27046', '28153', '26842', '27047', '26843', '27048', '27049')
0.94ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '140', '103', '121', '122', '141', '45', '94', '4', '55', '104', '95', '46', '105', '7', '56', '96', '47', '10', '57', '106', '112', '107', '48', '97', '13', '58', '16', '59', '113', '98', '108', '49', '124', '19', '60', '114', '109', '50', '115', '144', '185', '51', '62', '116', '145', '117', '63', '118', '40', '65', '41', '42', '43', '67', '90', '91', '132', '69', '92', '93', '71', '123', '73', '75', '77') ORDER BY `position` ASC
0.75ms
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 ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.59ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5387', '5429', '5361', '5428') ORDER BY `webstore_id` ASC
0.82ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5387', '5429', '5361', '5428') ORDER BY `position` ASC
3.81ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27050', '27051', '27052', '27053', '27054', '26844', '27055', '27056', '26845', '27057', '26846', '27042', '27058', '26847', '27059', '26848', '27043', '27044', '27045', '27046', '27047', '26643', '26644', '27048', '27049', '26645', '26646', '26647')
0.51ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '63', '52', '53', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
2.31ms
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 ('5428', '5857', '5805', '5665', '5493', '5872', '5821', '5734', '5837', '5815', '5184', '1387', '4757', '5874', '5822', '5713', '5386', '4788', '4938', '5258', '3154', '5788', '684', '5720', '5748', '5417', '3472', '5430', '4886', '5278', '5722', '5799') GROUP BY `articles`.`id`
1.49ms
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.24ms
SELECT `code`, `taxes` FROM `countries`
0.55ms
SELECT * FROM `seo_types`
0.34ms
SELECT * FROM `styles`
1.09ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.30ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.35ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
0.36ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
550.53ms
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.87ms
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
586.36ms
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.98ms
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
3,006.48ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
1,222.95ms
+ 1,222.94ms
View #2 - components.page-header
1,255.44ms
+ 32.49ms
View #3 - components.button
1,281.79ms
+ 26.35ms
View #4 - components.button
1,282.28ms
+ 0.49ms
View #5 - components.filters
1,282.77ms
+ 0.49ms
View #6 - components.close-button
1,283.20ms
+ 0.43ms
View #7 - components.accordion.wrapper
1,283.52ms
+ 0.32ms
View #8 - components.accordion.bodies.filters.colors
1,283.56ms
+ 0.04ms
View #9 - components.accordion.wrapper
1,285.31ms
+ 1.75ms
View #10 - components.accordion.bodies.filters.sizes
1,285.36ms
+ 0.06ms
View #11 - components.accordion.wrapper
1,291.03ms
+ 5.67ms
View #12 - components.accordion.bodies.filters.list
1,291.09ms
+ 0.06ms
View #13 - components.button
1,291.46ms
+ 0.37ms
View #14 - components.button
1,291.78ms
+ 0.32ms
View #15 - components.button
1,292.07ms
+ 0.29ms
View #16 - components.button
1,292.36ms
+ 0.29ms
View #17 - catalog.partials.products-listing
1,292.72ms
+ 0.35ms
View #18 - components.product-card
1,293.01ms
+ 0.29ms
View #19 - components.add-to-wishlist
1,352.49ms
+ 59.48ms
View #20 - components.product-card
1,354.52ms
+ 2.03ms
View #21 - components.add-to-wishlist
1,357.68ms
+ 3.16ms
View #22 - components.product-card
1,359.65ms
+ 1.97ms
View #23 - components.add-to-wishlist
1,363.87ms
+ 4.22ms
View #24 - components.product-card
1,365.69ms
+ 1.82ms
View #25 - components.add-to-wishlist
1,369.64ms
+ 3.95ms
View #26 - components.product-card
1,371.48ms
+ 1.84ms
View #27 - components.add-to-wishlist
1,375.14ms
+ 3.66ms
View #28 - components.product-card
1,376.84ms
+ 1.70ms
View #29 - components.add-to-wishlist
1,380.52ms
+ 3.68ms
View #30 - components.product-card
1,382.15ms
+ 1.63ms
View #31 - components.add-to-wishlist
1,385.69ms
+ 3.53ms
View #32 - components.product-card
1,387.37ms
+ 1.68ms
View #33 - components.add-to-wishlist
1,390.50ms
+ 3.13ms
View #34 - components.product-card
1,392.12ms
+ 1.62ms
View #35 - components.add-to-wishlist
1,395.86ms
+ 3.74ms
View #36 - components.product-card
1,397.59ms
+ 1.73ms
View #37 - components.add-to-wishlist
1,401.75ms
+ 4.16ms
View #38 - components.product-card
1,403.44ms
+ 1.69ms
View #39 - components.add-to-wishlist
1,407.21ms
+ 3.77ms
View #40 - components.product-card
1,408.88ms
+ 1.67ms
View #41 - components.add-to-wishlist
1,411.65ms
+ 2.77ms
View #42 - components.product-card
1,413.49ms
+ 1.84ms
View #43 - components.add-to-wishlist
1,416.49ms
+ 3.00ms
View #44 - components.product-card
1,418.16ms
+ 1.66ms
View #45 - components.add-to-wishlist
1,420.99ms
+ 2.84ms
View #46 - components.product-card
1,422.61ms
+ 1.62ms
View #47 - components.add-to-wishlist
1,426.28ms
+ 3.67ms
View #48 - components.product-card
1,427.96ms
+ 1.67ms
View #49 - components.add-to-wishlist
1,432.06ms
+ 4.10ms
View #50 - components.product-card
1,433.85ms
+ 1.79ms
View #51 - components.add-to-wishlist
1,437.85ms
+ 4.00ms
View #52 - components.product-card
1,439.75ms
+ 1.91ms
View #53 - components.add-to-wishlist
1,443.67ms
+ 3.91ms
View #54 - components.product-card
1,445.50ms
+ 1.84ms
View #55 - components.add-to-wishlist
1,449.65ms
+ 4.15ms
View #56 - components.product-card
1,451.38ms
+ 1.73ms
View #57 - components.add-to-wishlist
1,454.08ms
+ 2.69ms
View #58 - components.product-card
1,455.75ms
+ 1.68ms
View #59 - components.add-to-wishlist
1,461.10ms
+ 5.34ms
View #60 - components.product-card
1,462.78ms
+ 1.68ms
View #61 - components.add-to-wishlist
1,470.71ms
+ 7.93ms
View #62 - components.product-card
1,472.42ms
+ 1.72ms
View #63 - components.add-to-wishlist
1,476.19ms
+ 3.77ms
View #64 - components.product-card
1,478.09ms
+ 1.90ms
View #65 - components.add-to-wishlist
1,487.82ms
+ 9.73ms
View #66 - components.product-card
1,489.76ms
+ 1.94ms
View #67 - components.add-to-wishlist
1,492.61ms
+ 2.85ms
View #68 - components.product-card
1,494.26ms
+ 1.66ms
View #69 - components.add-to-wishlist
1,500.51ms
+ 6.25ms
View #70 - components.product-card
1,502.65ms
+ 2.14ms
View #71 - components.add-to-wishlist
1,505.36ms
+ 2.71ms
View #72 - components.product-card
1,510.04ms
+ 4.68ms
View #73 - components.add-to-wishlist
1,515.41ms
+ 5.37ms
View #74 - components.product-card
1,517.61ms
+ 2.20ms
View #75 - components.add-to-wishlist
1,520.57ms
+ 2.96ms
View #76 - components.product-card
1,522.29ms
+ 1.73ms
View #77 - components.add-to-wishlist
1,525.04ms
+ 2.75ms
View #78 - components.product-card
1,526.71ms
+ 1.67ms
View #79 - components.add-to-wishlist
1,530.73ms
+ 4.02ms
View #80 - components.product-card
1,532.42ms
+ 1.69ms
View #81 - components.add-to-wishlist
1,536.11ms
+ 3.70ms
View #82 - components.seo-footer
1,537.93ms
+ 1.81ms
View #83 - components.pagination
1,538.24ms
+ 0.31ms
View #84 - components.button
1,539.14ms
+ 0.90ms
View #85 - components.button
1,540.37ms
+ 1.24ms
View #86 - components.button
1,540.75ms
+ 0.37ms
View #87 - layout.layout
1,541.08ms
+ 0.33ms
View #88 - layout.meta
1,570.73ms
+ 29.65ms
View #89 - modules.notification
1,653.41ms
+ 82.68ms
View #90 - modules.header
1,654.28ms
+ 0.87ms
View #91 - modules.menu
2,895.27ms
+ 1,240.99ms
View #92 - components.menu-first-level
2,895.79ms
+ 0.52ms
View #93 - components.menu-second-level
2,898.99ms
+ 3.20ms
View #94 - components.menu-pushes
2,903.62ms
+ 4.63ms
View #95 - components.menu-pushes
2,913.26ms
+ 9.64ms
View #96 - components.menu-pushes
2,920.82ms
+ 7.56ms
View #97 - components.menu-pushes
2,922.60ms
+ 1.78ms
View #98 - components.menu-pushes
2,923.86ms
+ 1.26ms
View #99 - svg.logo
2,924.72ms
+ 0.86ms
View #100 - modules.messages
2,925.83ms
+ 1.11ms
View #101 - modules.breadcrumbs
2,927.03ms
+ 1.20ms
View #102 - modules.footer
2,927.29ms
+ 0.27ms
View #103 - components.reinsurance-support
2,927.69ms
+ 0.40ms
View #104 - components.field
2,928.22ms
+ 0.52ms
View #105 - components.csrf-field
2,928.60ms
+ 0.39ms
View #106 - components.button
2,928.84ms
+ 0.24ms
View #107 - components.footer-links
2,929.18ms
+ 0.34ms
View #108 - modules.panel
2,932.04ms
+ 2.86ms
View #109 - modules.popin
2,932.22ms
+ 0.18ms
View #110 - modules.blueshift-popin
2,932.39ms
+ 0.16ms
View #111 - modules.search-panel
2,935.78ms
+ 3.40ms
View #112 - catalog.search-form
2,936.15ms
+ 0.36ms
View #113 - components.field
2,936.73ms
+ 0.58ms
View #114 - modules.toaster
2,937.51ms
+ 0.78ms
View #115 - layout.overlay
2,937.66ms
+ 0.15ms
View #116 - modules.webstore-switcher
2,946.72ms
+ 9.06ms
View #117 - components.close-button
2,947.15ms
+ 0.43ms
View #118 - components.native-select
2,947.64ms
+ 0.50ms
View #119 - components.native-select
2,948.18ms
+ 0.54ms
View #120 - components.button
2,948.55ms
+ 0.37ms
View #121 - components.button
2,948.88ms
+ 0.32ms
View #122 - helpers.grid
2,949.27ms
+ 0.39ms
View #123 - modules.loading-bar
2,949.54ms
+ 0.27ms
View #124 - 3rdparties.didomi
2,996.97ms
+ 47.42ms
View #125 - 3rdparties.gtm
2,997.18ms
+ 0.21ms
View #126 - 3rdparties.abtasty.main
2,997.33ms
+ 0.15ms
View #127 - 3rdparties.abtasty.tracking
2,997.48ms
+ 0.15ms
View #128 - 3rdparties.blueshift
2,997.72ms
+ 0.24ms
View #129 - 3rdparties.sizebay.main
3,001.70ms
+ 3.98ms
View #130 - 3rdparties.sizebay.tracking
3,001.97ms
+ 0.27ms
View #131 - 3rdparties.gsi
3,002.22ms
+ 0.25ms
View #132 - 3rdparties.applepay
3,002.34ms
+ 0.13ms
View #133 - 3rdparties.alma
3,002.60ms
+ 0.25ms
View #134 - path: /var/www/html/laravel/profiling/template.blade.php
3,006.54ms
+ 3.94ms
... 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) 48200
REDIRECT_URL string(27) /en/m-men-wool-sweater.html
REDIRECT_QUERY_STRING string(27) /en/m-men-wool-sweater.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(27) /en/m-men-wool-sweater.html
REQUEST_URI string(27) /en/m-men-wool-sweater.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784153836.992
REQUEST_TIME int 1784153836
HTTPS string(2) on
... array(2)
csrf_token string(40) FZSOePqVZbAi8hB1wV7uO61GtIOkEeoU3BSR6JF2
cart string(12) Order object