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

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.42ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.37ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.36ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.61ms
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.36ms
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.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.24ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.87ms
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` = '5') AND `slug` = '30' LIMIT 1
0.53ms
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` = '74' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.40ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '116' AND `webstore_id` = '1' ORDER BY `position` ASC
0.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.41ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.37ms
SELECT * FROM `categories_links` WHERE `category_id` = '74' ORDER BY `position` ASC
172.82ms
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` = 74 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
12.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` = 74 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
9.90ms
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` = 74 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
186.11ms
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` = 74 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 30 OFFSET 0
0.11ms
SELECT FOUND_ROWS()
1.57ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') ORDER BY `webstore_id` ASC
1.75ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') ORDER BY `position` ASC
0.36ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('5', '7', '1', '4', '9', '6', '3', '8') ORDER BY `singular` ASC
0.65ms
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 ('27', '20', '18', '8', '23', '15', '30', '7', '17', '25', '31', '9') ORDER BY `singular` ASC
0.64ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('37', '26', '40', '28', '42', '39', '64', '43', '15', '35', '47', '33', '13', '51', '34', '48', '45') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.34ms
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 ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') ORDER BY `name` ASC
1.00ms
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 ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') ORDER BY `name` ASC
2.32ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') ORDER BY `position` ASC
6.78ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27563', '28870', '29088', '29723', '26202', '23534', '29741', '27560', '29715', '29716', '28871', '27564', '29724', '23535', '29742', '29725', '25520', '25418', '23536', '23599', '29743', '29251', '29717', '28560', '28872', '27565', '28561', '28873', '27566', '29455', '29726', '25521', '25419', '23537', '23600', '29744', '29250', '29718', '25522', '25420', '23538', '23601', '29745', '29249', '29719', '28562', '28874', '27567', '29456', '29727', '28563', '27568', '29457', '25523', '25421', '23602', '29252', '25422', '23603', '28875', '29253', '29728', '28564', '23539', '27569', '29746', '29458', '29720', '25524', '28565', '23540', '29747', '29459', '29721', '25525', '25423', '23604', '28876', '29729', '29730', '28566', '23541', '29748', '29460', '29722', '25526', '25424', '23605', '25527', '25425', '23606', '29731', '28567', '23542', '29732', '28568', '25528', '25426', '25070', '29599', '29576', '23357', '29653', '27787', '29501', '29531', '28626', '28819', '29530', '29654', '28625', '27786', '29600', '29500', '29577', '29568', '23358', '29499', '28820', '29529', '28624', '27785', '29601', '28627', '29578', '29569', '23359', '27788', '29655', '29502', '29532', '29503', '29533', '28628', '28821', '29656', '29602', '29579', '29570', '23360', '29463', '28822', '29445', '29580', '29571', '29444', '23361', '29657', '29462', '29603', '29443', '28823', '29461', '29446', '29604', '29464', '29581', '29572', '23362', '29658', '28824', '29465', '23363', '29659', '29605', '29582', '29573', '28825', '29606', '29583', '29574', '23364', '29660', '29661', '29584', '29575', '23365')
0.87ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '44', '122', '121', '45', '4', '46', '80', '95', '7', '81', '47', '10', '96', '82', '48', '97', '13', '83', '16', '98', '84', '49', '124', '19', '85', '50', '51', '86', '87', '52', '53', '88', '62', '40', '63', '41', '64', '42', '65', '66', '43', '132', '67', '68', '90', '69', '70', '91', '92', '71', '93', '72', '73', '123', '74', '75', '76', '130') ORDER BY `position` ASC
0.95ms
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 ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.54ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5631', '6000', '6003', '5608', '5978', '5981') ORDER BY `webstore_id` ASC
0.96ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5631', '6000', '6003', '5608', '5978', '5981') ORDER BY `position` ASC
2.03ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29741', '29715', '28041', '29716', '28042', '29742', '29743', '29717', '28043', '29718', '28044', '29744', '29745', '29719', '28045', '29720', '28046', '29746', '29747', '29721', '28047', '28048', '29748', '29722', '27898', '29552', '29576', '29577', '27899', '29553', '27900', '29554', '29578', '29579', '27901', '29555', '27902', '29556', '29580', '29581', '27903', '29557', '29558', '27904', '29582', '29583', '29559', '27905', '29584')
0.53ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '62', '64', '66', '68', '70', '72', '74', '76', '130') ORDER BY `position` ASC
2.80ms
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 ('5991', '5914', '5980', '6015', '4699', '4669', '5543', '6000', '5873', '4710', '5587', '6001', '5984', '5106', '5967', '6003', '5981', '5264', '5958', '5810', '5803', '5755', '5540', '6010', '5955', '5767', '5959', '5639', '5071', '5973') GROUP BY `articles`.`id`
0.40ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
285.77ms
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.68ms
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.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
225.22ms
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.62ms
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.48ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
6.98ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(8174) ASC LIMIT 3
0.27ms
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.21ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.28ms
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.37ms
SELECT * FROM `seo_types`
0.36ms
SELECT * FROM `styles`
0.66ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.89ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
1.57ms
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-07-18 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.30ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,645.06ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,287.06ms
+ 1,287.06ms
View #2 - components.page-header
1,318.37ms
+ 31.31ms
View #3 - components.button
1,331.44ms
+ 13.07ms
View #4 - components.button
1,331.89ms
+ 0.45ms
View #5 - components.facets
1,332.08ms
+ 0.19ms
View #6 - components.filters
1,332.46ms
+ 0.38ms
View #7 - components.close-button
1,332.75ms
+ 0.30ms
View #8 - components.accordion.wrapper
1,333.13ms
+ 0.37ms
View #9 - components.accordion.bodies.filters.list
1,333.16ms
+ 0.03ms
View #10 - components.accordion.wrapper
1,334.40ms
+ 1.24ms
View #11 - components.accordion.bodies.filters.colors
1,334.44ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,334.96ms
+ 0.52ms
View #13 - components.accordion.bodies.filters.list
1,334.99ms
+ 0.03ms
View #14 - components.button
1,335.22ms
+ 0.24ms
View #15 - components.button
1,335.44ms
+ 0.21ms
View #16 - components.button
1,335.62ms
+ 0.18ms
View #17 - components.button
1,335.86ms
+ 0.24ms
View #18 - catalog.partials.products-listing
1,336.07ms
+ 0.21ms
View #19 - components.product-card
1,336.27ms
+ 0.20ms
View #20 - components.add-to-wishlist
1,366.46ms
+ 30.19ms
View #21 - components.product-card
1,368.04ms
+ 1.57ms
View #22 - components.add-to-wishlist
1,370.65ms
+ 2.61ms
View #23 - components.product-card
1,372.03ms
+ 1.37ms
View #24 - components.add-to-wishlist
1,374.89ms
+ 2.86ms
View #25 - components.product-card
1,376.25ms
+ 1.36ms
View #26 - components.add-to-wishlist
1,380.41ms
+ 4.17ms
View #27 - components.product-card
1,382.10ms
+ 1.68ms
View #28 - components.add-to-wishlist
1,392.22ms
+ 10.12ms
View #29 - components.product-card
1,393.58ms
+ 1.37ms
View #30 - components.add-to-wishlist
1,396.65ms
+ 3.07ms
View #31 - components.product-card
1,397.91ms
+ 1.26ms
View #32 - components.add-to-wishlist
1,400.87ms
+ 2.96ms
View #33 - components.catalog-push
1,402.21ms
+ 1.35ms
View #34 - components.button
1,402.98ms
+ 0.77ms
View #35 - components.product-card
1,403.24ms
+ 0.26ms
View #36 - components.add-to-wishlist
1,406.12ms
+ 2.87ms
View #37 - components.product-card
1,407.34ms
+ 1.23ms
View #38 - components.add-to-wishlist
1,409.33ms
+ 1.98ms
View #39 - components.product-card
1,410.63ms
+ 1.30ms
View #40 - components.add-to-wishlist
1,413.53ms
+ 2.91ms
View #41 - components.product-card
1,414.89ms
+ 1.36ms
View #42 - components.add-to-wishlist
1,417.42ms
+ 2.53ms
View #43 - components.product-card
1,418.93ms
+ 1.51ms
View #44 - components.add-to-wishlist
1,422.24ms
+ 3.31ms
View #45 - components.product-card
1,423.64ms
+ 1.40ms
View #46 - components.add-to-wishlist
1,426.61ms
+ 2.97ms
View #47 - components.product-card
1,428.78ms
+ 2.17ms
View #48 - components.add-to-wishlist
1,433.18ms
+ 4.40ms
View #49 - components.product-card
1,434.68ms
+ 1.50ms
View #50 - components.add-to-wishlist
1,437.36ms
+ 2.68ms
View #51 - components.product-card
1,438.70ms
+ 1.34ms
View #52 - components.add-to-wishlist
1,441.66ms
+ 2.96ms
View #53 - components.product-card
1,442.93ms
+ 1.27ms
View #54 - components.add-to-wishlist
1,445.92ms
+ 2.99ms
View #55 - components.product-card
1,447.15ms
+ 1.22ms
View #56 - components.add-to-wishlist
1,448.91ms
+ 1.77ms
View #57 - components.product-card
1,450.08ms
+ 1.17ms
View #58 - components.add-to-wishlist
1,452.75ms
+ 2.67ms
View #59 - components.product-card
1,454.09ms
+ 1.35ms
View #60 - components.add-to-wishlist
1,456.97ms
+ 2.87ms
View #61 - components.product-card
1,458.27ms
+ 1.30ms
View #62 - components.add-to-wishlist
1,460.89ms
+ 2.61ms
View #63 - components.product-card
1,462.16ms
+ 1.28ms
View #64 - components.add-to-wishlist
1,464.99ms
+ 2.83ms
View #65 - components.product-card
1,466.28ms
+ 1.29ms
View #66 - components.add-to-wishlist
1,468.13ms
+ 1.84ms
View #67 - components.product-card
1,469.32ms
+ 1.19ms
View #68 - components.add-to-wishlist
1,473.01ms
+ 3.70ms
View #69 - components.product-card
1,474.64ms
+ 1.63ms
View #70 - components.add-to-wishlist
1,477.13ms
+ 2.50ms
View #71 - components.product-card
1,478.32ms
+ 1.18ms
View #72 - components.add-to-wishlist
1,480.76ms
+ 2.44ms
View #73 - components.product-card
1,482.04ms
+ 1.27ms
View #74 - components.add-to-wishlist
1,484.97ms
+ 2.94ms
View #75 - components.product-card
1,486.25ms
+ 1.28ms
View #76 - components.add-to-wishlist
1,489.87ms
+ 3.61ms
View #77 - components.product-card
1,491.46ms
+ 1.59ms
View #78 - components.add-to-wishlist
1,494.25ms
+ 2.80ms
View #79 - components.product-card
1,495.64ms
+ 1.39ms
View #80 - components.add-to-wishlist
1,498.22ms
+ 2.58ms
View #81 - components.catalog-push
1,499.51ms
+ 1.29ms
View #82 - components.button
1,500.11ms
+ 0.60ms
View #83 - components.pagination
1,500.44ms
+ 0.33ms
View #84 - components.button
1,501.13ms
+ 0.69ms
View #85 - components.recently-viewed
1,501.43ms
+ 0.30ms
View #86 - components.product-related
1,507.11ms
+ 5.68ms
View #87 - components.seo-footer
1,507.38ms
+ 0.27ms
View #88 - components.facets
1,508.04ms
+ 0.66ms
View #89 - modules.seo-links
1,508.22ms
+ 0.18ms
View #90 - components.button
1,508.55ms
+ 0.32ms
View #91 - components.button
1,508.84ms
+ 0.30ms
View #92 - components.button
1,509.24ms
+ 0.39ms
View #93 - layout.layout
1,509.53ms
+ 0.29ms
View #94 - layout.meta
1,510.04ms
+ 0.51ms
View #95 - modules.notification
1,584.65ms
+ 74.62ms
View #96 - modules.header
1,585.35ms
+ 0.70ms
View #97 - modules.menu
1,585.88ms
+ 0.52ms
View #98 - components.menu-first-level
1,586.26ms
+ 0.39ms
View #99 - components.menu-second-level
1,588.05ms
+ 1.79ms
View #100 - components.menu-pushes
1,592.58ms
+ 4.53ms
View #101 - components.menu-pushes
1,597.90ms
+ 5.31ms
View #102 - components.menu-pushes
1,601.22ms
+ 3.33ms
View #103 - components.menu-pushes
1,604.68ms
+ 3.45ms
View #104 - components.menu-pushes
1,605.94ms
+ 1.26ms
View #105 - components.menu-pushes
1,606.87ms
+ 0.93ms
View #106 - svg.logo
1,607.40ms
+ 0.54ms
View #107 - modules.messages
1,607.99ms
+ 0.58ms
View #108 - modules.breadcrumbs
1,608.32ms
+ 0.33ms
View #109 - modules.footer
1,608.51ms
+ 0.18ms
View #110 - components.reinsurance-support
1,608.76ms
+ 0.26ms
View #111 - components.field
1,609.12ms
+ 0.36ms
View #112 - components.csrf-field
1,609.34ms
+ 0.22ms
View #113 - components.button
1,609.46ms
+ 0.12ms
View #114 - components.footer-links
1,609.64ms
+ 0.19ms
View #115 - modules.panel
1,612.10ms
+ 2.46ms
View #116 - modules.popin
1,612.30ms
+ 0.20ms
View #117 - modules.blueshift-popin
1,612.44ms
+ 0.14ms
View #118 - modules.search-panel
1,613.07ms
+ 0.63ms
View #119 - catalog.search-form
1,613.34ms
+ 0.27ms
View #120 - components.field
1,613.70ms
+ 0.36ms
View #121 - modules.toaster
1,614.23ms
+ 0.54ms
View #122 - layout.overlay
1,614.39ms
+ 0.16ms
View #123 - modules.webstore-switcher
1,615.98ms
+ 1.59ms
View #124 - components.close-button
1,616.29ms
+ 0.31ms
View #125 - components.native-select
1,616.61ms
+ 0.31ms
View #126 - components.native-select
1,616.94ms
+ 0.33ms
View #127 - components.button
1,617.11ms
+ 0.17ms
View #128 - components.button
1,617.34ms
+ 0.23ms
View #129 - helpers.grid
1,617.58ms
+ 0.25ms
View #130 - modules.loading-bar
1,617.71ms
+ 0.12ms
View #131 - 3rdparties.didomi
1,640.77ms
+ 23.06ms
View #132 - 3rdparties.gtm
1,640.98ms
+ 0.21ms
View #133 - 3rdparties.abtasty.main
1,641.10ms
+ 0.12ms
View #134 - 3rdparties.abtasty.tracking
1,641.21ms
+ 0.10ms
View #135 - 3rdparties.blueshift
1,641.43ms
+ 0.23ms
View #136 - 3rdparties.sizebay.main
1,641.80ms
+ 0.37ms
View #137 - 3rdparties.sizebay.tracking
1,642.01ms
+ 0.20ms
View #138 - 3rdparties.gsi
1,642.18ms
+ 0.17ms
View #139 - 3rdparties.applepay
1,642.29ms
+ 0.11ms
View #140 - 3rdparties.alma
1,642.50ms
+ 0.21ms
View #141 - path: /var/www/html/laravel/profiling/template.blade.php
1,645.10ms
+ 2.60ms
... 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(13) 216.73.217.39
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) d4a5775be070
HTTP_X_REAL_IP string(13) 216.73.217.39
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.2
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) 34974
REDIRECT_URL string(13) /fr/s-30.html
REDIRECT_QUERY_STRING string(13) /fr/s-30.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(13) /fr/s-30.html
REQUEST_URI string(13) /fr/s-30.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1786965584.992
REQUEST_TIME int 1786965584
HTTPS string(2) on
... array(3)
csrf_token string(40) GlHXgj0pfoNWnpXWs9fYVp6pnT2V7KPQ6PTtmL4j
last_category string(15) stdClass object
cart string(12) Order object