Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.
28 produits

Filtres

Couleur

Taille

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.29ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.37ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.24ms
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.43ms
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.32ms
SELECT * FROM `languages`
0.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.88ms
SELECT * FROM `config`
0.36ms
SELECT * FROM `meta_categories` WHERE `slug` = 'chemise-manche-longue-homme' LIMIT 1
0.30ms
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` = '207'
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` = '207'
0.20ms
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` = '207'
0.23ms
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` = '207'
9.92ms
SELECT COUNT(*)AS nb FROM (SELECT `products`.`id` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (68) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY RAND(29) ASC) q
1.53ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (68) GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3,873.09ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `products` AS `p2` ON `p2`.`id` = `products_items`.`parent_id` LEFT JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (68) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (68) WHERE `sizes`.`name` <> 'TU' AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
19.54ms
SELECT SQL_CALC_FOUND_ROWS `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (68) 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.14ms
SELECT FOUND_ROWS()
1.32ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') ORDER BY `webstore_id` ASC
1.77ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('6') ORDER BY `singular` ASC
0.37ms
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 ('7') ORDER BY `singular` ASC
0.46ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('33', '34', '35') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.82ms
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 ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') ORDER BY `name` ASC
0.98ms
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 ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') ORDER BY `name` ASC
2.50ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') ORDER BY `position` ASC
6.50ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27595', '24105', '23736', '27604', '23599', '19797', '27579', '23339', '22288', '29097', '25520', '19798', '27580', '23340', '22289', '29098', '25521', '24106', '23737', '27605', '23600', '27596', '24107', '23738', '27606', '23601', '27597', '19799', '27581', '22290', '23341', '29099', '25522', '22291', '23342', '29100', '25523', '24108', '23739', '27607', '23602', '27598', '19800', '27582', '23603', '27599', '19801', '27583', '22292', '23343', '29101', '25524', '24109', '23740', '27608', '29102', '25525', '24110', '23741', '27609', '23604', '27600', '19802', '27584', '22293', '23344', '19803', '27585', '22294', '23345', '29103', '25526', '24111', '23742', '27610', '23605', '27601', '25527', '24112', '23743', '27611', '23606', '27602', '19804', '27586', '22295', '23346', '29104', '19805', '22296', '23347', '29105', '25528', '24113', '23744', '27612', '25070', '27603', '24114', '25068', '25069', '24115', '23593', '28181', '26275', '23594', '27637', '28177', '28151', '29031', '28169', '23082', '28591', '21568', '29094', '27004', '28596', '28587', '26270', '27311', '29093', '27003', '28595', '28586', '26269', '27310', '28180', '26274', '23595', '27636', '28176', '28150', '29030', '28168', '23081', '28590', '21567', '27635', '28175', '28149', '29029', '28167', '23080', '28589', '21566', '29092', '27002', '28594', '28585', '26268', '27309', '28179', '26273', '23596', '27005', '28597', '28588', '26271', '27312', '28182', '26276', '23597', '27638', '28178', '28152', '29032', '28170', '23083', '28592', '21569', '29095', '28153', '29033', '23084', '28593', '21570', '29096', '27006', '26272', '26277', '23598', '27639', '28359')
0.54ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('80', '81', '82', '83', '84', '85', '86', '87', '88', '129', '187', '89', '90', '91', '92', '93', '123', '212') ORDER BY `position` ASC
0.77ms
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 ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.04ms
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 ('5106', '5861', '5548', '5878', '5545', '5547', '4605', '4834', '4665', '5477', '5759', '5554', '5414', '5298', '3913', '5665', '4408', '5761', '5297', '5877', '5671', '5760', '5669', '4747', '5672', '4709', '4710', '4278') GROUP BY `articles`.`id`
1.42ms
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` = '207' AND `is_enabled` = '1' ORDER BY RAND(29307) ASC
0.46ms
SELECT * FROM `seo_types`
0.36ms
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.21ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
0.42ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
214.12ms
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
1.14ms
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.39ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
195.08ms
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.51ms
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
5,059.60ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
4,147.43ms
+ 4,147.43ms
View #2 - components.page-header
4,173.64ms
+ 26.21ms
View #3 - components.button
4,174.37ms
+ 0.73ms
View #4 - components.button
4,174.82ms
+ 0.45ms
View #5 - components.filters
4,175.35ms
+ 0.52ms
View #6 - components.close-button
4,175.87ms
+ 0.52ms
View #7 - components.accordion.wrapper
4,176.22ms
+ 0.35ms
View #8 - components.accordion.bodies.filters.colors
4,176.26ms
+ 0.04ms
View #9 - components.accordion.wrapper
4,177.86ms
+ 1.60ms
View #10 - components.accordion.bodies.filters.sizes
4,177.91ms
+ 0.05ms
View #11 - components.accordion.wrapper
4,178.86ms
+ 0.95ms
View #12 - components.accordion.bodies.filters.list
4,178.90ms
+ 0.04ms
View #13 - components.button
4,179.23ms
+ 0.33ms
View #14 - components.button
4,179.66ms
+ 0.43ms
View #15 - components.button
4,179.96ms
+ 0.30ms
View #16 - components.button
4,180.32ms
+ 0.36ms
View #17 - catalog.partials.products-listing
4,180.65ms
+ 0.33ms
View #18 - components.product-card
4,180.95ms
+ 0.29ms
View #19 - components.add-to-wishlist
4,242.77ms
+ 61.83ms
View #20 - components.product-card
4,245.36ms
+ 2.59ms
View #21 - components.add-to-wishlist
4,250.29ms
+ 4.94ms
View #22 - components.product-card
4,252.35ms
+ 2.05ms
View #23 - components.add-to-wishlist
4,257.76ms
+ 5.41ms
View #24 - components.product-card
4,259.64ms
+ 1.88ms
View #25 - components.add-to-wishlist
4,264.59ms
+ 4.95ms
View #26 - components.product-card
4,266.49ms
+ 1.91ms
View #27 - components.add-to-wishlist
4,271.42ms
+ 4.93ms
View #28 - components.product-card
4,273.40ms
+ 1.98ms
View #29 - components.add-to-wishlist
4,279.39ms
+ 5.98ms
View #30 - components.product-card
4,281.86ms
+ 2.47ms
View #31 - components.add-to-wishlist
4,286.01ms
+ 4.15ms
View #32 - components.product-card
4,287.93ms
+ 1.91ms
View #33 - components.add-to-wishlist
4,292.72ms
+ 4.79ms
View #34 - components.product-card
4,294.83ms
+ 2.12ms
View #35 - components.add-to-wishlist
4,299.31ms
+ 4.47ms
View #36 - components.product-card
4,301.51ms
+ 2.21ms
View #37 - components.add-to-wishlist
4,305.64ms
+ 4.12ms
View #38 - components.product-card
4,307.42ms
+ 1.79ms
View #39 - components.add-to-wishlist
4,311.40ms
+ 3.97ms
View #40 - components.product-card
4,313.34ms
+ 1.95ms
View #41 - components.add-to-wishlist
4,317.61ms
+ 4.27ms
View #42 - components.product-card
4,319.37ms
+ 1.76ms
View #43 - components.add-to-wishlist
4,323.52ms
+ 4.15ms
View #44 - components.product-card
4,325.62ms
+ 2.10ms
View #45 - components.add-to-wishlist
4,329.62ms
+ 4.00ms
View #46 - components.product-card
4,331.66ms
+ 2.04ms
View #47 - components.add-to-wishlist
4,336.71ms
+ 5.05ms
View #48 - components.product-card
4,338.53ms
+ 1.82ms
View #49 - components.add-to-wishlist
4,342.64ms
+ 4.12ms
View #50 - components.product-card
4,345.55ms
+ 2.90ms
View #51 - components.add-to-wishlist
4,350.37ms
+ 4.82ms
View #52 - components.product-card
4,352.38ms
+ 2.01ms
View #53 - components.add-to-wishlist
4,356.77ms
+ 4.39ms
View #54 - components.product-card
4,359.28ms
+ 2.52ms
View #55 - components.add-to-wishlist
4,363.98ms
+ 4.70ms
View #56 - components.product-card
4,366.09ms
+ 2.10ms
View #57 - components.add-to-wishlist
4,371.03ms
+ 4.95ms
View #58 - components.product-card
4,373.64ms
+ 2.61ms
View #59 - components.add-to-wishlist
4,379.24ms
+ 5.59ms
View #60 - components.product-card
4,382.95ms
+ 3.71ms
View #61 - components.add-to-wishlist
4,387.33ms
+ 4.38ms
View #62 - components.product-card
4,389.36ms
+ 2.03ms
View #63 - components.add-to-wishlist
4,394.70ms
+ 5.34ms
View #64 - components.product-card
4,396.79ms
+ 2.09ms
View #65 - components.add-to-wishlist
4,401.46ms
+ 4.67ms
View #66 - components.product-card
4,403.30ms
+ 1.84ms
View #67 - components.add-to-wishlist
4,407.41ms
+ 4.12ms
View #68 - components.product-card
4,409.25ms
+ 1.83ms
View #69 - components.add-to-wishlist
4,413.42ms
+ 4.18ms
View #70 - components.product-card
4,415.54ms
+ 2.12ms
View #71 - components.add-to-wishlist
4,420.72ms
+ 5.18ms
View #72 - components.product-card
4,423.05ms
+ 2.33ms
View #73 - components.add-to-wishlist
4,427.35ms
+ 4.30ms
View #74 - components.seo-footer
4,429.30ms
+ 1.95ms
View #75 - components.button
4,430.36ms
+ 1.06ms
View #76 - components.button
4,430.85ms
+ 0.49ms
View #77 - layout.layout
4,431.20ms
+ 0.36ms
View #78 - layout.meta
4,454.82ms
+ 23.62ms
View #79 - modules.notification
4,527.88ms
+ 73.06ms
View #80 - modules.header
4,528.70ms
+ 0.82ms
View #81 - modules.menu
5,011.58ms
+ 482.87ms
View #82 - components.menu-first-level
5,011.98ms
+ 0.40ms
View #83 - components.menu-second-level
5,013.95ms
+ 1.97ms
View #84 - components.menu-pushes
5,016.86ms
+ 2.90ms
View #85 - components.menu-pushes
5,021.82ms
+ 4.96ms
View #86 - components.menu-pushes
5,025.78ms
+ 3.96ms
View #87 - components.menu-pushes
5,026.91ms
+ 1.13ms
View #88 - components.menu-pushes
5,027.79ms
+ 0.88ms
View #89 - svg.logo
5,028.32ms
+ 0.52ms
View #90 - modules.messages
5,028.92ms
+ 0.60ms
View #91 - modules.breadcrumbs
5,029.23ms
+ 0.31ms
View #92 - modules.footer
5,029.40ms
+ 0.17ms
View #93 - components.reinsurance-support
5,029.74ms
+ 0.34ms
View #94 - components.field
5,030.10ms
+ 0.36ms
View #95 - components.csrf-field
5,030.31ms
+ 0.21ms
View #96 - components.button
5,030.43ms
+ 0.11ms
View #97 - components.footer-links
5,030.63ms
+ 0.20ms
View #98 - modules.panel
5,032.19ms
+ 1.56ms
View #99 - modules.popin
5,032.33ms
+ 0.13ms
View #100 - modules.blueshift-popin
5,032.44ms
+ 0.11ms
View #101 - modules.search-panel
5,033.08ms
+ 0.64ms
View #102 - catalog.search-form
5,033.32ms
+ 0.24ms
View #103 - components.field
5,033.62ms
+ 0.31ms
View #104 - modules.toaster
5,034.13ms
+ 0.51ms
View #105 - layout.overlay
5,034.25ms
+ 0.12ms
View #106 - modules.webstore-switcher
5,036.29ms
+ 2.05ms
View #107 - components.close-button
5,036.92ms
+ 0.63ms
View #108 - components.native-select
5,038.18ms
+ 1.26ms
View #109 - components.native-select
5,038.58ms
+ 0.40ms
View #110 - components.button
5,038.77ms
+ 0.19ms
View #111 - components.button
5,038.99ms
+ 0.22ms
View #112 - helpers.grid
5,039.19ms
+ 0.20ms
View #113 - modules.loading-bar
5,039.31ms
+ 0.12ms
View #114 - 3rdparties.didomi
5,054.97ms
+ 15.66ms
View #115 - 3rdparties.gtm
5,055.81ms
+ 0.84ms
View #116 - 3rdparties.abtasty.main
5,056.28ms
+ 0.47ms
View #117 - 3rdparties.abtasty.tracking
5,056.91ms
+ 0.63ms
View #118 - 3rdparties.blueshift
5,057.40ms
+ 0.50ms
View #119 - 3rdparties.sizebay.main
5,058.02ms
+ 0.62ms
View #120 - 3rdparties.sizebay.tracking
5,058.17ms
+ 0.15ms
View #121 - 3rdparties.gsi
5,058.32ms
+ 0.15ms
View #122 - 3rdparties.applepay
5,058.40ms
+ 0.08ms
View #123 - 3rdparties.alma
5,058.58ms
+ 0.18ms
View #124 - path: /var/www/html/laravel/profiling/template.blade.php
5,059.64ms
+ 1.06ms
... 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=a2d49d1b9a6b01d40f5c82b6664b3b6d23b26d64%2BAXRCqU0JOeJSb8f6tlZiou30JHKwGpypEYzdDOdc
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) 45372
REDIRECT_URL string(38) /fr/m-chemise-manche-longue-homme.html
REDIRECT_QUERY_STRING string(38) /fr/m-chemise-manche-longue-homme.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /fr/m-chemise-manche-longue-homme.html
REQUEST_URI string(38) /fr/m-chemise-manche-longue-homme.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784154858.945
REQUEST_TIME int 1784154858
HTTPS string(2) on
... array(2)
csrf_token string(40) x61AnapiiUUWI0XmRzfGbz5P2IYLYK6YSKGceM0I
cart string(12) Order object