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

Filtres

Couleur

Taille

Style

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.39ms
SELECT * FROM `webstores` ORDER BY `position` ASC
0.54ms
SELECT * FROM `countries` WHERE `countries`.`id` IN ('15', '5', '16', '40')
0.33ms
SELECT * FROM `languages` WHERE `languages`.`id` IN ('1', '2')
0.64ms
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.83ms
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.27ms
SELECT * FROM `languages`
0.42ms
SELECT * FROM `editorial_articles` WHERE `id` = '125' LIMIT 1
0.28ms
SELECT * FROM `editorial_articles` WHERE `id` = '126' LIMIT 1
0.58ms
SELECT * FROM `editorial_articles` WHERE `id` = '127' LIMIT 1
0.69ms
SELECT * FROM `config`
0.36ms
SELECT * FROM `meta_categories` WHERE `slug` = 'costume-mariage-ete' LIMIT 1
0.36ms
SELECT `colors`.*, `color_meta_category`.`id` AS `pivot_id`, `color_meta_category`.`category_id` AS `pivot_category_id`, `color_meta_category`.`color_id` AS `pivot_color_id` FROM `colors` INNER JOIN `color_meta_category` ON `colors`.`id` = `color_meta_category`.`color_id` WHERE `color_meta_category`.`category_id` = '231'
0.32ms
SELECT `seo_types`.*, `meta_category_seo_type`.`id` AS `pivot_id`, `meta_category_seo_type`.`category_id` AS `pivot_category_id`, `meta_category_seo_type`.`seo_id` AS `pivot_seo_id` FROM `seo_types` INNER JOIN `meta_category_seo_type` ON `seo_types`.`id` = `meta_category_seo_type`.`seo_id` WHERE `meta_category_seo_type`.`category_id` = '231'
0.25ms
SELECT `styles`.*, `meta_category_style`.`id` AS `pivot_id`, `meta_category_style`.`category_id` AS `pivot_category_id`, `meta_category_style`.`style_id` AS `pivot_style_id` FROM `styles` INNER JOIN `meta_category_style` ON `styles`.`id` = `meta_category_style`.`style_id` WHERE `meta_category_style`.`category_id` = '231'
0.27ms
SELECT `tags`.*, `meta_category_tag`.`id` AS `pivot_id`, `meta_category_tag`.`category_id` AS `pivot_category_id`, `meta_category_tag`.`tag_id` AS `pivot_tag_id` FROM `tags` INNER JOIN `meta_category_tag` ON `tags`.`id` = `meta_category_tag`.`tag_id` WHERE `meta_category_tag`.`category_id` = '231'
10.35ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8') GROUP BY `products`.`id` ORDER BY RAND(36) ASC) q
3.34ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products`.`seo_id` IN ('8') GROUP BY `colors`.`id` ORDER BY `colors`.`position` ASC
2,320.06ms
SELECT `sizes`.*, GROUP_CONCAT(DISTINCT sizes.id) AS sizes_ids FROM `sizes` INNER JOIN `articles` ON `articles`.`size_id` = `sizes`.`id` INNER JOIN `articles_details` ON `articles_details`.`article_id` = `articles`.`id` AND `articles_details`.`webstore_id` = 1 AND `articles_details`.`is_enabled` = 1 INNER JOIN `products` ON `products`.`id` = `articles`.`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 LEFT JOIN `products_items` ON `products_items`.`item_id` = `products`.`id` AND `products_items`.`pos` = 1 LEFT JOIN `products` AS `p2` ON `p2`.`id` = `products_items`.`parent_id` LEFT JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) LEFT JOIN `product_tag` AS `mt2` ON `mt`.`product_id` = `p2`.`id` AND `mt`.`tag_id` IN (18) WHERE `sizes`.`name` <> 'TU' AND (`products`.`seo_id` IN ('8') OR `p2`.`seo_id` IN ('8')) AND (`mt`.`id` IS NOT NULL OR `mt2`.`id` IS NOT NULL) GROUP BY `sizes`.`name` ORDER BY `sizes`.`position` ASC
4.65ms
SELECT `styles`.* FROM `styles` INNER JOIN `products` ON `products`.`style_id` = `styles`.`id` INNER JOIN `products_details` ON `products_details`.`product_id` = `products`.`id` AND `products_details`.`webstore_id` = 1 AND `products_details`.`is_enabled` = 1 AND `products_details`.`price` > 0 INNER JOIN `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products`.`seo_id` IN ('8') GROUP BY `styles`.`id`
22.53ms
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 `product_tag` AS `mt` ON `mt`.`product_id` = `products`.`id` AND `mt`.`tag_id` IN (18) WHERE `products_details`.`is_enabled` = '1' AND `products_details`.`price` > '0' AND `products`.`seo_id` IN ('8') GROUP BY `products`.`id` ORDER BY RAND(36) ASC LIMIT 32 OFFSET 0
3.26ms
SELECT FOUND_ROWS()
1.65ms
SELECT * FROM `products_details` WHERE `product_id` IN ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') ORDER BY `webstore_id` ASC
7.45ms
SELECT * FROM `products_pictures` WHERE `product_id` IN ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') ORDER BY `position` ASC
0.31ms
SELECT * FROM `products_types` WHERE `products_types`.`id` IN ('1') ORDER BY `singular` ASC
0.39ms
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 ('8') ORDER BY `singular` ASC
0.61ms
SELECT `styles`.* FROM `styles` INNER JOIN `product_type_style` ON `product_type_style`.`style_id` = `styles`.`id` WHERE `styles`.`id` IN ('64', '28', '76', '75', '66') ORDER BY ISNULL(pos) ASC, `pos` ASC
3.73ms
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 ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') ORDER BY `name` ASC
1.09ms
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 ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') ORDER BY `name` ASC
2.05ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') ORDER BY `position` ASC
4.32ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('27527', '29306', '20830', '29322', '27461', '27475', '27489', '29348', '27496', '29314', '29330', '29358', '29365', '29340', '29315', '29331', '29359', '29366', '29341', '27528', '29307', '20831', '29323', '27462', '27476', '27490', '29349', '27497', '27463', '27477', '27491', '29350', '27498', '29316', '29332', '29360', '29367', '29342', '27529', '29308', '20832', '29324', '29361', '29368', '29343', '27530', '29309', '20833', '29325', '27464', '27478', '29351', '27492', '27499', '29317', '29333', '27465', '27479', '29352', '27493', '27500', '29318', '29334', '29362', '29369', '29344', '27531', '29310', '20834', '29326', '29363', '27435', '29345', '27532', '29311', '20835', '29327', '29370', '27466', '27480', '29353', '27494', '27501', '29319', '29335', '27481', '29354', '27495', '27502', '29320', '29336', '29364', '27436', '29346', '27533', '29312', '20836', '29328', '29371', '27467', '27437', '29347', '29313', '29329', '29372', '29355', '27503', '29321', '29337', '29338', '27438', '29356', '29357', '29339', '27439')
0.49ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('1', '4', '7', '10', '13', '16', '19', '22', '25', '28') ORDER BY `position` ASC
1.24ms
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 ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') ORDER BY ISNULL(pos) ASC, `pos` ASC
1.49ms
SELECT * FROM `products_details` WHERE `product_id` IN ('4699', '5628', '5629', '5463', '5808', '5810', '5999', '6000', '6001', '5630', '5634', '6003', '5633', '5446', '5631', '5626', '4669', '5978', '5984', '5981', '5444', '5983', '5803', '4853', '5607', '5362', '5599', '5613', '5602', '5598', '5608', '5614') ORDER BY `webstore_id` ASC
2.96ms
SELECT `articles`.*, sizes.name as size_name FROM `articles` INNER JOIN `sizes` ON `sizes`.`id` = `articles`.`size_id` WHERE `product_id` IN ('4699', '5628', '5629', '5463', '5808', '5810', '5999', '6000', '6001', '5630', '5634', '6003', '5633', '5446', '5631', '5626', '4669', '5978', '5984', '5981', '5444', '5983', '5803', '4853', '5607', '5362', '5599', '5613', '5602', '5598', '5608', '5614') ORDER BY `position` ASC
6.98ms
SELECT * FROM `articles_details` WHERE `article_id` IN ('23534', '27247', '28041', '29708', '28021', '29715', '29741', '27164', '28009', '28056', '28855', '28870', '28029', '29723', '27165', '28010', '28057', '28064', '28856', '28871', '28030', '23535', '27248', '29724', '28042', '29709', '28022', '29716', '29742', '28043', '29710', '28023', '29717', '29743', '27166', '28011', '28058', '28065', '28857', '28872', '28031', '23536', '27249', '29725', '28066', '28858', '28873', '28032', '23537', '27250', '29726', '28044', '27834', '29711', '28024', '29718', '29744', '27167', '28012', '28059', '27835', '29712', '28025', '29719', '29745', '27168', '28013', '28060', '28067', '28859', '28874', '28033', '23538', '27251', '29727', '28045', '27836', '28860', '28875', '28034', '23539', '27252', '29728', '28046', '29713', '28026', '29720', '29746', '27169', '28014', '28061', '28068', '27837', '29714', '28027', '29721', '29747', '27170', '28015', '28062', '28069', '27838', '28861', '28876', '28035', '23540', '27253', '29729', '28047', '23541', '27254', '29730', '28048', '28028', '29722', '29748', '27171', '28016', '28063', '27839', '28036', '23542', '29731', '29732', '23357', '29591', '29576', '27931', '29599', '27854', '29552', '27898', '26648', '27148', '28039', '27890', '28819', '24205', '29600', '27855', '29553', '27899', '23358', '28038', '29592', '29577', '27932', '27939', '28820', '28037', '24206', '26649', '27149', '27891', '29593', '29578', '27933', '27940', '28040', '29601', '27856', '29554', '27900', '23359', '27892', '28821', '24207', '26650', '27150', '29602', '27857', '29555', '27901', '23360', '29594', '27934', '29579', '27941', '28822', '24208', '26651', '27151', '27893', '29595', '27935', '29580', '27942', '29603', '27858', '29556', '27902', '23361', '27894', '28823', '24209', '26652', '27152', '29604', '27859', '29557', '27903', '23362', '29596', '27936', '29581', '27943', '24210', '26653', '27153', '27895', '28824', '29597', '27937', '29582', '27944', '29605', '27860', '29558', '27904', '23363', '27896', '28825', '24211', '26654', '27154', '27861', '29559', '27905', '23364', '29598', '27938', '29583', '29606', '27155', '27897', '23365', '29584', '27842', '27841', '27840', '27843')
0.67ms
SELECT * FROM `sizes` WHERE `sizes`.`id` IN ('44', '45', '46', '47', '54', '55', '48', '56', '49', '57', '50', '58', '51', '59', '52', '53', '62', '63', '152', '64', '153', '65', '154', '66', '155', '67', '68', '69', '70', '71', '72', '73', '74', '75', '76', '77', '130', '125', '126', '127', '128') ORDER BY `position` ASC
2.21ms
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 ('5932', '5929', '6012', '5926', '5927', '4714', '5514', '5642', '5517', '5508', '5928', '5931', '6009', '5645', '5644', '5826', '5930', '5827', '5639', '5641', '5635', '5512', '6010', '6015', '5516', '5637', '5521', '5925', '5646', '5451', '4136') GROUP BY `articles`.`id`
1.23ms
SELECT `meta_categories`.*, `meta_categories_xlinking`.`id` AS `pivot_id`, `meta_categories_xlinking`.`parent_id` AS `pivot_parent_id`, `meta_categories_xlinking`.`child_id` AS `pivot_child_id` FROM `meta_categories` INNER JOIN `meta_categories_xlinking` ON `meta_categories`.`id` = `meta_categories_xlinking`.`child_id` WHERE `meta_categories_xlinking`.`parent_id` = '231' AND `is_enabled` = '1' ORDER BY RAND(36331) ASC
11.89ms
SELECT * FROM `meta_categories` WHERE `is_enabled` = '1' AND `id` <> '231' ORDER BY RAND(36331) ASC LIMIT 3
0.59ms
SELECT * FROM `seo_types`
0.49ms
SELECT * FROM `styles`
1.01ms
SELECT * FROM `discounts` WHERE (`webstore_id` = '1' OR `webstore_id` IS NULL) AND `range` = '1' AND `is_enabled` = '1'
7.01ms
SELECT `discount_id`, `product_id` FROM `discount_product` WHERE `discount_id` IN ('531', '532', '731', '1138', '1416', '1479', '1530', '1531', '1532', '1533')
0.44ms
SELECT * FROM `categories` WHERE `id` = '1' LIMIT 1
795.94ms
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.38ms
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.32ms
SELECT * FROM `categories` WHERE `id` = '7' LIMIT 1
834.01ms
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
9.00ms
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
Name Running Time (ms) Difference
default_timer
6,542.67ms (time from start to render)
 
