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

Filtres

Famille de produits

Couleur

Trier par

Livraison et retours offerts

Payez en 3 fois sans frais

Réservez en magasin

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.31ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.23ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.47ms
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.44ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.24ms
SELECT * FROM `languages`
0.59ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.47ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.59ms
SELECT * FROM `config`
0.49ms
SELECT `categories`.*, `categories_details`.`is_enabled` FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 WHERE (`parent_id` NOT IN ('5', '6', '4')) AND `slug` = 'mid-season-sale-cravates' LIMIT 1
0.54ms
SELECT `inserts`.*, `category_insert`.`id` AS `pivot_id`, `category_insert`.`category_id` AS `pivot_category_id`, `category_insert`.`insert_id` AS `pivot_insert_id`, `category_insert`.`webstore_id` AS `pivot_webstore_id`, `category_insert`.`pos` AS `pivot_pos` FROM `inserts` INNER JOIN `category_insert` ON `inserts`.`id` = `category_insert`.`insert_id` WHERE `category_insert`.`category_id` = '42' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '96' AND `webstore_id` = '1' ORDER BY `position` ASC
0.42ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '8' LIMIT 1
0.37ms
SELECT * FROM `categories_links` WHERE `category_id` = '42' ORDER BY `position` ASC
14.65ms
SELECT COUNT(*)AS nb FROM (SELECT `products`.`id` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 42 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC) q
3.23ms
SELECT `colors`.* FROM `colors` INNER JOIN `color_product` ON `color_product`.`color_id` = `colors`.`id` INNER JOIN `products` ON `products`.`id` = `color_product`.`product_id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 42 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
3.02ms
SELECT `products_types`.* FROM `products_types` INNER JOIN `products` ON `products`.`type_id` = `products_types`.`id` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 42 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
16.46ms
SELECT SQL_CALC_FOUND_ROWS `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `category_product` ON `category_product`.`product_id` = `products`.`id` AND `category_product`.`category_id` = 42 AND `category_product`.`webstore_id` = 1 WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' GROUP BY `products`.`id` ORDER BY `category_product`.`pos` ASC LIMIT 31 OFFSET 0
0.17ms
SELECT FOUND_ROWS()
1.11ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') ORDER BY `webstore_id` ASC
0.93ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('10', '12', '13', '9', '15', '8', '14') ORDER BY `singular` ASC
0.46ms
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 ('59', '12', '35', '39', '53', '29', '9', '31', '4', '55', '65', '45', '30') ORDER BY `singular` ASC
0.47ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('62', '18', '56', '68', '73', '50', '13', '67', '63', '53', '15') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.86ms
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 ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') ORDER BY `name` ASC
0.73ms
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 ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') ORDER BY `name` ASC
0.95ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') ORDER BY `position` ASC
1.72ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('26224', '28519', '28529', '26201', '28923', '28108', '28527', '26196', '28525', '23356', '28523', '28950', '28531', '26202', '28518', '28141', '28528', '26200', '28542', '28526', '24354', '28524', '28532', '27554', '28533', '27555', '27556', '28534', '28530', '27553', '4916', '28931', '2760', '28932', '25062', '28335', '25065', '28926', '2761', '28933', '25059', '28339', '28925', '2759', '28934', '19592', '28338', '19594', '28334', '19596', '28333', '19597', '28924', '2762', '28935', '19593', '28337', '19595', '2763', '28936', '25060', '28340', '25063', '28336', '25066', '25067', '2764', '25061', '25064')
0.42ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('140', '142', '122', '141', '121', '103', '104', '105', '106', '107', '112', '113', '143', '114', '144', '115', '145', '116', '117', '146', '192', '118') ORDER BY `position` ASC
0.55ms
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 ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.25ms
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 ('5822', '5278', '5738', '3875', '5656', '5741', '5740', '5262', '4668', '5264', '5536', '3873', '4885', '683', '5731', '5739', '5737', '5736', '5699', '5698', '5820', '5258', '5663', '5750', '5263', '5819', '5840', '5735', '5730', '5742', '3874') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
116.03ms
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.69ms
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.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
244.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` > '153' AND `r` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.68ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
6.73ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7142) ASC LIMIT 3
6.46ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7142) ASC LIMIT 3
0.45ms
SELECT * FROM `seo_types`
0.36ms
SELECT * FROM `styles`
1.00ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.47ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.96ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-06-16 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
962.79ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
605.18ms
+ 605.18ms
View #2 - components.page-header
637.19ms
+ 32.00ms
View #3 - components.button
637.82ms
+ 0.64ms
View #4 - components.button
638.17ms
+ 0.35ms
View #5 - components.facets
638.42ms
+ 0.25ms
View #6 - components.filters
638.99ms
+ 0.56ms
View #7 - components.close-button
639.46ms
+ 0.47ms
View #8 - components.accordion.wrapper
639.79ms
+ 0.33ms
View #9 - components.accordion.bodies.filters.list
639.84ms
+ 0.04ms
View #10 - components.accordion.wrapper
641.48ms
+ 1.65ms
View #11 - components.accordion.bodies.filters.colors
641.53ms
+ 0.04ms
View #12 - components.accordion.wrapper
642.35ms
+ 0.82ms
View #13 - components.accordion.bodies.filters.list
642.40ms
+ 0.04ms
View #14 - components.button
642.69ms
+ 0.30ms
View #15 - components.button
642.99ms
+ 0.30ms
View #16 - components.button
643.27ms
+ 0.27ms
View #17 - components.button
643.54ms
+ 0.28ms
View #18 - catalog.partials.products-listing
643.85ms
+ 0.31ms
View #19 - components.product-card
644.20ms
+ 0.35ms
View #20 - components.add-to-wishlist
695.71ms
+ 51.50ms
View #21 - components.product-card
697.89ms
+ 2.18ms
View #22 - components.add-to-wishlist
700.72ms
+ 2.83ms
View #23 - components.product-card
702.46ms
+ 1.74ms
View #24 - components.add-to-wishlist
705.39ms
+ 2.94ms
View #25 - components.product-card
707.42ms
+ 2.02ms
View #26 - components.add-to-wishlist
711.21ms
+ 3.79ms
View #27 - components.product-card
713.00ms
+ 1.79ms
View #28 - components.add-to-wishlist
717.14ms
+ 4.14ms
View #29 - components.product-card
719.01ms
+ 1.87ms
View #30 - components.add-to-wishlist
721.72ms
+ 2.71ms
View #31 - components.product-card
723.51ms
+ 1.79ms
View #32 - components.add-to-wishlist
726.37ms
+ 2.86ms
View #33 - components.product-card
728.07ms
+ 1.70ms
View #34 - components.add-to-wishlist
730.66ms
+ 2.59ms
View #35 - components.product-card
732.26ms
+ 1.60ms
View #36 - components.add-to-wishlist
734.97ms
+ 2.71ms
View #37 - components.product-card
736.82ms
+ 1.85ms
View #38 - components.add-to-wishlist
739.37ms
+ 2.55ms
View #39 - components.product-card
740.97ms
+ 1.60ms
View #40 - components.add-to-wishlist
743.88ms
+ 2.91ms
View #41 - components.product-card
745.62ms
+ 1.75ms
View #42 - components.add-to-wishlist
748.91ms
+ 3.28ms
View #43 - components.product-card
750.61ms
+ 1.70ms
View #44 - components.add-to-wishlist
753.33ms
+ 2.72ms
View #45 - components.product-card
755.04ms
+ 1.71ms
View #46 - components.add-to-wishlist
759.24ms
+ 4.19ms
View #47 - components.product-card
761.02ms
+ 1.78ms
View #48 - components.add-to-wishlist
763.78ms
+ 2.76ms
View #49 - components.product-card
765.50ms
+ 1.72ms
View #50 - components.add-to-wishlist
768.28ms
+ 2.78ms
View #51 - components.product-card
769.94ms
+ 1.66ms
View #52 - components.add-to-wishlist
772.75ms
+ 2.81ms
View #53 - components.product-card
774.69ms
+ 1.94ms
View #54 - components.add-to-wishlist
777.48ms
+ 2.78ms
View #55 - components.product-card
779.17ms
+ 1.69ms
View #56 - components.add-to-wishlist
782.59ms
+ 3.43ms
View #57 - components.catalog-push
784.26ms
+ 1.67ms
View #58 - components.product-card
785.49ms
+ 1.23ms
View #59 - components.add-to-wishlist
789.03ms
+ 3.54ms
View #60 - components.product-card
790.71ms
+ 1.68ms
View #61 - components.add-to-wishlist
793.65ms
+ 2.94ms
View #62 - components.product-card
795.47ms
+ 1.82ms
View #63 - components.add-to-wishlist
798.22ms
+ 2.75ms
View #64 - components.product-card
799.95ms
+ 1.73ms
View #65 - components.add-to-wishlist
802.72ms
+ 2.78ms
View #66 - components.product-card
804.38ms
+ 1.66ms
View #67 - components.add-to-wishlist
807.30ms
+ 2.92ms
View #68 - components.product-card
808.98ms
+ 1.68ms
View #69 - components.add-to-wishlist
811.73ms
+ 2.75ms
View #70 - components.product-card
813.44ms
+ 1.70ms
View #71 - components.add-to-wishlist
816.67ms
+ 3.23ms
View #72 - components.product-card
818.47ms
+ 1.80ms
View #73 - components.add-to-wishlist
821.20ms
+ 2.73ms
View #74 - components.product-card
822.93ms
+ 1.73ms
View #75 - components.add-to-wishlist
825.92ms
+ 2.99ms
View #76 - components.product-card
827.64ms
+ 1.72ms
View #77 - components.add-to-wishlist
830.25ms
+ 2.61ms
View #78 - components.product-card
831.91ms
+ 1.66ms
View #79 - components.add-to-wishlist
835.24ms
+ 3.33ms
View #80 - components.product-card
837.45ms
+ 2.20ms
View #81 - components.add-to-wishlist
840.86ms
+ 3.41ms
View #82 - components.pagination
842.74ms
+ 1.88ms
View #83 - components.button
843.69ms
+ 0.96ms
View #84 - components.recently-viewed
844.02ms
+ 0.33ms
View #85 - components.product-related
856.83ms
+ 12.80ms
View #86 - components.seo-footer
857.22ms
+ 0.40ms
View #87 - components.facets
858.15ms
+ 0.92ms
View #88 - components.button
858.47ms
+ 0.33ms
View #89 - components.button
858.86ms
+ 0.39ms
View #90 - modules.seo-links
859.13ms
+ 0.27ms
View #91 - components.button
859.59ms
+ 0.46ms
View #92 - components.button
860.01ms
+ 0.42ms
View #93 - components.button
860.44ms
+ 0.42ms
View #94 - layout.layout
861.23ms
+ 0.79ms
View #95 - layout.meta
873.52ms
+ 12.29ms
View #96 - modules.notification
907.94ms
+ 34.42ms
View #97 - modules.header
908.82ms
+ 0.89ms
View #98 - modules.menu
909.58ms
+ 0.76ms
View #99 - components.menu-first-level
910.30ms
+ 0.72ms
View #100 - components.menu-second-level
912.93ms
+ 2.63ms
View #101 - components.menu-pushes
917.22ms
+ 4.30ms
View #102 - components.menu-pushes
924.13ms
+ 6.91ms
View #103 - components.menu-pushes
929.56ms
+ 5.42ms
View #104 - components.menu-pushes
931.36ms
+ 1.80ms
View #105 - components.menu-pushes
932.65ms
+ 1.29ms
View #106 - svg.logo
933.52ms
+ 0.87ms
View #107 - modules.messages
934.59ms
+ 1.06ms
View #108 - modules.breadcrumbs
935.05ms
+ 0.46ms
View #109 - modules.footer
935.32ms
+ 0.27ms
View #110 - components.reinsurance-support
935.87ms
+ 0.55ms
View #111 - components.field
936.43ms
+ 0.56ms
View #112 - components.csrf-field
936.75ms
+ 0.31ms
View #113 - components.button
936.92ms
+ 0.17ms
View #114 - components.footer-links
937.21ms
+ 0.29ms
View #115 - modules.panel
940.15ms
+ 2.93ms
View #116 - modules.popin
940.39ms
+ 0.24ms
View #117 - modules.blueshift-popin
940.58ms
+ 0.19ms
View #118 - modules.search-panel
941.56ms
+ 0.98ms
View #119 - catalog.search-form
941.96ms
+ 0.40ms
View #120 - components.field
942.42ms
+ 0.46ms
View #121 - modules.toaster
943.24ms
+ 0.81ms
View #122 - layout.overlay
943.39ms
+ 0.15ms
View #123 - modules.webstore-switcher
945.70ms
+ 2.32ms
View #124 - components.close-button
946.18ms
+ 0.48ms
View #125 - components.native-select
946.70ms
+ 0.52ms
View #126 - components.native-select
947.20ms
+ 0.50ms
View #127 - components.button
947.44ms
+ 0.24ms
View #128 - components.button
947.75ms
+ 0.31ms
View #129 - helpers.grid
948.10ms
+ 0.34ms
View #130 - modules.loading-bar
948.26ms
+ 0.16ms
View #131 - 3rdparties.didomi
959.25ms
+ 11.00ms
View #132 - 3rdparties.gtm
959.52ms
+ 0.26ms
View #133 - 3rdparties.abtasty.main
959.69ms
+ 0.17ms
View #134 - 3rdparties.abtasty.tracking
959.82ms
+ 0.14ms
View #135 - 3rdparties.blueshift
960.08ms
+ 0.26ms
View #136 - 3rdparties.sizebay.main
960.51ms
+ 0.43ms
View #137 - 3rdparties.sizebay.tracking
960.83ms
+ 0.33ms
View #138 - 3rdparties.gsi
961.08ms
+ 0.25ms
View #139 - 3rdparties.applepay
961.21ms
+ 0.13ms
View #140 - 3rdparties.alma
961.45ms
+ 0.24ms
View #141 - path: /var/www/html/laravel/profiling/template.blade.php
962.84ms
+ 1.39ms
... 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(35) /fr/c-mid-season-sale-cravates.html
REDIRECT_QUERY_STRING string(35) /fr/c-mid-season-sale-cravates.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(35) /fr/c-mid-season-sale-cravates.html
REQUEST_URI string(35) /fr/c-mid-season-sale-cravates.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784154864.358
REQUEST_TIME int 1784154864
HTTPS string(2) on
... array(3)
csrf_token string(40) x61AnapiiUUWI0XmRzfGbz5P2IYLYK6YSKGceM0I
cart string(12) Order object
last_category string(15) stdClass object