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

Filters

Product family

Color

Sort by

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.39ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.28ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.59ms
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.45ms
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.29ms
SELECT * FROM `languages`
0.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.29ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.13ms
SELECT * FROM `config`
0.88ms
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` = 'sustainable' LIMIT 1
0.39ms
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.21ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.48ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
35.69ms
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
7.14ms
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
8.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
5.98ms
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`
81.12ms
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.13ms
SELECT FOUND_ROWS()
1.75ms
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
2.70ms
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.55ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '9', '6', '3', '1') ORDER BY `singular` ASC
0.53ms
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
1.28ms
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
2.30ms
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
1.32ms
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
3.85ms
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
6.34ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('24842', '19080', '27468', '25781', '19081', '19079', '25780', '17460', '27397', '19378', '24840', '27469', '24838', '27470', '27384', '28202', '28189', '22752', '27695', '27371', '22762', '27720', '25615', '17461', '25520', '27725', '25625', '27362', '26403', '27395', '27751', '13186', '27270', '28193', '27401', '27724', '25624', '27361', '26402', '27394', '27750', '13187', '27269', '28192', '27400', '24837', '27471', '27383', '28201', '28188', '22751', '27694', '27719', '27370', '22761', '25614', '17462', '25521', '27382', '28200', '28187', '22750', '27693', '27718', '27369', '22760', '25613', '17463', '25522', '25623', '27360', '27723', '26401', '27393', '27749', '13188', '27268', '28191', '27399', '24836', '27472', '27726', '26404', '27396', '27752', '13189', '27271', '28194', '27402', '24839', '27473', '27385', '28203', '28190', '22753', '27696', '27721', '27372', '22763', '25616', '17464', '25523', '25626', '27363', '27722', '22764', '25617', '17468', '25524', '25627', '27727', '26405', '27398', '13190', '28195', '27403', '24841', '27474', '27386', '28204', '22754', '27697', '24834', '25525', '25526', '24835', '25527', '25528', '27795', '27800', '27794', '27799', '27793', '27798', '27801', '27796', '27797', '27802', '28151', '21568', '28150', '21567', '28149', '21566', '28152', '21569', '28153', '21570')
0.86ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('194', '122', '1', '94', '4', '95', '7', '80', '96', '10', '81', '97', '82', '13', '98', '16', '83', '124', '84', '19', '185', '85', '86', '193', '87', '88', '40', '41', '42', '43', '132', '90', '91', '92', '93', '123') ORDER BY `position` ASC
0.70ms
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
2.79ms
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.36ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
364.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.01ms
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
1.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
545.23ms
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
1.34ms
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
7.10ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
12.08ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9244) ASC LIMIT 3
0.37ms
SELECT `code`, `taxes` FROM `countries`
0.42ms
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.23ms
SELECT * FROM `articles` WHERE `articles`.`id` IN ('27429')
0.48ms
SELECT * FROM `products` WHERE `products`.`id` IN ('5502') ORDER BY `sku` ASC
0.29ms
SELECT * FROM `gifts_details` WHERE `gift_id` IN ('1')
0.41ms
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.53ms
SELECT * FROM `seo_types`
0.57ms
SELECT * FROM `styles`
1.09ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
6.43ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.98ms
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.56ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
2,285.63ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,676.12ms
+ 1,676.11ms
View #2 - components.page-header
1,740.91ms
+ 64.79ms
View #3 - components.filters
1,741.75ms
+ 0.84ms
View #4 - components.close-button
1,742.37ms
+ 0.62ms
View #5 - components.accordion.wrapper
1,742.96ms
+ 0.59ms
View #6 - components.accordion.bodies.filters.list
1,743.04ms
+ 0.08ms
View #7 - components.accordion.wrapper
1,745.05ms
+ 2.01ms
View #8 - components.accordion.bodies.filters.colors
1,745.20ms
+ 0.14ms
View #9 - components.accordion.wrapper
1,746.49ms
+ 1.29ms
View #10 - components.accordion.bodies.filters.list
1,746.57ms
+ 0.07ms
View #11 - components.button
1,746.98ms
+ 0.41ms
View #12 - components.button
1,747.59ms
+ 0.61ms
View #13 - components.button
1,747.95ms
+ 0.36ms
View #14 - components.button
1,748.27ms
+ 0.33ms
View #15 - components.pagination
1,748.61ms
+ 0.33ms
View #16 - components.button
1,748.96ms
+ 0.36ms
View #17 - catalog.partials.products-listing
1,749.45ms
+ 0.49ms
View #18 - components.product-card
1,749.82ms
+ 0.36ms
View #19 - components.add-to-wishlist
1,840.15ms
+ 90.33ms
View #20 - components.product-card
1,844.36ms
+ 4.21ms
View #21 - components.add-to-wishlist
1,849.21ms
+ 4.85ms
View #22 - components.product-card
1,851.45ms
+ 2.23ms
View #23 - components.add-to-wishlist
1,859.58ms
+ 8.13ms
View #24 - components.product-card
1,861.75ms
+ 2.17ms
View #25 - components.add-to-wishlist
1,865.30ms
+ 3.55ms
View #26 - components.product-card
1,867.97ms
+ 2.67ms
View #27 - components.add-to-wishlist
1,873.74ms
+ 5.77ms
View #28 - components.product-card
1,877.78ms
+ 4.04ms
View #29 - components.add-to-wishlist
1,883.37ms
+ 5.60ms
View #30 - components.product-card
1,885.66ms
+ 2.29ms
View #31 - components.add-to-wishlist
1,891.12ms
+ 5.46ms
View #32 - components.product-card
1,893.34ms
+ 2.22ms
View #33 - components.add-to-wishlist
1,897.80ms
+ 4.46ms
View #34 - components.product-card
1,900.39ms
+ 2.59ms
View #35 - components.add-to-wishlist
1,904.81ms
+ 4.42ms
View #36 - components.product-card
1,908.23ms
+ 3.42ms
View #37 - components.add-to-wishlist
1,913.13ms
+ 4.90ms
View #38 - components.product-card
1,916.03ms
+ 2.91ms
View #39 - components.add-to-wishlist
1,921.07ms
+ 5.04ms
View #40 - components.product-card
1,923.90ms
+ 2.82ms
View #41 - components.add-to-wishlist
1,930.02ms
+ 6.12ms
View #42 - components.product-card
1,932.71ms
+ 2.70ms
View #43 - components.add-to-wishlist
1,937.63ms
+ 4.91ms
View #44 - components.product-card
1,940.09ms
+ 2.46ms
View #45 - components.add-to-wishlist
1,946.29ms
+ 6.20ms
View #46 - components.product-card
1,950.08ms
+ 3.79ms
View #47 - components.add-to-wishlist
1,956.32ms
+ 6.24ms
View #48 - components.product-card
1,958.89ms
+ 2.57ms
View #49 - components.add-to-wishlist
1,964.53ms
+ 5.64ms
View #50 - components.product-card
1,967.67ms
+ 3.14ms
View #51 - components.add-to-wishlist
1,974.62ms
+ 6.94ms
View #52 - components.product-card
1,979.92ms
+ 5.31ms
View #53 - components.add-to-wishlist
1,986.66ms
+ 6.74ms
View #54 - components.product-card
1,990.40ms
+ 3.74ms
View #55 - components.add-to-wishlist
1,996.16ms
+ 5.76ms
View #56 - components.product-card
1,998.46ms
+ 2.30ms
View #57 - components.add-to-wishlist
2,003.13ms
+ 4.67ms
View #58 - components.product-card
2,005.41ms
+ 2.28ms
View #59 - components.add-to-wishlist
2,009.64ms
+ 4.23ms
View #60 - components.product-card
2,012.52ms
+ 2.87ms
View #61 - components.add-to-wishlist
2,018.02ms
+ 5.50ms
View #62 - components.product-card
2,022.00ms
+ 3.98ms
View #63 - components.add-to-wishlist
2,026.86ms
+ 4.86ms
View #64 - components.product-card
2,030.53ms
+ 3.67ms
View #65 - components.add-to-wishlist
2,034.95ms
+ 4.42ms
View #66 - components.product-card
2,038.47ms
+ 3.52ms
View #67 - components.add-to-wishlist
2,046.85ms
+ 8.39ms
View #68 - components.product-card
2,050.61ms
+ 3.75ms
View #69 - components.add-to-wishlist
2,057.44ms
+ 6.83ms
View #70 - components.product-card
2,061.12ms
+ 3.68ms
View #71 - components.add-to-wishlist
2,065.83ms
+ 4.71ms
View #72 - components.product-card
2,068.55ms
+ 2.72ms
View #73 - components.add-to-wishlist
2,073.37ms
+ 4.82ms
View #74 - components.product-card
2,076.06ms
+ 2.69ms
View #75 - components.add-to-wishlist
2,079.95ms
+ 3.89ms
View #76 - components.product-card
2,082.73ms
+ 2.78ms
View #77 - components.add-to-wishlist
2,087.40ms
+ 4.67ms
View #78 - components.product-card
2,089.73ms
+ 2.33ms
View #79 - components.add-to-wishlist
2,096.67ms
+ 6.93ms
View #80 - components.product-card
2,099.98ms
+ 3.32ms
View #81 - components.add-to-wishlist
2,105.08ms
+ 5.10ms
View #82 - components.pagination
2,108.02ms
+ 2.93ms
View #83 - components.button
2,108.54ms
+ 0.52ms
View #84 - components.recently-viewed
2,108.92ms
+ 0.38ms
View #85 - components.product-related
2,122.24ms
+ 13.32ms
View #86 - components.seo-footer
2,123.04ms
+ 0.80ms
View #87 - modules.seo-links
2,125.02ms
+ 1.98ms
View #88 - layout.layout
2,125.61ms
+ 0.59ms
View #89 - layout.meta
2,126.60ms
+ 0.99ms
View #90 - modules.notification
2,199.30ms
+ 72.71ms
View #91 - modules.header
2,200.38ms
+ 1.08ms
View #92 - modules.menu
2,201.25ms
+ 0.87ms
View #93 - components.menu-first-level
2,201.95ms
+ 0.70ms
View #94 - components.menu-second-level
2,208.27ms
+ 6.32ms
View #95 - components.menu-pushes
2,218.49ms
+ 10.22ms
View #96 - components.menu-pushes
2,227.31ms
+ 8.83ms
View #97 - components.menu-pushes
2,232.55ms
+ 5.24ms
View #98 - components.menu-pushes
2,239.15ms
+ 6.59ms
View #99 - components.menu-pushes
2,241.06ms
+ 1.91ms
View #100 - components.menu-pushes
2,242.68ms
+ 1.62ms
View #101 - svg.logo
2,243.60ms
+ 0.92ms
View #102 - modules.messages
2,244.98ms
+ 1.38ms
View #103 - modules.breadcrumbs
2,245.57ms
+ 0.59ms
View #104 - modules.footer
2,245.93ms
+ 0.36ms
View #105 - components.reinsurance-support
2,246.51ms
+ 0.58ms
View #106 - components.field
2,247.19ms
+ 0.68ms
View #107 - components.csrf-field
2,247.51ms
+ 0.33ms
View #108 - components.button
2,247.70ms
+ 0.18ms
View #109 - components.footer-links
2,248.00ms
+ 0.31ms
View #110 - modules.panel
2,251.30ms
+ 3.29ms
View #111 - modules.popin
2,251.53ms
+ 0.23ms
View #112 - modules.blueshift-popin
2,251.71ms
+ 0.18ms
View #113 - modules.search-panel
2,252.81ms
+ 1.10ms
View #114 - catalog.search-form
2,253.21ms
+ 0.40ms
View #115 - components.field
2,253.67ms
+ 0.47ms
View #116 - modules.toaster
2,254.96ms
+ 1.29ms
View #117 - layout.overlay
2,255.12ms
+ 0.16ms
View #118 - modules.webstore-switcher
2,258.10ms
+ 2.98ms
View #119 - components.close-button
2,259.27ms
+ 1.17ms
View #120 - components.native-select
2,260.23ms
+ 0.96ms
View #121 - components.native-select
2,261.01ms
+ 0.79ms
View #122 - components.button
2,261.50ms
+ 0.48ms
View #123 - components.button
2,261.87ms
+ 0.37ms
View #124 - helpers.grid
2,262.32ms
+ 0.45ms
View #125 - modules.loading-bar
2,262.52ms
+ 0.20ms
View #126 - 3rdparties.didomi
2,281.59ms
+ 19.07ms
View #127 - 3rdparties.gtm
2,281.86ms
+ 0.28ms
View #128 - 3rdparties.abtasty.main
2,282.02ms
+ 0.16ms
View #129 - 3rdparties.abtasty.tracking
2,282.16ms
+ 0.14ms
View #130 - 3rdparties.blueshift
2,282.55ms
+ 0.39ms
View #131 - 3rdparties.sizebay.main
2,283.07ms
+ 0.51ms
View #132 - 3rdparties.sizebay.tracking
2,283.30ms
+ 0.23ms
View #133 - 3rdparties.gsi
2,283.56ms
+ 0.26ms
View #134 - 3rdparties.applepay
2,283.68ms
+ 0.12ms
View #135 - 3rdparties.alma
2,283.95ms
+ 0.27ms
View #136 - path: /var/www/html/laravel/profiling/template.blade.php
2,285.68ms
+ 1.73ms
... 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) 57496
REDIRECT_URL string(22) /en/c-sustainable.html
REDIRECT_QUERY_STRING string(29) /en/c-sustainable.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) /en/c-sustainable.html&page=3
REQUEST_URI string(29) /en/c-sustainable.html?page=3
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788351428.535
REQUEST_TIME int 1788351428
HTTPS string(2) on
... array(3)
csrf_token string(40) Xv3h3iXpD6yu144I8AuMDH7Bqq0HNGehnsEfV7SX
last_category string(15) stdClass object
cart string(12) Order object