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

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.73ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.29ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.55ms
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.37ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.35ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.43ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.73ms
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` = 'essentiels' LIMIT 1
0.86ms
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` = '138' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.55ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.72ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.51ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.50ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
27.21ms
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` = 138 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
5.57ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
4.67ms
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` = 138 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
32.66ms
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` = 138 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 30
0.13ms
SELECT FOUND_ROWS()
1.06ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') ORDER BY `webstore_id` ASC
1.18ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') ORDER BY `position` ASC
0.38ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '9', '7', '6', '10', '2', '8', '14', '15') ORDER BY `singular` ASC
0.58ms
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 ('23', '18', '38', '21', '7', '59', '44', '50', '57', '22', '3', '55', '9', '30', '77', '42', '20', '29', '54') ORDER BY `singular` ASC
0.60ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('42', '39', '73', '25', '35', '62', '31', '37', '5', '40', '59', '23', '63', '34', '52', '33', '15', '67', '71', '26', '60') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.80ms
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 ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') ORDER BY `name` ASC
0.86ms
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 ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') ORDER BY `name` ASC
1.77ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') ORDER BY `position` ASC
4.02ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23983', '27434', '27247', '27429', '15832', '27433', '6489', '27248', '17460', '26038', '27401', '27249', '23736', '17461', '26036', '26046', '22288', '19797', '27384', '26045', '22289', '19798', '27383', '27400', '27250', '23737', '17462', '26035', '26460', '27399', '27251', '23738', '17463', '3802', '26034', '18187', '26044', '28606', '22290', '19799', '26461', '27382', '28607', '22291', '19800', '26462', '27385', '27402', '23739', '17464', '2775', '26037', '18188', '26047', '2771', '26039', '18189', '26048', '28608', '27252', '26844', '22292', '19801', '26463', '27386', '25869', '27403', '23740', '17468', '19802', '26464', '25870', '23741', '19760', '2776', '19764', '18190', '28609', '27253', '26845', '22293', '2772', '19765', '18191', '28610', '27254', '26846', '22294', '19803', '26465', '25871', '23742', '19761', '25872', '26847', '23743', '19762', '2773', '19766', '18192', '28611', '22295', '19804', '26466', '18193', '22296', '19805', '26467', '25873', '26848', '23744', '19763', '2774', '19767', '24702', '24712', '27979', '25068', '25069', '26648', '27980', '26649', '27981', '26650', '23593', '27982', '23594', '27004', '26651', '27983', '23595', '27003', '26652', '23596', '27002', '23597', '27005', '27984', '26643', '25075', '26653', '23598', '27006', '27985', '24178', '26654', '26644', '27986', '26645', '24179', '27987', '26646', '24180', '26647', '24181', '27323', '27322', '27321', '27324', '27325')
0.65ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('121', '122', '44', '142', '45', '94', '95', '46', '80', '96', '81', '47', '208', '97', '48', '82', '112', '113', '83', '98', '114', '124', '49', '84', '85', '115', '50', '147', '116', '148', '51', '86', '52', '87', '149', '117', '118', '88', '53', '150', '190', '62', '129', '187', '63', '64', '65', '66', '67', '89', '68', '90', '69', '70', '91', '71', '92', '93', '72', '73', '123', '74', '75', '76', '77', '130', '78', '151', '125', '126', '127', '128', '156') ORDER BY `position` ASC
0.58ms
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 ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.37ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5851', '5849') ORDER BY `webstore_id` ASC
0.50ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5851', '5849') ORDER BY `position` ASC
0.67ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29007', '29008', '29009', '29010', '29011', '29012', '29013', '29014', '29015', '28989', '28990', '28991', '28992', '28993', '28994', '28995', '28996', '28997')
0.35ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '63', '65', '67', '69', '71', '73', '75', '77', '78') ORDER BY `position` ASC
1.83ms
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 ('5387', '5361', '5506', '5233', '3913', '3525', '5494', '5463', '5507', '5620', '5231', '5480', '5764', '5854', '4747', '5362', '5491', '685', '5414', '5188', '4849', '4811', '4408', '68', '3908', '5502', '3383', '3087', '4709', '5331', '3907') GROUP BY `articles`.`id`
0.66ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
151.09ms
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.65ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
229.37ms
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.70ms
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.55ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9238) ASC LIMIT 3
6.30ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9238) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.31ms
SELECT `gifts`.* FROM `gifts` INNER JOIN `gifts_details` ON `gifts_details`.`gift_id` = `gifts`.`id` AND `gifts_details`.`webstore_id` = 1 AND `gifts_details`.`is_enabled` = 1
0.25ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.30ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.22ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.28ms
SELECT `products_types`.*, `gifts_products_types`.`id` AS `pivot_id`, `gifts_products_types`.`gift_id` AS `pivot_gift_id`, `gifts_products_types`.`type_id` AS `pivot_type_id`, `gifts_products_types`.`min_qty` AS `pivot_min_qty` FROM `products_types` INNER JOIN `gifts_products_types` ON `products_types`.`id` = `gifts_products_types`.`type_id` WHERE `gifts_products_types`.`gift_id` IN ('1')
0.43ms
SELECT * FROM `seo_types`
0.33ms
SELECT * FROM `styles`
0.71ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.90ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.65ms
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
0.26ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,084.61ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
732.17ms
+ 732.16ms
View #2 - components.page-header
777.08ms
+ 44.92ms
View #3 - components.facets
777.61ms
+ 0.52ms
View #4 - components.filters
778.03ms
+ 0.43ms
View #5 - components.close-button
778.44ms
+ 0.40ms
View #6 - components.accordion.wrapper
778.73ms
+ 0.29ms
View #7 - components.accordion.bodies.filters.list
778.76ms
+ 0.03ms
View #8 - components.accordion.wrapper
780.07ms
+ 1.31ms
View #9 - components.accordion.bodies.filters.colors
780.10ms
+ 0.03ms
View #10 - components.accordion.wrapper
780.47ms
+ 0.38ms
View #11 - components.accordion.bodies.filters.list
780.50ms
+ 0.03ms
View #12 - components.button
780.68ms
+ 0.17ms
View #13 - components.button
781.08ms
+ 0.40ms
View #14 - components.button
781.26ms
+ 0.18ms
View #15 - components.button
781.43ms
+ 0.17ms
View #16 - components.pagination
781.64ms
+ 0.21ms
View #17 - components.button
781.85ms
+ 0.20ms
View #18 - catalog.partials.products-listing
782.06ms
+ 0.22ms
View #19 - components.product-card
782.27ms
+ 0.20ms
View #20 - components.add-to-wishlist
811.99ms
+ 29.73ms
View #21 - components.product-card
813.56ms
+ 1.56ms
View #22 - components.add-to-wishlist
816.22ms
+ 2.66ms
View #23 - components.product-card
817.41ms
+ 1.20ms
View #24 - components.add-to-wishlist
819.78ms
+ 2.36ms
View #25 - components.product-card
821.05ms
+ 1.27ms
View #26 - components.add-to-wishlist
823.59ms
+ 2.54ms
View #27 - components.product-card
824.98ms
+ 1.39ms
View #28 - components.add-to-wishlist
828.29ms
+ 3.30ms
View #29 - components.product-card
829.72ms
+ 1.44ms
View #30 - components.add-to-wishlist
832.85ms
+ 3.13ms
View #31 - components.product-card
834.19ms
+ 1.33ms
View #32 - components.add-to-wishlist
837.06ms
+ 2.87ms
View #33 - components.catalog-push
838.30ms
+ 1.25ms
View #34 - components.product-card
839.17ms
+ 0.87ms
View #35 - components.add-to-wishlist
841.95ms
+ 2.77ms
View #36 - components.product-card
843.11ms
+ 1.16ms
View #37 - components.add-to-wishlist
845.35ms
+ 2.24ms
View #38 - components.product-card
846.69ms
+ 1.34ms
View #39 - components.add-to-wishlist
849.48ms
+ 2.79ms
View #40 - components.product-card
850.83ms
+ 1.35ms
View #41 - components.add-to-wishlist
853.17ms
+ 2.34ms
View #42 - components.product-card
854.61ms
+ 1.44ms
View #43 - components.add-to-wishlist
857.02ms
+ 2.42ms
View #44 - components.product-card
858.22ms
+ 1.20ms
View #45 - components.add-to-wishlist
860.86ms
+ 2.64ms
View #46 - components.product-card
862.01ms
+ 1.15ms
View #47 - components.add-to-wishlist
865.47ms
+ 3.45ms
View #48 - components.product-card
866.97ms
+ 1.50ms
View #49 - components.add-to-wishlist
869.93ms
+ 2.97ms
View #50 - components.product-card
871.05ms
+ 1.12ms
View #51 - components.add-to-wishlist
873.62ms
+ 2.57ms
View #52 - components.product-card
874.93ms
+ 1.31ms
View #53 - components.add-to-wishlist
877.57ms
+ 2.64ms
View #54 - components.product-card
878.99ms
+ 1.42ms
View #55 - components.add-to-wishlist
889.58ms
+ 10.58ms
View #56 - components.product-card
890.95ms
+ 1.38ms
View #57 - components.add-to-wishlist
894.03ms
+ 3.08ms
View #58 - components.product-card
895.57ms
+ 1.54ms
View #59 - components.add-to-wishlist
898.77ms
+ 3.20ms
View #60 - components.product-card
900.30ms
+ 1.54ms
View #61 - components.add-to-wishlist
903.44ms
+ 3.13ms
View #62 - components.product-card
905.37ms
+ 1.93ms
View #63 - components.add-to-wishlist
907.86ms
+ 2.49ms
View #64 - components.product-card
909.43ms
+ 1.56ms
View #65 - components.add-to-wishlist
912.60ms
+ 3.18ms
View #66 - components.product-card
913.89ms
+ 1.28ms
View #67 - components.add-to-wishlist
915.88ms
+ 2.00ms
View #68 - components.product-card
917.00ms
+ 1.12ms
View #69 - components.add-to-wishlist
919.95ms
+ 2.95ms
View #70 - components.product-card
921.23ms
+ 1.28ms
View #71 - components.add-to-wishlist
923.22ms
+ 1.98ms
View #72 - components.product-card
924.35ms
+ 1.13ms
View #73 - components.add-to-wishlist
926.93ms
+ 2.58ms
View #74 - components.product-card
928.18ms
+ 1.26ms
View #75 - components.add-to-wishlist
930.21ms
+ 2.02ms
View #76 - components.product-card
931.47ms
+ 1.26ms
View #77 - components.add-to-wishlist
934.06ms
+ 2.59ms
View #78 - components.product-card
935.73ms
+ 1.67ms
View #79 - components.add-to-wishlist
938.72ms
+ 2.99ms
View #80 - components.product-card
940.07ms
+ 1.35ms
View #81 - components.add-to-wishlist
942.52ms
+ 2.45ms
View #82 - components.pagination
943.72ms
+ 1.20ms
View #83 - components.button
944.17ms
+ 0.45ms
View #84 - components.recently-viewed
944.47ms
+ 0.30ms
View #85 - components.product-related
950.78ms
+ 6.31ms
View #86 - components.seo-footer
951.05ms
+ 0.27ms
View #87 - components.facets
951.78ms
+ 0.73ms
View #88 - modules.seo-links
951.94ms
+ 0.17ms
View #89 - components.button
952.24ms
+ 0.29ms
View #90 - components.button
952.69ms
+ 0.45ms
View #91 - components.button
952.98ms
+ 0.29ms
View #92 - layout.layout
953.23ms
+ 0.25ms
View #93 - layout.meta
953.88ms
+ 0.65ms
View #94 - modules.notification
1,023.03ms
+ 69.15ms
View #95 - modules.header
1,023.66ms
+ 0.63ms
View #96 - modules.menu
1,024.18ms
+ 0.52ms
View #97 - components.menu-first-level
1,024.59ms
+ 0.41ms
View #98 - components.menu-second-level
1,026.57ms
+ 1.98ms
View #99 - components.menu-pushes
1,031.44ms
+ 4.87ms
View #100 - components.menu-pushes
1,037.51ms
+ 6.07ms
View #101 - components.menu-pushes
1,041.59ms
+ 4.09ms
View #102 - components.menu-pushes
1,045.12ms
+ 3.53ms
View #103 - components.menu-pushes
1,046.40ms
+ 1.27ms
View #104 - components.menu-pushes
1,047.32ms
+ 0.92ms
View #105 - svg.logo
1,047.99ms
+ 0.66ms
View #106 - modules.messages
1,048.55ms
+ 0.57ms
View #107 - modules.breadcrumbs
1,048.98ms
+ 0.43ms
View #108 - modules.footer
1,049.19ms
+ 0.21ms
View #109 - components.reinsurance-support
1,049.47ms
+ 0.28ms
View #110 - components.field
1,049.90ms
+ 0.44ms
View #111 - components.csrf-field
1,050.14ms
+ 0.24ms
View #112 - components.button
1,050.27ms
+ 0.13ms
View #113 - components.footer-links
1,050.46ms
+ 0.20ms
View #114 - modules.panel
1,052.23ms
+ 1.77ms
View #115 - modules.popin
1,052.38ms
+ 0.15ms
View #116 - modules.blueshift-popin
1,052.50ms
+ 0.13ms
View #117 - modules.search-panel
1,053.08ms
+ 0.58ms
View #118 - catalog.search-form
1,053.32ms
+ 0.24ms
View #119 - components.field
1,053.69ms
+ 0.37ms
View #120 - modules.toaster
1,054.60ms
+ 0.91ms
View #121 - layout.overlay
1,054.72ms
+ 0.12ms
View #122 - modules.webstore-switcher
1,056.07ms
+ 1.35ms
View #123 - components.close-button
1,056.33ms
+ 0.26ms
View #124 - components.native-select
1,056.63ms
+ 0.29ms
View #125 - components.native-select
1,056.96ms
+ 0.33ms
View #126 - components.button
1,057.16ms
+ 0.20ms
View #127 - components.button
1,057.38ms
+ 0.22ms
View #128 - helpers.grid
1,057.61ms
+ 0.23ms
View #129 - modules.loading-bar
1,057.73ms
+ 0.12ms
View #130 - 3rdparties.didomi
1,080.37ms
+ 22.64ms
View #131 - 3rdparties.gtm
1,080.60ms
+ 0.23ms
View #132 - 3rdparties.abtasty.main
1,080.80ms
+ 0.20ms
View #133 - 3rdparties.abtasty.tracking
1,080.96ms
+ 0.15ms
View #134 - 3rdparties.blueshift
1,081.22ms
+ 0.26ms
View #135 - 3rdparties.sizebay.main
1,081.67ms
+ 0.45ms
View #136 - 3rdparties.sizebay.tracking
1,081.93ms
+ 0.26ms
View #137 - 3rdparties.gsi
1,082.17ms
+ 0.24ms
View #138 - 3rdparties.applepay
1,082.30ms
+ 0.13ms
View #139 - 3rdparties.alma
1,082.57ms
+ 0.27ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
1,084.66ms
+ 2.09ms
... array(39)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_X_FORWARDED_FOR string(14) 216.73.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) 35602
REDIRECT_URL string(21) /fr/c-essentiels.html
REDIRECT_QUERY_STRING string(28) /fr/c-essentiels.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(28) /fr/c-essentiels.html&page=2
REQUEST_URI string(28) /fr/c-essentiels.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788330684.993
REQUEST_TIME int 1788330684
HTTPS string(2) on
... array(3)
csrf_token string(40) 5oFATBO40mqiVjMIX0o6sJUUGzIk3JNwLQJcvDkv
last_category string(15) stdClass object
cart string(12) Order object