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

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.33ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.33ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.29ms
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.37ms
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.23ms
SELECT * FROM `languages`
0.36ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.02ms
SELECT * FROM `config`
0.54ms
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` = 'mid-season-sale-40selection' LIMIT 1
0.54ms
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` = '61' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.43ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '96' AND `webstore_id` = '1' ORDER BY `position` ASC
0.51ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.23ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.47ms
SELECT * FROM `categories_links` WHERE `category_id` = '61' ORDER BY `position` ASC
10.29ms
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` = 61 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
3.49ms
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` = 61 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
2.75ms
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` = 61 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
11.07ms
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` = 61 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 0
0.14ms
SELECT FOUND_ROWS()
1.03ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `webstore_id` ASC
1.19ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `position` ASC
0.35ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('3', '7', '5', '6', '4', '14') ORDER BY `singular` ASC
0.43ms
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', '21', '27', '7', '25', '36', '10', '20', '19', '17', '18', '26', '4') ORDER BY `singular` ASC
0.49ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('5', '37', '34', '43', '33', '45', '32', '44', '26', '48', '25', '40', '24', '67') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.03ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `name` ASC
0.80ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `name` ASC
1.66ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY `position` ASC
3.32ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28877', '28531', '26696', '26703', '28268', '28421', '28878', '28532', '25615', '28269', '28419', '28879', '27725', '28533', '26051', '28394', '28918', '28569', '26697', '28399', '26704', '28600', '28599', '25614', '28270', '28418', '28880', '27724', '28534', '28917', '26050', '28393', '28570', '26698', '28398', '26705', '28530', '27723', '28916', '26049', '28392', '28571', '26699', '28397', '26706', '28598', '25613', '28271', '28417', '28881', '28601', '25616', '28272', '28420', '27726', '28919', '26052', '28395', '28572', '26700', '28400', '26707', '28920', '28396', '28573', '26701', '28401', '26708', '28882', '25617', '28273', '28422', '27727', '28574', '28883', '26702', '28246', '26709', '28772', '28678', '28247', '28711', '28665', '28773', '28945', '28661', '28656', '28212', '28217', '28655', '28211', '28216', '28677', '28710', '28664', '28944', '28660', '28709', '28663', '28943', '28659', '28654', '28248', '28210', '28215', '28774', '28676', '28181', '28583', '28213', '28165', '28218', '28679', '28156', '28161', '28712', '28666', '28657', '28946', '28662', '23082', '28249', '28658', '28947', '28775', '23081', '28180', '28582', '28214', '28164', '28680', '28155', '28160', '28163', '28154', '28159', '23080', '28179', '28581', '23083', '28182', '28584', '28250', '28166', '28157', '28776', '28162', '28158', '23084', '28777', '28251', '28252', '28778', '28779', '28253', '28803', '28802', '28801', '28804', '28254')
0.75ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '103', '55', '94', '45', '104', '95', '56', '46', '105', '81', '96', '57', '47', '106', '82', '107', '97', '83', '58', '48', '98', '59', '84', '124', '85', '60', '49', '86', '50', '62', '40', '64', '41', '42', '66', '90', '43', '68', '132', '91', '92', '93', '70', '123', '72', '74', '76', '125', '126', '127', '128', '130') ORDER BY `position` ASC
0.65ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.67ms
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 ('5679', '5234', '5689', '5672', '5811', '4605', '5370', '5775', '5573', '5785', '5126', '5773', '5816', '5369', '5758', '5837', '5715', '5796', '5778', '5710', '5686', '5666', '5668', '5680', '5742', '5711', '5774', '5667', '5800', '5762', '5756') GROUP BY `articles`.`id`
0.35ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
461.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` > '1' AND `r` < '152' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.94ms
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.35ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
683.49ms
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.73ms
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
7.13ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7161) ASC LIMIT 3
6.08ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7161) ASC LIMIT 3
0.40ms
SELECT * FROM `seo_types`
0.38ms
SELECT * FROM `styles`
0.92ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.18ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
3.50ms
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` WHERE `is_enabled` = '1' AND `products`.`id` IN ('4183', '5236') GROUP BY `products`.`id` ORDER BY FIELD(products.id, 4183, 5236) ASC
0.38ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4183', '5236') ORDER BY `webstore_id` ASC
0.40ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4183', '5236') ORDER BY `position` ASC
0.22ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7') ORDER BY `singular` ASC
0.42ms
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 ('4183', '5236') ORDER BY `name` ASC
0.37ms
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 ('21', '3') ORDER BY `singular` ASC
0.35ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('5', '23') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.41ms
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 ('4183', '5236') ORDER BY `name` ASC
0.52ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4183', '5236') ORDER BY `position` ASC
0.63ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('21101', '21099', '26059', '21098', '26058', '21097', '26057', '21100', '26060', '21102', '26061')
0.36ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('94', '95', '96', '97', '98', '124') ORDER BY `position` ASC
0.42ms
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 ('4183', '5236') ORDER BY ISNULL(pos) ASC, `pos` ASC
Name Running Time (ms) Difference
default_timer
2,755.87ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,908.58ms
+ 1,908.58ms
View #2 - components.page-header
1,934.24ms
+ 25.66ms
View #3 - components.button
1,935.50ms
+ 1.26ms
View #4 - components.button
1,936.34ms
+ 0.84ms
View #5 - components.facets
1,936.95ms
+ 0.61ms
View #6 - components.filters
1,937.81ms
+ 0.86ms
View #7 - components.close-button
1,938.77ms
+ 0.96ms
View #8 - components.accordion.wrapper
1,939.23ms
+ 0.47ms
View #9 - components.accordion.bodies.filters.list
1,939.28ms
+ 0.04ms
View #10 - components.accordion.wrapper
1,940.77ms
+ 1.50ms
View #11 - components.accordion.bodies.filters.colors
1,940.81ms
+ 0.04ms
View #12 - components.accordion.wrapper
1,941.42ms
+ 0.61ms
View #13 - components.accordion.bodies.filters.list
1,941.46ms
+ 0.04ms
View #14 - components.button
1,941.81ms
+ 0.35ms
View #15 - components.button
1,942.13ms
+ 0.31ms
View #16 - components.button
1,942.41ms
+ 0.29ms
View #17 - components.button
1,942.73ms
+ 0.32ms
View #18 - catalog.partials.products-listing
1,943.04ms
+ 0.31ms
View #19 - components.product-card
1,943.35ms
+ 0.30ms
View #20 - components.add-to-wishlist
2,000.14ms
+ 56.79ms
View #21 - components.product-card
2,002.43ms
+ 2.29ms
View #22 - components.add-to-wishlist
2,005.91ms
+ 3.48ms
View #23 - components.product-card
2,007.68ms
+ 1.77ms
View #24 - components.add-to-wishlist
2,137.47ms
+ 129.79ms
View #25 - components.product-card
2,139.51ms
+ 2.04ms
View #26 - components.add-to-wishlist
2,143.50ms
+ 3.99ms
View #27 - components.product-card
2,145.23ms
+ 1.73ms
View #28 - components.add-to-wishlist
2,149.75ms
+ 4.52ms
View #29 - components.product-card
2,151.59ms
+ 1.85ms
View #30 - components.add-to-wishlist
2,155.55ms
+ 3.96ms
View #31 - components.product-card
2,157.25ms
+ 1.70ms
View #32 - components.add-to-wishlist
2,161.30ms
+ 4.05ms
View #33 - components.product-card
2,163.25ms
+ 1.95ms
View #34 - components.add-to-wishlist
2,166.84ms
+ 3.59ms
View #35 - components.product-card
2,168.61ms
+ 1.78ms
View #36 - components.add-to-wishlist
2,172.49ms
+ 3.88ms
View #37 - components.product-card
2,174.38ms
+ 1.89ms
View #38 - components.add-to-wishlist
2,178.29ms
+ 3.91ms
View #39 - components.product-card
2,180.17ms
+ 1.87ms
View #40 - components.add-to-wishlist
2,184.36ms
+ 4.19ms
View #41 - components.product-card
2,186.11ms
+ 1.75ms
View #42 - components.add-to-wishlist
2,190.08ms
+ 3.97ms
View #43 - components.product-card
2,191.89ms
+ 1.80ms
View #44 - components.add-to-wishlist
2,195.76ms
+ 3.88ms
View #45 - components.product-card
2,197.44ms
+ 1.68ms
View #46 - components.add-to-wishlist
2,201.40ms
+ 3.96ms
View #47 - components.product-card
2,203.39ms
+ 1.99ms
View #48 - components.add-to-wishlist
2,207.04ms
+ 3.65ms
View #49 - components.product-card
2,209.16ms
+ 2.12ms
View #50 - components.add-to-wishlist
2,213.22ms
+ 4.06ms
View #51 - components.product-card
2,214.99ms
+ 1.77ms
View #52 - components.add-to-wishlist
2,218.87ms
+ 3.88ms
View #53 - components.product-card
2,220.72ms
+ 1.85ms
View #54 - components.add-to-wishlist
2,225.15ms
+ 4.43ms
View #55 - components.product-card
2,226.90ms
+ 1.75ms
View #56 - components.add-to-wishlist
2,230.78ms
+ 3.88ms
View #57 - components.catalog-push
2,232.73ms
+ 1.95ms
View #58 - components.product-card
2,233.98ms
+ 1.25ms
View #59 - components.add-to-wishlist
2,237.60ms
+ 3.62ms
View #60 - components.product-card
2,239.50ms
+ 1.89ms
View #61 - components.add-to-wishlist
2,243.97ms
+ 4.47ms
View #62 - components.product-card
2,245.66ms
+ 1.69ms
View #63 - components.add-to-wishlist
2,249.33ms
+ 3.67ms
View #64 - components.product-card
2,251.09ms
+ 1.76ms
View #65 - components.add-to-wishlist
2,254.80ms
+ 3.71ms
View #66 - components.product-card
2,256.45ms
+ 1.65ms
View #67 - components.add-to-wishlist
2,385.77ms
+ 129.32ms
View #68 - components.product-card
2,387.64ms
+ 1.87ms
View #69 - components.add-to-wishlist
2,391.18ms
+ 3.54ms
View #70 - components.product-card
2,393.19ms
+ 2.01ms
View #71 - components.add-to-wishlist
2,396.93ms
+ 3.74ms
View #72 - components.product-card
2,398.75ms
+ 1.81ms
View #73 - components.add-to-wishlist
2,402.66ms
+ 3.92ms
View #74 - components.product-card
2,404.52ms
+ 1.86ms
View #75 - components.add-to-wishlist
2,408.21ms
+ 3.69ms
View #76 - components.product-card
2,410.14ms
+ 1.92ms
View #77 - components.add-to-wishlist
2,414.31ms
+ 4.17ms
View #78 - components.product-card
2,416.09ms
+ 1.78ms
View #79 - components.add-to-wishlist
2,419.72ms
+ 3.63ms
View #80 - components.product-card
2,421.45ms
+ 1.72ms
View #81 - components.add-to-wishlist
2,425.67ms
+ 4.22ms
View #82 - components.pagination
2,427.46ms
+ 1.79ms
View #83 - components.button
2,428.32ms
+ 0.87ms
View #84 - components.recently-viewed
2,428.69ms
+ 0.36ms
View #85 - components.product-related
2,456.54ms
+ 27.85ms
View #86 - components.product-card
2,456.80ms
+ 0.26ms
View #87 - components.add-to-wishlist
2,461.12ms
+ 4.32ms
View #88 - components.product-card
2,463.24ms
+ 2.12ms
View #89 - components.add-to-wishlist
2,466.97ms
+ 3.74ms
View #90 - components.seo-footer
2,468.90ms
+ 1.93ms
View #91 - components.facets
2,469.91ms
+ 1.01ms
View #92 - modules.seo-links
2,470.21ms
+ 0.29ms
View #93 - layout.layout
2,470.54ms
+ 0.33ms
View #94 - layout.meta
2,499.88ms
+ 29.34ms
View #95 - modules.notification
2,691.52ms
+ 191.64ms
View #96 - modules.header
2,692.55ms
+ 1.03ms
View #97 - modules.menu
2,693.46ms
+ 0.91ms
View #98 - components.menu-first-level
2,694.09ms
+ 0.64ms
View #99 - components.menu-second-level
2,696.36ms
+ 2.26ms
View #100 - components.menu-pushes
2,700.56ms
+ 4.20ms
View #101 - components.menu-pushes
2,707.78ms
+ 7.22ms
View #102 - components.menu-pushes
2,713.27ms
+ 5.49ms
View #103 - components.menu-pushes
2,715.15ms
+ 1.88ms
View #104 - components.menu-pushes
2,716.45ms
+ 1.30ms
View #105 - svg.logo
2,717.28ms
+ 0.82ms
View #106 - modules.messages
2,718.48ms
+ 1.20ms
View #107 - modules.breadcrumbs
2,719.04ms
+ 0.56ms
View #108 - modules.footer
2,719.31ms
+ 0.27ms
View #109 - components.reinsurance-support
2,719.69ms
+ 0.38ms
View #110 - components.field
2,720.24ms
+ 0.55ms
View #111 - components.csrf-field
2,720.55ms
+ 0.30ms
View #112 - components.button
2,720.71ms
+ 0.17ms
View #113 - components.footer-links
2,721.00ms
+ 0.28ms
View #114 - modules.panel
2,723.59ms
+ 2.60ms
View #115 - modules.popin
2,723.78ms
+ 0.19ms
View #116 - modules.blueshift-popin
2,724.01ms
+ 0.23ms
View #117 - modules.search-panel
2,724.95ms
+ 0.94ms
View #118 - catalog.search-form
2,725.28ms
+ 0.32ms
View #119 - components.field
2,725.76ms
+ 0.49ms
View #120 - modules.toaster
2,726.52ms
+ 0.75ms
View #121 - layout.overlay
2,726.67ms
+ 0.15ms
View #122 - modules.webstore-switcher
2,729.55ms
+ 2.88ms
View #123 - components.close-button
2,729.95ms
+ 0.40ms
View #124 - components.native-select
2,730.41ms
+ 0.46ms
View #125 - components.native-select
2,730.93ms
+ 0.52ms
View #126 - components.button
2,731.19ms
+ 0.26ms
View #127 - components.button
2,731.56ms
+ 0.37ms
View #128 - helpers.grid
2,731.95ms
+ 0.39ms
View #129 - modules.loading-bar
2,732.11ms
+ 0.17ms
View #130 - 3rdparties.didomi
2,752.57ms
+ 20.46ms
View #131 - 3rdparties.gtm
2,752.83ms
+ 0.26ms
View #132 - 3rdparties.abtasty.main
2,752.99ms
+ 0.15ms
View #133 - 3rdparties.abtasty.tracking
2,753.14ms
+ 0.15ms
View #134 - 3rdparties.blueshift
2,753.40ms
+ 0.26ms
View #135 - 3rdparties.sizebay.main
2,753.84ms
+ 0.44ms
View #136 - 3rdparties.sizebay.tracking
2,754.06ms
+ 0.22ms
View #137 - 3rdparties.gsi
2,754.29ms
+ 0.22ms
View #138 - 3rdparties.applepay
2,754.40ms
+ 0.12ms
View #139 - 3rdparties.alma
2,754.64ms
+ 0.24ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
2,755.92ms
+ 1.28ms
... 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=2066b1d743051f663bdd8ed0ccfdd1ec6618e5c7%2B1gEReYfhhPaMARHf9TopE0buMmuXWZ2GO6MUIJeD; 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) 35332
REDIRECT_URL string(38) /en/c-mid-season-sale-40selection.html
REDIRECT_QUERY_STRING string(38) /en/c-mid-season-sale-40selection.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(38) /en/c-mid-season-sale-40selection.html
REQUEST_URI string(38) /en/c-mid-season-sale-40selection.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784154011.593
REQUEST_TIME int 1784154011
HTTPS string(2) on
... array(4)
csrf_token string(40) HnO1AgDpoWKhbwoaTtywZksQd3rl6sJx7O0fINSD
recently_viewed array(2)
0 int 4183
1 int 5236
cart string(12) Order object
last_category string(15) stdClass object