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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.31ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.51ms
SELECT `countries`.*, `country_webstore`.`id` AS `pivot_id`, `country_webstore`.`webstore_id` AS `pivot_webstore_id`, `country_webstore`.`country_id` AS `pivot_country_id` FROM `countries` INNER JOIN `country_webstore` ON `countries`.`id` = `country_webstore`.`country_id` WHERE `country_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.37ms
SELECT `languages`.*, `language_webstore`.`id` AS `pivot_id`, `language_webstore`.`webstore_id` AS `pivot_webstore_id`, `language_webstore`.`language_id` AS `pivot_language_id` FROM `languages` INNER JOIN `language_webstore` ON `languages`.`id` = `language_webstore`.`language_id` WHERE `language_webstore`.`webstore_id` IN ('1', '2', '3', '4', '5')
0.22ms
SELECT * FROM `languages`
0.40ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.30ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.25ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.69ms
SELECT * FROM `config`
0.61ms
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.41ms
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.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.26ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
20.24ms
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.83ms
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
3.90ms
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.84ms
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`
23.22ms
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 64
0.17ms
SELECT FOUND_ROWS()
1.27ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') ORDER BY `webstore_id` ASC
1.24ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') ORDER BY `position` ASC
0.51ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '9', '6', '3', '1') ORDER BY `singular` ASC
0.44ms
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 ('44', '31', '20', '21', '7', '3', '25', '8', '36') ORDER BY `singular` ASC
0.49ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('31', '13', '26', '25', '34', '23', '45', '33', '64', '5', '32') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.14ms
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 ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') ORDER BY `name` ASC
0.80ms
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 ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') ORDER BY `name` ASC
1.62ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') ORDER BY `position` ASC
3.12ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('19081', '19079', '25780', '24842', '19080', '27468', '25781', '24840', '27469', '17460', '27397', '19378', '27725', '25625', '27362', '26403', '27395', '13186', '27270', '27401', '27751', '24838', '27470', '28193', '27384', '22752', '27695', '28202', '28189', '27371', '22762', '27720', '25615', '25520', '17461', '27383', '22751', '27694', '28201', '28188', '27370', '22761', '27719', '25614', '25521', '17462', '27724', '27361', '25624', '26402', '27394', '13187', '27269', '27400', '27750', '24837', '27471', '28192', '26401', '27393', '27723', '13188', '27268', '27399', '27749', '24836', '27472', '28191', '27382', '22750', '27693', '28200', '28187', '27369', '22760', '27718', '25613', '25522', '17463', '27360', '25623', '28203', '28190', '27372', '22763', '27721', '25616', '25523', '17464', '27363', '25626', '26404', '27396', '27726', '13189', '27271', '27402', '27752', '24839', '27473', '28194', '27385', '22753', '27696', '27727', '13190', '27403', '24841', '27474', '28195', '27386', '22754', '27697', '28204', '22764', '27722', '25617', '25524', '17468', '25627', '26405', '27398', '25525', '24834', '24835', '25526', '25527', '25528', '27795', '27800', '27794', '27799', '27793', '27798', '27796', '27801', '27802', '27797', '21568', '28151', '28150', '21567', '21566', '28149', '21569', '28152', '21570', '28153')
0.58ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '194', '1', '94', '4', '95', '7', '80', '96', '81', '10', '97', '13', '82', '98', '83', '16', '124', '19', '84', '85', '185', '193', '86', '87', '88', '40', '41', '42', '43', '132', '90', '91', '92', '93', '123') ORDER BY `position` ASC
0.52ms
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 ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.60ms
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 ('4536', '3733', '5494', '3732', '5674', '3734', '3383', '2591', '4278', '5486', '5491', '4534', '5165', '5319', '5589', '5665', '5677', '5106', '5590', '5513', '5128', '5126', '5466', '5166', '4978', '5493', '5675', '5572', '5488', '5567', '5573', '5579') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
148.97ms
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.74ms
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.40ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
223.05ms
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.71ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
7.00ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.38ms
SELECT * FROM `seo_types`
0.30ms
SELECT * FROM `styles`
0.69ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.79ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.56ms
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
902.20ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
629.88ms
+ 629.88ms
View #2 - components.page-header
646.38ms
+ 16.51ms
View #3 - components.filters
646.91ms
+ 0.52ms
View #4 - components.close-button
647.23ms
+ 0.32ms
View #5 - components.accordion.wrapper
647.44ms
+ 0.22ms
View #6 - components.accordion.bodies.filters.list
647.49ms
+ 0.05ms
View #7 - components.accordion.wrapper
648.66ms
+ 1.17ms
View #8 - components.accordion.bodies.filters.colors
648.69ms
+ 0.03ms
View #9 - components.accordion.wrapper
649.24ms
+ 0.55ms
View #10 - components.accordion.bodies.filters.list
649.28ms
+ 0.03ms
View #11 - components.button
649.46ms
+ 0.19ms
View #12 - components.button
649.73ms
+ 0.27ms
View #13 - components.button
649.91ms
+ 0.17ms
View #14 - components.button
650.08ms
+ 0.17ms
View #15 - components.pagination
650.26ms
+ 0.18ms
View #16 - components.button
650.45ms
+ 0.19ms
View #17 - catalog.partials.products-listing
650.65ms
+ 0.20ms
View #18 - components.product-card
650.84ms
+ 0.19ms
View #19 - components.add-to-wishlist
684.68ms
+ 33.84ms
View #20 - components.product-card
686.23ms
+ 1.55ms
View #21 - components.add-to-wishlist
688.20ms
+ 1.97ms
View #22 - components.product-card
689.48ms
+ 1.28ms
View #23 - components.add-to-wishlist
692.26ms
+ 2.78ms
View #24 - components.product-card
693.44ms
+ 1.18ms
View #25 - components.add-to-wishlist
695.33ms
+ 1.89ms
View #26 - components.product-card
696.36ms
+ 1.03ms
View #27 - components.add-to-wishlist
698.75ms
+ 2.39ms
View #28 - components.product-card
699.93ms
+ 1.19ms
View #29 - components.add-to-wishlist
702.16ms
+ 2.23ms
View #30 - components.product-card
703.23ms
+ 1.07ms
View #31 - components.add-to-wishlist
705.59ms
+ 2.36ms
View #32 - components.product-card
706.65ms
+ 1.07ms
View #33 - components.add-to-wishlist
709.18ms
+ 2.52ms
View #34 - components.product-card
710.38ms
+ 1.20ms
View #35 - components.add-to-wishlist
712.89ms
+ 2.52ms
View #36 - components.product-card
714.01ms
+ 1.12ms
View #37 - components.add-to-wishlist
716.20ms
+ 2.18ms
View #38 - components.product-card
717.46ms
+ 1.27ms
View #39 - components.add-to-wishlist
719.93ms
+ 2.47ms
View #40 - components.product-card
721.27ms
+ 1.34ms
View #41 - components.add-to-wishlist
724.13ms
+ 2.86ms
View #42 - components.product-card
725.48ms
+ 1.35ms
View #43 - components.add-to-wishlist
727.28ms
+ 1.79ms
View #44 - components.product-card
728.49ms
+ 1.21ms
View #45 - components.add-to-wishlist
730.84ms
+ 2.35ms
View #46 - components.product-card
732.23ms
+ 1.39ms
View #47 - components.add-to-wishlist
734.72ms
+ 2.48ms
View #48 - components.product-card
735.89ms
+ 1.17ms
View #49 - components.add-to-wishlist
738.33ms
+ 2.43ms
View #50 - components.product-card
739.61ms
+ 1.28ms
View #51 - components.add-to-wishlist
742.11ms
+ 2.50ms
View #52 - components.product-card
743.37ms
+ 1.25ms
View #53 - components.add-to-wishlist
746.08ms
+ 2.72ms
View #54 - components.product-card
747.27ms
+ 1.19ms
View #55 - components.add-to-wishlist
749.73ms
+ 2.47ms
View #56 - components.product-card
750.89ms
+ 1.16ms
View #57 - components.add-to-wishlist
753.66ms
+ 2.77ms
View #58 - components.product-card
754.82ms
+ 1.16ms
View #59 - components.add-to-wishlist
757.11ms
+ 2.29ms
View #60 - components.product-card
758.32ms
+ 1.21ms
View #61 - components.add-to-wishlist
760.69ms
+ 2.38ms
View #62 - components.product-card
762.06ms
+ 1.37ms
View #63 - components.add-to-wishlist
764.19ms
+ 2.12ms
View #64 - components.product-card
765.39ms
+ 1.20ms
View #65 - components.add-to-wishlist
767.08ms
+ 1.69ms
View #66 - components.product-card
768.47ms
+ 1.40ms
View #67 - components.add-to-wishlist
771.35ms
+ 2.88ms
View #68 - components.product-card
772.72ms
+ 1.37ms
View #69 - components.add-to-wishlist
775.23ms
+ 2.51ms
View #70 - components.product-card
776.46ms
+ 1.23ms
View #71 - components.add-to-wishlist
779.01ms
+ 2.54ms
View #72 - components.product-card
780.23ms
+ 1.23ms
View #73 - components.add-to-wishlist
782.74ms
+ 2.51ms
View #74 - components.product-card
784.01ms
+ 1.27ms
View #75 - components.add-to-wishlist
786.32ms
+ 2.31ms
View #76 - components.product-card
787.55ms
+ 1.23ms
View #77 - components.add-to-wishlist
790.01ms
+ 2.46ms
View #78 - components.product-card
791.29ms
+ 1.28ms
View #79 - components.add-to-wishlist
793.96ms
+ 2.67ms
View #80 - components.product-card
795.65ms
+ 1.69ms
View #81 - components.add-to-wishlist
798.18ms
+ 2.53ms
View #82 - components.pagination
799.62ms
+ 1.43ms
View #83 - components.button
799.93ms
+ 0.31ms
View #84 - components.recently-viewed
800.15ms
+ 0.22ms
View #85 - components.product-related
806.23ms
+ 6.08ms
View #86 - components.seo-footer
806.51ms
+ 0.28ms
View #87 - modules.seo-links
807.19ms
+ 0.68ms
View #88 - components.button
807.51ms
+ 0.32ms
View #89 - components.button
807.81ms
+ 0.30ms
View #90 - components.button
808.11ms
+ 0.29ms
View #91 - layout.layout
808.38ms
+ 0.27ms
View #92 - layout.meta
808.88ms
+ 0.50ms
View #93 - modules.notification
851.50ms
+ 42.62ms
View #94 - modules.header
852.22ms
+ 0.72ms
View #95 - modules.menu
852.80ms
+ 0.58ms
View #96 - components.menu-first-level
853.23ms
+ 0.43ms
View #97 - components.menu-second-level
855.13ms
+ 1.89ms
View #98 - components.menu-pushes
860.18ms
+ 5.05ms
View #99 - components.menu-pushes
865.75ms
+ 5.57ms
View #100 - components.menu-pushes
868.93ms
+ 3.18ms
View #101 - components.menu-pushes
872.48ms
+ 3.55ms
View #102 - components.menu-pushes
873.75ms
+ 1.28ms
View #103 - components.menu-pushes
874.76ms
+ 1.01ms
View #104 - svg.logo
875.31ms
+ 0.55ms
View #105 - modules.messages
875.89ms
+ 0.57ms
View #106 - modules.breadcrumbs
876.22ms
+ 0.34ms
View #107 - modules.footer
876.40ms
+ 0.18ms
View #108 - components.reinsurance-support
876.69ms
+ 0.29ms
View #109 - components.field
877.13ms
+ 0.44ms
View #110 - components.csrf-field
877.38ms
+ 0.25ms
View #111 - components.button
877.56ms
+ 0.18ms
View #112 - components.footer-links
877.76ms
+ 0.20ms
View #113 - modules.panel
880.33ms
+ 2.57ms
View #114 - modules.popin
880.50ms
+ 0.17ms
View #115 - modules.blueshift-popin
880.66ms
+ 0.16ms
View #116 - modules.search-panel
881.38ms
+ 0.72ms
View #117 - catalog.search-form
881.66ms
+ 0.28ms
View #118 - components.field
882.06ms
+ 0.40ms
View #119 - modules.toaster
882.91ms
+ 0.85ms
View #120 - layout.overlay
883.04ms
+ 0.12ms
View #121 - modules.webstore-switcher
884.32ms
+ 1.28ms
View #122 - components.close-button
884.59ms
+ 0.28ms
View #123 - components.native-select
884.88ms
+ 0.29ms
View #124 - components.native-select
885.28ms
+ 0.40ms
View #125 - components.button
885.45ms
+ 0.17ms
View #126 - components.button
885.67ms
+ 0.21ms
View #127 - helpers.grid
885.84ms
+ 0.18ms
View #128 - modules.loading-bar
885.96ms
+ 0.11ms
View #129 - 3rdparties.didomi
899.32ms
+ 13.36ms
View #130 - 3rdparties.gtm
899.56ms
+ 0.24ms
View #131 - 3rdparties.abtasty.main
899.68ms
+ 0.12ms
View #132 - 3rdparties.abtasty.tracking
899.78ms
+ 0.10ms
View #133 - 3rdparties.blueshift
899.97ms
+ 0.19ms
View #134 - 3rdparties.sizebay.main
900.29ms
+ 0.33ms
View #135 - 3rdparties.sizebay.tracking
900.46ms
+ 0.17ms
View #136 - 3rdparties.gsi
900.63ms
+ 0.17ms
View #137 - 3rdparties.applepay
900.71ms
+ 0.08ms
View #138 - 3rdparties.alma
900.99ms
+ 0.28ms
View #139 - path: /var/www/html/laravel/profiling/template.blade.php
902.24ms
+ 1.25ms
... 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=ad342a79190b994a472124e831b81b6a030c0c8c%2BuASIEJ69aS2wWX7Vr6vp
fursac=ad342a79190b994a472124e831b81b6a030c0c8c%2BuASIEJ69aS2wWX7Vr6vpfTcLAwqrIi4c8PoQ0oap; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 41100
REDIRECT_URL string(22) /fr/c-responsable.html
REDIRECT_QUERY_STRING string(29) /fr/c-responsable.html&page=3
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(29) /fr/c-responsable.html&page=3
REQUEST_URI string(29) /fr/c-responsable.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788349157.486
REQUEST_TIME int 1788349157
HTTPS string(2) on
... array(3)
csrf_token string(40) jpaJkrzHyYlO27B1AV2ERWGNSYAqSviNjjkvjSxc
cart string(12) Order object
last_category string(15) stdClass object