Gifts: Explore the selection. Free shipping & extended returns until 01/11.
71 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.32ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.29ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.46ms
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.33ms
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.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.57ms
SELECT * FROM `config`
0.45ms
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.35ms
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.25ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '3' LIMIT 1
0.26ms
SELECT * FROM `categories_links` WHERE `category_id` = '144' ORDER BY `position` ASC
14.22ms
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
2.53ms
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
2.08ms
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
1.76ms
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`
16.13ms
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 32
0.13ms
SELECT FOUND_ROWS()
1.04ms
SELECT * FROM `products_details` WHERE `product_id` IN ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') ORDER BY `webstore_id` ASC
1.09ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') ORDER BY `position` ASC
0.44ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('10', '7', '4', '9', '1', '6', '14') ORDER BY `singular` ASC
0.44ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('58', '20', '61', '31', '21', '32', '8', '7', '55', '42', '3', '44', '54', '36', '4') ORDER BY `singular` ASC
0.52ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('61', '26', '42', '13', '5', '16', '64', '34', '25', '63', '71', '23', '31', '60', '32') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.99ms
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 ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') ORDER BY `name` ASC
0.77ms
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 ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') ORDER BY `name` ASC
1.33ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') ORDER BY `position` ASC
3.21ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6496', '22772', '27430', '6967', '6495', '24842', '27512', '27428', '26203', '26038', '21101', '27513', '24840', '27397', '17460', '22773', '19378', '6968', '27720', '22762', '27384', '25625', '22774', '27725', '13186', '25919', '27371', '6969', '27751', '26036', '21099', '27362', '27514', '13176', '24838', '26046', '27395', '27695', '17461', '22752', '27361', '27515', '13177', '24837', '26045', '26468', '27394', '27694', '17462', '22751', '27719', '22761', '27383', '25624', '22775', '27724', '13187', '25920', '27370', '6970', '27750', '26035', '21098', '25623', '22776', '27723', '13188', '25921', '27369', '6965', '27749', '26034', '21097', '27360', '27516', '13178', '3801', '24836', '4916', '26044', '27393', '27693', '17463', '22750', '27718', '26469', '22760', '27382', '27396', '2760', '26047', '27696', '17464', '22753', '27721', '26470', '22763', '27385', '25626', '27726', '13189', '25922', '27372', '6966', '27752', '26037', '21100', '27363', '24839', '27517', '13179', '2753', '13190', '1768', '26039', '21102', '24841', '27518', '13180', '2756', '27398', '2761', '26048', '22777', '27697', '17468', '22754', '27722', '26471', '22764', '27386', '25627', '27727', '26472', '24834', '2754', '2759', '22778', '24835', '2758', '2762', '22779', '26473', '26474', '2757', '2763', '22780', '2755', '2764', '26475', '26275', '21568', '21567', '26274', '26273', '21566', '21569', '26276', '26277', '21570', '28359')
0.52ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '44', '103', '194', '1', '94', '4', '45', '104', '95', '46', '105', '7', '96', '10', '208', '47', '106', '97', '48', '107', '13', '112', '98', '113', '108', '16', '124', '109', '19', '114', '49', '115', '185', '50', '193', '116', '51', '117', '52', '118', '90', '91', '92', '93', '123', '212') ORDER BY `position` ASC
0.59ms
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 ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.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 ('682', '5493', '4538', '5265', '3383', '4978', '4183', '75', '5519', '5298', '2591', '5488', '683', '5503', '4278', '74', '2589', '5128', '5231', '5486', '5567', '5332', '5491', '5573', '5501', '5233', '451', '4534', '5199', '5579', '4536', '5572') GROUP BY `articles`.`id`
0.39ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
113.97ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.68ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('4', '78', '44', '88', '76', '153', '138', '2', '151', '30', '84', '8', '11', '12', '13', '14', '9', '15', '93', '17', '16', '82', '81', '83', '87', '80', '79', '109', '18', '5', '19', '22', '23', '24', '26', '25', '95', '27', '160', '74', '63', '64', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61') ORDER BY `position` ASC
0.30ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
166.05ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '298' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.53ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('110', '111', '115', '116', '117', '120', '121', '119', '148', '68', '69', '140', '141', '142', '53', '55', '85', '86', '159', '125', '126', '127', '129', '128', '136', '132', '165', '134', '158', '66', '67', '144', '150', '145', '124', '32', '73', '123', '137', '154', '139', '167') ORDER BY `position` ASC
4.70ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7244) ASC LIMIT 3
4.25ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7244) ASC LIMIT 3
0.38ms
SELECT * FROM `seo_types`
0.30ms
SELECT * FROM `styles`
0.70ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
2.31ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.66ms
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-06-16 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
824.22ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
546.62ms
+ 546.62ms
View #2 - components.page-header
574.13ms
+ 27.51ms
View #3 - components.filters
574.70ms
+ 0.57ms
View #4 - components.close-button
575.06ms
+ 0.36ms
View #5 - components.accordion.wrapper
575.27ms
+ 0.22ms
View #6 - components.accordion.bodies.filters.list
575.30ms
+ 0.03ms
View #7 - components.accordion.wrapper
576.56ms
+ 1.26ms
View #8 - components.accordion.bodies.filters.colors
576.60ms
+ 0.04ms
View #9 - components.accordion.wrapper
576.99ms
+ 0.39ms
View #10 - components.accordion.bodies.filters.list
577.02ms
+ 0.03ms
View #11 - components.button
577.20ms
+ 0.18ms
View #12 - components.button
577.42ms
+ 0.22ms
View #13 - components.button
577.60ms
+ 0.18ms
View #14 - components.button
577.77ms
+ 0.16ms
View #15 - components.pagination
577.94ms
+ 0.17ms
View #16 - components.button
578.13ms
+ 0.19ms
View #17 - catalog.partials.products-listing
578.31ms
+ 0.18ms
View #18 - components.product-card
578.50ms
+ 0.18ms
View #19 - components.add-to-wishlist
612.12ms
+ 33.63ms
View #20 - components.product-card
613.60ms
+ 1.48ms
View #21 - components.add-to-wishlist
616.22ms
+ 2.62ms
View #22 - components.product-card
617.45ms
+ 1.22ms
View #23 - components.add-to-wishlist
620.18ms
+ 2.73ms
View #24 - components.product-card
621.37ms
+ 1.20ms
View #25 - components.add-to-wishlist
623.11ms
+ 1.74ms
View #26 - components.product-card
624.15ms
+ 1.04ms
View #27 - components.add-to-wishlist
626.69ms
+ 2.54ms
View #28 - components.product-card
627.74ms
+ 1.05ms
View #29 - components.add-to-wishlist
630.34ms
+ 2.60ms
View #30 - components.product-card
631.42ms
+ 1.07ms
View #31 - components.add-to-wishlist
633.76ms
+ 2.34ms
View #32 - components.product-card
634.83ms
+ 1.08ms
View #33 - components.add-to-wishlist
636.70ms
+ 1.87ms
View #34 - components.product-card
637.73ms
+ 1.03ms
View #35 - components.add-to-wishlist
640.20ms
+ 2.47ms
View #36 - components.product-card
641.28ms
+ 1.07ms
View #37 - components.add-to-wishlist
643.66ms
+ 2.39ms
View #38 - components.product-card
644.78ms
+ 1.12ms
View #39 - components.add-to-wishlist
647.25ms
+ 2.47ms
View #40 - components.product-card
648.31ms
+ 1.06ms
View #41 - components.add-to-wishlist
650.60ms
+ 2.30ms
View #42 - components.product-card
651.71ms
+ 1.11ms
View #43 - components.add-to-wishlist
654.35ms
+ 2.63ms
View #44 - components.product-card
655.53ms
+ 1.19ms
View #45 - components.add-to-wishlist
657.54ms
+ 2.00ms
View #46 - components.product-card
658.59ms
+ 1.05ms
View #47 - components.add-to-wishlist
660.84ms
+ 2.25ms
View #48 - components.product-card
661.96ms
+ 1.12ms
View #49 - components.add-to-wishlist
663.75ms
+ 1.79ms
View #50 - components.product-card
664.86ms
+ 1.11ms
View #51 - components.add-to-wishlist
667.21ms
+ 2.35ms
View #52 - components.product-card
668.29ms
+ 1.08ms
View #53 - components.add-to-wishlist
670.59ms
+ 2.30ms
View #54 - components.product-card
671.67ms
+ 1.08ms
View #55 - components.add-to-wishlist
673.97ms
+ 2.30ms
View #56 - components.product-card
675.07ms
+ 1.10ms
View #57 - components.add-to-wishlist
677.33ms
+ 2.27ms
View #58 - components.product-card
678.36ms
+ 1.03ms
View #59 - components.add-to-wishlist
680.61ms
+ 2.25ms
View #60 - components.product-card
681.69ms
+ 1.08ms
View #61 - components.add-to-wishlist
684.10ms
+ 2.41ms
View #62 - components.product-card
685.25ms
+ 1.15ms
View #63 - components.add-to-wishlist
687.60ms
+ 2.35ms
View #64 - components.product-card
688.68ms
+ 1.07ms
View #65 - components.add-to-wishlist
690.91ms
+ 2.23ms
View #66 - components.product-card
691.98ms
+ 1.07ms
View #67 - components.add-to-wishlist
693.80ms
+ 1.82ms
View #68 - components.product-card
694.93ms
+ 1.13ms
View #69 - components.add-to-wishlist
697.34ms
+ 2.41ms
View #70 - components.product-card
698.39ms
+ 1.05ms
View #71 - components.add-to-wishlist
700.66ms
+ 2.27ms
View #72 - components.product-card
701.75ms
+ 1.09ms
View #73 - components.add-to-wishlist
704.00ms
+ 2.25ms
View #74 - components.product-card
705.17ms
+ 1.16ms
View #75 - components.add-to-wishlist
707.49ms
+ 2.32ms
View #76 - components.product-card
708.64ms
+ 1.15ms
View #77 - components.add-to-wishlist
710.79ms
+ 2.15ms
View #78 - components.product-card
711.91ms
+ 1.12ms
View #79 - components.add-to-wishlist
714.22ms
+ 2.31ms
View #80 - components.product-card
715.40ms
+ 1.18ms
View #81 - components.add-to-wishlist
717.78ms
+ 2.38ms
View #82 - components.pagination
718.91ms
+ 1.13ms
View #83 - components.button
719.18ms
+ 0.27ms
View #84 - components.recently-viewed
719.39ms
+ 0.21ms
View #85 - components.product-related
725.33ms
+ 5.93ms
View #86 - components.seo-footer
725.68ms
+ 0.36ms
View #87 - modules.seo-links
726.43ms
+ 0.75ms
View #88 - layout.layout
726.68ms
+ 0.25ms
View #89 - layout.meta
740.57ms
+ 13.89ms
View #90 - modules.notification
781.96ms
+ 41.38ms
View #91 - modules.header
782.65ms
+ 0.69ms
View #92 - modules.menu
783.16ms
+ 0.51ms
View #93 - components.menu-first-level
783.55ms
+ 0.39ms
View #94 - components.menu-second-level
785.08ms
+ 1.53ms
View #95 - components.menu-pushes
787.59ms
+ 2.51ms
View #96 - components.menu-pushes
791.93ms
+ 4.34ms
View #97 - components.menu-pushes
795.39ms
+ 3.46ms
View #98 - components.menu-pushes
796.66ms
+ 1.27ms
View #99 - components.menu-pushes
797.44ms
+ 0.78ms
View #100 - svg.logo
797.95ms
+ 0.51ms
View #101 - modules.messages
798.56ms
+ 0.62ms
View #102 - modules.breadcrumbs
798.87ms
+ 0.31ms
View #103 - modules.footer
799.04ms
+ 0.17ms
View #104 - components.reinsurance-support
799.29ms
+ 0.25ms
View #105 - components.field
799.62ms
+ 0.33ms
View #106 - components.csrf-field
799.83ms
+ 0.21ms
View #107 - components.button
799.94ms
+ 0.11ms
View #108 - components.footer-links
800.13ms
+ 0.19ms
View #109 - modules.panel
801.67ms
+ 1.54ms
View #110 - modules.popin
801.81ms
+ 0.13ms
View #111 - modules.blueshift-popin
801.91ms
+ 0.11ms
View #112 - modules.search-panel
802.56ms
+ 0.65ms
View #113 - catalog.search-form
802.80ms
+ 0.23ms
View #114 - components.field
803.07ms
+ 0.27ms
View #115 - modules.toaster
803.84ms
+ 0.77ms
View #116 - layout.overlay
803.95ms
+ 0.11ms
View #117 - modules.webstore-switcher
805.30ms
+ 1.35ms
View #118 - components.close-button
805.61ms
+ 0.31ms
View #119 - components.native-select
805.92ms
+ 0.31ms
View #120 - components.native-select
806.24ms
+ 0.32ms
View #121 - components.button
806.40ms
+ 0.16ms
View #122 - components.button
806.60ms
+ 0.20ms
View #123 - helpers.grid
806.87ms
+ 0.26ms
View #124 - modules.loading-bar
806.98ms
+ 0.12ms
View #125 - 3rdparties.didomi
820.58ms
+ 13.59ms
View #126 - 3rdparties.gtm
820.77ms
+ 0.19ms
View #127 - 3rdparties.abtasty.main
820.88ms
+ 0.11ms
View #128 - 3rdparties.abtasty.tracking
820.97ms
+ 0.09ms
View #129 - 3rdparties.blueshift
821.18ms
+ 0.21ms
View #130 - 3rdparties.sizebay.main
821.50ms
+ 0.32ms
View #131 - 3rdparties.sizebay.tracking
821.66ms
+ 0.16ms
View #132 - 3rdparties.gsi
821.81ms
+ 0.15ms
View #133 - 3rdparties.applepay
821.89ms
+ 0.08ms
View #134 - 3rdparties.alma
822.06ms
+ 0.17ms
View #135 - path: /var/www/html/laravel/profiling/template.blade.php
824.26ms
+ 2.19ms
... array(40)
REDIRECT_HTTP_AUTHORIZATION string(0)
REDIRECT_STATUS string(3) 200
HTTP_AUTHORIZATION string(0)
HTTP_HOST string(19) fursac.period.paris
HTTP_USER_AGENT string(103) Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible;
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT string(3) */*
HTTP_ACCEPT_ENCODING string(23) gzip, br, zstd, deflate
HTTP_COOKIE string(201) fursac=1fecb7fcb75ee0e1ee9763bc414be5ea3ccfa4fe%2BanYZc7K9jcfn02kN25a4
fursac=1fecb7fcb75ee0e1ee9763bc414be5ea3ccfa4fe%2BanYZc7K9jcfn02kN25a4juMEyO4Iegr3F5fQHa53; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
HTTP_X_FORWARDED_FOR string(14) 216.73.217.100
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) 2dba27a72b09
HTTP_X_REAL_IP string(14) 216.73.217.100
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) 54628
REDIRECT_URL string(22) /en/c-sustainable.html
REDIRECT_QUERY_STRING string(29) /en/c-sustainable.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(29) /en/c-sustainable.html&page=2
REQUEST_URI string(29) /en/c-sustainable.html?page=2
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784161331.771
REQUEST_TIME int 1784161331
HTTPS string(2) on
... array(3)
csrf_token string(40) Jjix06mCbRHIB92VfRu7jLZqy2ltcaxHm7GC3zkQ
cart string(12) Order object
last_category string(15) stdClass object