Controller entry
0.00ms
+ 0.00ms
View #1 - catalog.metacategory
2,881.40ms
+ 2,881.40ms
View #2 - components.page-header
3,030.29ms
+ 148.89ms
View #3 - components.button
3,031.00ms
+ 0.71ms
View #4 - components.button
3,031.43ms
+ 0.43ms
View #5 - components.filters
3,031.96ms
+ 0.54ms
View #6 - components.close-button
3,032.45ms
+ 0.49ms
View #7 - components.accordion.wrapper
3,032.79ms
+ 0.34ms
View #8 - components.accordion.bodies.filters.colors
3,032.88ms
+ 0.08ms
View #9 - components.accordion.wrapper
3,034.58ms
+ 1.70ms
View #10 - components.accordion.bodies.filters.sizes
3,034.63ms
+ 0.05ms
View #11 - components.accordion.wrapper
3,042.53ms
+ 7.90ms
View #12 - components.accordion.bodies.filters.list
3,042.61ms
+ 0.08ms
View #13 - components.accordion.wrapper
3,043.22ms
+ 0.62ms
View #14 - components.accordion.bodies.filters.list
3,043.26ms
+ 0.04ms
View #15 - components.button
3,043.54ms
+ 0.28ms
View #16 - components.button
3,043.88ms
+ 0.34ms
View #17 - components.button
3,044.15ms
+ 0.27ms
View #18 - components.button
3,044.44ms
+ 0.29ms
View #19 - catalog.partials.products-listing
3,044.78ms
+ 0.34ms
View #20 - components.product-card
3,045.32ms
+ 0.53ms
View #21 - components.add-to-wishlist
3,166.65ms
+ 121.33ms
View #22 - components.product-card
3,169.38ms
+ 2.74ms
View #23 - components.add-to-wishlist
3,174.13ms
+ 4.74ms
View #24 - components.product-card
3,187.14ms
+ 13.02ms
View #25 - components.add-to-wishlist
3,194.21ms
+ 7.07ms
View #26 - components.product-card
3,207.79ms
+ 13.58ms
View #27 - components.add-to-wishlist
3,212.74ms
+ 4.95ms
View #28 - components.product-card
3,219.21ms
+ 6.47ms
View #29 - components.add-to-wishlist
3,231.92ms
+ 12.71ms
View #30 - components.product-card
3,237.34ms
+ 5.42ms
View #31 - components.add-to-wishlist
3,273.65ms
+ 36.31ms
View #32 - components.product-card
3,281.68ms
+ 8.04ms
View #33 - components.add-to-wishlist
3,291.44ms
+ 9.76ms
View #34 - components.product-card
3,294.31ms
+ 2.87ms
View #35 - components.add-to-wishlist
3,303.40ms
+ 9.09ms
View #36 - components.product-card
3,313.68ms
+ 10.27ms
View #37 - components.add-to-wishlist
3,331.56ms
+ 17.88ms
View #38 - components.product-card
3,333.76ms
+ 2.20ms
View #39 - components.add-to-wishlist
3,345.09ms
+ 11.34ms
View #40 - components.product-card
3,347.34ms
+ 2.25ms
View #41 - components.add-to-wishlist
3,352.78ms
+ 5.44ms
View #42 - components.product-card
3,355.42ms
+ 2.64ms
View #43 - components.add-to-wishlist
3,362.04ms
+ 6.61ms
View #44 - components.product-card
3,364.73ms
+ 2.69ms
View #45 - components.add-to-wishlist
3,372.75ms
+ 8.02ms
View #46 - components.product-card
3,375.60ms
+ 2.85ms
View #47 - components.add-to-wishlist
3,383.61ms
+ 8.01ms
View #48 - components.product-card
3,393.41ms
+ 9.80ms
View #49 - components.add-to-wishlist
3,413.25ms
+ 19.84ms
View #50 - components.product-card
3,416.43ms
+ 3.18ms
View #51 - components.add-to-wishlist
3,437.74ms
+ 21.31ms
View #52 - components.product-card
3,445.95ms
+ 8.21ms
View #53 - components.add-to-wishlist
3,454.26ms
+ 8.31ms
View #54 - components.product-card
3,466.57ms
+ 12.32ms
View #55 - components.add-to-wishlist
3,473.30ms
+ 6.73ms
View #56 - components.product-card
3,476.07ms
+ 2.76ms
View #57 - components.add-to-wishlist
3,484.27ms
+ 8.20ms
View #58 - components.product-card
3,488.96ms
+ 4.68ms
View #59 - components.add-to-wishlist
3,495.63ms
+ 6.67ms
View #60 - components.product-card
3,498.48ms
+ 2.85ms
View #61 - components.add-to-wishlist
3,504.53ms
+ 6.05ms
View #62 - components.product-card
3,507.73ms
+ 3.20ms
View #63 - components.add-to-wishlist
3,512.40ms
+ 4.67ms
View #64 - components.product-card
3,514.63ms
+ 2.23ms
View #65 - components.add-to-wishlist
3,524.56ms
+ 9.93ms
View #66 - components.product-card
3,527.54ms
+ 2.99ms
View #67 - components.add-to-wishlist
3,536.08ms
+ 8.53ms
View #68 - components.product-card
3,538.93ms
+ 2.85ms
View #69 - components.add-to-wishlist
3,544.07ms
+ 5.14ms
View #70 - components.product-card
3,546.41ms
+ 2.34ms
View #71 - components.add-to-wishlist
3,553.98ms
+ 7.57ms
View #72 - components.product-card
3,557.42ms
+ 3.44ms
View #73 - components.add-to-wishlist
3,563.37ms
+ 5.95ms
View #74 - components.product-card
3,567.33ms
+ 3.96ms
View #75 - components.add-to-wishlist
3,574.10ms
+ 6.77ms
View #76 - components.product-card
3,576.79ms
+ 2.70ms
View #77 - components.add-to-wishlist
3,598.30ms
+ 21.51ms
View #78 - components.product-card
3,601.46ms
+ 3.15ms
View #79 - components.add-to-wishlist
3,608.70ms
+ 7.25ms
View #80 - components.product-card
3,612.13ms
+ 3.43ms
View #81 - components.add-to-wishlist
3,618.77ms
+ 6.64ms
View #82 - components.seo-footer
3,621.08ms
+ 2.31ms
View #83 - components.button
3,622.12ms
+ 1.04ms
View #84 - components.button
3,622.65ms
+ 0.53ms
View #85 - layout.layout
3,623.06ms
+ 0.41ms
View #86 - layout.meta
3,629.30ms
+ 6.24ms
View #87 - modules.notification
4,206.93ms
+ 577.63ms
View #88 - modules.header
4,207.83ms
+ 0.90ms
View #89 - modules.menu
6,175.35ms
+ 1,967.53ms
View #90 - components.menu-first-level
6,175.91ms
+ 0.56ms
View #91 - components.menu-second-level
6,186.31ms
+ 10.40ms
View #92 - components.menu-pushes
6,204.73ms
+ 18.42ms
View #93 - components.menu-pushes
6,225.20ms
+ 20.46ms
View #94 - components.menu-pushes
6,250.66ms
+ 25.47ms
View #95 - components.menu-pushes
6,270.50ms
+ 19.84ms
View #96 - components.menu-pushes
6,272.58ms
+ 2.07ms
View #97 - components.menu-pushes
6,274.22ms
+ 1.65ms
View #98 - svg.logo
6,275.16ms
+ 0.94ms
View #99 - modules.messages
6,276.15ms
+ 0.99ms
View #100 - modules.breadcrumbs
6,276.67ms
+ 0.52ms
View #101 - modules.footer
6,297.12ms
+ 20.45ms
View #102 - components.reinsurance-support
6,297.63ms
+ 0.50ms
View #103 - components.field
6,298.55ms
+ 0.92ms
View #104 - components.csrf-field
6,299.00ms
+ 0.46ms
View #105 - components.button
6,299.23ms
+ 0.23ms
View #106 - components.footer-links
6,299.56ms
+ 0.32ms
View #107 - modules.panel
6,303.80ms
+ 4.25ms
View #108 - modules.popin
6,304.04ms
+ 0.23ms
View #109 - modules.blueshift-popin
6,304.26ms
+ 0.23ms
View #110 - modules.search-panel
6,309.95ms
+ 5.69ms
View #111 - catalog.search-form
6,313.16ms
+ 3.20ms
View #112 - components.field
6,313.75ms
+ 0.60ms
View #113 - modules.toaster
6,314.58ms
+ 0.83ms
View #114 - layout.overlay
6,314.74ms
+ 0.16ms
View #115 - modules.webstore-switcher
6,322.97ms
+ 8.23ms
View #116 - components.close-button
6,323.41ms
+ 0.44ms
View #117 - components.native-select
6,323.93ms
+ 0.52ms
View #118 - components.native-select
6,324.47ms
+ 0.54ms
View #119 - components.button
6,324.76ms
+ 0.29ms
View #120 - components.button
6,330.98ms
+ 6.22ms
View #121 - helpers.grid
6,331.35ms
+ 0.38ms
View #122 - modules.loading-bar
6,331.56ms
+ 0.21ms
View #123 - 3rdparties.didomi
6,538.76ms
+ 207.20ms
View #124 - 3rdparties.gtm
6,539.00ms
+ 0.24ms
View #125 - 3rdparties.abtasty.main
6,539.15ms
+ 0.16ms
View #126 - 3rdparties.abtasty.tracking
6,539.38ms
+ 0.23ms
View #127 - 3rdparties.blueshift
6,539.67ms
+ 0.28ms
View #128 - 3rdparties.sizebay.main
6,540.24ms
+ 0.57ms
View #129 - 3rdparties.sizebay.tracking
6,540.55ms
+ 0.31ms
View #130 - 3rdparties.gsi
6,540.84ms
+ 0.29ms
View #131 - 3rdparties.applepay
6,540.98ms
+ 0.14ms
View #132 - 3rdparties.alma
6,541.27ms
+ 0.29ms
View #133 - path: /var/www/html/laravel/profiling/template.blade.php
6,542.75ms
+ 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(349) cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D;
cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D; fursac=a7c59e35801d7ca1f588edf90962c6b8de0a7ff9%2Bm7XMrMxCmpxIK9kuOFuCVho88beo6W8KPqBYiOnt; webstore=9d177a0d1723c05f68e9f350bb89da2d5d44ad12%2B1; fursac=a7c59e35801d7ca1f588edf90962c6b8de0a7ff9%2Bm7XMrMxCmpxIK9kuOFuCVho88beo6W8KPqBYiOnt; cart=c0979757428681e8400094a7dd8325d4de9c3d95%2B%5B%5D
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) 58478
REDIRECT_URL string(30) /fr/m-costume-mariage-ete.html
REDIRECT_QUERY_STRING string(30) /fr/m-costume-mariage-ete.html
GATEWAY_INTERFACE string(7) CGI/1.1
SERVER_PROTOCOL string(8) HTTP/1.1
REQUEST_METHOD string(3) GET
QUERY_STRING string(30) /fr/m-costume-mariage-ete.html
REQUEST_URI string(30) /fr/m-costume-mariage-ete.html
SCRIPT_NAME string(10) /index.php
PHP_SELF string(10) /index.php
REQUEST_TIME_FLOAT float 1788329722.646
REQUEST_TIME int 1788329722
HTTPS string(2) on
... array(2)
csrf_token string(40) bkEntQDkPkO6IiIiYnVFwrBPvmRJG8Cq4wtZXL3n
cart string(12) Order object