Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible
99 produits

Filtres

Famille de produits

Couleur

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.35ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.42ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.49ms
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.39ms
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.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.63ms
SELECT * FROM `config`
0.52ms
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` = 'responsable' LIMIT 1
0.36ms
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` = '144' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.24ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
21.94ms
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` = 144 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.78ms
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` = 144 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
4.31ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`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` = 144 AND `category_product`.`webstore_id` = 1 INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` AND `product_type_style`.`type_id` = `products`.`type_id` AND `product_type_style`.`type_id` = 3 GROUP BY `styles`.`id` ORDER BY `product_type_style`.`pos` ASC
2.96ms
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` = 144 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
24.71ms
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` = 144 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 32 OFFSET 32
0.13ms
SELECT FOUND_ROWS()
1.01ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `webstore_id` ASC
1.18ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '6', '4', '7', '14', '9', '10') ORDER BY `singular` ASC
0.47ms
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', '7', '23', '20', '4', '42', '21', '54', '59', '58', '31', '32', '44', '55') ORDER BY `singular` ASC
0.52ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('40', '33', '42', '26', '67', '34', '39', '71', '25', '60', '62', '61', '13', '16', '5', '31', '63') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.32ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `name` ASC
0.76ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `name` ASC
1.82ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY `position` ASC
3.88ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28009', '26203', '27429', '17238', '6971', '6967', '6495', '27428', '6496', '26038', '25086', '28010', '23624', '22303', '17237', '6972', '6968', '21101', '23625', '13191', '17236', '6973', '29251', '6969', '28356', '21099', '28604', '28185', '22288', '27604', '26036', '19382', '26046', '28011', '22289', '27605', '26035', '19383', '26045', '28012', '23626', '13192', '17235', '26468', '6974', '29250', '6970', '28355', '21098', '28603', '28184', '6975', '29249', '6965', '28354', '21097', '18187', '28602', '3801', '28183', '22290', '27606', '4916', '26469', '3802', '26034', '19384', '26044', '28013', '23627', '13193', '17234', '19385', '26047', '23628', '13194', '17233', '6976', '29252', '6966', '28357', '21100', '18188', '28605', '2753', '28186', '22291', '27607', '2760', '26470', '2775', '26037', '28358', '21102', '18189', '28014', '2756', '22292', '27608', '2761', '26471', '2771', '26039', '20739', '26048', '23629', '13195', '17232', '4913', '29253', '1768', '18190', '28015', '2754', '22293', '27609', '2759', '26472', '2776', '18191', '28016', '2758', '22294', '27610', '2762', '26473', '2772', '18192', '2757', '22295', '27611', '2763', '26474', '2773', '2755', '22296', '27612', '2764', '26475', '2774', '18193', '25068', '27890', '25069', '26648', '26649', '27891', '27892', '26650', '27004', '26651', '23082', '27893', '27003', '23081', '27002', '23080', '27894', '26652', '27005', '23083', '27006', '23084', '26653', '27895', '27896', '26654', '27897', '26674', '27323', '26673', '27322', '26672', '27321', '26675', '27324', '27325', '26676')
0.62ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '122', '103', '94', '45', '104', '95', '105', '80', '46', '81', '96', '47', '106', '208', '107', '97', '112', '82', '48', '98', '108', '113', '83', '124', '114', '49', '84', '109', '115', '50', '85', '116', '51', '86', '117', '87', '118', '88', '129', '63', '187', '65', '67', '90', '69', '91', '92', '71', '93', '123', '73', '75', '77', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.65ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.97ms
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 ('5366', '4408', '5626', '5763', '5480', '3354', '5414', '5362', '3815', '5502', '5233', '5332', '5607', '3525', '5703', '682', '5265', '5548', '75', '5231', '74', '4605', '451', '2592', '5673', '685', '4729', '5501', '4183', '683', '5914', '450') GROUP BY `articles`.`id`
0.35ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
151.46ms
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.66ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.31ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
222.67ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.66ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
2.72ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
6.57ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.35ms
SELECT * FROM `seo_types`
0.30ms
SELECT * FROM `styles`
1.21ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.70ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.71ms
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-08-03 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
965.18ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
647.78ms
+ 647.78ms
View #2 - components.page-header
668.39ms
+ 20.61ms
View #3 - components.filters
669.06ms
+ 0.67ms
View #4 - components.close-button
669.43ms
+ 0.37ms
View #5 - components.accordion.wrapper
669.70ms
+ 0.27ms
View #6 - components.accordion.bodies.filters.list
669.73ms
+ 0.03ms
View #7 - components.accordion.wrapper
670.94ms
+ 1.20ms
View #8 - components.accordion.bodies.filters.colors
670.97ms
+ 0.03ms
View #9 - components.accordion.wrapper
671.35ms
+ 0.39ms
View #10 - components.accordion.bodies.filters.list
671.38ms
+ 0.03ms
View #11 - components.button
671.57ms
+ 0.19ms
View #12 - components.button
671.81ms
+ 0.25ms
View #13 - components.button
672.07ms
+ 0.25ms
View #14 - components.button
672.28ms
+ 0.22ms
View #15 - components.pagination
672.48ms
+ 0.20ms
View #16 - components.button
672.69ms
+ 0.21ms
View #17 - catalog.partials.products-listing
672.89ms
+ 0.20ms
View #18 - components.product-card
673.22ms
+ 0.33ms
View #19 - components.add-to-wishlist
710.26ms
+ 37.05ms
View #20 - components.product-card
711.83ms
+ 1.57ms
View #21 - components.add-to-wishlist
715.01ms
+ 3.18ms
View #22 - components.product-card
716.15ms
+ 1.14ms
View #23 - components.add-to-wishlist
719.14ms
+ 2.98ms
View #24 - components.product-card
720.62ms
+ 1.49ms
View #25 - components.add-to-wishlist
723.24ms
+ 2.62ms
View #26 - components.product-card
724.51ms
+ 1.27ms
View #27 - components.add-to-wishlist
726.80ms
+ 2.30ms
View #28 - components.product-card
727.87ms
+ 1.06ms
View #29 - components.add-to-wishlist
730.24ms
+ 2.38ms
View #30 - components.product-card
731.44ms
+ 1.20ms
View #31 - components.add-to-wishlist
734.92ms
+ 3.48ms
View #32 - components.product-card
736.80ms
+ 1.89ms
View #33 - components.add-to-wishlist
739.88ms
+ 3.07ms
View #34 - components.product-card
741.16ms
+ 1.29ms
View #35 - components.add-to-wishlist
743.91ms
+ 2.74ms
View #36 - components.product-card
745.19ms
+ 1.29ms
View #37 - components.add-to-wishlist
747.17ms
+ 1.98ms
View #38 - components.product-card
748.58ms
+ 1.41ms
View #39 - components.add-to-wishlist
751.68ms
+ 3.11ms
View #40 - components.product-card
753.18ms
+ 1.49ms
View #41 - components.add-to-wishlist
755.94ms
+ 2.76ms
View #42 - components.product-card
757.08ms
+ 1.14ms
View #43 - components.add-to-wishlist
760.29ms
+ 3.22ms
View #44 - components.product-card
762.09ms
+ 1.80ms
View #45 - components.add-to-wishlist
765.14ms
+ 3.05ms
View #46 - components.product-card
766.39ms
+ 1.25ms
View #47 - components.add-to-wishlist
768.81ms
+ 2.42ms
View #48 - components.product-card
770.04ms
+ 1.23ms
View #49 - components.add-to-wishlist
772.86ms
+ 2.82ms
View #50 - components.product-card
774.14ms
+ 1.28ms
View #51 - components.add-to-wishlist
775.93ms
+ 1.79ms
View #52 - components.product-card
777.00ms
+ 1.07ms
View #53 - components.add-to-wishlist
779.86ms
+ 2.86ms
View #54 - components.product-card
781.36ms
+ 1.50ms
View #55 - components.add-to-wishlist
783.53ms
+ 2.17ms
View #56 - components.product-card
784.71ms
+ 1.18ms
View #57 - components.add-to-wishlist
787.08ms
+ 2.37ms
View #58 - components.product-card
788.18ms
+ 1.10ms
View #59 - components.add-to-wishlist
790.15ms
+ 1.97ms
View #60 - components.product-card
791.26ms
+ 1.11ms
View #61 - components.add-to-wishlist
794.20ms
+ 2.94ms
View #62 - components.product-card
795.51ms
+ 1.31ms
View #63 - components.add-to-wishlist
798.00ms
+ 2.49ms
View #64 - components.product-card
799.55ms
+ 1.55ms
View #65 - components.add-to-wishlist
802.17ms
+ 2.62ms
View #66 - components.product-card
803.76ms
+ 1.58ms
View #67 - components.add-to-wishlist
806.13ms
+ 2.38ms
View #68 - components.product-card
807.85ms
+ 1.71ms
View #69 - components.add-to-wishlist
810.66ms
+ 2.81ms
View #70 - components.product-card
811.83ms
+ 1.17ms
View #71 - components.add-to-wishlist
814.70ms
+ 2.87ms
View #72 - components.product-card
815.91ms
+ 1.22ms
View #73 - components.add-to-wishlist
818.30ms
+ 2.39ms
View #74 - components.product-card
819.50ms
+ 1.20ms
View #75 - components.add-to-wishlist
822.14ms
+ 2.63ms
View #76 - components.product-card
823.58ms
+ 1.44ms
View #77 - components.add-to-wishlist
826.30ms
+ 2.72ms
View #78 - components.product-card
827.80ms
+ 1.50ms
View #79 - components.add-to-wishlist
837.77ms
+ 9.97ms
View #80 - components.product-card
839.65ms
+ 1.88ms
View #81 - components.add-to-wishlist
842.57ms
+ 2.92ms
View #82 - components.pagination
843.99ms
+ 1.42ms
View #83 - components.button
844.48ms
+ 0.49ms
View #84 - components.recently-viewed
844.80ms
+ 0.32ms
View #85 - components.product-related
851.02ms
+ 6.22ms
View #86 - components.seo-footer
851.29ms
+ 0.27ms
View #87 - modules.seo-links
852.00ms
+ 0.71ms
View #88 - components.button
852.40ms
+ 0.40ms
View #89 - components.button
852.73ms
+ 0.33ms
View #90 - components.button
853.03ms
+ 0.30ms
View #91 - layout.layout
853.31ms
+ 0.28ms
View #92 - layout.meta
853.86ms
+ 0.55ms
View #93 - modules.notification
905.78ms
+ 51.92ms
View #94 - modules.header
906.47ms
+ 0.69ms
View #95 - modules.menu
906.97ms
+ 0.51ms
View #96 - components.menu-first-level
907.36ms
+ 0.39ms
View #97 - components.menu-second-level
909.20ms
+ 1.85ms
View #98 - components.menu-pushes
915.02ms
+ 5.82ms
View #99 - components.menu-pushes
920.13ms
+ 5.11ms
View #100 - components.menu-pushes
924.34ms
+ 4.21ms
View #101 - components.menu-pushes
928.24ms
+ 3.90ms
View #102 - components.menu-pushes
929.45ms
+ 1.21ms
View #103 - components.menu-pushes
930.48ms
+ 1.03ms
View #104 - svg.logo
931.04ms
+ 0.56ms
View #105 - modules.messages
931.70ms
+ 0.66ms
View #106 - modules.breadcrumbs
932.11ms
+ 0.41ms
View #107 - modules.footer
932.30ms
+ 0.19ms
View #108 - components.reinsurance-support
932.62ms
+ 0.32ms
View #109 - components.field
933.03ms
+ 0.41ms
View #110 - components.csrf-field
933.30ms
+ 0.27ms
View #111 - components.button
933.43ms
+ 0.13ms
View #112 - components.footer-links
933.64ms
+ 0.21ms
View #113 - modules.panel
935.53ms
+ 1.90ms
View #114 - modules.popin
935.68ms
+ 0.15ms
View #115 - modules.blueshift-popin
935.80ms
+ 0.12ms
View #116 - modules.search-panel
936.36ms
+ 0.57ms
View #117 - catalog.search-form
936.60ms
+ 0.24ms
View #118 - components.field
936.89ms
+ 0.28ms
View #119 - modules.toaster
937.73ms
+ 0.84ms
View #120 - layout.overlay
937.85ms
+ 0.12ms
View #121 - modules.webstore-switcher
939.81ms
+ 1.96ms
View #122 - components.close-button
940.32ms
+ 0.51ms
View #123 - components.native-select
940.66ms
+ 0.34ms
View #124 - components.native-select
941.01ms
+ 0.35ms
View #125 - components.button
941.19ms
+ 0.18ms
View #126 - components.button
941.40ms
+ 0.21ms
View #127 - helpers.grid
941.59ms
+ 0.19ms
View #128 - modules.loading-bar
941.71ms
+ 0.13ms
View #129 - 3rdparties.didomi
961.12ms
+ 19.41ms
View #130 - 3rdparties.gtm
961.32ms
+ 0.20ms
View #131 - 3rdparties.abtasty.main
961.44ms
+ 0.12ms
View #132 - 3rdparties.abtasty.tracking
961.54ms
+ 0.10ms
View #133 - 3rdparties.blueshift
961.72ms
+ 0.18ms
View #134 - 3rdparties.sizebay.main
962.15ms
+ 0.42ms
View #135 - 3rdparties.sizebay.tracking
962.32ms
+ 0.18ms
View #136 - 3rdparties.gsi
962.50ms
+ 0.17ms
View #137 - 3rdparties.applepay
962.63ms
+ 0.13ms
View #138 - 3rdparties.alma
962.88ms
+ 0.26ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
965.22ms
+ 2.34ms
... 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) fursac=ea455536782336b68a24bce35c734ad0a823e2c3%2BrIxZbj1oouqj3VLHMNgX
fursac=ea455536782336b68a24bce35c734ad0a823e2c3%2BrIxZbj1oouqj3VLHMNgXRrluUV6BKkq0xhwCcAvM; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(14) 216.73.216.200
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
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) 42996
REDIRECT_URL string(22) /fr/c-responsable.html
REDIRECT_QUERY_STRING string(29) /fr/c-responsable.html&page=2
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(29) /fr/c-responsable.html&page=2
REQUEST_URI string(29) /fr/c-responsable.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788346232.958
REQUEST_TIME int 1788346232
HTTPS string(2) on
... array(3)
csrf_token string(40) 9diZjzGaGFmN9XqTYO4a1vyPXalKgODsuCfYybPG
cart string(12) Order object
last_category string(15) stdClass object