Gifts: Explore the selection. Free shipping & extended returns until 01/11.

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.32ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.43ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.47ms
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.34ms
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.21ms
SELECT * FROM `languages`
0.34ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.61ms
SELECT * FROM `config`
0.56ms
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` = 'the-collection' LIMIT 1
0.48ms
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` = '2' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.45ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.44ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.37ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.18ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.29ms
SELECT * FROM `categories_links` WHERE `category_id` = '2' ORDER BY `position` ASC
85.92ms
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` = 2 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
9.62ms
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` = 2 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
5.61ms
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` = 2 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
89.76ms
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` = 2 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 157
0.13ms
SELECT FOUND_ROWS()
1.12ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') ORDER BY `webstore_id` ASC
1.17ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') ORDER BY `position` ASC
0.45ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '7', '5', '14', '4', '10', '9', '13', '2', '6', '8') ORDER BY `singular` ASC
0.48ms
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 ('11', '20', '18', '4', '23', '59', '21', '27', '44', '22', '30', '57', '25', '3', '63', '31', '7', '9') 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 ('47', '26', '37', '67', '42', '39', '62', '25', '24', '31', '15', '59', '45', '23', '54', '40', '13', '33', '35', '51') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.02ms
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 ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') 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 ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') ORDER BY `name` ASC
1.60ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') ORDER BY `position` ASC
3.50ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28531', '19080', '28311', '26942', '29042', '29016', '28522', '29028', '6488', '26703', '19797', '28532', '21399', '28312', '28453', '26943', '29043', '29017', '29058', '26944', '29044', '29018', '29059', '26704', '19798', '28394', '28185', '26059', '28533', '19243', '28313', '28451', '28393', '28184', '26058', '28534', '19244', '28314', '28450', '26945', '29045', '29019', '29060', '26705', '19799', '29020', '29061', '28606', '26706', '18187', '18459', '19800', '28392', '28183', '26057', '28530', '19245', '28315', '28449', '26946', '29046', '26060', '19246', '28452', '28395', '28607', '26707', '18188', '18460', '19801', '28186', '28396', '28608', '26708', '18189', '28316', '18461', '19802', '26947', '29047', '29021', '29062', '26061', '19247', '28454', '28448', '28609', '18190', '28317', '18462', '19803', '26948', '29048', '29022', '29063', '18191', '28318', '18463', '19804', '26949', '29049', '29023', '26709', '27332', '28610', '26837', '28989', '28611', '18192', '18464', '19805', '28234', '26950', '26951', '27333', '28212', '28720', '28665', '18193', '28235', '28719', '28664', '26838', '28990', '28211', '23593', '28210', '28718', '27334', '28663', '23082', '28666', '28991', '28236', '23594', '28213', '28721', '26839', '27335', '23595', '28214', '23081', '26840', '23596', '28992', '28237', '23080', '23083', '27336', '23597', '28993', '28238', '23598', '23084', '26841', '27337', '26842', '28994', '28239', '27338', '28240', '26843', '28995', '27339', '28996', '28241', '28997', '27323', '27322', '27321', '27324', '27325', '27340')
0.65ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('103', '122', '44', '141', '121', '55', '80', '104', '94', '45', '46', '56', '81', '95', '105', '96', '106', '47', '57', '82', '48', '112', '58', '83', '97', '107', '98', '113', '59', '84', '124', '114', '60', '49', '85', '185', '115', '50', '86', '116', '51', '87', '62', '63', '117', '88', '52', '53', '64', '40', '118', '65', '41', '89', '42', '66', '90', '43', '67', '68', '91', '132', '69', '92', '93', '70', '71', '123', '72', '73', '74', '75', '76', '77', '78', '125', '126', '127', '128', '156', '130') ORDER BY `position` ASC
0.71ms
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 ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.40ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5851', '5863', '5849', '5009') ORDER BY `webstore_id` ASC
0.65ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5851', '5863', '5849', '5009') ORDER BY `position` ASC
0.99ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29042', '29007', '29043', '29008', '29044', '29009', '29045', '29010', '29046', '29011', '29047', '29012', '29048', '29013', '29049', '29014', '28989', '29015', '24998', '24999', '28990', '28991', '25000', '25001', '28992', '28993', '25002', '25003', '28994', '25004', '28995', '28996', '25076', '25077', '28997', '25078')
0.36ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '63', '52', '65', '67', '69', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.94ms
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 ('5787', '5720', '5482', '5742', '5400', '5386', '3525', '3770', '5679', '5710', '5370', '5673', '5852', '67', '5849', '5764', '5775', '5236', '5734', '5480', '5854', '3733', '4605', '5863', '5695', '5684', '4709', '3590', '5865', '3913', '5860', '5866') GROUP BY `articles`.`id`
0.31ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
116.29ms
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.82ms
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.33ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
168.72ms
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.62ms
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.52ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7102) ASC LIMIT 3
5.00ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7102) ASC LIMIT 3
0.26ms
SELECT `code`, `taxes` FROM `countries`
0.38ms
SELECT * FROM `seo_types`
0.32ms
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.49ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.65ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-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
0.27ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
1,077.22ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
742.94ms
+ 742.94ms
View #2 - components.page-header
771.38ms
+ 28.45ms
View #3 - components.facets
771.81ms
+ 0.42ms
View #4 - components.filters
783.75ms
+ 11.95ms
View #5 - components.close-button
784.19ms
+ 0.44ms
View #6 - components.accordion.wrapper
784.44ms
+ 0.26ms
View #7 - components.accordion.bodies.filters.list
784.47ms
+ 0.03ms
View #8 - components.accordion.wrapper
786.34ms
+ 1.87ms
View #9 - components.accordion.bodies.filters.colors
786.38ms
+ 0.04ms
View #10 - components.accordion.wrapper
786.78ms
+ 0.41ms
View #11 - components.accordion.bodies.filters.list
786.81ms
+ 0.03ms
View #12 - components.button
787.01ms
+ 0.20ms
View #13 - components.button
787.25ms
+ 0.24ms
View #14 - components.button
787.43ms
+ 0.18ms
View #15 - components.button
787.60ms
+ 0.17ms
View #16 - components.pagination
787.78ms
+ 0.18ms
View #17 - components.button
787.99ms
+ 0.21ms
View #18 - catalog.partials.products-listing
788.18ms
+ 0.19ms
View #19 - components.product-card
788.38ms
+ 0.20ms
View #20 - components.add-to-wishlist
818.52ms
+ 30.15ms
View #21 - components.product-card
819.93ms
+ 1.40ms
View #22 - components.add-to-wishlist
822.61ms
+ 2.68ms
View #23 - components.product-card
823.80ms
+ 1.19ms
View #24 - components.add-to-wishlist
826.60ms
+ 2.80ms
View #25 - components.product-card
827.67ms
+ 1.07ms
View #26 - components.add-to-wishlist
829.76ms
+ 2.09ms
View #27 - components.product-card
830.78ms
+ 1.02ms
View #28 - components.add-to-wishlist
834.01ms
+ 3.23ms
View #29 - components.product-card
835.23ms
+ 1.22ms
View #30 - components.add-to-wishlist
837.92ms
+ 2.69ms
View #31 - components.product-card
838.98ms
+ 1.06ms
View #32 - components.add-to-wishlist
841.90ms
+ 2.92ms
View #33 - components.product-card
843.14ms
+ 1.24ms
View #34 - components.add-to-wishlist
845.60ms
+ 2.46ms
View #35 - components.product-card
846.83ms
+ 1.22ms
View #36 - components.add-to-wishlist
849.21ms
+ 2.38ms
View #37 - components.product-card
850.27ms
+ 1.06ms
View #38 - components.add-to-wishlist
852.61ms
+ 2.35ms
View #39 - components.product-card
853.70ms
+ 1.09ms
View #40 - components.add-to-wishlist
856.20ms
+ 2.50ms
View #41 - components.product-card
857.38ms
+ 1.19ms
View #42 - components.add-to-wishlist
859.51ms
+ 2.13ms
View #43 - components.product-card
860.54ms
+ 1.03ms
View #44 - components.add-to-wishlist
863.22ms
+ 2.68ms
View #45 - components.product-card
864.31ms
+ 1.08ms
View #46 - components.add-to-wishlist
866.21ms
+ 1.90ms
View #47 - components.product-card
867.27ms
+ 1.06ms
View #48 - components.add-to-wishlist
869.95ms
+ 2.67ms
View #49 - components.product-card
871.01ms
+ 1.07ms
View #50 - components.add-to-wishlist
879.97ms
+ 8.96ms
View #51 - components.product-card
881.13ms
+ 1.16ms
View #52 - components.add-to-wishlist
883.47ms
+ 2.34ms
View #53 - components.product-card
884.56ms
+ 1.09ms
View #54 - components.add-to-wishlist
887.10ms
+ 2.54ms
View #55 - components.product-card
888.13ms
+ 1.03ms
View #56 - components.add-to-wishlist
889.92ms
+ 1.78ms
View #57 - components.product-card
890.92ms
+ 1.00ms
View #58 - components.add-to-wishlist
893.17ms
+ 2.25ms
View #59 - components.product-card
894.19ms
+ 1.01ms
View #60 - components.add-to-wishlist
897.82ms
+ 3.63ms
View #61 - components.product-card
899.27ms
+ 1.44ms
View #62 - components.add-to-wishlist
901.17ms
+ 1.90ms
View #63 - components.product-card
902.28ms
+ 1.12ms
View #64 - components.add-to-wishlist
904.81ms
+ 2.53ms
View #65 - components.product-card
906.08ms
+ 1.27ms
View #66 - components.add-to-wishlist
908.85ms
+ 2.77ms
View #67 - components.product-card
910.00ms
+ 1.15ms
View #68 - components.add-to-wishlist
912.75ms
+ 2.75ms
View #69 - components.product-card
913.83ms
+ 1.08ms
View #70 - components.add-to-wishlist
916.59ms
+ 2.76ms
View #71 - components.product-card
917.70ms
+ 1.11ms
View #72 - components.add-to-wishlist
920.06ms
+ 2.36ms
View #73 - components.product-card
921.13ms
+ 1.07ms
View #74 - components.add-to-wishlist
923.51ms
+ 2.38ms
View #75 - components.product-card
924.58ms
+ 1.07ms
View #76 - components.add-to-wishlist
927.15ms
+ 2.57ms
View #77 - components.product-card
928.20ms
+ 1.05ms
View #78 - components.add-to-wishlist
930.93ms
+ 2.73ms
View #79 - components.product-card
932.03ms
+ 1.10ms
View #80 - components.add-to-wishlist
933.97ms
+ 1.94ms
View #81 - components.product-card
935.13ms
+ 1.16ms
View #82 - components.add-to-wishlist
938.79ms
+ 3.65ms
View #83 - components.pagination
940.11ms
+ 1.32ms
View #84 - components.button
940.39ms
+ 0.29ms
View #85 - components.recently-viewed
940.60ms
+ 0.21ms
View #86 - components.product-related
947.46ms
+ 6.86ms
View #87 - components.seo-footer
947.73ms
+ 0.27ms
View #88 - components.facets
948.39ms
+ 0.66ms
View #89 - modules.seo-links
948.55ms
+ 0.15ms
View #90 - layout.layout
948.81ms
+ 0.26ms
View #91 - layout.meta
968.68ms
+ 19.87ms
View #92 - modules.notification
1,029.24ms
+ 60.56ms
View #93 - modules.header
1,029.89ms
+ 0.66ms
View #94 - modules.menu
1,030.43ms
+ 0.54ms
View #95 - components.menu-first-level
1,030.78ms
+ 0.35ms
View #96 - components.menu-second-level
1,032.25ms
+ 1.48ms
View #97 - components.menu-pushes
1,034.66ms
+ 2.41ms
View #98 - components.menu-pushes
1,039.34ms
+ 4.68ms
View #99 - components.menu-pushes
1,042.72ms
+ 3.38ms
View #100 - components.menu-pushes
1,043.84ms
+ 1.11ms
View #101 - components.menu-pushes
1,044.64ms
+ 0.80ms
View #102 - svg.logo
1,045.25ms
+ 0.61ms
View #103 - modules.messages
1,046.07ms
+ 0.82ms
View #104 - modules.breadcrumbs
1,046.42ms
+ 0.35ms
View #105 - modules.footer
1,046.60ms
+ 0.18ms
View #106 - components.reinsurance-support
1,046.86ms
+ 0.26ms
View #107 - components.field
1,047.19ms
+ 0.33ms
View #108 - components.csrf-field
1,047.42ms
+ 0.23ms
View #109 - components.button
1,047.54ms
+ 0.12ms
View #110 - components.footer-links
1,047.73ms
+ 0.19ms
View #111 - modules.panel
1,049.28ms
+ 1.55ms
View #112 - modules.popin
1,049.42ms
+ 0.14ms
View #113 - modules.blueshift-popin
1,049.53ms
+ 0.12ms
View #114 - modules.search-panel
1,050.12ms
+ 0.58ms
View #115 - catalog.search-form
1,050.35ms
+ 0.24ms
View #116 - components.field
1,050.63ms
+ 0.28ms
View #117 - modules.toaster
1,051.45ms
+ 0.83ms
View #118 - layout.overlay
1,051.57ms
+ 0.11ms
View #119 - modules.webstore-switcher
1,052.91ms
+ 1.34ms
View #120 - components.close-button
1,053.15ms
+ 0.25ms
View #121 - components.native-select
1,053.45ms
+ 0.29ms
View #122 - components.native-select
1,053.76ms
+ 0.31ms
View #123 - components.button
1,053.92ms
+ 0.16ms
View #124 - components.button
1,054.11ms
+ 0.19ms
View #125 - helpers.grid
1,054.34ms
+ 0.23ms
View #126 - modules.loading-bar
1,054.46ms
+ 0.12ms
View #127 - 3rdparties.didomi
1,074.50ms
+ 20.05ms
View #128 - 3rdparties.gtm
1,074.69ms
+ 0.19ms
View #129 - 3rdparties.abtasty.main
1,074.81ms
+ 0.12ms
View #130 - 3rdparties.abtasty.tracking
1,074.91ms
+ 0.10ms
View #131 - 3rdparties.blueshift
1,075.12ms
+ 0.21ms
View #132 - 3rdparties.sizebay.main
1,075.51ms
+ 0.38ms
View #133 - 3rdparties.sizebay.tracking
1,075.67ms
+ 0.16ms
View #134 - 3rdparties.gsi
1,075.86ms
+ 0.19ms
View #135 - 3rdparties.applepay
1,075.95ms
+ 0.09ms
View #136 - 3rdparties.alma
1,076.13ms
+ 0.18ms
View #137 - path: /var/www/html/laravel/profiling/template.blade.php
1,077.26ms
+ 1.13ms
... 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.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) 56320
REDIRECT_URL string(25) /en/c-the-collection.html
REDIRECT_QUERY_STRING string(32) /en/c-the-collection.html&page=6
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(32) /en/c-the-collection.html&page=6
REQUEST_URI string(32) /en/c-the-collection.html?page=6
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784172159.506
REQUEST_TIME int 1784172159
HTTPS string(2) on
... array(3)
csrf_token string(40) BLslmIwzu5NRAqfBSaAdHMLPksWIgq5zTmdZRDpH
last_category string(15) stdClass object
cart string(12) Order object