Cadeaux : Explorer la sélection. Livraison offerte & retours prolongés jusqu'au 11/01.

Filtres

Famille de produits

Couleur

Trier par

Changer de pays / langue

Vous explorez actuellement la boutique en ligne FURSAC France en Français. Pour changer de pays de livraison ou de langue, faites votre choix dans la liste ci-dessous.

There are no log entries.
Time Query
0.29ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.35ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.26ms
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.47ms
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.24ms
SELECT * FROM `languages`
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.26ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.27ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.19ms
SELECT * FROM `config`
0.57ms
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` = 'la-collection' LIMIT 1
0.66ms
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.56ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '78' AND `webstore_id` = '1' ORDER BY `position` ASC
0.47ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '7' AND `webstore_id` = '1' ORDER BY `position` ASC
0.46ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.17ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.49ms
SELECT * FROM `categories_links` WHERE `category_id` = '2' ORDER BY `position` ASC
144.32ms
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
16.08ms
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
9.37ms
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`
146.98ms
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 285
0.12ms
SELECT FOUND_ROWS()
1.00ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') ORDER BY `webstore_id` ASC
1.66ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') ORDER BY `position` ASC
0.45ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('12', '7', '4', '9', '6', '5', '2', '1', '15', '14', '8') ORDER BY `singular` ASC
0.61ms
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 ('12', '3', '22', '31', '7', '30', '23', '18', '33', '44', '8', '21', '29', '42', '4', '36', '38', '9') ORDER BY `singular` ASC
0.69ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('18', '23', '13', '33', '15', '42', '39', '55', '31', '28', '64', '71', '34', '67', '32', '73', '50') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.56ms
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 ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') ORDER BY `name` ASC
1.18ms
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 ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') ORDER BY `name` ASC
2.34ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') ORDER BY `position` ASC
4.37ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('6716', '26200', '29007', '27429', '24356', '17238', '28319', '27172', '19075', '28503', '26204', '27433', '6633', '28521', '25476', '27428', '19079', '22288', '29008', '17237', '28320', '27173', '28504', '27695', '28600', '29009', '27751', '17236', '28321', '27174', '28505', '28198', '22289', '27362', '28197', '22290', '27361', '27694', '28599', '29010', '27750', '17235', '28322', '27175', '28506', '27749', '17234', '28323', '27176', '28507', '28196', '22291', '27360', '27693', '28598', '29011', '28199', '22292', '27363', '27696', '28601', '27752', '17233', '28324', '28508', '17232', '28325', '28509', '29012', '22293', '27177', '27697', '28826', '22294', '27178', '28827', '29013', '29014', '22295', '27179', '28828', '28829', '29015', '22296', '27156', '25068', '28830', '27157', '25069', '27158', '28173', '28172', '27159', '28171', '28174', '27160', '27161', '28726', '28727', '27162', '27163', '28728', '28729', '28730')
0.79ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('122', '142', '44', '140', '103', '2', '1', '121', '80', '45', '104', '5', '4', '95', '46', '105', '8', '7', '81', '96', '82', '47', '106', '11', '10', '97', '107', '14', '48', '13', '83', '98', '84', '108', '17', '16', '109', '20', '19', '49', '85', '124', '86', '50', '51', '87', '52', '88', '63', '129', '53', '65', '187', '67', '90', '91', '69', '92', '93', '71', '73', '75', '77', '78', '151') ORDER BY `position` ASC
1.16ms
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 ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.83ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4666', '5814', '5809', '5693', '5461', '5009', '5790', '5178', '5794', '3590') ORDER BY `webstore_id` ASC
1.63ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4666', '5814', '5809', '5693', '5461', '5009', '5790', '5178', '5794', '3590') ORDER BY `position` ASC
3.27ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('28862', '25836', '27232', '28900', '25837', '27233', '28901', '28297', '28863', '28864', '25838', '27234', '28902', '28298', '27235', '28903', '28299', '28865', '25839', '28866', '25840', '27236', '28904', '28300', '18459', '18460', '27237', '28301', '27238', '28302', '18461', '28867', '25841', '28905', '25842', '28906', '27239', '18462', '28868', '28755', '18463', '28869', '28907', '23348', '24998', '18464', '28731', '28756', '28732', '23349', '24999', '28757', '23350', '25000', '28733', '28758', '28734', '23351', '25001', '28759', '25002', '28735', '23352', '28760', '28736', '23353', '25003', '28761', '28737', '23354', '25004', '28762', '25076', '28738', '25077', '25078', '28763')
0.76ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '2', '45', '5', '46', '8', '11', '47', '48', '14', '112', '113', '17', '20', '114', '49', '50', '23', '115', '62', '116', '51', '63', '117', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151', '130') ORDER BY `position` ASC
2.30ms
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 ('4887', '5486', '5851', '5266', '4408', '3728', '5447', '5445', '435', '5567', '5649', '5733', '5696', '688', '5832', '5762', '5262', '5676', '5728', '5501', '5670', '3354', '5804', '5789', '5502', '5579', '5179', '5506', '3732', '5702', '5825', '5091') GROUP BY `articles`.`id`
0.49ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
298.66ms
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 ('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.39ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
545.13ms
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
2.10ms
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
17.64ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(7102) ASC LIMIT 3
18.56ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(7102) ASC LIMIT 3
0.39ms
SELECT `code`, `taxes` FROM `countries`
0.44ms
SELECT * FROM `seo_types`
0.50ms
SELECT * FROM `styles`
5.17ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
4.25ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('356', '411', '415', '416', '531', '532', '728', '731', '740', '1138', '1292')
1.95ms
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
3.19ms
SELECT * FROM `customers` WHERE `customers`.`id` = '' LIMIT 1
Name Running Time (ms) Difference
default_timer
2,524.12ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,574.51ms
+ 1,574.50ms
View #2 - components.page-header
1,641.14ms
+ 66.63ms
View #3 - components.facets
1,641.66ms
+ 0.52ms
View #4 - components.filters
1,642.19ms
+ 0.53ms
View #5 - components.close-button
1,642.65ms
+ 0.46ms
View #6 - components.accordion.wrapper
1,643.07ms
+ 0.42ms
View #7 - components.accordion.bodies.filters.list
1,643.12ms
+ 0.05ms
View #8 - components.accordion.wrapper
1,649.80ms
+ 6.68ms
View #9 - components.accordion.bodies.filters.colors
1,649.86ms
+ 0.06ms
View #10 - components.accordion.wrapper
1,650.66ms
+ 0.80ms
View #11 - components.accordion.bodies.filters.list
1,650.71ms
+ 0.05ms
View #12 - components.button
1,651.06ms
+ 0.35ms
View #13 - components.button
1,651.44ms
+ 0.39ms
View #14 - components.button
1,651.74ms
+ 0.30ms
View #15 - components.button
1,652.05ms
+ 0.31ms
View #16 - components.pagination
1,652.53ms
+ 0.48ms
View #17 - components.button
1,653.10ms
+ 0.57ms
View #18 - catalog.partials.products-listing
1,653.53ms
+ 0.43ms
View #19 - components.product-card
1,659.79ms
+ 6.26ms
View #20 - components.add-to-wishlist
1,765.82ms
+ 106.03ms
View #21 - components.product-card
1,768.10ms
+ 2.28ms
View #22 - components.add-to-wishlist
1,771.73ms
+ 3.63ms
View #23 - components.product-card
1,774.74ms
+ 3.01ms
View #24 - components.add-to-wishlist
1,780.03ms
+ 5.29ms
View #25 - components.product-card
1,782.01ms
+ 1.98ms
View #26 - components.add-to-wishlist
1,787.03ms
+ 5.02ms
View #27 - components.product-card
1,788.84ms
+ 1.81ms
View #28 - components.add-to-wishlist
1,795.32ms
+ 6.47ms
View #29 - components.product-card
1,797.11ms
+ 1.80ms
View #30 - components.add-to-wishlist
1,799.85ms
+ 2.73ms
View #31 - components.product-card
1,802.42ms
+ 2.57ms
View #32 - components.add-to-wishlist
1,807.79ms
+ 5.37ms
View #33 - components.product-card
1,809.75ms
+ 1.96ms
View #34 - components.add-to-wishlist
1,815.30ms
+ 5.55ms
View #35 - components.product-card
1,820.16ms
+ 4.86ms
View #36 - components.add-to-wishlist
1,824.09ms
+ 3.93ms
View #37 - components.product-card
1,826.19ms
+ 2.10ms
View #38 - components.add-to-wishlist
1,830.07ms
+ 3.89ms
View #39 - components.product-card
1,831.99ms
+ 1.92ms
View #40 - components.add-to-wishlist
1,837.88ms
+ 5.89ms
View #41 - components.product-card
1,840.42ms
+ 2.54ms
View #42 - components.add-to-wishlist
1,850.57ms
+ 10.15ms
View #43 - components.product-card
1,852.47ms
+ 1.90ms
View #44 - components.add-to-wishlist
1,857.04ms
+ 4.57ms
View #45 - components.product-card
1,858.84ms
+ 1.80ms
View #46 - components.add-to-wishlist
1,865.04ms
+ 6.20ms
View #47 - components.product-card
1,866.83ms
+ 1.78ms
View #48 - components.add-to-wishlist
1,879.77ms
+ 12.94ms
View #49 - components.product-card
1,885.22ms
+ 5.45ms
View #50 - components.add-to-wishlist
1,888.93ms
+ 3.72ms
View #51 - components.product-card
1,890.74ms
+ 1.81ms
View #52 - components.add-to-wishlist
1,905.97ms
+ 15.23ms
View #53 - components.product-card
1,907.76ms
+ 1.79ms
View #54 - components.add-to-wishlist
1,919.78ms
+ 12.02ms
View #55 - components.product-card
1,921.68ms
+ 1.91ms
View #56 - components.add-to-wishlist
1,936.15ms
+ 14.47ms
View #57 - components.product-card
1,937.95ms
+ 1.80ms
View #58 - components.add-to-wishlist
1,941.01ms
+ 3.06ms
View #59 - components.product-card
1,946.99ms
+ 5.97ms
View #60 - components.add-to-wishlist
1,950.89ms
+ 3.90ms
View #61 - components.product-card
1,952.69ms
+ 1.81ms
View #62 - components.add-to-wishlist
1,965.54ms
+ 12.84ms
View #63 - components.product-card
1,967.34ms
+ 1.80ms
View #64 - components.add-to-wishlist
1,983.86ms
+ 16.52ms
View #65 - components.product-card
1,985.82ms
+ 1.96ms
View #66 - components.add-to-wishlist
1,989.54ms
+ 3.72ms
View #67 - components.product-card
1,991.29ms
+ 1.75ms
View #68 - components.add-to-wishlist
2,003.56ms
+ 12.26ms
View #69 - components.product-card
2,005.59ms
+ 2.04ms
View #70 - components.add-to-wishlist
2,009.29ms
+ 3.70ms
View #71 - components.product-card
2,014.35ms
+ 5.06ms
View #72 - components.add-to-wishlist
2,020.58ms
+ 6.23ms
View #73 - components.product-card
2,034.72ms
+ 14.13ms
View #74 - components.add-to-wishlist
2,037.98ms
+ 3.26ms
View #75 - components.product-card
2,039.82ms
+ 1.84ms
View #76 - components.add-to-wishlist
2,051.66ms
+ 11.84ms
View #77 - components.product-card
2,053.71ms
+ 2.05ms
View #78 - components.add-to-wishlist
2,068.76ms
+ 15.05ms
View #79 - components.product-card
2,074.63ms
+ 5.87ms
View #80 - components.add-to-wishlist
2,081.01ms
+ 6.38ms
View #81 - components.product-card
2,091.47ms
+ 10.47ms
View #82 - components.add-to-wishlist
2,118.84ms
+ 27.37ms
View #83 - components.pagination
2,120.82ms
+ 1.97ms
View #84 - components.button
2,121.30ms
+ 0.48ms
View #85 - components.recently-viewed
2,121.84ms
+ 0.54ms
View #86 - components.product-related
2,148.56ms
+ 26.71ms
View #87 - components.seo-footer
2,148.94ms
+ 0.39ms
View #88 - components.facets
2,149.98ms
+ 1.04ms
View #89 - modules.seo-links
2,150.22ms
+ 0.24ms
View #90 - components.button
2,150.69ms
+ 0.47ms
View #91 - components.button
2,151.16ms
+ 0.47ms
View #92 - components.button
2,151.58ms
+ 0.42ms
View #93 - layout.layout
2,151.94ms
+ 0.36ms
View #94 - layout.meta
2,200.38ms
+ 48.44ms
View #95 - modules.notification
2,375.26ms
+ 174.88ms
View #96 - modules.header
2,376.14ms
+ 0.88ms
View #97 - modules.menu
2,376.90ms
+ 0.76ms
View #98 - components.menu-first-level
2,377.47ms
+ 0.57ms
View #99 - components.menu-second-level
2,379.79ms
+ 2.32ms
View #100 - components.menu-pushes
2,392.54ms
+ 12.75ms
View #101 - components.menu-pushes
2,408.84ms
+ 16.30ms
View #102 - components.menu-pushes
2,417.35ms
+ 8.51ms
View #103 - components.menu-pushes
2,424.34ms
+ 6.99ms
View #104 - components.menu-pushes
2,425.78ms
+ 1.44ms
View #105 - svg.logo
2,426.64ms
+ 0.87ms
View #106 - modules.messages
2,427.76ms
+ 1.12ms
View #107 - modules.breadcrumbs
2,428.47ms
+ 0.71ms
View #108 - modules.footer
2,428.79ms
+ 0.32ms
View #109 - components.reinsurance-support
2,429.23ms
+ 0.44ms
View #110 - components.field
2,429.80ms
+ 0.58ms
View #111 - components.csrf-field
2,430.11ms
+ 0.31ms
View #112 - components.button
2,430.32ms
+ 0.20ms
View #113 - components.footer-links
2,430.61ms
+ 0.30ms
View #114 - modules.panel
2,445.47ms
+ 14.85ms
View #115 - modules.popin
2,445.71ms
+ 0.24ms
View #116 - modules.blueshift-popin
2,445.89ms
+ 0.18ms
View #117 - modules.search-panel
2,446.87ms
+ 0.98ms
View #118 - catalog.search-form
2,447.27ms
+ 0.41ms
View #119 - components.field
2,447.74ms
+ 0.46ms
View #120 - modules.toaster
2,448.92ms
+ 1.19ms
View #121 - layout.overlay
2,449.08ms
+ 0.15ms
View #122 - modules.webstore-switcher
2,454.01ms
+ 4.93ms
View #123 - components.close-button
2,454.51ms
+ 0.50ms
View #124 - components.native-select
2,455.11ms
+ 0.60ms
View #125 - components.native-select
2,455.67ms
+ 0.56ms
View #126 - components.button
2,455.98ms
+ 0.31ms
View #127 - components.button
2,456.45ms
+ 0.47ms
View #128 - helpers.grid
2,456.82ms
+ 0.37ms
View #129 - modules.loading-bar
2,457.01ms
+ 0.19ms
View #130 - 3rdparties.didomi
2,511.58ms
+ 54.58ms
View #131 - 3rdparties.gtm
2,511.87ms
+ 0.28ms
View #132 - 3rdparties.abtasty.main
2,512.03ms
+ 0.17ms
View #133 - 3rdparties.abtasty.tracking
2,512.18ms
+ 0.14ms
View #134 - 3rdparties.blueshift
2,512.46ms
+ 0.29ms
View #135 - 3rdparties.sizebay.main
2,512.93ms
+ 0.47ms
View #136 - 3rdparties.sizebay.tracking
2,513.18ms
+ 0.24ms
View #137 - 3rdparties.gsi
2,513.43ms
+ 0.25ms
View #138 - 3rdparties.applepay
2,513.56ms
+ 0.14ms
View #139 - 3rdparties.alma
2,513.83ms
+ 0.27ms
View #140 - path: /var/www/html/laravel/profiling/template.blade.php
2,524.18ms
+ 10.34ms
... 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) 44074
REDIRECT_URL string(24) /fr/c-la-collection.html
REDIRECT_QUERY_STRING string(32) /fr/c-la-collection.html&page=10
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(32) /fr/c-la-collection.html&page=10
REQUEST_URI string(32) /fr/c-la-collection.html?page=10
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1784184147.028
REQUEST_TIME int 1784184147
HTTPS string(2) on
... array(3)
csrf_token string(40) S0xwrUGEYyF2k1xo7QmqebZxvtmDWifkrIso5pIJ
last_category string(15) stdClass object
cart string(12) Order object