New markdown: Enjoy up to 50% off our selected items. Free delivery and returns | Payment in installments available

Filters

Product family

Color

Sort by

Free shipping and returns

Pay in 3 ineterest-free instalments

Book in store

Change country / language

You are currently browsing the FURSAC France online shop in English. To change your country of delivery or language, make your choice from the list below.

There are no log entries.
Time Query
0.45ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.47ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.33ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.67ms
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')
1.07ms
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.50ms
SELECT * FROM `languages`
0.40ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.44ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.48ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.23ms
SELECT * FROM `config`
0.73ms
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_en` = 'essentials' LIMIT 1
1.24ms
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
1.00ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
4.12ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '66' AND `webstore_id` = '1' ORDER BY `position` ASC
0.53ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
2.77ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '1' LIMIT 1
0.40ms
SELECT * FROM `categories_links` WHERE `category_id` = '138' ORDER BY `position` ASC
146.61ms
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
27.54ms
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
14.49ms
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`
133.52ms
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.12ms
SELECT FOUND_ROWS()
1.72ms
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.85ms
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.42ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('4', '5', '9', '7', '6', '10', '2', '8', '14', '15') ORDER BY `singular` ASC
0.74ms
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.90ms
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
3.13ms
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
2.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 ('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
3.92ms
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
7.23ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6489', '27434', '27247', '27429', '23983', '15832', '27433', '17460', '26038', '27248', '27384', '22288', '19797', '27249', '27401', '23736', '17461', '26036', '26046', '26035', '26460', '26045', '27383', '22289', '19798', '27250', '27400', '23737', '17462', '19799', '27251', '27399', '26461', '23738', '17463', '3802', '26034', '28606', '18187', '26044', '27382', '22290', '2775', '26037', '28607', '18188', '26047', '27385', '22291', '19800', '27402', '26462', '23739', '17464', '25869', '23740', '17468', '2771', '26039', '27252', '28608', '18189', '26048', '27386', '22292', '26844', '19801', '27403', '26463', '18190', '22293', '26845', '19802', '26464', '25870', '23741', '19760', '2776', '27253', '19764', '28609', '23742', '19761', '2772', '27254', '19765', '28610', '18191', '22294', '26846', '19803', '26465', '25871', '22295', '19804', '26847', '26466', '25872', '23743', '19762', '2773', '19766', '28611', '18192', '23744', '19763', '2774', '19767', '18193', '22296', '19805', '26848', '26467', '25873', '25068', '24702', '27979', '24712', '25069', '26648', '27980', '26649', '27981', '26650', '27982', '23593', '26651', '27004', '23594', '27983', '27003', '23595', '27002', '23596', '26652', '27005', '23597', '27984', '23598', '26643', '27006', '25075', '26653', '27985', '26644', '24178', '26654', '27986', '26645', '24179', '27987', '24180', '26646', '26647', '24181', '27323', '27322', '27321', '27324', '27325')
0.83ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '121', '142', '94', '45', '95', '80', '46', '96', '208', '81', '47', '82', '48', '97', '112', '113', '98', '83', '49', '84', '124', '114', '115', '85', '50', '147', '86', '148', '116', '51', '87', '52', '117', '149', '88', '150', '118', '53', '129', '190', '62', '187', '63', '64', '65', '66', '67', '68', '89', '69', '90', '70', '91', '92', '71', '93', '72', '123', '73', '74', '75', '76', '77', '130', '78', '151', '125', '126', '127', '128', '156') ORDER BY `position` ASC
2.00ms
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.40ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5851', '5849') ORDER BY `webstore_id` ASC
0.79ms
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
1.71ms
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.42ms
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
3.50ms
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.58ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
866.26ms
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
1.12ms
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.42ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
770.35ms
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
2.72ms
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
3.15ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9238) ASC LIMIT 3
11.77ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9238) ASC LIMIT 3
0.41ms
SELECT * FROM `seo_types`
0.32ms
SELECT * FROM `styles`
0.87ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.94ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.05ms
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
3,259.11ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
2,728.46ms
+ 2,728.45ms
View #2 - components.page-header
2,768.49ms
+ 40.03ms
View #3 - components.facets
2,769.07ms
+ 0.58ms
View #4 - components.filters
2,769.56ms
+ 0.48ms
View #5 - components.close-button
2,770.07ms
+ 0.51ms
View #6 - components.accordion.wrapper
2,770.41ms
+ 0.34ms
View #7 - components.accordion.bodies.filters.list
2,770.46ms
+ 0.05ms
View #8 - components.accordion.wrapper
2,772.45ms
+ 1.99ms
View #9 - components.accordion.bodies.filters.colors
2,772.50ms
+ 0.05ms
View #10 - components.accordion.wrapper
2,773.15ms
+ 0.65ms
View #11 - components.accordion.bodies.filters.list
2,773.20ms
+ 0.05ms
View #12 - components.button
2,773.55ms
+ 0.36ms
View #13 - components.button
2,773.95ms
+ 0.40ms
View #14 - components.button
2,774.27ms
+ 0.32ms
View #15 - components.button
2,774.56ms
+ 0.29ms
View #16 - components.pagination
2,775.22ms
+ 0.66ms
View #17 - components.button
2,775.61ms
+ 0.39ms
View #18 - catalog.partials.products-listing
2,776.08ms
+ 0.47ms
View #19 - components.product-card
2,776.44ms
+ 0.36ms
View #20 - components.add-to-wishlist
2,829.94ms
+ 53.49ms
View #21 - components.product-card
2,832.40ms
+ 2.47ms
View #22 - components.add-to-wishlist
2,836.54ms
+ 4.14ms
View #23 - components.product-card
2,838.46ms
+ 1.93ms
View #24 - components.add-to-wishlist
2,841.78ms
+ 3.32ms
View #25 - components.product-card
2,843.77ms
+ 1.98ms
View #26 - components.add-to-wishlist
2,847.85ms
+ 4.08ms
View #27 - components.product-card
2,850.09ms
+ 2.24ms
View #28 - components.add-to-wishlist
2,854.81ms
+ 4.73ms
View #29 - components.product-card
2,857.45ms
+ 2.64ms
View #30 - components.add-to-wishlist
2,862.73ms
+ 5.27ms
View #31 - components.product-card
2,864.96ms
+ 2.24ms
View #32 - components.add-to-wishlist
2,870.66ms
+ 5.70ms
View #33 - components.catalog-push
2,873.00ms
+ 2.34ms
View #34 - components.product-card
2,874.30ms
+ 1.30ms
View #35 - components.add-to-wishlist
2,879.55ms
+ 5.25ms
View #36 - components.product-card
2,881.90ms
+ 2.35ms
View #37 - components.add-to-wishlist
2,886.41ms
+ 4.51ms
View #38 - components.product-card
2,888.86ms
+ 2.45ms
View #39 - components.add-to-wishlist
2,893.31ms
+ 4.45ms
View #40 - components.product-card
2,895.55ms
+ 2.23ms
View #41 - components.add-to-wishlist
2,900.07ms
+ 4.52ms
View #42 - components.product-card
2,902.09ms
+ 2.02ms
View #43 - components.add-to-wishlist
2,906.39ms
+ 4.30ms
View #44 - components.product-card
2,908.53ms
+ 2.14ms
View #45 - components.add-to-wishlist
2,912.75ms
+ 4.22ms
View #46 - components.product-card
2,914.67ms
+ 1.92ms
View #47 - components.add-to-wishlist
2,922.50ms
+ 7.83ms
View #48 - components.product-card
2,925.49ms
+ 2.99ms
View #49 - components.add-to-wishlist
2,930.32ms
+ 4.83ms
View #50 - components.product-card
2,932.95ms
+ 2.62ms
View #51 - components.add-to-wishlist
2,939.31ms
+ 6.36ms
View #52 - components.product-card
2,941.64ms
+ 2.34ms
View #53 - components.add-to-wishlist
2,945.87ms
+ 4.23ms
View #54 - components.product-card
2,948.51ms
+ 2.64ms
View #55 - components.add-to-wishlist
2,955.29ms
+ 6.78ms
View #56 - components.product-card
2,958.42ms
+ 3.13ms
View #57 - components.add-to-wishlist
2,977.14ms
+ 18.71ms
View #58 - components.product-card
2,979.50ms
+ 2.37ms
View #59 - components.add-to-wishlist
2,983.85ms
+ 4.35ms
View #60 - components.product-card
2,986.09ms
+ 2.24ms
View #61 - components.add-to-wishlist
2,990.40ms
+ 4.31ms
View #62 - components.product-card
2,992.67ms
+ 2.27ms
View #63 - components.add-to-wishlist
2,996.18ms
+ 3.51ms
View #64 - components.product-card
2,998.38ms
+ 2.20ms
View #65 - components.add-to-wishlist
3,003.33ms
+ 4.95ms
View #66 - components.product-card
3,005.24ms
+ 1.91ms
View #67 - components.add-to-wishlist
3,008.33ms
+ 3.09ms
View #68 - components.product-card
3,010.23ms
+ 1.90ms
View #69 - components.add-to-wishlist
3,014.26ms
+ 4.03ms
View #70 - components.product-card
3,016.20ms
+ 1.94ms
View #71 - components.add-to-wishlist
3,019.35ms
+ 3.14ms
View #72 - components.product-card
3,021.54ms
+ 2.19ms
View #73 - components.add-to-wishlist
3,025.60ms
+ 4.07ms
View #74 - components.product-card
3,027.57ms
+ 1.97ms
View #75 - components.add-to-wishlist
3,030.86ms
+ 3.29ms
View #76 - components.product-card
3,033.42ms
+ 2.56ms
View #77 - components.add-to-wishlist
3,037.69ms
+ 4.26ms
View #78 - components.product-card
3,039.67ms
+ 1.99ms
View #79 - components.add-to-wishlist
3,044.39ms
+ 4.72ms
View #80 - components.product-card
3,046.38ms
+ 1.99ms
View #81 - components.add-to-wishlist
3,051.41ms
+ 5.03ms
View #82 - components.pagination
3,053.49ms
+ 2.08ms
View #83 - components.button
3,053.96ms
+ 0.47ms
View #84 - components.recently-viewed
3,054.32ms
+ 0.36ms
View #85 - components.product-related
3,065.49ms
+ 11.18ms
View #86 - components.seo-footer
3,066.20ms
+ 0.71ms
View #87 - components.facets
3,067.51ms
+ 1.31ms
View #88 - modules.seo-links
3,067.79ms
+ 0.28ms
View #89 - layout.layout
3,068.12ms
+ 0.33ms
View #90 - layout.meta
3,068.95ms
+ 0.83ms
View #91 - modules.notification
3,158.63ms
+ 89.68ms
View #92 - modules.header
3,159.59ms
+ 0.96ms
View #93 - modules.menu
3,160.38ms
+ 0.79ms
View #94 - components.menu-first-level
3,161.00ms
+ 0.62ms
View #95 - components.menu-second-level
3,164.70ms
+ 3.70ms
View #96 - components.menu-pushes
3,172.51ms
+ 7.81ms
View #97 - components.menu-pushes
3,180.23ms
+ 7.72ms
View #98 - components.menu-pushes
3,185.49ms
+ 5.26ms
View #99 - components.menu-pushes
3,191.63ms
+ 6.14ms
View #100 - components.menu-pushes
3,193.65ms
+ 2.02ms
View #101 - components.menu-pushes
3,200.15ms
+ 6.50ms
View #102 - svg.logo
3,201.25ms
+ 1.10ms
View #103 - modules.messages
3,202.23ms
+ 0.98ms
View #104 - modules.breadcrumbs
3,202.78ms
+ 0.55ms
View #105 - modules.footer
3,203.14ms
+ 0.36ms
View #106 - components.reinsurance-support
3,203.56ms
+ 0.43ms
View #107 - components.field
3,204.21ms
+ 0.65ms
View #108 - components.csrf-field
3,204.55ms
+ 0.34ms
View #109 - components.button
3,204.78ms
+ 0.23ms
View #110 - components.footer-links
3,205.10ms
+ 0.32ms
View #111 - modules.panel
3,220.02ms
+ 14.92ms
View #112 - modules.popin
3,220.28ms
+ 0.26ms
View #113 - modules.blueshift-popin
3,220.48ms
+ 0.20ms
View #114 - modules.search-panel
3,221.48ms
+ 1.00ms
View #115 - catalog.search-form
3,221.89ms
+ 0.41ms
View #116 - components.field
3,222.45ms
+ 0.56ms
View #117 - modules.toaster
3,223.76ms
+ 1.31ms
View #118 - layout.overlay
3,223.94ms
+ 0.18ms
View #119 - modules.webstore-switcher
3,226.06ms
+ 2.12ms
View #120 - components.close-button
3,226.44ms
+ 0.39ms
View #121 - components.native-select
3,226.99ms
+ 0.55ms
View #122 - components.native-select
3,227.53ms
+ 0.54ms
View #123 - components.button
3,227.80ms
+ 0.27ms
View #124 - components.button
3,228.17ms
+ 0.37ms
View #125 - helpers.grid
3,228.48ms
+ 0.31ms
View #126 - modules.loading-bar
3,228.64ms
+ 0.16ms
View #127 - 3rdparties.didomi
3,255.41ms
+ 26.77ms
View #128 - 3rdparties.gtm
3,255.68ms
+ 0.27ms
View #129 - 3rdparties.abtasty.main
3,255.86ms
+ 0.18ms
View #130 - 3rdparties.abtasty.tracking
3,256.02ms
+ 0.16ms
View #131 - 3rdparties.blueshift
3,256.28ms
+ 0.27ms
View #132 - 3rdparties.sizebay.main
3,256.74ms
+ 0.46ms
View #133 - 3rdparties.sizebay.tracking
3,256.97ms
+ 0.23ms
View #134 - 3rdparties.gsi
3,257.23ms
+ 0.26ms
View #135 - 3rdparties.applepay
3,257.38ms
+ 0.15ms
View #136 - 3rdparties.alma
3,257.65ms
+ 0.27ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
3,259.16ms
+ 1.51ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1;
webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=21fed8e62705158c1e0977607682b424472c81f1%2BzvSpG3USKIMrEZhkMCsHO4txGGDcAmMFGYXfJIQy; 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) 47084
REDIRECT_URL string(21) /en/c-essentials.html
REDIRECT_QUERY_STRING string(28) /en/c-essentials.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) /en/c-essentials.html&page=2
REQUEST_URI string(28) /en/c-essentials.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788332160.735
REQUEST_TIME int 1788332160
HTTPS string(2) on
... array(3)
csrf_token string(40) AA6pdkEw0L2gYLk22vtDP5jZRWQnEaD5EVcsva7F
cart string(12) Order object
last_category string(15) stdClass object