Nouvelle démarque : profitez de jusqu'à -50% sur notre sélection Livraison et retours offerts | Paiement en plusieurs fois disponible

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.38ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.48ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.31ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
1.06ms
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.78ms
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.52ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.31ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.32ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
1.41ms
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` = 'pret-a-porter-homme' LIMIT 1
0.76ms
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` = '84' AND `webstore_id` = '1' ORDER BY ISNULL(pos) ASC, `pos` ASC
0.58ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '115' AND `webstore_id` = '1' ORDER BY `position` ASC
0.61ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '120' AND `webstore_id` = '1' ORDER BY `position` ASC
0.73ms
SELECT * FROM `inserts_slides` WHERE `insert_id` = '5' AND `webstore_id` = '1' ORDER BY `position` ASC
0.20ms
SELECT * FROM `products_types` WHERE `products_types`.`id` = '' LIMIT 1
0.38ms
SELECT * FROM `categories_links` WHERE `category_id` = '84' ORDER BY `position` ASC
106.74ms
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` = 84 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.17ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
19.46ms
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` = 84 AND `category_product`.`webstore_id` = 1 GROUP BY `products_types`.`id`
150.80ms
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` = 84 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 125
0.11ms
SELECT FOUND_ROWS()
1.83ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') ORDER BY `webstore_id` ASC
2.17ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') ORDER BY `position` ASC
0.40ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('7', '1', '9', '4', '5', '8', '2', '6', '12', '3') ORDER BY `singular` ASC
0.62ms
SELECT `seo_types`.* FROM `seo_types` INNER JOIN `product_type_seo` ON `product_type_seo`.`seo_id` = `seo_types`.`id` WHERE `seo_types`.`id` IN ('44', '8', '38', '23', '18', '9', '22', '3', '21', '20', '7', '30', '33', '19') ORDER BY `singular` ASC
0.68ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('31', '64', '73', '42', '39', '12', '23', '5', '26', '28', '40', '33', '35', '15', '34', '52', '55', '44') ORDER BY ISNULL(pos) ASC, `pos` ASC
2.55ms
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 ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') ORDER BY `name` ASC
1.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 ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') ORDER BY `name` ASC
2.61ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') ORDER BY `position` ASC
5.58ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27247', '28855', '17853', '29016', '29348', '6633', '25857', '27431', '19074', '23983', '29358', '6716', '21101', '29359', '26038', '27248', '28856', '29017', '29349', '25858', '29266', '29073', '27249', '28857', '29018', '29283', '29150', '29350', '25859', '29155', '29165', '29360', '21099', '23736', '26036', '29164', '29361', '21098', '23737', '26035', '29265', '29072', '27250', '28858', '29019', '29282', '29149', '29351', '25860', '29154', '28859', '29020', '29281', '29148', '29352', '25861', '29153', '29362', '21097', '29163', '23738', '26034', '29264', '29071', '27251', '23739', '26037', '29267', '29074', '29284', '29151', '29353', '29156', '29363', '21100', '29166', '29354', '29157', '29364', '27252', '21102', '29167', '28860', '29021', '23740', '25862', '26039', '29268', '29075', '29285', '29152', '23741', '25863', '29355', '27253', '28861', '29022', '27254', '29023', '23742', '29356', '29357', '23743', '23744', '28274', '28780', '26648', '24205', '29516', '29515', '28275', '28781', '26649', '29514', '24206', '28276', '28782', '29517', '26650', '24207', '29518', '28277', '28783', '26651', '24208', '29203', '29031', '29202', '29030', '28278', '28784', '24209', '29201', '29029', '26652', '29204', '29032', '28279', '28785', '25075', '26653', '29205', '24210', '29033', '28280', '28786', '24211', '24178', '26654', '24179', '24180', '24181')
1.31ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '121', '1', '140', '122', '94', '4', '45', '95', '46', '7', '80', '96', '10', '81', '47', '48', '97', '13', '82', '83', '98', '16', '19', '124', '49', '84', '85', '50', '22', '51', '86', '25', '28', '87', '88', '62', '63', '40', '41', '64', '65', '42', '66', '43', '67', '132', '68', '69', '90', '91', '70', '71', '92', '93', '72', '73', '123', '74', '75', '77', '78', '151') ORDER BY `position` ASC
0.85ms
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 ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') ORDER BY ISNULL(pos) ASC, `pos` ASC
0.55ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5850', '5863', '5999', '5009', '5983') ORDER BY `webstore_id` ASC
0.92ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5850', '5863', '5999', '5009', '5983') ORDER BY `position` ASC
1.75ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('29042', '29708', '28998', '29043', '29709', '28999', '29044', '29710', '29000', '29045', '29711', '29001', '29046', '29712', '29002', '29003', '29047', '29713', '29048', '29714', '29004', '29049', '29005', '29006', '29591', '24998', '29592', '24999', '29593', '25000', '29594', '25001', '29595', '25002', '29596', '25003', '29597', '25004', '29598', '25076', '25077', '25078')
0.59ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '48', '49', '50', '51', '52', '62', '63', '64', '65', '66', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '78', '151') ORDER BY `position` ASC
2.68ms
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 ('5920', '5931', '5504', '5808', '4853', '3468', '5866', '5463', '5362', '5870', '4183', '5889', '5917', '5184', '4849', '6009', '5231', '5797', '5905', '5852', '4747', '3727', '5888', '5861', '4811', '5891', '435', '5855', '5690', '688', '5930', '5970') GROUP BY `articles`.`id`
0.33ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
305.33ms
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.92ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('5', '19', '22', '23', '24', '26', '25', '95', '27', '64', '63', '74', '160', '75', '96', '97', '99', '100', '101', '103', '102', '104', '105', '163', '108', '107', '106', '84', '8', '11', '13', '12', '14', '93', '164', '15', '9', '4', '78', '88', '153', '76', '30', '138', '151', '44', '2', '17', '16', '87', '83', '81', '80', '82', '79', '109', '18', '110', '111', '112', '113', '114', '115', '116', '117', '118', '120', '121', '147', '119', '148') ORDER BY `position` ASC
0.35ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
415.39ms
SELECT `categories`.*, `categories_details`.`is_enabled`, COUNT(products.id) AS nb_products FROM `categories` INNER JOIN `categories_details` ON `categories_details`.`category_id` = `categories`.`id` AND `categories_details`.`webstore_id` = 1 LEFT JOIN `category_product` ON `category_product`.`category_id` = `categories`.`id` LEFT JOIN `products` ON `products`.`id` = `category_product`.`product_id` LEFT JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 WHERE (`products_details`.`price` > '0' OR `products_details`.`price` IS NULL) AND (`products_details`.`is_enabled` = '1' OR `products_details`.`is_enabled` IS NULL) AND `l` > '153' AND `r` < '324' AND `level` <= '3' GROUP BY `categories`.`id` ORDER BY `l` ASC
0.91ms
SELECT * FROM `categories_pushes` WHERE `category_id` IN ('67', '168', '145', '150', '144', '124', '33', '34', '37', '38', '39', '41', '40', '94', '42', '91', '60', '61', '35', '169', '170', '171', '172', '173', '174', '175', '176', '177', '178', '179', '180', '53', '54', '55', '85', '57', '56', '58', '140', '141', '142', '6', '89', '48', '51', '50', '49', '90', '135', '52', '166', '156', '70', '72', '149', '68', '161', '69', '125', '126', '127', '131', '129', '128', '130', '136', '132', '165', '133', '134', '158', '32', '73', '123', '137', '66', '154', '139', '167') ORDER BY `position` ASC
4.48ms
SELECT * FROM `landing_pages` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
12.41ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' ORDER BY RAND(9184) ASC LIMIT 3
0.42ms
SELECT * FROM `seo_types`
0.40ms
SELECT * FROM `styles`
0.94ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
5.62ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
2.58ms
SELECT `products`.*, `variants` FROM `products` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 LEFT JOIN (SELECT variant, GROUP_CONCAT(DISTINCT hexcode) AS variants
                                 FROM products p
                                 JOIN products_details pd
                                 ON pd.product_id = p.id AND pd.webstore_id = 1
                                 JOIN (
                                 SELECT product_id, MIN(id) AS first
                                 FROM color_product
                                 GROUP BY product_id
                                 ) AS cp1 ON cp1.product_id = p.id
                                 JOIN color_product cp2 ON cp2.id = cp1.first
                                 join colors c ON c.id = cp2.color_id
                                 WHERE pd.is_enabled = 1
                                 AND pd.price > 0
                                 GROUP BY variant) AS pv ON `pv`.`variant` = `products`.`variant` INNER JOIN `sales` ON `sales`.`product_id` = `products`.`id` INNER JOIN `orders` ON `orders`.`id` = `sales`.`order_id` WHERE `is_enabled` = '1' AND `orders`.`date` >= '2026-08-03 00:00:00' AND `orders`.`status` NOT IN ('0', '1', '100') AND `orders`.`discount_type` NOT IN ('8', '9', '6') AND `sales`.`discount_type` NOT IN ('8', '9', '6') GROUP BY `products`.`id` ORDER BY SUM(sales.qty) - SUM(sales.returned_qty) DESC LIMIT 12
Name Running Time (ms) Difference
default_timer
2,051.98ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.category
1,486.13ms
+ 1,486.13ms
View #2 - components.page-header
1,531.85ms
+ 45.72ms
View #3 - components.facets
1,532.58ms
+ 0.73ms
View #4 - components.filters
1,533.49ms
+ 0.91ms
View #5 - components.close-button
1,534.14ms
+ 0.65ms
View #6 - components.accordion.wrapper
1,534.51ms
+ 0.37ms
View #7 - components.accordion.bodies.filters.list
1,534.55ms
+ 0.05ms
View #8 - components.accordion.wrapper
1,536.49ms
+ 1.94ms
View #9 - components.accordion.bodies.filters.colors
1,536.55ms
+ 0.05ms
View #10 - components.accordion.wrapper
1,537.33ms
+ 0.78ms
View #11 - components.accordion.bodies.filters.list
1,537.38ms
+ 0.05ms
View #12 - components.button
1,537.70ms
+ 0.32ms
View #13 - components.button
1,538.09ms
+ 0.39ms
View #14 - components.button
1,538.39ms
+ 0.30ms
View #15 - components.button
1,538.78ms
+ 0.40ms
View #16 - components.pagination
1,539.11ms
+ 0.32ms
View #17 - components.button
1,539.45ms
+ 0.34ms
View #18 - catalog.partials.products-listing
1,539.79ms
+ 0.34ms
View #19 - components.product-card
1,540.10ms
+ 0.31ms
View #20 - components.add-to-wishlist
1,596.88ms
+ 56.79ms
View #21 - components.product-card
1,599.56ms
+ 2.68ms
View #22 - components.add-to-wishlist
1,604.89ms
+ 5.33ms
View #23 - components.product-card
1,607.59ms
+ 2.70ms
View #24 - components.add-to-wishlist
1,611.56ms
+ 3.96ms
View #25 - components.product-card
1,613.63ms
+ 2.07ms
View #26 - components.add-to-wishlist
1,618.38ms
+ 4.75ms
View #27 - components.product-card
1,620.76ms
+ 2.39ms
View #28 - components.add-to-wishlist
1,625.52ms
+ 4.76ms
View #29 - components.product-card
1,627.88ms
+ 2.36ms
View #30 - components.add-to-wishlist
1,631.26ms
+ 3.38ms
View #31 - components.product-card
1,633.50ms
+ 2.24ms
View #32 - components.add-to-wishlist
1,640.06ms
+ 6.56ms
View #33 - components.product-card
1,642.92ms
+ 2.86ms
View #34 - components.add-to-wishlist
1,648.37ms
+ 5.46ms
View #35 - components.product-card
1,651.05ms
+ 2.68ms
View #36 - components.add-to-wishlist
1,656.85ms
+ 5.80ms
View #37 - components.product-card
1,659.14ms
+ 2.29ms
View #38 - components.add-to-wishlist
1,663.42ms
+ 4.28ms
View #39 - components.product-card
1,665.62ms
+ 2.20ms
View #40 - components.add-to-wishlist
1,670.25ms
+ 4.63ms
View #41 - components.product-card
1,672.55ms
+ 2.30ms
View #42 - components.add-to-wishlist
1,676.68ms
+ 4.13ms
View #43 - components.product-card
1,678.86ms
+ 2.18ms
View #44 - components.add-to-wishlist
1,693.81ms
+ 14.95ms
View #45 - components.product-card
1,696.09ms
+ 2.28ms
View #46 - components.add-to-wishlist
1,700.77ms
+ 4.67ms
View #47 - components.product-card
1,703.07ms
+ 2.31ms
View #48 - components.add-to-wishlist
1,707.77ms
+ 4.70ms
View #49 - components.product-card
1,710.03ms
+ 2.26ms
View #50 - components.add-to-wishlist
1,715.91ms
+ 5.88ms
View #51 - components.product-card
1,718.75ms
+ 2.84ms
View #52 - components.add-to-wishlist
1,722.72ms
+ 3.97ms
View #53 - components.product-card
1,724.86ms
+ 2.14ms
View #54 - components.add-to-wishlist
1,729.23ms
+ 4.37ms
View #55 - components.product-card
1,731.34ms
+ 2.10ms
View #56 - components.add-to-wishlist
1,735.79ms
+ 4.45ms
View #57 - components.product-card
1,737.99ms
+ 2.20ms
View #58 - components.add-to-wishlist
1,743.16ms
+ 5.17ms
View #59 - components.product-card
1,745.49ms
+ 2.33ms
View #60 - components.add-to-wishlist
1,750.85ms
+ 5.36ms
View #61 - components.product-card
1,753.09ms
+ 2.24ms
View #62 - components.add-to-wishlist
1,756.41ms
+ 3.32ms
View #63 - components.product-card
1,758.67ms
+ 2.26ms
View #64 - components.add-to-wishlist
1,763.06ms
+ 4.39ms
View #65 - components.product-card
1,765.58ms
+ 2.53ms
View #66 - components.add-to-wishlist
1,770.40ms
+ 4.82ms
View #67 - components.product-card
1,772.94ms
+ 2.54ms
View #68 - components.add-to-wishlist
1,776.32ms
+ 3.38ms
View #69 - components.product-card
1,778.44ms
+ 2.12ms
View #70 - components.add-to-wishlist
1,782.85ms
+ 4.41ms
View #71 - components.product-card
1,784.76ms
+ 1.91ms
View #72 - components.add-to-wishlist
1,788.15ms
+ 3.39ms
View #73 - components.product-card
1,790.72ms
+ 2.58ms
View #74 - components.add-to-wishlist
1,797.45ms
+ 6.73ms
View #75 - components.product-card
1,799.97ms
+ 2.52ms
View #76 - components.add-to-wishlist
1,804.46ms
+ 4.48ms
View #77 - components.product-card
1,806.50ms
+ 2.04ms
View #78 - components.add-to-wishlist
1,810.52ms
+ 4.02ms
View #79 - components.product-card
1,813.31ms
+ 2.79ms
View #80 - components.add-to-wishlist
1,819.24ms
+ 5.93ms
View #81 - components.product-card
1,821.76ms
+ 2.52ms
View #82 - components.add-to-wishlist
1,826.40ms
+ 4.64ms
View #83 - components.pagination
1,828.93ms
+ 2.53ms
View #84 - components.button
1,829.47ms
+ 0.54ms
View #85 - components.recently-viewed
1,830.07ms
+ 0.60ms
View #86 - components.product-related
1,841.05ms
+ 10.99ms
View #87 - components.seo-footer
1,841.46ms
+ 0.40ms
View #88 - components.facets
1,842.74ms
+ 1.28ms
View #89 - modules.seo-links
1,843.05ms
+ 0.31ms
View #90 - components.button
1,843.71ms
+ 0.66ms
View #91 - components.button
1,844.40ms
+ 0.69ms
View #92 - components.button
1,845.28ms
+ 0.88ms
View #93 - layout.layout
1,846.53ms
+ 1.26ms
View #94 - layout.meta
1,847.45ms
+ 0.91ms
View #95 - modules.notification
1,945.62ms
+ 98.17ms
View #96 - modules.header
1,946.55ms
+ 0.93ms
View #97 - modules.menu
1,947.50ms
+ 0.96ms
View #98 - components.menu-first-level
1,960.80ms
+ 13.30ms
View #99 - components.menu-second-level
1,965.24ms
+ 4.44ms
View #100 - components.menu-pushes
1,974.73ms
+ 9.49ms
View #101 - components.menu-pushes
1,986.35ms
+ 11.62ms
View #102 - components.menu-pushes
1,994.31ms
+ 7.97ms
View #103 - components.menu-pushes
2,001.00ms
+ 6.69ms
View #104 - components.menu-pushes
2,003.60ms
+ 2.59ms
View #105 - components.menu-pushes
2,005.51ms
+ 1.91ms
View #106 - svg.logo
2,006.55ms
+ 1.03ms
View #107 - modules.messages
2,007.77ms
+ 1.23ms
View #108 - modules.breadcrumbs
2,008.32ms
+ 0.54ms
View #109 - modules.footer
2,008.69ms
+ 0.38ms
View #110 - components.reinsurance-support
2,009.16ms
+ 0.47ms
View #111 - components.field
2,009.82ms
+ 0.65ms
View #112 - components.csrf-field
2,010.20ms
+ 0.38ms
View #113 - components.button
2,010.42ms
+ 0.23ms
View #114 - components.footer-links
2,010.74ms
+ 0.32ms
View #115 - modules.panel
2,015.45ms
+ 4.70ms
View #116 - modules.popin
2,015.71ms
+ 0.26ms
View #117 - modules.blueshift-popin
2,015.93ms
+ 0.23ms
View #118 - modules.search-panel
2,017.01ms
+ 1.07ms
View #119 - catalog.search-form
2,017.42ms
+ 0.41ms
View #120 - components.field
2,017.98ms
+ 0.57ms
View #121 - modules.toaster
2,019.33ms
+ 1.35ms
View #122 - layout.overlay
2,019.51ms
+ 0.17ms
View #123 - modules.webstore-switcher
2,021.48ms
+ 1.98ms
View #124 - components.close-button
2,021.93ms
+ 0.45ms
View #125 - components.native-select
2,022.82ms
+ 0.88ms
View #126 - components.native-select
2,023.47ms
+ 0.66ms
View #127 - components.button
2,023.81ms
+ 0.33ms
View #128 - components.button
2,024.15ms
+ 0.34ms
View #129 - helpers.grid
2,024.59ms
+ 0.43ms
View #130 - modules.loading-bar
2,024.79ms
+ 0.20ms
View #131 - 3rdparties.didomi
2,048.89ms
+ 24.10ms
View #132 - 3rdparties.gtm
2,049.11ms
+ 0.22ms
View #133 - 3rdparties.abtasty.main
2,049.28ms
+ 0.17ms
View #134 - 3rdparties.abtasty.tracking
2,049.38ms
+ 0.10ms
View #135 - 3rdparties.blueshift
2,049.57ms
+ 0.19ms
View #136 - 3rdparties.sizebay.main
2,049.92ms
+ 0.35ms
View #137 - 3rdparties.sizebay.tracking
2,050.08ms
+ 0.16ms
View #138 - 3rdparties.gsi
2,050.26ms
+ 0.18ms
View #139 - 3rdparties.applepay
2,050.35ms
+ 0.09ms
View #140 - 3rdparties.alma
2,050.56ms
+ 0.21ms
View #141 - path: /var/www/html/laravel/profiling/template.blade.php
2,052.04ms
+ 1.48ms
... 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=75fe673c6d1484e20747c369cf2ff308789beabe%2BDrquDrC1pzu3HzYboLFx
fursac=75fe673c6d1484e20747c369cf2ff308789beabe%2BDrquDrC1pzu3HzYboLFxzgW4u2HLJZsF03mS07rJ; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1
HTTP_X_FORWARDED_FOR string(14) 216.73.216.200
HTTP_X_FORWARDED_HOST string(19) fursac.period.paris
HTTP_X_FORWARDED_PORT string(3) 443
HTTP_X_FORWARDED_PROTO string(5) https
HTTP_X_FORWARDED_SERVER string(12) b61343f1778d
HTTP_X_REAL_IP string(14) 216.73.216.200
PATH string(60) /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE string(80) <address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port
<address>Apache/2.4.38 (Debian) Server at fursac.period.paris Port 80</address>
SERVER_SOFTWARE string(22) Apache/2.4.38 (Debian)
SERVER_NAME string(19) fursac.period.paris
SERVER_ADDR string(10) 172.19.0.4
SERVER_PORT int 443
REMOTE_ADDR string(10) 172.19.0.3
DOCUMENT_ROOT string(13) /var/www/html
REQUEST_SCHEME string(4) http
CONTEXT_PREFIX string(0)
CONTEXT_DOCUMENT_ROOT string(13) /var/www/html
SERVER_ADMIN string(19) webmaster@localhost
SCRIPT_FILENAME string(23) /var/www/html/index.php
REMOTE_PORT string(5) 48254
REDIRECT_URL string(30) /fr/c-pret-a-porter-homme.html
REDIRECT_QUERY_STRING string(37) /fr/c-pret-a-porter-homme.html&page=5
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(37) /fr/c-pret-a-porter-homme.html&page=5
REQUEST_URI string(37) /fr/c-pret-a-porter-homme.html?page=5
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788350626.35
REQUEST_TIME int 1788350626
HTTPS string(2) on
... array(3)
csrf_token string(40) aPONhDx3tkjvw60bt5MD17gNvhTrt9Mo7NoCHFqJ
cart string(12) Order object
last_category string(15) stdClass object